@sendbird/uikit-react 3.4.3-rc.1 → 3.4.3

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 (468) hide show
  1. package/.size-snapshot.json +1080 -225
  2. package/App.js +40 -40
  3. package/CHANGELOG.md +2 -2
  4. package/Channel/components/ChannelHeader.js +19 -19
  5. package/Channel/components/ChannelUI.js +33 -33
  6. package/Channel/components/FileViewer.js +15 -15
  7. package/Channel/components/FrozenNotification.js +4 -4
  8. package/Channel/components/Message.js +28 -28
  9. package/Channel/components/MessageInput.js +24 -24
  10. package/Channel/components/MessageList.js +29 -29
  11. package/Channel/components/RemoveMessageModal.js +17 -17
  12. package/Channel/components/SuggestedMentionList.js +17 -17
  13. package/Channel/components/TypingIndicator.js +15 -15
  14. package/Channel/components/UnreadCount.js +4 -4
  15. package/Channel/context.js +14 -14
  16. package/Channel.js +33 -33
  17. package/ChannelList/components/AddChannel.js +15 -15
  18. package/ChannelList/components/ChannelListHeader.js +7 -7
  19. package/ChannelList/components/ChannelListUI.js +30 -30
  20. package/ChannelList/components/ChannelPreview.js +26 -26
  21. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  22. package/ChannelList/context.js +8 -8
  23. package/ChannelList.js +30 -30
  24. package/{ChannelListProvider-b9b9b8b8.js → ChannelListProvider-74d39ce5.js} +8 -8
  25. package/{ChannelListProvider-b9b9b8b8.js.map → ChannelListProvider-74d39ce5.js.map} +1 -1
  26. package/{ChannelProvider-e8beff2d.js → ChannelProvider-7b83d4fd.js} +10 -10
  27. package/{ChannelProvider-e8beff2d.js.map → ChannelProvider-7b83d4fd.js.map} +1 -1
  28. package/ChannelSettings/components/ChannelProfile.js +12 -12
  29. package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  30. package/ChannelSettings/components/EditDetailsModal.js +12 -12
  31. package/ChannelSettings/components/LeaveChannel.js +12 -12
  32. package/ChannelSettings/components/ModerationPanel.js +15 -15
  33. package/ChannelSettings/components/UserListItem.js +11 -11
  34. package/ChannelSettings/components/UserPanel.js +14 -14
  35. package/ChannelSettings/context.js +3 -3
  36. package/ChannelSettings.js +18 -18
  37. package/CreateChannel/components/CreateChannelUI.js +14 -14
  38. package/CreateChannel/components/InviteUsers.js +14 -14
  39. package/CreateChannel/components/SelectChannelType.js +11 -11
  40. package/CreateChannel/context.js +4 -4
  41. package/CreateChannel.js +14 -14
  42. package/{CreateChannelProvider-b5261b6f.js → CreateChannelProvider-488e930d.js} +1 -1
  43. package/{CreateChannelProvider-b5261b6f.js.map → CreateChannelProvider-488e930d.js.map} +1 -1
  44. package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  45. package/CreateOpenChannel/context.js +1 -1
  46. package/CreateOpenChannel.js +10 -10
  47. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  48. package/EditUserProfile.js +13 -13
  49. package/{LocalizationContext-faa869e6.js → LocalizationContext-4b25e6bc.js} +3 -3
  50. package/{LocalizationContext-faa869e6.js.map → LocalizationContext-4b25e6bc.js.map} +1 -1
  51. package/{MediaQueryContext-f1d24f7b.js → MediaQueryContext-29dcaddb.js} +1 -1
  52. package/{MediaQueryContext-f1d24f7b.js.map → MediaQueryContext-29dcaddb.js.map} +1 -1
  53. package/{MemberList-a13a5723.js → MemberList-5cf25437.js} +5 -5
  54. package/{MemberList-a13a5723.js.map → MemberList-5cf25437.js.map} +1 -1
  55. package/MessageSearch/components/MessageSearchUI.js +12 -12
  56. package/MessageSearch/context.js +2 -2
  57. package/MessageSearch.js +12 -12
  58. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  59. package/OpenChannel/components/OpenChannelHeader.js +13 -13
  60. package/OpenChannel/components/OpenChannelInput.js +16 -16
  61. package/OpenChannel/components/OpenChannelMessage.js +23 -23
  62. package/OpenChannel/components/OpenChannelMessageList.js +25 -25
  63. package/OpenChannel/components/OpenChannelUI.js +25 -25
  64. package/OpenChannel/context.js +9 -9
  65. package/OpenChannel.js +25 -25
  66. package/OpenChannelList/components/OpenChannelListUI.js +13 -13
  67. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  68. package/OpenChannelList/context.js +4 -4
  69. package/OpenChannelList.js +13 -13
  70. package/{OpenChannelListProvider-d2d1d70c.js → OpenChannelListProvider-2685f3d5.js} +3 -3
  71. package/{OpenChannelListProvider-d2d1d70c.js.map → OpenChannelListProvider-2685f3d5.js.map} +1 -1
  72. package/{OpenChannelProvider-2aeb8bad.js → OpenChannelProvider-9bd64275.js} +7 -7
  73. package/{OpenChannelProvider-2aeb8bad.js.map → OpenChannelProvider-9bd64275.js.map} +1 -1
  74. package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  75. package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  76. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  77. package/OpenChannelSettings/components/OperatorUI.js +17 -17
  78. package/OpenChannelSettings/components/ParticipantUI.js +15 -15
  79. package/OpenChannelSettings/context.js +3 -3
  80. package/OpenChannelSettings.js +18 -18
  81. package/{RemoveMessageModal-513fca41.js → RemoveMessageModal-0182446a.js} +3 -3
  82. package/{RemoveMessageModal-513fca41.js.map → RemoveMessageModal-0182446a.js.map} +1 -1
  83. package/SendbirdProvider.js +12 -12
  84. package/SendbirdProvider.js.map +1 -1
  85. package/Thread/components/ParentMessageInfo.js +25 -25
  86. package/Thread/components/ParentMessageInfoItem.js +16 -16
  87. package/Thread/components/ThreadHeader.js +6 -6
  88. package/Thread/components/ThreadList.js +28 -28
  89. package/Thread/components/ThreadListItem.js +28 -28
  90. package/Thread/components/ThreadMessageInput.js +25 -25
  91. package/Thread/components/ThreadUI.js +32 -32
  92. package/Thread/context.js +9 -9
  93. package/Thread.js +32 -32
  94. package/{ThreadProvider-ad0690f5.js → ThreadProvider-daedc3df.js} +7 -7
  95. package/{ThreadProvider-ad0690f5.js.map → ThreadProvider-daedc3df.js.map} +1 -1
  96. package/{UserProfileContext-798ff1f9.js → UserProfileContext-2ea97dc1.js} +1 -1
  97. package/{UserProfileContext-798ff1f9.js.map → UserProfileContext-2ea97dc1.js.map} +1 -1
  98. package/{VoiceMessageInputWrapper-4a79cd88.js → VoiceMessageInputWrapper-f65cc3ae.js} +7 -7
  99. package/{VoiceMessageInputWrapper-4a79cd88.js.map → VoiceMessageInputWrapper-f65cc3ae.js.map} +1 -1
  100. package/VoicePlayer/context.js +3 -3
  101. package/VoicePlayer/useVoicePlayer.js +3 -3
  102. package/VoiceRecorder/context.js +1 -1
  103. package/VoiceRecorder/useVoiceRecorder.js +2 -2
  104. package/{_rollupPluginBabelHelpers-a6fb8db9.js → _rollupPluginBabelHelpers-38fb8170.js} +1 -1
  105. package/_rollupPluginBabelHelpers-38fb8170.js.map +1 -0
  106. package/{actionTypes-b2910bb9.js → actionTypes-ce60cab6.js} +1 -1
  107. package/{actionTypes-b2910bb9.js.map → actionTypes-ce60cab6.js.map} +1 -1
  108. package/cjs/App.js +40 -40
  109. package/cjs/Channel/components/ChannelHeader.js +19 -19
  110. package/cjs/Channel/components/ChannelUI.js +33 -33
  111. package/cjs/Channel/components/FileViewer.js +15 -15
  112. package/cjs/Channel/components/FrozenNotification.js +4 -4
  113. package/cjs/Channel/components/Message.js +28 -28
  114. package/cjs/Channel/components/MessageInput.js +24 -24
  115. package/cjs/Channel/components/MessageList.js +29 -29
  116. package/cjs/Channel/components/RemoveMessageModal.js +17 -17
  117. package/cjs/Channel/components/SuggestedMentionList.js +17 -17
  118. package/cjs/Channel/components/TypingIndicator.js +15 -15
  119. package/cjs/Channel/components/UnreadCount.js +4 -4
  120. package/cjs/Channel/context.js +14 -14
  121. package/cjs/Channel.js +33 -33
  122. package/cjs/ChannelList/components/AddChannel.js +15 -15
  123. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  124. package/cjs/ChannelList/components/ChannelListUI.js +30 -30
  125. package/cjs/ChannelList/components/ChannelPreview.js +26 -26
  126. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  127. package/cjs/ChannelList/context.js +8 -8
  128. package/cjs/ChannelList.js +30 -30
  129. package/cjs/{ChannelListProvider-5e580dea.js → ChannelListProvider-4cf41348.js} +8 -8
  130. package/cjs/{ChannelListProvider-5e580dea.js.map → ChannelListProvider-4cf41348.js.map} +1 -1
  131. package/cjs/{ChannelProvider-a57db975.js → ChannelProvider-af11f0e6.js} +10 -10
  132. package/cjs/{ChannelProvider-a57db975.js.map → ChannelProvider-af11f0e6.js.map} +1 -1
  133. package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
  134. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  135. package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
  136. package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
  137. package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
  138. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  139. package/cjs/ChannelSettings/components/UserPanel.js +14 -14
  140. package/cjs/ChannelSettings/context.js +3 -3
  141. package/cjs/ChannelSettings.js +18 -18
  142. package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
  143. package/cjs/CreateChannel/components/InviteUsers.js +14 -14
  144. package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
  145. package/cjs/CreateChannel/context.js +4 -4
  146. package/cjs/CreateChannel.js +14 -14
  147. package/cjs/{CreateChannelProvider-745ed46a.js → CreateChannelProvider-1241284b.js} +1 -1
  148. package/cjs/{CreateChannelProvider-745ed46a.js.map → CreateChannelProvider-1241284b.js.map} +1 -1
  149. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  150. package/cjs/CreateOpenChannel/context.js +1 -1
  151. package/cjs/CreateOpenChannel.js +10 -10
  152. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  153. package/cjs/EditUserProfile.js +13 -13
  154. package/cjs/{LocalizationContext-5aceab76.js → LocalizationContext-d6a49817.js} +3 -3
  155. package/cjs/{LocalizationContext-5aceab76.js.map → LocalizationContext-d6a49817.js.map} +1 -1
  156. package/cjs/{MediaQueryContext-9a083dcf.js → MediaQueryContext-fe920821.js} +1 -1
  157. package/cjs/{MediaQueryContext-9a083dcf.js.map → MediaQueryContext-fe920821.js.map} +1 -1
  158. package/cjs/{MemberList-eef196d1.js → MemberList-b3c99792.js} +5 -5
  159. package/cjs/{MemberList-eef196d1.js.map → MemberList-b3c99792.js.map} +1 -1
  160. package/cjs/MessageSearch/components/MessageSearchUI.js +12 -12
  161. package/cjs/MessageSearch/context.js +2 -2
  162. package/cjs/MessageSearch.js +12 -12
  163. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  164. package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
  165. package/cjs/OpenChannel/components/OpenChannelInput.js +16 -16
  166. package/cjs/OpenChannel/components/OpenChannelMessage.js +23 -23
  167. package/cjs/OpenChannel/components/OpenChannelMessageList.js +25 -25
  168. package/cjs/OpenChannel/components/OpenChannelUI.js +25 -25
  169. package/cjs/OpenChannel/context.js +9 -9
  170. package/cjs/OpenChannel.js +25 -25
  171. package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
  172. package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
  173. package/cjs/OpenChannelList/context.js +4 -4
  174. package/cjs/OpenChannelList.js +13 -13
  175. package/cjs/{OpenChannelListProvider-e36d9f33.js → OpenChannelListProvider-aa38b9f3.js} +3 -3
  176. package/cjs/{OpenChannelListProvider-e36d9f33.js.map → OpenChannelListProvider-aa38b9f3.js.map} +1 -1
  177. package/cjs/{OpenChannelProvider-784fb34f.js → OpenChannelProvider-689e3690.js} +7 -7
  178. package/cjs/{OpenChannelProvider-784fb34f.js.map → OpenChannelProvider-689e3690.js.map} +1 -1
  179. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  180. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  181. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  182. package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
  183. package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
  184. package/cjs/OpenChannelSettings/context.js +3 -3
  185. package/cjs/OpenChannelSettings.js +18 -18
  186. package/cjs/{RemoveMessageModal-31a33f76.js → RemoveMessageModal-e454585a.js} +3 -3
  187. package/cjs/{RemoveMessageModal-31a33f76.js.map → RemoveMessageModal-e454585a.js.map} +1 -1
  188. package/cjs/SendbirdProvider.js +12 -12
  189. package/cjs/SendbirdProvider.js.map +1 -1
  190. package/cjs/Thread/components/ParentMessageInfo.js +25 -25
  191. package/cjs/Thread/components/ParentMessageInfoItem.js +16 -16
  192. package/cjs/Thread/components/ThreadHeader.js +6 -6
  193. package/cjs/Thread/components/ThreadList.js +28 -28
  194. package/cjs/Thread/components/ThreadListItem.js +28 -28
  195. package/cjs/Thread/components/ThreadMessageInput.js +25 -25
  196. package/cjs/Thread/components/ThreadUI.js +32 -32
  197. package/cjs/Thread/context.js +9 -9
  198. package/cjs/Thread.js +32 -32
  199. package/cjs/{ThreadProvider-245cb356.js → ThreadProvider-03fb5452.js} +7 -7
  200. package/cjs/{ThreadProvider-245cb356.js.map → ThreadProvider-03fb5452.js.map} +1 -1
  201. package/cjs/{UserProfileContext-b8b5eb47.js → UserProfileContext-6b73c8c7.js} +1 -1
  202. package/cjs/{UserProfileContext-b8b5eb47.js.map → UserProfileContext-6b73c8c7.js.map} +1 -1
  203. package/cjs/{VoiceMessageInputWrapper-3efa0e59.js → VoiceMessageInputWrapper-b00f09e0.js} +7 -7
  204. package/cjs/{VoiceMessageInputWrapper-3efa0e59.js.map → VoiceMessageInputWrapper-b00f09e0.js.map} +1 -1
  205. package/cjs/VoicePlayer/context.js +3 -3
  206. package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
  207. package/cjs/VoiceRecorder/context.js +1 -1
  208. package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
  209. package/cjs/{_rollupPluginBabelHelpers-61859095.js → _rollupPluginBabelHelpers-6bd3ed3b.js} +1 -1
  210. package/cjs/_rollupPluginBabelHelpers-6bd3ed3b.js.map +1 -0
  211. package/cjs/{actionTypes-21f9ec1f.js → actionTypes-f0a152e4.js} +1 -1
  212. package/cjs/{actionTypes-21f9ec1f.js.map → actionTypes-f0a152e4.js.map} +1 -1
  213. package/cjs/{color-c824d292.js → color-273e8911.js} +1 -1
  214. package/cjs/{color-c824d292.js.map → color-273e8911.js.map} +1 -1
  215. package/cjs/{compareIds-71d08649.js → compareIds-cedb6c39.js} +1 -1
  216. package/cjs/{compareIds-71d08649.js.map → compareIds-cedb6c39.js.map} +1 -1
  217. package/cjs/{const-8e07f353.js → const-5de4173e.js} +1 -1
  218. package/cjs/{const-8e07f353.js.map → const-5de4173e.js.map} +1 -1
  219. package/cjs/{const-e6cae521.js → const-b8ef9240.js} +1 -1
  220. package/cjs/{const-e6cae521.js.map → const-b8ef9240.js.map} +1 -1
  221. package/cjs/{consts-75b91fe9.js → consts-0e64ad01.js} +1 -1
  222. package/cjs/{consts-75b91fe9.js.map → consts-0e64ad01.js.map} +1 -1
  223. package/cjs/{consts-439bb436.js → consts-9d6ed0a6.js} +1 -1
  224. package/cjs/{consts-439bb436.js.map → consts-9d6ed0a6.js.map} +1 -1
  225. package/cjs/{context-399dd8e2.js → context-e0a53b29.js} +2 -2
  226. package/cjs/{context-399dd8e2.js.map → context-e0a53b29.js.map} +1 -1
  227. package/cjs/dist/index.css +92 -92
  228. package/cjs/dist/index.css.map +1 -1
  229. package/cjs/{index-09d115c8.js → index-197e3c5b.js} +2 -2
  230. package/cjs/{index-09d115c8.js.map → index-197e3c5b.js.map} +1 -1
  231. package/cjs/{index-e189366a.js → index-25af7767.js} +7 -7
  232. package/cjs/{index-e189366a.js.map → index-25af7767.js.map} +1 -1
  233. package/cjs/{index-484849cf.js → index-31298927.js} +2 -2
  234. package/cjs/{index-484849cf.js.map → index-31298927.js.map} +1 -1
  235. package/cjs/{index-dd6c0902.js → index-36be8d44.js} +4 -4
  236. package/cjs/{index-dd6c0902.js.map → index-36be8d44.js.map} +1 -1
  237. package/cjs/{index-a427c01e.js → index-3b0363a8.js} +1 -1
  238. package/cjs/{index-a427c01e.js.map → index-3b0363a8.js.map} +1 -1
  239. package/cjs/{index-8528ba15.js → index-684be350.js} +3 -3
  240. package/cjs/{index-8528ba15.js.map → index-684be350.js.map} +1 -1
  241. package/cjs/{index-8ebd2891.js → index-6ed2df90.js} +4 -4
  242. package/cjs/{index-8ebd2891.js.map → index-6ed2df90.js.map} +1 -1
  243. package/cjs/{index-98dedc70.js → index-75f8f2cd.js} +2 -2
  244. package/cjs/{index-98dedc70.js.map → index-75f8f2cd.js.map} +1 -1
  245. package/cjs/{index-8ef480b0.js → index-7ba6befd.js} +2 -2
  246. package/cjs/{index-8ef480b0.js.map → index-7ba6befd.js.map} +1 -1
  247. package/cjs/{index-cd6b2f18.js → index-8aa6d8c9.js} +2 -2
  248. package/cjs/{index-cd6b2f18.js.map → index-8aa6d8c9.js.map} +1 -1
  249. package/cjs/{index-66355429.js → index-aa5383c4.js} +5 -5
  250. package/cjs/{index-66355429.js.map → index-aa5383c4.js.map} +1 -1
  251. package/cjs/{index-a81b3157.js → index-c810e78c.js} +1 -1
  252. package/cjs/{index-a81b3157.js.map → index-c810e78c.js.map} +1 -1
  253. package/cjs/{index-c9c315e3.js → index-f0d6f431.js} +7 -7
  254. package/cjs/{index-c9c315e3.js.map → index-f0d6f431.js.map} +1 -1
  255. package/cjs/{index-8eecbe24.js → index-f2e27f6a.js} +3 -3
  256. package/cjs/{index-8eecbe24.js.map → index-f2e27f6a.js.map} +1 -1
  257. package/cjs/index.js +44 -44
  258. package/cjs/sendbirdSelectors.js +2 -2
  259. package/cjs/{stringSet-1db37c33.js → stringSet-1e9a4bf2.js} +1 -1
  260. package/cjs/{stringSet-1db37c33.js.map → stringSet-1e9a4bf2.js.map} +1 -1
  261. package/cjs/{topics-81f12567.js → topics-33dacb94.js} +1 -1
  262. package/cjs/{topics-81f12567.js.map → topics-33dacb94.js.map} +1 -1
  263. package/cjs/{tslib.es6-446fe5c6.js → tslib.es6-a674f4e5.js} +1 -1
  264. package/cjs/{tslib.es6-446fe5c6.js.map → tslib.es6-a674f4e5.js.map} +1 -1
  265. package/cjs/{types-6cf92c48.js → types-ff787253.js} +1 -1
  266. package/cjs/{types-6cf92c48.js.map → types-ff787253.js.map} +1 -1
  267. package/cjs/ui/Accordion.js +3 -3
  268. package/cjs/ui/AccordionGroup.js +2 -2
  269. package/cjs/ui/AdminMessage.js +3 -3
  270. package/cjs/ui/Avatar.js +2 -2
  271. package/cjs/ui/Badge.js +5 -5
  272. package/cjs/ui/BottomSheet.js +1 -1
  273. package/cjs/ui/Button.js +3 -3
  274. package/cjs/ui/ChannelAvatar.js +3 -3
  275. package/cjs/ui/ConnectionStatus.js +4 -4
  276. package/cjs/ui/ContextMenu.js +5 -5
  277. package/cjs/ui/DateSeparator.js +4 -4
  278. package/cjs/ui/EmojiReactions.js +7 -7
  279. package/cjs/ui/FileMessageItemBody.js +6 -6
  280. package/cjs/ui/FileViewer.js +8 -8
  281. package/cjs/ui/IconButton.js +1 -1
  282. package/cjs/ui/ImageRenderer.js +1 -1
  283. package/cjs/ui/Input.js +2 -2
  284. package/cjs/ui/Label.js +2 -2
  285. package/cjs/ui/LinkLabel.js +2 -2
  286. package/cjs/ui/Loader.js +1 -1
  287. package/cjs/ui/MentionLabel.js +11 -11
  288. package/cjs/ui/MentionUserLabel.js +1 -1
  289. package/cjs/ui/MessageContent.js +23 -23
  290. package/cjs/ui/MessageInput.js +10 -10
  291. package/cjs/ui/MessageItemMenu.js +8 -8
  292. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  293. package/cjs/ui/MessageSearchFileItem.js +10 -10
  294. package/cjs/ui/MessageSearchItem.js +9 -9
  295. package/cjs/ui/MessageStatus.js +10 -10
  296. package/cjs/ui/Modal.js +7 -7
  297. package/cjs/ui/OGMessageItemBody.js +11 -11
  298. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  299. package/cjs/ui/OpenChannelAvatar.js +6 -6
  300. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  301. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  302. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  303. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  304. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  305. package/cjs/ui/PlaceHolder.js +6 -6
  306. package/cjs/ui/PlaybackTime.js +2 -2
  307. package/cjs/ui/QuoteMessage.js +6 -6
  308. package/cjs/ui/QuoteMessageInput.js +6 -6
  309. package/cjs/ui/ReactionBadge.js +3 -3
  310. package/cjs/ui/ReactionButton.js +1 -1
  311. package/cjs/ui/SortByRow.js +2 -2
  312. package/cjs/ui/TextButton.js +2 -2
  313. package/cjs/ui/TextMessageItemBody.js +11 -11
  314. package/cjs/ui/ThreadReplies.js +6 -6
  315. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  316. package/cjs/ui/Tooltip.js +3 -3
  317. package/cjs/ui/TooltipWrapper.js +1 -1
  318. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  319. package/cjs/ui/UserListItem.js +11 -11
  320. package/cjs/ui/UserProfile.js +10 -10
  321. package/cjs/ui/VoiceMessageItemBody.js +5 -5
  322. package/cjs/ui/VoiceMessgeInput.js +8 -8
  323. package/cjs/ui/Word.js +11 -11
  324. package/cjs/{useLongPress-fbeff7f1.js → useLongPress-37c403d8.js} +3 -3
  325. package/cjs/{useLongPress-fbeff7f1.js.map → useLongPress-37c403d8.js.map} +1 -1
  326. package/cjs/useSendbirdStateContext.js +1 -1
  327. package/cjs/utils/message/isVoiceMessage.js +2 -2
  328. package/cjs/{utils-b7734ec6.js → utils-50ff8ad6.js} +2 -2
  329. package/cjs/{utils-b7734ec6.js.map → utils-50ff8ad6.js.map} +1 -1
  330. package/cjs/{utils-e4a28ce3.js → utils-9df4cc6c.js} +1 -1
  331. package/cjs/{utils-e4a28ce3.js.map → utils-9df4cc6c.js.map} +1 -1
  332. package/cjs/{utils-68decdd6.js → utils-9fed7de8.js} +1 -1
  333. package/cjs/{utils-68decdd6.js.map → utils-9fed7de8.js.map} +1 -1
  334. package/cjs/{utils-85bae6f4.js → utils-afdab4b0.js} +1 -1
  335. package/cjs/{utils-85bae6f4.js.map → utils-afdab4b0.js.map} +1 -1
  336. package/cjs/{uuid-7bd43bd5.js → uuid-f5d1a1fe.js} +1 -1
  337. package/cjs/{uuid-7bd43bd5.js.map → uuid-f5d1a1fe.js.map} +1 -1
  338. package/cjs/withSendbird.js +1 -1
  339. package/{color-3ea2f32a.js → color-a450612f.js} +1 -1
  340. package/{color-3ea2f32a.js.map → color-a450612f.js.map} +1 -1
  341. package/{compareIds-0df93c10.js → compareIds-27ab0100.js} +1 -1
  342. package/{compareIds-0df93c10.js.map → compareIds-27ab0100.js.map} +1 -1
  343. package/{const-3e90ab6a.js → const-2d43b497.js} +1 -1
  344. package/{const-3e90ab6a.js.map → const-2d43b497.js.map} +1 -1
  345. package/{const-15b18d4f.js → const-de21a301.js} +1 -1
  346. package/{const-15b18d4f.js.map → const-de21a301.js.map} +1 -1
  347. package/{consts-bdb24796.js → consts-9f2eecf3.js} +1 -1
  348. package/{consts-bdb24796.js.map → consts-9f2eecf3.js.map} +1 -1
  349. package/{consts-bf94452f.js → consts-cedae35a.js} +1 -1
  350. package/{consts-bf94452f.js.map → consts-cedae35a.js.map} +1 -1
  351. package/{context-77ebb473.js → context-b7ccbd17.js} +2 -2
  352. package/{context-77ebb473.js.map → context-b7ccbd17.js.map} +1 -1
  353. package/dist/index.css +92 -92
  354. package/dist/index.css.map +1 -1
  355. package/{index-dc60c446.js → index-4729324a.js} +5 -5
  356. package/{index-dc60c446.js.map → index-4729324a.js.map} +1 -1
  357. package/{index-021c461b.js → index-533dff7c.js} +7 -7
  358. package/{index-021c461b.js.map → index-533dff7c.js.map} +1 -1
  359. package/{index-dad39ace.js → index-58b5008c.js} +2 -2
  360. package/{index-dad39ace.js.map → index-58b5008c.js.map} +1 -1
  361. package/{index-ba0f687e.js → index-5e921f58.js} +3 -3
  362. package/{index-ba0f687e.js.map → index-5e921f58.js.map} +1 -1
  363. package/{index-9d1fdd2f.js → index-9ee89f7c.js} +2 -2
  364. package/{index-9d1fdd2f.js.map → index-9ee89f7c.js.map} +1 -1
  365. package/{index-9e13245e.js → index-9f08118f.js} +4 -4
  366. package/{index-9e13245e.js.map → index-9f08118f.js.map} +1 -1
  367. package/{index-82bbd3a5.js → index-a245d213.js} +2 -2
  368. package/{index-82bbd3a5.js.map → index-a245d213.js.map} +1 -1
  369. package/{index-245c7032.js → index-af6e4d1e.js} +1 -1
  370. package/{index-245c7032.js.map → index-af6e4d1e.js.map} +1 -1
  371. package/{index-40fcb60b.js → index-ba549e6a.js} +2 -2
  372. package/{index-40fcb60b.js.map → index-ba549e6a.js.map} +1 -1
  373. package/{index-47bacf36.js → index-d69c6128.js} +3 -3
  374. package/{index-47bacf36.js.map → index-d69c6128.js.map} +1 -1
  375. package/{index-14887308.js → index-e8294858.js} +4 -4
  376. package/{index-14887308.js.map → index-e8294858.js.map} +1 -1
  377. package/{index-5ebdd2f3.js → index-eba6c13e.js} +7 -7
  378. package/{index-5ebdd2f3.js.map → index-eba6c13e.js.map} +1 -1
  379. package/{index-0598a3f8.js → index-f3ba7696.js} +1 -1
  380. package/{index-0598a3f8.js.map → index-f3ba7696.js.map} +1 -1
  381. package/{index-efddd5d1.js → index-fb9f4d36.js} +2 -2
  382. package/{index-efddd5d1.js.map → index-fb9f4d36.js.map} +1 -1
  383. package/index.d.ts +1 -1
  384. package/index.js +44 -44
  385. package/package.json +1 -1
  386. package/sendbirdSelectors.js +2 -2
  387. package/{stringSet-f4c04194.js → stringSet-80381462.js} +1 -1
  388. package/{stringSet-f4c04194.js.map → stringSet-80381462.js.map} +1 -1
  389. package/{topics-34615bc5.js → topics-aa4d9dac.js} +1 -1
  390. package/{topics-34615bc5.js.map → topics-aa4d9dac.js.map} +1 -1
  391. package/{tslib.es6-0d507bec.js → tslib.es6-33004eb4.js} +1 -1
  392. package/{tslib.es6-0d507bec.js.map → tslib.es6-33004eb4.js.map} +1 -1
  393. package/{types-277b33ab.js → types-79f3626f.js} +1 -1
  394. package/{types-277b33ab.js.map → types-79f3626f.js.map} +1 -1
  395. package/ui/Accordion.js +3 -3
  396. package/ui/AccordionGroup.js +2 -2
  397. package/ui/AdminMessage.js +3 -3
  398. package/ui/Avatar.js +2 -2
  399. package/ui/Badge.js +5 -5
  400. package/ui/BottomSheet.js +1 -1
  401. package/ui/Button.js +3 -3
  402. package/ui/ChannelAvatar.js +3 -3
  403. package/ui/ConnectionStatus.js +4 -4
  404. package/ui/ContextMenu.js +5 -5
  405. package/ui/DateSeparator.js +4 -4
  406. package/ui/EmojiReactions.js +7 -7
  407. package/ui/FileMessageItemBody.js +6 -6
  408. package/ui/FileViewer.js +8 -8
  409. package/ui/IconButton.js +1 -1
  410. package/ui/ImageRenderer.js +1 -1
  411. package/ui/Input.js +2 -2
  412. package/ui/Label.js +2 -2
  413. package/ui/LinkLabel.js +2 -2
  414. package/ui/Loader.js +1 -1
  415. package/ui/MentionLabel.js +11 -11
  416. package/ui/MentionUserLabel.js +1 -1
  417. package/ui/MessageContent.js +23 -23
  418. package/ui/MessageInput.js +10 -10
  419. package/ui/MessageItemMenu.js +8 -8
  420. package/ui/MessageItemReactionMenu.js +5 -5
  421. package/ui/MessageSearchFileItem.js +10 -10
  422. package/ui/MessageSearchItem.js +9 -9
  423. package/ui/MessageStatus.js +10 -10
  424. package/ui/Modal.js +7 -7
  425. package/ui/OGMessageItemBody.js +11 -11
  426. package/ui/OpenChannelAdminMessage.js +3 -3
  427. package/ui/OpenChannelAvatar.js +6 -6
  428. package/ui/OpenchannelConversationHeader.js +6 -6
  429. package/ui/OpenchannelFileMessage.js +16 -16
  430. package/ui/OpenchannelOGMessage.js +16 -16
  431. package/ui/OpenchannelThumbnailMessage.js +15 -15
  432. package/ui/OpenchannelUserMessage.js +16 -16
  433. package/ui/PlaceHolder.js +6 -6
  434. package/ui/PlaybackTime.js +2 -2
  435. package/ui/QuoteMessage.js +6 -6
  436. package/ui/QuoteMessageInput.js +6 -6
  437. package/ui/ReactionBadge.js +3 -3
  438. package/ui/ReactionButton.js +1 -1
  439. package/ui/SortByRow.js +2 -2
  440. package/ui/TextButton.js +2 -2
  441. package/ui/TextMessageItemBody.js +11 -11
  442. package/ui/ThreadReplies.js +6 -6
  443. package/ui/ThumbnailMessageItemBody.js +2 -2
  444. package/ui/Tooltip.js +3 -3
  445. package/ui/TooltipWrapper.js +1 -1
  446. package/ui/UnknownMessageItemBody.js +6 -6
  447. package/ui/UserListItem.js +11 -11
  448. package/ui/UserProfile.js +10 -10
  449. package/ui/VoiceMessageItemBody.js +5 -5
  450. package/ui/VoiceMessgeInput.js +8 -8
  451. package/ui/Word.js +11 -11
  452. package/{useLongPress-932defe8.js → useLongPress-562f0826.js} +3 -3
  453. package/{useLongPress-932defe8.js.map → useLongPress-562f0826.js.map} +1 -1
  454. package/useSendbirdStateContext.js +1 -1
  455. package/utils/message/isVoiceMessage.js +2 -2
  456. package/{utils-b7331548.js → utils-3eee4302.js} +1 -1
  457. package/{utils-b7331548.js.map → utils-3eee4302.js.map} +1 -1
  458. package/{utils-b438b300.js → utils-4e5389df.js} +1 -1
  459. package/{utils-b438b300.js.map → utils-4e5389df.js.map} +1 -1
  460. package/{utils-889ef91c.js → utils-8fa2a634.js} +2 -2
  461. package/{utils-889ef91c.js.map → utils-8fa2a634.js.map} +1 -1
  462. package/{utils-1d822c74.js → utils-b84d9295.js} +1 -1
  463. package/{utils-1d822c74.js.map → utils-b84d9295.js.map} +1 -1
  464. package/{uuid-9dda9b20.js → uuid-7397f1ec.js} +1 -1
  465. package/{uuid-9dda9b20.js.map → uuid-7397f1ec.js.map} +1 -1
  466. package/withSendbird.js +1 -1
  467. package/_rollupPluginBabelHelpers-a6fb8db9.js.map +0 -1
  468. package/cjs/_rollupPluginBabelHelpers-61859095.js.map +0 -1
@@ -1,36 +1,36 @@
1
1
  {
2
2
  "index.js": {
3
- "bundled": 7133,
4
- "minified": 6731,
5
- "gzipped": 1592,
3
+ "bundled": 7137,
4
+ "minified": 6735,
5
+ "gzipped": 1596,
6
6
  "treeshaked": {
7
7
  "rollup": {
8
- "code": 6345,
9
- "import_statements": 6345
8
+ "code": 6349,
9
+ "import_statements": 6349
10
10
  },
11
11
  "webpack": {
12
- "code": 13383
12
+ "code": 13387
13
13
  }
14
14
  }
15
15
  },
16
16
  "SendbirdProvider.js": {
17
- "bundled": 25941,
18
- "minified": 16384,
19
- "gzipped": 4560,
17
+ "bundled": 25946,
18
+ "minified": 16394,
19
+ "gzipped": 4563,
20
20
  "treeshaked": {
21
21
  "rollup": {
22
22
  "code": 1406,
23
23
  "import_statements": 662
24
24
  },
25
25
  "webpack": {
26
- "code": 16306
26
+ "code": 16311
27
27
  }
28
28
  }
29
29
  },
30
30
  "ChannelSettings.js": {
31
31
  "bundled": 3389,
32
32
  "minified": 2682,
33
- "gzipped": 840,
33
+ "gzipped": 847,
34
34
  "treeshaked": {
35
35
  "rollup": {
36
36
  "code": 1727,
@@ -42,44 +42,44 @@
42
42
  }
43
43
  },
44
44
  "App.js": {
45
- "bundled": 25042,
46
- "minified": 15991,
47
- "gzipped": 3870,
45
+ "bundled": 25046,
46
+ "minified": 15995,
47
+ "gzipped": 3864,
48
48
  "treeshaked": {
49
49
  "rollup": {
50
- "code": 6030,
51
- "import_statements": 5299
50
+ "code": 6034,
51
+ "import_statements": 5303
52
52
  },
53
53
  "webpack": {
54
- "code": 21152
54
+ "code": 21156
55
55
  }
56
56
  }
57
57
  },
58
58
  "ChannelList.js": {
59
- "bundled": 4575,
60
- "minified": 3561,
61
- "gzipped": 1080,
59
+ "bundled": 4606,
60
+ "minified": 3590,
61
+ "gzipped": 1086,
62
62
  "treeshaked": {
63
63
  "rollup": {
64
- "code": 2229,
65
- "import_statements": 2229
64
+ "code": 2258,
65
+ "import_statements": 2258
66
66
  },
67
67
  "webpack": {
68
- "code": 5483
68
+ "code": 5546
69
69
  }
70
70
  }
71
71
  },
72
72
  "Channel.js": {
73
- "bundled": 7026,
74
- "minified": 5333,
75
- "gzipped": 1482,
73
+ "bundled": 6995,
74
+ "minified": 5304,
75
+ "gzipped": 1479,
76
76
  "treeshaked": {
77
77
  "rollup": {
78
- "code": 3214,
79
- "import_statements": 3214
78
+ "code": 3185,
79
+ "import_statements": 3185
80
80
  },
81
81
  "webpack": {
82
- "code": 7557
82
+ "code": 7493
83
83
  }
84
84
  }
85
85
  },
@@ -89,23 +89,23 @@
89
89
  "gzipped": 1537
90
90
  },
91
91
  "OpenChannel.js": {
92
- "bundled": 3999,
93
- "minified": 3157,
94
- "gzipped": 976,
92
+ "bundled": 3968,
93
+ "minified": 3128,
94
+ "gzipped": 971,
95
95
  "treeshaked": {
96
96
  "rollup": {
97
- "code": 2067,
98
- "import_statements": 2067
97
+ "code": 2038,
98
+ "import_statements": 2038
99
99
  },
100
100
  "webpack": {
101
- "code": 5185
101
+ "code": 5122
102
102
  }
103
103
  }
104
104
  },
105
105
  "OpenChannelSettings.js": {
106
106
  "bundled": 2819,
107
107
  "minified": 2294,
108
- "gzipped": 771,
108
+ "gzipped": 770,
109
109
  "treeshaked": {
110
110
  "rollup": {
111
111
  "code": 1570,
@@ -147,7 +147,7 @@
147
147
  "sendbirdSelectors.js": {
148
148
  "bundled": 18957,
149
149
  "minified": 7661,
150
- "gzipped": 1416,
150
+ "gzipped": 1417,
151
151
  "treeshaked": {
152
152
  "rollup": {
153
153
  "code": 57,
@@ -161,7 +161,7 @@
161
161
  "useSendbirdStateContext.js": {
162
162
  "bundled": 479,
163
163
  "minified": 244,
164
- "gzipped": 166,
164
+ "gzipped": 165,
165
165
  "treeshaked": {
166
166
  "rollup": {
167
167
  "code": 88,
@@ -185,7 +185,7 @@
185
185
  "ChannelSettings/components/ChannelSettingsUI.js": {
186
186
  "bundled": 7023,
187
187
  "minified": 4830,
188
- "gzipped": 1478,
188
+ "gzipped": 1479,
189
189
  "treeshaked": {
190
190
  "rollup": {
191
191
  "code": 1491,
@@ -216,51 +216,51 @@
216
216
  "gzipped": 4255
217
217
  },
218
218
  "ChannelList/components/ChannelListUI.js": {
219
- "bundled": 11239,
220
- "minified": 6446,
221
- "gzipped": 2184,
219
+ "bundled": 11274,
220
+ "minified": 6479,
221
+ "gzipped": 2190,
222
222
  "treeshaked": {
223
223
  "rollup": {
224
- "code": 2087,
225
- "import_statements": 2087
224
+ "code": 2116,
225
+ "import_statements": 2116
226
226
  },
227
227
  "webpack": {
228
- "code": 5539
228
+ "code": 5606
229
229
  }
230
230
  }
231
231
  },
232
232
  "OpenChannel/components/OpenChannelUI.js": {
233
- "bundled": 5135,
234
- "minified": 3669,
235
- "gzipped": 1143,
233
+ "bundled": 5104,
234
+ "minified": 3640,
235
+ "gzipped": 1140,
236
236
  "treeshaked": {
237
237
  "rollup": {
238
- "code": 1902,
239
- "import_statements": 1902
238
+ "code": 1873,
239
+ "import_statements": 1873
240
240
  },
241
241
  "webpack": {
242
- "code": 5190
242
+ "code": 5127
243
243
  }
244
244
  }
245
245
  },
246
246
  "Channel/components/ChannelUI.js": {
247
- "bundled": 8060,
248
- "minified": 5780,
249
- "gzipped": 1634,
247
+ "bundled": 8029,
248
+ "minified": 5751,
249
+ "gzipped": 1626,
250
250
  "treeshaked": {
251
251
  "rollup": {
252
- "code": 2982,
253
- "import_statements": 2982
252
+ "code": 2953,
253
+ "import_statements": 2953
254
254
  },
255
255
  "webpack": {
256
- "code": 7614
256
+ "code": 7551
257
257
  }
258
258
  }
259
259
  },
260
260
  "OpenChannelSettings/context.js": {
261
261
  "bundled": 6911,
262
262
  "minified": 3419,
263
- "gzipped": 1077,
263
+ "gzipped": 1076,
264
264
  "treeshaked": {
265
265
  "rollup": {
266
266
  "code": 247,
@@ -274,7 +274,7 @@
274
274
  "OpenChannelSettings/components/OpenChannelSettingsUI.js": {
275
275
  "bundled": 5431,
276
276
  "minified": 4024,
277
- "gzipped": 1258,
277
+ "gzipped": 1259,
278
278
  "treeshaked": {
279
279
  "rollup": {
280
280
  "code": 1391,
@@ -312,7 +312,7 @@
312
312
  "ui/IconButton.js": {
313
313
  "bundled": 1754,
314
314
  "minified": 946,
315
- "gzipped": 516,
315
+ "gzipped": 515,
316
316
  "treeshaked": {
317
317
  "rollup": {
318
318
  "code": 46,
@@ -331,7 +331,7 @@
331
331
  "ui/Loader.js": {
332
332
  "bundled": 962,
333
333
  "minified": 644,
334
- "gzipped": 382,
334
+ "gzipped": 381,
335
335
  "treeshaked": {
336
336
  "rollup": {
337
337
  "code": 83,
@@ -355,7 +355,7 @@
355
355
  "MessageSearch/context.js": {
356
356
  "bundled": 12924,
357
357
  "minified": 6444,
358
- "gzipped": 1938,
358
+ "gzipped": 1937,
359
359
  "treeshaked": {
360
360
  "rollup": {
361
361
  "code": 221,
@@ -413,7 +413,7 @@
413
413
  "ChannelSettings/components/ChannelProfile.js": {
414
414
  "bundled": 4007,
415
415
  "minified": 2698,
416
- "gzipped": 1007,
416
+ "gzipped": 1009,
417
417
  "treeshaked": {
418
418
  "rollup": {
419
419
  "code": 792,
@@ -441,7 +441,7 @@
441
441
  "ChannelSettings/components/ModerationPanel.js": {
442
442
  "bundled": 33236,
443
443
  "minified": 18707,
444
- "gzipped": 3205,
444
+ "gzipped": 3203,
445
445
  "treeshaked": {
446
446
  "rollup": {
447
447
  "code": 1169,
@@ -460,7 +460,7 @@
460
460
  "ChannelSettings/components/UserPanel.js": {
461
461
  "bundled": 3403,
462
462
  "minified": 2744,
463
- "gzipped": 1057,
463
+ "gzipped": 1058,
464
464
  "treeshaked": {
465
465
  "rollup": {
466
466
  "code": 1046,
@@ -474,7 +474,7 @@
474
474
  "ChannelList/components/ChannelListHeader.js": {
475
475
  "bundled": 3166,
476
476
  "minified": 2128,
477
- "gzipped": 831,
477
+ "gzipped": 832,
478
478
  "treeshaked": {
479
479
  "rollup": {
480
480
  "code": 407,
@@ -500,23 +500,23 @@
500
500
  }
501
501
  },
502
502
  "ChannelList/components/ChannelPreview.js": {
503
- "bundled": 10275,
504
- "minified": 7101,
505
- "gzipped": 2145,
503
+ "bundled": 10310,
504
+ "minified": 7134,
505
+ "gzipped": 2144,
506
506
  "treeshaked": {
507
507
  "rollup": {
508
- "code": 1450,
509
- "import_statements": 1450
508
+ "code": 1479,
509
+ "import_statements": 1479
510
510
  },
511
511
  "webpack": {
512
- "code": 4196
512
+ "code": 4263
513
513
  }
514
514
  }
515
515
  },
516
516
  "EditUserProfile.js": {
517
517
  "bundled": 1300,
518
518
  "minified": 1077,
519
- "gzipped": 483,
519
+ "gzipped": 480,
520
520
  "treeshaked": {
521
521
  "rollup": {
522
522
  "code": 732,
@@ -530,7 +530,7 @@
530
530
  "ChannelList/components/ChannelPreviewAction.js": {
531
531
  "bundled": 4627,
532
532
  "minified": 3081,
533
- "gzipped": 1259,
533
+ "gzipped": 1255,
534
534
  "treeshaked": {
535
535
  "rollup": {
536
536
  "code": 865,
@@ -544,7 +544,7 @@
544
544
  "ui/ConnectionStatus.js": {
545
545
  "bundled": 928,
546
546
  "minified": 766,
547
- "gzipped": 410,
547
+ "gzipped": 411,
548
548
  "treeshaked": {
549
549
  "rollup": {
550
550
  "code": 181,
@@ -558,7 +558,7 @@
558
558
  "Channel/components/ChannelHeader.js": {
559
559
  "bundled": 5319,
560
560
  "minified": 3717,
561
- "gzipped": 1263,
561
+ "gzipped": 1262,
562
562
  "treeshaked": {
563
563
  "rollup": {
564
564
  "code": 1063,
@@ -572,7 +572,7 @@
572
572
  "Channel/components/TypingIndicator.js": {
573
573
  "bundled": 4065,
574
574
  "minified": 2764,
575
- "gzipped": 1087,
575
+ "gzipped": 1085,
576
576
  "treeshaked": {
577
577
  "rollup": {
578
578
  "code": 859,
@@ -584,16 +584,16 @@
584
584
  }
585
585
  },
586
586
  "Channel/components/MessageList.js": {
587
- "bundled": 12869,
588
- "minified": 7319,
589
- "gzipped": 2454,
587
+ "bundled": 12838,
588
+ "minified": 7290,
589
+ "gzipped": 2445,
590
590
  "treeshaked": {
591
591
  "rollup": {
592
- "code": 2603,
593
- "import_statements": 2603
592
+ "code": 2574,
593
+ "import_statements": 2574
594
594
  },
595
595
  "webpack": {
596
- "code": 6795
596
+ "code": 6732
597
597
  }
598
598
  }
599
599
  },
@@ -614,7 +614,7 @@
614
614
  "Channel/components/UnreadCount.js": {
615
615
  "bundled": 1683,
616
616
  "minified": 1207,
617
- "gzipped": 605,
617
+ "gzipped": 606,
618
618
  "treeshaked": {
619
619
  "rollup": {
620
620
  "code": 184,
@@ -626,37 +626,37 @@
626
626
  }
627
627
  },
628
628
  "OpenChannel/components/OpenChannelInput.js": {
629
- "bundled": 2155,
630
- "minified": 1658,
631
- "gzipped": 728,
629
+ "bundled": 2124,
630
+ "minified": 1629,
631
+ "gzipped": 716,
632
632
  "treeshaked": {
633
633
  "rollup": {
634
- "code": 875,
635
- "import_statements": 875
634
+ "code": 846,
635
+ "import_statements": 846
636
636
  },
637
637
  "webpack": {
638
- "code": 2895
638
+ "code": 2832
639
639
  }
640
640
  }
641
641
  },
642
642
  "Channel/components/MessageInput.js": {
643
- "bundled": 10344,
644
- "minified": 5698,
645
- "gzipped": 2085,
643
+ "bundled": 10366,
644
+ "minified": 5688,
645
+ "gzipped": 2084,
646
646
  "treeshaked": {
647
647
  "rollup": {
648
- "code": 1673,
649
- "import_statements": 1673
648
+ "code": 1644,
649
+ "import_statements": 1644
650
650
  },
651
651
  "webpack": {
652
- "code": 4669
652
+ "code": 4606
653
653
  }
654
654
  }
655
655
  },
656
656
  "OpenChannel/components/FrozenChannelNotification.js": {
657
657
  "bundled": 749,
658
658
  "minified": 634,
659
- "gzipped": 333,
659
+ "gzipped": 335,
660
660
  "treeshaked": {
661
661
  "rollup": {
662
662
  "code": 163,
@@ -670,7 +670,7 @@
670
670
  "OpenChannel/components/OpenChannelHeader.js": {
671
671
  "bundled": 4072,
672
672
  "minified": 3037,
673
- "gzipped": 1043,
673
+ "gzipped": 1045,
674
674
  "treeshaked": {
675
675
  "rollup": {
676
676
  "code": 705,
@@ -682,23 +682,23 @@
682
682
  }
683
683
  },
684
684
  "OpenChannel/components/OpenChannelMessageList.js": {
685
- "bundled": 6518,
686
- "minified": 4307,
687
- "gzipped": 1567,
685
+ "bundled": 6487,
686
+ "minified": 4278,
687
+ "gzipped": 1562,
688
688
  "treeshaked": {
689
689
  "rollup": {
690
- "code": 1766,
691
- "import_statements": 1766
690
+ "code": 1737,
691
+ "import_statements": 1737
692
692
  },
693
693
  "webpack": {
694
- "code": 4918
694
+ "code": 4855
695
695
  }
696
696
  }
697
697
  },
698
698
  "OpenChannelSettings/components/OperatorUI.js": {
699
699
  "bundled": 37324,
700
700
  "minified": 21582,
701
- "gzipped": 3683,
701
+ "gzipped": 3680,
702
702
  "treeshaked": {
703
703
  "rollup": {
704
704
  "code": 1316,
@@ -712,7 +712,7 @@
712
712
  "OpenChannelSettings/components/ParticipantUI.js": {
713
713
  "bundled": 1276,
714
714
  "minified": 1201,
715
- "gzipped": 469,
715
+ "gzipped": 468,
716
716
  "treeshaked": {
717
717
  "rollup": {
718
718
  "code": 1058,
@@ -726,7 +726,7 @@
726
726
  "ui/MessageSearchItem.js": {
727
727
  "bundled": 3393,
728
728
  "minified": 2317,
729
- "gzipped": 883,
729
+ "gzipped": 884,
730
730
  "treeshaked": {
731
731
  "rollup": {
732
732
  "code": 371,
@@ -740,7 +740,7 @@
740
740
  "ui/MessageSearchFileItem.js": {
741
741
  "bundled": 4732,
742
742
  "minified": 3148,
743
- "gzipped": 1163,
743
+ "gzipped": 1161,
744
744
  "treeshaked": {
745
745
  "rollup": {
746
746
  "code": 450,
@@ -754,7 +754,7 @@
754
754
  "ui/ChannelAvatar.js": {
755
755
  "bundled": 2145,
756
756
  "minified": 1352,
757
- "gzipped": 598,
757
+ "gzipped": 599,
758
758
  "treeshaked": {
759
759
  "rollup": {
760
760
  "code": 185,
@@ -768,7 +768,7 @@
768
768
  "ui/TextButton.js": {
769
769
  "bundled": 1180,
770
770
  "minified": 774,
771
- "gzipped": 439,
771
+ "gzipped": 438,
772
772
  "treeshaked": {
773
773
  "rollup": {
774
774
  "code": 74,
@@ -782,7 +782,7 @@
782
782
  "ui/Accordion.js": {
783
783
  "bundled": 2315,
784
784
  "minified": 1399,
785
- "gzipped": 618,
785
+ "gzipped": 617,
786
786
  "treeshaked": {
787
787
  "rollup": {
788
788
  "code": 169,
@@ -796,7 +796,7 @@
796
796
  "ChannelSettings/components/EditDetailsModal.js": {
797
797
  "bundled": 6356,
798
798
  "minified": 3956,
799
- "gzipped": 1436,
799
+ "gzipped": 1437,
800
800
  "treeshaked": {
801
801
  "rollup": {
802
802
  "code": 762,
@@ -869,23 +869,23 @@
869
869
  }
870
870
  },
871
871
  "ui/MentionUserLabel.js": {
872
- "bundled": 585,
873
- "minified": 374,
874
- "gzipped": 259,
872
+ "bundled": 703,
873
+ "minified": 477,
874
+ "gzipped": 318,
875
875
  "treeshaked": {
876
876
  "rollup": {
877
- "code": 14,
878
- "import_statements": 14
877
+ "code": 43,
878
+ "import_statements": 43
879
879
  },
880
880
  "webpack": {
881
- "code": 998
881
+ "code": 1061
882
882
  }
883
883
  }
884
884
  },
885
885
  "ui/MessageStatus.js": {
886
886
  "bundled": 511,
887
887
  "minified": 477,
888
- "gzipped": 256,
888
+ "gzipped": 254,
889
889
  "treeshaked": {
890
890
  "rollup": {
891
891
  "code": 424,
@@ -897,16 +897,16 @@
897
897
  }
898
898
  },
899
899
  "ui/ContextMenu.js": {
900
- "bundled": 10858,
901
- "minified": 5681,
902
- "gzipped": 1948,
900
+ "bundled": 11013,
901
+ "minified": 5714,
902
+ "gzipped": 1969,
903
903
  "treeshaked": {
904
904
  "rollup": {
905
- "code": 2336,
905
+ "code": 2339,
906
906
  "import_statements": 321
907
907
  },
908
908
  "webpack": {
909
- "code": 3644
909
+ "code": 3647
910
910
  }
911
911
  }
912
912
  },
@@ -933,7 +933,7 @@
933
933
  "ui/ReactionButton.js": {
934
934
  "bundled": 1173,
935
935
  "minified": 745,
936
- "gzipped": 412,
936
+ "gzipped": 411,
937
937
  "treeshaked": {
938
938
  "rollup": {
939
939
  "code": 46,
@@ -964,16 +964,16 @@
964
964
  "gzipped": 206
965
965
  },
966
966
  "Channel/components/Message.js": {
967
- "bundled": 17074,
968
- "minified": 9120,
969
- "gzipped": 2998,
967
+ "bundled": 17043,
968
+ "minified": 9091,
969
+ "gzipped": 2991,
970
970
  "treeshaked": {
971
971
  "rollup": {
972
- "code": 2497,
973
- "import_statements": 2497
972
+ "code": 2468,
973
+ "import_statements": 2468
974
974
  },
975
975
  "webpack": {
976
- "code": 6549
976
+ "code": 6486
977
977
  }
978
978
  }
979
979
  },
@@ -994,7 +994,7 @@
994
994
  "Channel/components/SuggestedMentionList.js": {
995
995
  "bundled": 13607,
996
996
  "minified": 7187,
997
- "gzipped": 2298,
997
+ "gzipped": 2295,
998
998
  "treeshaked": {
999
999
  "rollup": {
1000
1000
  "code": 1004,
@@ -1011,16 +1011,16 @@
1011
1011
  "gzipped": 183
1012
1012
  },
1013
1013
  "OpenChannel/components/OpenChannelMessage.js": {
1014
- "bundled": 12640,
1015
- "minified": 7357,
1016
- "gzipped": 2142,
1014
+ "bundled": 12609,
1015
+ "minified": 7328,
1016
+ "gzipped": 2137,
1017
1017
  "treeshaked": {
1018
1018
  "rollup": {
1019
- "code": 1842,
1020
- "import_statements": 1690
1019
+ "code": 1813,
1020
+ "import_statements": 1661
1021
1021
  },
1022
1022
  "webpack": {
1023
- "code": 4896
1023
+ "code": 4833
1024
1024
  }
1025
1025
  }
1026
1026
  },
@@ -1132,7 +1132,7 @@
1132
1132
  "ui/DateSeparator.js": {
1133
1133
  "bundled": 1480,
1134
1134
  "minified": 1127,
1135
- "gzipped": 502,
1135
+ "gzipped": 503,
1136
1136
  "treeshaked": {
1137
1137
  "rollup": {
1138
1138
  "code": 153,
@@ -1146,7 +1146,7 @@
1146
1146
  "ui/MessageContent.js": {
1147
1147
  "bundled": 36109,
1148
1148
  "minified": 20940,
1149
- "gzipped": 4573,
1149
+ "gzipped": 4571,
1150
1150
  "treeshaked": {
1151
1151
  "rollup": {
1152
1152
  "code": 1863,
@@ -1160,7 +1160,7 @@
1160
1160
  "Channel/components/RemoveMessageModal.js": {
1161
1161
  "bundled": 2168,
1162
1162
  "minified": 1738,
1163
- "gzipped": 762,
1163
+ "gzipped": 761,
1164
1164
  "treeshaked": {
1165
1165
  "rollup": {
1166
1166
  "code": 999,
@@ -1174,7 +1174,7 @@
1174
1174
  "Channel/components/FileViewer.js": {
1175
1175
  "bundled": 6157,
1176
1176
  "minified": 4412,
1177
- "gzipped": 1381,
1177
+ "gzipped": 1382,
1178
1178
  "treeshaked": {
1179
1179
  "rollup": {
1180
1180
  "code": 868,
@@ -1188,7 +1188,7 @@
1188
1188
  "ui/OpenChannelAdminMessage.js": {
1189
1189
  "bundled": 838,
1190
1190
  "minified": 670,
1191
- "gzipped": 383,
1191
+ "gzipped": 384,
1192
1192
  "treeshaked": {
1193
1193
  "rollup": {
1194
1194
  "code": 125,
@@ -1202,7 +1202,7 @@
1202
1202
  "ui/OpenchannelUserMessage.js": {
1203
1203
  "bundled": 10941,
1204
1204
  "minified": 6871,
1205
- "gzipped": 2087,
1205
+ "gzipped": 2083,
1206
1206
  "treeshaked": {
1207
1207
  "rollup": {
1208
1208
  "code": 920,
@@ -1216,7 +1216,7 @@
1216
1216
  "ui/OpenchannelOGMessage.js": {
1217
1217
  "bundled": 14602,
1218
1218
  "minified": 9163,
1219
- "gzipped": 2609,
1219
+ "gzipped": 2606,
1220
1220
  "treeshaked": {
1221
1221
  "rollup": {
1222
1222
  "code": 987,
@@ -1230,7 +1230,7 @@
1230
1230
  "ui/OpenchannelThumbnailMessage.js": {
1231
1231
  "bundled": 12978,
1232
1232
  "minified": 8412,
1233
- "gzipped": 2388,
1233
+ "gzipped": 2384,
1234
1234
  "treeshaked": {
1235
1235
  "rollup": {
1236
1236
  "code": 892,
@@ -1244,7 +1244,7 @@
1244
1244
  "ui/OpenchannelFileMessage.js": {
1245
1245
  "bundled": 9759,
1246
1246
  "minified": 6192,
1247
- "gzipped": 2000,
1247
+ "gzipped": 1997,
1248
1248
  "treeshaked": {
1249
1249
  "rollup": {
1250
1250
  "code": 944,
@@ -1258,7 +1258,7 @@
1258
1258
  "ui/FileViewer.js": {
1259
1259
  "bundled": 5673,
1260
1260
  "minified": 3922,
1261
- "gzipped": 1191,
1261
+ "gzipped": 1192,
1262
1262
  "treeshaked": {
1263
1263
  "rollup": {
1264
1264
  "code": 412,
@@ -1272,7 +1272,7 @@
1272
1272
  "ui/OpenChannelAvatar.js": {
1273
1273
  "bundled": 1345,
1274
1274
  "minified": 956,
1275
- "gzipped": 512,
1275
+ "gzipped": 513,
1276
1276
  "treeshaked": {
1277
1277
  "rollup": {
1278
1278
  "code": 287,
@@ -1286,7 +1286,7 @@
1286
1286
  "OpenChannelSettings/components/EditDetailsModal.js": {
1287
1287
  "bundled": 5944,
1288
1288
  "minified": 3872,
1289
- "gzipped": 1445,
1289
+ "gzipped": 1449,
1290
1290
  "treeshaked": {
1291
1291
  "rollup": {
1292
1292
  "code": 830,
@@ -1300,7 +1300,7 @@
1300
1300
  "ui/UserListItem.js": {
1301
1301
  "bundled": 4853,
1302
1302
  "minified": 3150,
1303
- "gzipped": 1186,
1303
+ "gzipped": 1188,
1304
1304
  "treeshaked": {
1305
1305
  "rollup": {
1306
1306
  "code": 771,
@@ -1314,7 +1314,7 @@
1314
1314
  "ui/UserProfile.js": {
1315
1315
  "bundled": 3949,
1316
1316
  "minified": 2641,
1317
- "gzipped": 966,
1317
+ "gzipped": 968,
1318
1318
  "treeshaked": {
1319
1319
  "rollup": {
1320
1320
  "code": 547,
@@ -1342,7 +1342,7 @@
1342
1342
  "CreateChannel/components/SelectChannelType.js": {
1343
1343
  "bundled": 4982,
1344
1344
  "minified": 3444,
1345
- "gzipped": 1015,
1345
+ "gzipped": 1016,
1346
1346
  "treeshaked": {
1347
1347
  "rollup": {
1348
1348
  "code": 617,
@@ -1370,7 +1370,7 @@
1370
1370
  "CreateChannel/components/InviteUsers.js": {
1371
1371
  "bundled": 7642,
1372
1372
  "minified": 4160,
1373
- "gzipped": 1730,
1373
+ "gzipped": 1729,
1374
1374
  "treeshaked": {
1375
1375
  "rollup": {
1376
1376
  "code": 988,
@@ -1384,7 +1384,7 @@
1384
1384
  "ui/MessageItemReactionMenu.js": {
1385
1385
  "bundled": 3902,
1386
1386
  "minified": 2358,
1387
- "gzipped": 929,
1387
+ "gzipped": 930,
1388
1388
  "treeshaked": {
1389
1389
  "rollup": {
1390
1390
  "code": 394,
@@ -1398,7 +1398,7 @@
1398
1398
  "ui/MessageItemMenu.js": {
1399
1399
  "bundled": 7467,
1400
1400
  "minified": 3938,
1401
- "gzipped": 1324,
1401
+ "gzipped": 1325,
1402
1402
  "treeshaked": {
1403
1403
  "rollup": {
1404
1404
  "code": 437,
@@ -1454,7 +1454,7 @@
1454
1454
  "ui/FileMessageItemBody.js": {
1455
1455
  "bundled": 2820,
1456
1456
  "minified": 1949,
1457
- "gzipped": 850,
1457
+ "gzipped": 849,
1458
1458
  "treeshaked": {
1459
1459
  "rollup": {
1460
1460
  "code": 314,
@@ -1496,7 +1496,7 @@
1496
1496
  "ui/OGMessageItemBody.js": {
1497
1497
  "bundled": 7541,
1498
1498
  "minified": 5050,
1499
- "gzipped": 1512,
1499
+ "gzipped": 1513,
1500
1500
  "treeshaked": {
1501
1501
  "rollup": {
1502
1502
  "code": 784,
@@ -1562,7 +1562,7 @@
1562
1562
  "ui/Tooltip.js": {
1563
1563
  "bundled": 828,
1564
1564
  "minified": 624,
1565
- "gzipped": 371,
1565
+ "gzipped": 372,
1566
1566
  "treeshaked": {
1567
1567
  "rollup": {
1568
1568
  "code": 125,
@@ -1576,7 +1576,7 @@
1576
1576
  "ui/TooltipWrapper.js": {
1577
1577
  "bundled": 1735,
1578
1578
  "minified": 1110,
1579
- "gzipped": 497,
1579
+ "gzipped": 496,
1580
1580
  "treeshaked": {
1581
1581
  "rollup": {
1582
1582
  "code": 46,
@@ -1604,7 +1604,7 @@
1604
1604
  "ui/Word.js": {
1605
1605
  "bundled": 3707,
1606
1606
  "minified": 2225,
1607
- "gzipped": 978,
1607
+ "gzipped": 979,
1608
1608
  "treeshaked": {
1609
1609
  "rollup": {
1610
1610
  "code": 766,
@@ -1688,7 +1688,7 @@
1688
1688
  "ui/OpenchannelConversationHeader.js": {
1689
1689
  "bundled": 2679,
1690
1690
  "minified": 2070,
1691
- "gzipped": 696,
1691
+ "gzipped": 697,
1692
1692
  "treeshaked": {
1693
1693
  "rollup": {
1694
1694
  "code": 311,
@@ -1702,7 +1702,7 @@
1702
1702
  "ChannelList/context.js": {
1703
1703
  "bundled": 558,
1704
1704
  "minified": 526,
1705
- "gzipped": 292,
1705
+ "gzipped": 291,
1706
1706
  "treeshaked": {
1707
1707
  "rollup": {
1708
1708
  "code": 458,
@@ -1716,7 +1716,7 @@
1716
1716
  "Channel/context.js": {
1717
1717
  "bundled": 974,
1718
1718
  "minified": 915,
1719
- "gzipped": 428,
1719
+ "gzipped": 427,
1720
1720
  "treeshaked": {
1721
1721
  "rollup": {
1722
1722
  "code": 817,
@@ -1730,7 +1730,7 @@
1730
1730
  "OpenChannel/context.js": {
1731
1731
  "bundled": 564,
1732
1732
  "minified": 530,
1733
- "gzipped": 282,
1733
+ "gzipped": 280,
1734
1734
  "treeshaked": {
1735
1735
  "rollup": {
1736
1736
  "code": 462,
@@ -1758,7 +1758,7 @@
1758
1758
  "ui/PlaceHolder.js": {
1759
1759
  "bundled": 331,
1760
1760
  "minified": 307,
1761
- "gzipped": 201,
1761
+ "gzipped": 203,
1762
1762
  "treeshaked": {
1763
1763
  "rollup": {
1764
1764
  "code": 261,
@@ -1772,7 +1772,7 @@
1772
1772
  "EditUserProfile/components/EditUserProfileUI.js": {
1773
1773
  "bundled": 897,
1774
1774
  "minified": 842,
1775
- "gzipped": 355,
1775
+ "gzipped": 356,
1776
1776
  "treeshaked": {
1777
1777
  "rollup": {
1778
1778
  "code": 732,
@@ -1786,7 +1786,7 @@
1786
1786
  "ui/Button.js": {
1787
1787
  "bundled": 2426,
1788
1788
  "minified": 1688,
1789
- "gzipped": 704,
1789
+ "gzipped": 703,
1790
1790
  "treeshaked": {
1791
1791
  "rollup": {
1792
1792
  "code": 273,
@@ -1817,16 +1817,16 @@
1817
1817
  "gzipped": 28329
1818
1818
  },
1819
1819
  "ui/MessageInput.js": {
1820
- "bundled": 30616,
1821
- "minified": 14869,
1822
- "gzipped": 4696,
1820
+ "bundled": 31060,
1821
+ "minified": 15005,
1822
+ "gzipped": 4805,
1823
1823
  "treeshaked": {
1824
1824
  "rollup": {
1825
- "code": 12494,
1826
- "import_statements": 875
1825
+ "code": 12655,
1826
+ "import_statements": 824
1827
1827
  },
1828
1828
  "webpack": {
1829
- "code": 14485
1829
+ "code": 14550
1830
1830
  }
1831
1831
  }
1832
1832
  },
@@ -4333,7 +4333,7 @@
4333
4333
  "withSendbird.js": {
4334
4334
  "bundled": 1218,
4335
4335
  "minified": 629,
4336
- "gzipped": 344,
4336
+ "gzipped": 343,
4337
4337
  "treeshaked": {
4338
4338
  "rollup": {
4339
4339
  "code": 62,
@@ -5133,16 +5133,16 @@
5133
5133
  }
5134
5134
  },
5135
5135
  "Thread.js": {
5136
- "bundled": 4925,
5137
- "minified": 3809,
5138
- "gzipped": 1222,
5136
+ "bundled": 4894,
5137
+ "minified": 3780,
5138
+ "gzipped": 1215,
5139
5139
  "treeshaked": {
5140
5140
  "rollup": {
5141
- "code": 2862,
5142
- "import_statements": 2862
5141
+ "code": 2833,
5142
+ "import_statements": 2833
5143
5143
  },
5144
5144
  "webpack": {
5145
- "code": 6864
5145
+ "code": 6801
5146
5146
  }
5147
5147
  }
5148
5148
  },
@@ -5207,16 +5207,16 @@
5207
5207
  "gzipped": 315
5208
5208
  },
5209
5209
  "Thread/components/ThreadUI.js": {
5210
- "bundled": 13005,
5211
- "minified": 8129,
5212
- "gzipped": 2375,
5210
+ "bundled": 12974,
5211
+ "minified": 8100,
5212
+ "gzipped": 2368,
5213
5213
  "treeshaked": {
5214
5214
  "rollup": {
5215
- "code": 2707,
5216
- "import_statements": 2707
5215
+ "code": 2678,
5216
+ "import_statements": 2678
5217
5217
  },
5218
5218
  "webpack": {
5219
- "code": 6968
5219
+ "code": 6905
5220
5220
  }
5221
5221
  }
5222
5222
  },
@@ -5253,7 +5253,7 @@
5253
5253
  "VoicePlayer/useVoicePlayer.js": {
5254
5254
  "bundled": 2937,
5255
5255
  "minified": 1321,
5256
- "gzipped": 638,
5256
+ "gzipped": 639,
5257
5257
  "treeshaked": {
5258
5258
  "rollup": {
5259
5259
  "code": 160,
@@ -5267,7 +5267,7 @@
5267
5267
  "VoiceRecorder/useVoiceRecorder.js": {
5268
5268
  "bundled": 3184,
5269
5269
  "minified": 1534,
5270
- "gzipped": 661,
5270
+ "gzipped": 663,
5271
5271
  "treeshaked": {
5272
5272
  "rollup": {
5273
5273
  "code": 197,
@@ -5286,7 +5286,7 @@
5286
5286
  "Thread/components/ThreadHeader.js": {
5287
5287
  "bundled": 2262,
5288
5288
  "minified": 1590,
5289
- "gzipped": 646,
5289
+ "gzipped": 647,
5290
5290
  "treeshaked": {
5291
5291
  "rollup": {
5292
5292
  "code": 298,
@@ -5298,51 +5298,51 @@
5298
5298
  }
5299
5299
  },
5300
5300
  "Thread/components/ParentMessageInfo.js": {
5301
- "bundled": 15697,
5302
- "minified": 8700,
5303
- "gzipped": 2861,
5301
+ "bundled": 15666,
5302
+ "minified": 8671,
5303
+ "gzipped": 2857,
5304
5304
  "treeshaked": {
5305
5305
  "rollup": {
5306
- "code": 2074,
5307
- "import_statements": 2074
5306
+ "code": 2045,
5307
+ "import_statements": 2045
5308
5308
  },
5309
5309
  "webpack": {
5310
- "code": 5599
5310
+ "code": 5536
5311
5311
  }
5312
5312
  }
5313
5313
  },
5314
5314
  "Thread/components/ThreadList.js": {
5315
- "bundled": 5431,
5316
- "minified": 3866,
5317
- "gzipped": 1344,
5315
+ "bundled": 5400,
5316
+ "minified": 3837,
5317
+ "gzipped": 1337,
5318
5318
  "treeshaked": {
5319
5319
  "rollup": {
5320
- "code": 2384,
5321
- "import_statements": 2384
5320
+ "code": 2355,
5321
+ "import_statements": 2355
5322
5322
  },
5323
5323
  "webpack": {
5324
- "code": 6285
5324
+ "code": 6222
5325
5325
  }
5326
5326
  }
5327
5327
  },
5328
5328
  "Thread/components/ThreadMessageInput.js": {
5329
- "bundled": 10106,
5330
- "minified": 5464,
5329
+ "bundled": 10130,
5330
+ "minified": 5451,
5331
5331
  "gzipped": 2036,
5332
5332
  "treeshaked": {
5333
5333
  "rollup": {
5334
- "code": 1679,
5335
- "import_statements": 1679
5334
+ "code": 1650,
5335
+ "import_statements": 1650
5336
5336
  },
5337
5337
  "webpack": {
5338
- "code": 4676
5338
+ "code": 4613
5339
5339
  }
5340
5340
  }
5341
5341
  },
5342
5342
  "ui/ThreadReplies.js": {
5343
5343
  "bundled": 3315,
5344
5344
  "minified": 2317,
5345
- "gzipped": 829,
5345
+ "gzipped": 828,
5346
5346
  "treeshaked": {
5347
5347
  "rollup": {
5348
5348
  "code": 287,
@@ -5444,23 +5444,23 @@
5444
5444
  }
5445
5445
  },
5446
5446
  "Thread/components/ThreadListItem.js": {
5447
- "bundled": 24945,
5448
- "minified": 14176,
5449
- "gzipped": 3931,
5447
+ "bundled": 24914,
5448
+ "minified": 14147,
5449
+ "gzipped": 3925,
5450
5450
  "treeshaked": {
5451
5451
  "rollup": {
5452
- "code": 2339,
5453
- "import_statements": 2339
5452
+ "code": 2310,
5453
+ "import_statements": 2310
5454
5454
  },
5455
5455
  "webpack": {
5456
- "code": 6172
5456
+ "code": 6109
5457
5457
  }
5458
5458
  }
5459
5459
  },
5460
5460
  "ui/BottomSheet.js": {
5461
5461
  "bundled": 1369,
5462
5462
  "minified": 856,
5463
- "gzipped": 432,
5463
+ "gzipped": 433,
5464
5464
  "treeshaked": {
5465
5465
  "rollup": {
5466
5466
  "code": 60,
@@ -5544,7 +5544,7 @@
5544
5544
  "utils/message/isVoiceMessage.js": {
5545
5545
  "bundled": 209,
5546
5546
  "minified": 191,
5547
- "gzipped": 140,
5547
+ "gzipped": 139,
5548
5548
  "treeshaked": {
5549
5549
  "rollup": {
5550
5550
  "code": 97,
@@ -5558,7 +5558,7 @@
5558
5558
  "OpenChannelList.js": {
5559
5559
  "bundled": 2116,
5560
5560
  "minified": 1604,
5561
- "gzipped": 594,
5561
+ "gzipped": 598,
5562
5562
  "treeshaked": {
5563
5563
  "rollup": {
5564
5564
  "code": 1017,
@@ -5577,7 +5577,7 @@
5577
5577
  "OpenChannelList/components/OpenChannelPreview.js": {
5578
5578
  "bundled": 3171,
5579
5579
  "minified": 2351,
5580
- "gzipped": 737,
5580
+ "gzipped": 738,
5581
5581
  "treeshaked": {
5582
5582
  "rollup": {
5583
5583
  "code": 226,
@@ -5591,7 +5591,7 @@
5591
5591
  "CreateOpenChannel.js": {
5592
5592
  "bundled": 1577,
5593
5593
  "minified": 1225,
5594
- "gzipped": 501,
5594
+ "gzipped": 502,
5595
5595
  "treeshaked": {
5596
5596
  "rollup": {
5597
5597
  "code": 743,
@@ -5605,7 +5605,7 @@
5605
5605
  "CreateOpenChannel/context.js": {
5606
5606
  "bundled": 2517,
5607
5607
  "minified": 1464,
5608
- "gzipped": 617,
5608
+ "gzipped": 616,
5609
5609
  "treeshaked": {
5610
5610
  "rollup": {
5611
5611
  "code": 125,
@@ -5619,7 +5619,7 @@
5619
5619
  "CreateOpenChannel/components/CreateOpenChannelUI.js": {
5620
5620
  "bundled": 5327,
5621
5621
  "minified": 3821,
5622
- "gzipped": 1282,
5622
+ "gzipped": 1283,
5623
5623
  "treeshaked": {
5624
5624
  "rollup": {
5625
5625
  "code": 663,
@@ -5633,7 +5633,7 @@
5633
5633
  "OpenChannelList/components/OpenChannelListUI.js": {
5634
5634
  "bundled": 8198,
5635
5635
  "minified": 4819,
5636
- "gzipped": 1502,
5636
+ "gzipped": 1503,
5637
5637
  "treeshaked": {
5638
5638
  "rollup": {
5639
5639
  "code": 932,
@@ -5661,7 +5661,7 @@
5661
5661
  "Thread/context.js": {
5662
5662
  "bundled": 662,
5663
5663
  "minified": 622,
5664
- "gzipped": 317,
5664
+ "gzipped": 318,
5665
5665
  "treeshaked": {
5666
5666
  "rollup": {
5667
5667
  "code": 563,
@@ -5675,7 +5675,7 @@
5675
5675
  "ui/VoiceMessgeInput.js": {
5676
5676
  "bundled": 440,
5677
5677
  "minified": 409,
5678
- "gzipped": 237,
5678
+ "gzipped": 238,
5679
5679
  "treeshaked": {
5680
5680
  "rollup": {
5681
5681
  "code": 373,
@@ -5689,7 +5689,7 @@
5689
5689
  "OpenChannelList/context.js": {
5690
5690
  "bundled": 335,
5691
5691
  "minified": 316,
5692
- "gzipped": 206,
5692
+ "gzipped": 203,
5693
5693
  "treeshaked": {
5694
5694
  "rollup": {
5695
5695
  "code": 232,
@@ -8837,5 +8837,860 @@
8837
8837
  "code": 2282
8838
8838
  }
8839
8839
  }
8840
+ },
8841
+ "stringSet-1db37c33.js": {
8842
+ "bundled": 9970,
8843
+ "minified": 7894,
8844
+ "gzipped": 2136
8845
+ },
8846
+ "_rollupPluginBabelHelpers-61859095.js": {
8847
+ "bundled": 1660,
8848
+ "minified": 1072,
8849
+ "gzipped": 445
8850
+ },
8851
+ "LocalizationContext-5aceab76.js": {
8852
+ "bundled": 950,
8853
+ "minified": 757,
8854
+ "gzipped": 334
8855
+ },
8856
+ "index-8eecbe24.js": {
8857
+ "bundled": 8845,
8858
+ "minified": 4857,
8859
+ "gzipped": 1524
8860
+ },
8861
+ "MediaQueryContext-9a083dcf.js": {
8862
+ "bundled": 3607,
8863
+ "minified": 2103,
8864
+ "gzipped": 738
8865
+ },
8866
+ "consts-75b91fe9.js": {
8867
+ "bundled": 1627,
8868
+ "minified": 1304,
8869
+ "gzipped": 388
8870
+ },
8871
+ "ChannelListProvider-5e580dea.js": {
8872
+ "bundled": 41327,
8873
+ "minified": 21104,
8874
+ "gzipped": 4638
8875
+ },
8876
+ "ChannelProvider-a57db975.js": {
8877
+ "bundled": 86829,
8878
+ "minified": 41430,
8879
+ "gzipped": 9292
8880
+ },
8881
+ "OpenChannelProvider-784fb34f.js": {
8882
+ "bundled": 74112,
8883
+ "minified": 33836,
8884
+ "gzipped": 7039
8885
+ },
8886
+ "index-cd6b2f18.js": {
8887
+ "bundled": 3955,
8888
+ "minified": 3164,
8889
+ "gzipped": 888
8890
+ },
8891
+ "utils-e4a28ce3.js": {
8892
+ "bundled": 59,
8893
+ "minified": 49,
8894
+ "gzipped": 63
8895
+ },
8896
+ "topics-81f12567.js": {
8897
+ "bundled": 781,
8898
+ "minified": 655,
8899
+ "gzipped": 195
8900
+ },
8901
+ "actionTypes-21f9ec1f.js": {
8902
+ "bundled": 233,
8903
+ "minified": 201,
8904
+ "gzipped": 108
8905
+ },
8906
+ "uuid-7bd43bd5.js": {
8907
+ "bundled": 441,
8908
+ "minified": 197,
8909
+ "gzipped": 167
8910
+ },
8911
+ "tslib.es6-446fe5c6.js": {
8912
+ "bundled": 4746,
8913
+ "minified": 2463,
8914
+ "gzipped": 1106
8915
+ },
8916
+ "index-8ef480b0.js": {
8917
+ "bundled": 27260,
8918
+ "minified": 14749,
8919
+ "gzipped": 3851
8920
+ },
8921
+ "index-8ebd2891.js": {
8922
+ "bundled": 6136,
8923
+ "minified": 4724,
8924
+ "gzipped": 1088
8925
+ },
8926
+ "index-a427c01e.js": {
8927
+ "bundled": 13553,
8928
+ "minified": 8463,
8929
+ "gzipped": 2563
8930
+ },
8931
+ "UserProfileContext-b8b5eb47.js": {
8932
+ "bundled": 1815,
8933
+ "minified": 1193,
8934
+ "gzipped": 398
8935
+ },
8936
+ "index-e189366a.js": {
8937
+ "bundled": 16572,
8938
+ "minified": 9198,
8939
+ "gzipped": 2181
8940
+ },
8941
+ "MemberList-eef196d1.js": {
8942
+ "bundled": 18891,
8943
+ "minified": 9607,
8944
+ "gzipped": 2316
8945
+ },
8946
+ "index-c9c315e3.js": {
8947
+ "bundled": 7289,
8948
+ "minified": 4824,
8949
+ "gzipped": 1547
8950
+ },
8951
+ "useLongPress-fbeff7f1.js": {
8952
+ "bundled": 3053,
8953
+ "minified": 1397,
8954
+ "gzipped": 649
8955
+ },
8956
+ "index-66355429.js": {
8957
+ "bundled": 8125,
8958
+ "minified": 5059,
8959
+ "gzipped": 1511
8960
+ },
8961
+ "compareIds-71d08649.js": {
8962
+ "bundled": 369,
8963
+ "minified": 163,
8964
+ "gzipped": 135
8965
+ },
8966
+ "const-e6cae521.js": {
8967
+ "bundled": 770,
8968
+ "minified": 621,
8969
+ "gzipped": 258
8970
+ },
8971
+ "index-484849cf.js": {
8972
+ "bundled": 74245,
8973
+ "minified": 19439,
8974
+ "gzipped": 4464
8975
+ },
8976
+ "utils-b7734ec6.js": {
8977
+ "bundled": 1051,
8978
+ "minified": 502,
8979
+ "gzipped": 295
8980
+ },
8981
+ "const-8e07f353.js": {
8982
+ "bundled": 356,
8983
+ "minified": 289,
8984
+ "gzipped": 183
8985
+ },
8986
+ "index-09d115c8.js": {
8987
+ "bundled": 1993,
8988
+ "minified": 313,
8989
+ "gzipped": 198
8990
+ },
8991
+ "VoiceMessageInputWrapper-3efa0e59.js": {
8992
+ "bundled": 6782,
8993
+ "minified": 3964,
8994
+ "gzipped": 1324
8995
+ },
8996
+ "utils-85bae6f4.js": {
8997
+ "bundled": 1195,
8998
+ "minified": 717,
8999
+ "gzipped": 315
9000
+ },
9001
+ "color-c824d292.js": {
9002
+ "bundled": 1181,
9003
+ "minified": 918,
9004
+ "gzipped": 312
9005
+ },
9006
+ "context-399dd8e2.js": {
9007
+ "bundled": 506,
9008
+ "minified": 400,
9009
+ "gzipped": 238
9010
+ },
9011
+ "index-a81b3157.js": {
9012
+ "bundled": 154,
9013
+ "minified": 99,
9014
+ "gzipped": 99
9015
+ },
9016
+ "ThreadProvider-245cb356.js": {
9017
+ "bundled": 68179,
9018
+ "minified": 35364,
9019
+ "gzipped": 6753
9020
+ },
9021
+ "CreateChannelProvider-745ed46a.js": {
9022
+ "bundled": 2087,
9023
+ "minified": 1327,
9024
+ "gzipped": 558
9025
+ },
9026
+ "index-8528ba15.js": {
9027
+ "bundled": 5140,
9028
+ "minified": 861,
9029
+ "gzipped": 327
9030
+ },
9031
+ "consts-439bb436.js": {
9032
+ "bundled": 150,
9033
+ "minified": 142,
9034
+ "gzipped": 108
9035
+ },
9036
+ "index-dd6c0902.js": {
9037
+ "bundled": 7240,
9038
+ "minified": 4544,
9039
+ "gzipped": 1240
9040
+ },
9041
+ "utils-68decdd6.js": {
9042
+ "bundled": 971,
9043
+ "minified": 488,
9044
+ "gzipped": 269
9045
+ },
9046
+ "index-98dedc70.js": {
9047
+ "bundled": 7122,
9048
+ "minified": 4345,
9049
+ "gzipped": 1188
9050
+ },
9051
+ "types-6cf92c48.js": {
9052
+ "bundled": 186,
9053
+ "minified": 74,
9054
+ "gzipped": 88
9055
+ },
9056
+ "RemoveMessageModal-31a33f76.js": {
9057
+ "bundled": 1434,
9058
+ "minified": 937,
9059
+ "gzipped": 490
9060
+ },
9061
+ "OpenChannelListProvider-e36d9f33.js": {
9062
+ "bundled": 17683,
9063
+ "minified": 10606,
9064
+ "gzipped": 2102
9065
+ },
9066
+ "stringSet-f4c04194.js": {
9067
+ "bundled": 9948,
9068
+ "minified": 7873,
9069
+ "gzipped": 2131,
9070
+ "treeshaked": {
9071
+ "rollup": {
9072
+ "code": 0,
9073
+ "import_statements": 0
9074
+ },
9075
+ "webpack": {
9076
+ "code": 951
9077
+ }
9078
+ }
9079
+ },
9080
+ "consts-bf94452f.js": {
9081
+ "bundled": 1239,
9082
+ "minified": 939,
9083
+ "gzipped": 367,
9084
+ "treeshaked": {
9085
+ "rollup": {
9086
+ "code": 0,
9087
+ "import_statements": 0
9088
+ },
9089
+ "webpack": {
9090
+ "code": 951
9091
+ }
9092
+ }
9093
+ },
9094
+ "_rollupPluginBabelHelpers-a6fb8db9.js": {
9095
+ "bundled": 1622,
9096
+ "minified": 1037,
9097
+ "gzipped": 437,
9098
+ "treeshaked": {
9099
+ "rollup": {
9100
+ "code": 0,
9101
+ "import_statements": 0
9102
+ },
9103
+ "webpack": {
9104
+ "code": 951
9105
+ }
9106
+ }
9107
+ },
9108
+ "utils-1d822c74.js": {
9109
+ "bundled": 45,
9110
+ "minified": 36,
9111
+ "gzipped": 54,
9112
+ "treeshaked": {
9113
+ "rollup": {
9114
+ "code": 0,
9115
+ "import_statements": 0
9116
+ },
9117
+ "webpack": {
9118
+ "code": 951
9119
+ }
9120
+ }
9121
+ },
9122
+ "uuid-9dda9b20.js": {
9123
+ "bundled": 425,
9124
+ "minified": 182,
9125
+ "gzipped": 161,
9126
+ "treeshaked": {
9127
+ "rollup": {
9128
+ "code": 0,
9129
+ "import_statements": 0
9130
+ },
9131
+ "webpack": {
9132
+ "code": 951
9133
+ }
9134
+ }
9135
+ },
9136
+ "actionTypes-b2910bb9.js": {
9137
+ "bundled": 176,
9138
+ "minified": 149,
9139
+ "gzipped": 95,
9140
+ "treeshaked": {
9141
+ "rollup": {
9142
+ "code": 0,
9143
+ "import_statements": 0
9144
+ },
9145
+ "webpack": {
9146
+ "code": 951
9147
+ }
9148
+ }
9149
+ },
9150
+ "MediaQueryContext-f1d24f7b.js": {
9151
+ "bundled": 3358,
9152
+ "minified": 1907,
9153
+ "gzipped": 678,
9154
+ "treeshaked": {
9155
+ "rollup": {
9156
+ "code": 14,
9157
+ "import_statements": 14
9158
+ },
9159
+ "webpack": {
9160
+ "code": 998
9161
+ }
9162
+ }
9163
+ },
9164
+ "compareIds-0df93c10.js": {
9165
+ "bundled": 349,
9166
+ "minified": 144,
9167
+ "gzipped": 127,
9168
+ "treeshaked": {
9169
+ "rollup": {
9170
+ "code": 0,
9171
+ "import_statements": 0
9172
+ },
9173
+ "webpack": {
9174
+ "code": 951
9175
+ }
9176
+ }
9177
+ },
9178
+ "index-0598a3f8.js": {
9179
+ "bundled": 13530,
9180
+ "minified": 8441,
9181
+ "gzipped": 2556,
9182
+ "treeshaked": {
9183
+ "rollup": {
9184
+ "code": 0,
9185
+ "import_statements": 0
9186
+ },
9187
+ "webpack": {
9188
+ "code": 7189
9189
+ }
9190
+ }
9191
+ },
9192
+ "tslib.es6-0d507bec.js": {
9193
+ "bundled": 4671,
9194
+ "minified": 2386,
9195
+ "gzipped": 1098,
9196
+ "treeshaked": {
9197
+ "rollup": {
9198
+ "code": 0,
9199
+ "import_statements": 0
9200
+ },
9201
+ "webpack": {
9202
+ "code": 951
9203
+ }
9204
+ }
9205
+ },
9206
+ "UserProfileContext-798ff1f9.js": {
9207
+ "bundled": 1310,
9208
+ "minified": 791,
9209
+ "gzipped": 322,
9210
+ "treeshaked": {
9211
+ "rollup": {
9212
+ "code": 131,
9213
+ "import_statements": 40
9214
+ },
9215
+ "webpack": {
9216
+ "code": 1578
9217
+ }
9218
+ }
9219
+ },
9220
+ "color-3ea2f32a.js": {
9221
+ "bundled": 1077,
9222
+ "minified": 817,
9223
+ "gzipped": 304,
9224
+ "treeshaked": {
9225
+ "rollup": {
9226
+ "code": 259,
9227
+ "import_statements": 0
9228
+ },
9229
+ "webpack": {
9230
+ "code": 1209
9231
+ }
9232
+ }
9233
+ },
9234
+ "const-3e90ab6a.js": {
9235
+ "bundled": 607,
9236
+ "minified": 467,
9237
+ "gzipped": 243,
9238
+ "treeshaked": {
9239
+ "rollup": {
9240
+ "code": 67,
9241
+ "import_statements": 0
9242
+ },
9243
+ "webpack": {
9244
+ "code": 1018
9245
+ }
9246
+ }
9247
+ },
9248
+ "index-245c7032.js": {
9249
+ "bundled": 132,
9250
+ "minified": 77,
9251
+ "gzipped": 86,
9252
+ "treeshaked": {
9253
+ "rollup": {
9254
+ "code": 14,
9255
+ "import_statements": 14
9256
+ },
9257
+ "webpack": {
9258
+ "code": 998
9259
+ }
9260
+ }
9261
+ },
9262
+ "const-15b18d4f.js": {
9263
+ "bundled": 300,
9264
+ "minified": 238,
9265
+ "gzipped": 174,
9266
+ "treeshaked": {
9267
+ "rollup": {
9268
+ "code": 0,
9269
+ "import_statements": 0
9270
+ },
9271
+ "webpack": {
9272
+ "code": 951
9273
+ }
9274
+ }
9275
+ },
9276
+ "utils-b438b300.js": {
9277
+ "bundled": 1110,
9278
+ "minified": 637,
9279
+ "gzipped": 304,
9280
+ "treeshaked": {
9281
+ "rollup": {
9282
+ "code": 0,
9283
+ "import_statements": 0
9284
+ },
9285
+ "webpack": {
9286
+ "code": 951
9287
+ }
9288
+ }
9289
+ },
9290
+ "topics-34615bc5.js": {
9291
+ "bundled": 598,
9292
+ "minified": 487,
9293
+ "gzipped": 182,
9294
+ "treeshaked": {
9295
+ "rollup": {
9296
+ "code": 0,
9297
+ "import_statements": 0
9298
+ },
9299
+ "webpack": {
9300
+ "code": 951
9301
+ }
9302
+ }
9303
+ },
9304
+ "CreateChannelProvider-b5261b6f.js": {
9305
+ "bundled": 1787,
9306
+ "minified": 1085,
9307
+ "gzipped": 495,
9308
+ "treeshaked": {
9309
+ "rollup": {
9310
+ "code": 179,
9311
+ "import_statements": 82
9312
+ },
9313
+ "webpack": {
9314
+ "code": 1229
9315
+ }
9316
+ }
9317
+ },
9318
+ "utils-b7331548.js": {
9319
+ "bundled": 946,
9320
+ "minified": 464,
9321
+ "gzipped": 263,
9322
+ "treeshaked": {
9323
+ "rollup": {
9324
+ "code": 0,
9325
+ "import_statements": 0
9326
+ },
9327
+ "webpack": {
9328
+ "code": 951
9329
+ }
9330
+ }
9331
+ },
9332
+ "types-277b33ab.js": {
9333
+ "bundled": 172,
9334
+ "minified": 61,
9335
+ "gzipped": 79,
9336
+ "treeshaked": {
9337
+ "rollup": {
9338
+ "code": 0,
9339
+ "import_statements": 0
9340
+ },
9341
+ "webpack": {
9342
+ "code": 951
9343
+ }
9344
+ }
9345
+ },
9346
+ "consts-bdb24796.js": {
9347
+ "bundled": 112,
9348
+ "minified": 105,
9349
+ "gzipped": 99,
9350
+ "treeshaked": {
9351
+ "rollup": {
9352
+ "code": 0,
9353
+ "import_statements": 0
9354
+ },
9355
+ "webpack": {
9356
+ "code": 951
9357
+ }
9358
+ }
9359
+ },
9360
+ "context-77ebb473.js": {
9361
+ "bundled": 287,
9362
+ "minified": 234,
9363
+ "gzipped": 168,
9364
+ "treeshaked": {
9365
+ "rollup": {
9366
+ "code": 130,
9367
+ "import_statements": 61
9368
+ },
9369
+ "webpack": {
9370
+ "code": 1145
9371
+ }
9372
+ }
9373
+ },
9374
+ "utils-889ef91c.js": {
9375
+ "bundled": 1029,
9376
+ "minified": 482,
9377
+ "gzipped": 288,
9378
+ "treeshaked": {
9379
+ "rollup": {
9380
+ "code": 28,
9381
+ "import_statements": 28
9382
+ },
9383
+ "webpack": {
9384
+ "code": 1012
9385
+ }
9386
+ }
9387
+ },
9388
+ "RemoveMessageModal-513fca41.js": {
9389
+ "bundled": 1187,
9390
+ "minified": 747,
9391
+ "gzipped": 423,
9392
+ "treeshaked": {
9393
+ "rollup": {
9394
+ "code": 138,
9395
+ "import_statements": 138
9396
+ },
9397
+ "webpack": {
9398
+ "code": 1254
9399
+ }
9400
+ }
9401
+ },
9402
+ "index-47bacf36.js": {
9403
+ "bundled": 5058,
9404
+ "minified": 780,
9405
+ "gzipped": 323,
9406
+ "treeshaked": {
9407
+ "rollup": {
9408
+ "code": 56,
9409
+ "import_statements": 56
9410
+ },
9411
+ "webpack": {
9412
+ "code": 1073
9413
+ }
9414
+ }
9415
+ },
9416
+ "useLongPress-932defe8.js": {
9417
+ "bundled": 3006,
9418
+ "minified": 1352,
9419
+ "gzipped": 643,
9420
+ "treeshaked": {
9421
+ "rollup": {
9422
+ "code": 86,
9423
+ "import_statements": 86
9424
+ },
9425
+ "webpack": {
9426
+ "code": 1136
9427
+ }
9428
+ }
9429
+ },
9430
+ "index-efddd5d1.js": {
9431
+ "bundled": 1982,
9432
+ "minified": 299,
9433
+ "gzipped": 195,
9434
+ "treeshaked": {
9435
+ "rollup": {
9436
+ "code": 28,
9437
+ "import_statements": 28
9438
+ },
9439
+ "webpack": {
9440
+ "code": 1012
9441
+ }
9442
+ }
9443
+ },
9444
+ "LocalizationContext-faa869e6.js": {
9445
+ "bundled": 673,
9446
+ "minified": 542,
9447
+ "gzipped": 270,
9448
+ "treeshaked": {
9449
+ "rollup": {
9450
+ "code": 113,
9451
+ "import_statements": 105
9452
+ },
9453
+ "webpack": {
9454
+ "code": 1165
9455
+ }
9456
+ }
9457
+ },
9458
+ "index-40fcb60b.js": {
9459
+ "bundled": 3372,
9460
+ "minified": 2694,
9461
+ "gzipped": 809,
9462
+ "treeshaked": {
9463
+ "rollup": {
9464
+ "code": 203,
9465
+ "import_statements": 84
9466
+ },
9467
+ "webpack": {
9468
+ "code": 3200
9469
+ }
9470
+ }
9471
+ },
9472
+ "index-14887308.js": {
9473
+ "bundled": 5398,
9474
+ "minified": 4104,
9475
+ "gzipped": 1029,
9476
+ "treeshaked": {
9477
+ "rollup": {
9478
+ "code": 160,
9479
+ "import_statements": 160
9480
+ },
9481
+ "webpack": {
9482
+ "code": 1309
9483
+ }
9484
+ }
9485
+ },
9486
+ "index-5ebdd2f3.js": {
9487
+ "bundled": 6275,
9488
+ "minified": 3891,
9489
+ "gzipped": 1468,
9490
+ "treeshaked": {
9491
+ "rollup": {
9492
+ "code": 295,
9493
+ "import_statements": 295
9494
+ },
9495
+ "webpack": {
9496
+ "code": 1607
9497
+ }
9498
+ }
9499
+ },
9500
+ "index-dc60c446.js": {
9501
+ "bundled": 7496,
9502
+ "minified": 4584,
9503
+ "gzipped": 1470,
9504
+ "treeshaked": {
9505
+ "rollup": {
9506
+ "code": 321,
9507
+ "import_statements": 321
9508
+ },
9509
+ "webpack": {
9510
+ "code": 1671
9511
+ }
9512
+ }
9513
+ },
9514
+ "index-82bbd3a5.js": {
9515
+ "bundled": 6463,
9516
+ "minified": 3808,
9517
+ "gzipped": 1118,
9518
+ "treeshaked": {
9519
+ "rollup": {
9520
+ "code": 121,
9521
+ "import_statements": 121
9522
+ },
9523
+ "webpack": {
9524
+ "code": 1204
9525
+ }
9526
+ }
9527
+ },
9528
+ "VoiceMessageInputWrapper-4a79cd88.js": {
9529
+ "bundled": 6092,
9530
+ "minified": 3356,
9531
+ "gzipped": 1252,
9532
+ "treeshaked": {
9533
+ "rollup": {
9534
+ "code": 372,
9535
+ "import_statements": 372
9536
+ },
9537
+ "webpack": {
9538
+ "code": 1722
9539
+ }
9540
+ }
9541
+ },
9542
+ "index-9e13245e.js": {
9543
+ "bundled": 6726,
9544
+ "minified": 4143,
9545
+ "gzipped": 1181,
9546
+ "treeshaked": {
9547
+ "rollup": {
9548
+ "code": 218,
9549
+ "import_statements": 218
9550
+ },
9551
+ "webpack": {
9552
+ "code": 1433
9553
+ }
9554
+ }
9555
+ },
9556
+ "MemberList-a13a5723.js": {
9557
+ "bundled": 17744,
9558
+ "minified": 8644,
9559
+ "gzipped": 2258,
9560
+ "treeshaked": {
9561
+ "rollup": {
9562
+ "code": 420,
9563
+ "import_statements": 420
9564
+ },
9565
+ "webpack": {
9566
+ "code": 1838
9567
+ }
9568
+ }
9569
+ },
9570
+ "index-dad39ace.js": {
9571
+ "bundled": 26096,
9572
+ "minified": 13662,
9573
+ "gzipped": 3802,
9574
+ "treeshaked": {
9575
+ "rollup": {
9576
+ "code": 164,
9577
+ "import_statements": 83
9578
+ },
9579
+ "webpack": {
9580
+ "code": 1181
9581
+ }
9582
+ }
9583
+ },
9584
+ "ChannelListProvider-b9b9b8b8.js": {
9585
+ "bundled": 39248,
9586
+ "minified": 19092,
9587
+ "gzipped": 4584,
9588
+ "treeshaked": {
9589
+ "rollup": {
9590
+ "code": 320,
9591
+ "import_statements": 320
9592
+ },
9593
+ "webpack": {
9594
+ "code": 1602
9595
+ }
9596
+ }
9597
+ },
9598
+ "OpenChannelListProvider-d2d1d70c.js": {
9599
+ "bundled": 17135,
9600
+ "minified": 10116,
9601
+ "gzipped": 2043,
9602
+ "treeshaked": {
9603
+ "rollup": {
9604
+ "code": 914,
9605
+ "import_statements": 119
9606
+ },
9607
+ "webpack": {
9608
+ "code": 2001
9609
+ }
9610
+ }
9611
+ },
9612
+ "index-021c461b.js": {
9613
+ "bundled": 15445,
9614
+ "minified": 8256,
9615
+ "gzipped": 2127,
9616
+ "treeshaked": {
9617
+ "rollup": {
9618
+ "code": 547,
9619
+ "import_statements": 547
9620
+ },
9621
+ "webpack": {
9622
+ "code": 2135
9623
+ }
9624
+ }
9625
+ },
9626
+ "index-ba0f687e.js": {
9627
+ "bundled": 8451,
9628
+ "minified": 4515,
9629
+ "gzipped": 1478,
9630
+ "treeshaked": {
9631
+ "rollup": {
9632
+ "code": 75,
9633
+ "import_statements": 75
9634
+ },
9635
+ "webpack": {
9636
+ "code": 1125
9637
+ }
9638
+ }
9639
+ },
9640
+ "ThreadProvider-ad0690f5.js": {
9641
+ "bundled": 66649,
9642
+ "minified": 33889,
9643
+ "gzipped": 6709,
9644
+ "treeshaked": {
9645
+ "rollup": {
9646
+ "code": 2144,
9647
+ "import_statements": 495
9648
+ },
9649
+ "webpack": {
9650
+ "code": 3514
9651
+ }
9652
+ }
9653
+ },
9654
+ "index-9d1fdd2f.js": {
9655
+ "bundled": 74192,
9656
+ "minified": 19390,
9657
+ "gzipped": 4465,
9658
+ "treeshaked": {
9659
+ "rollup": {
9660
+ "code": 28,
9661
+ "import_statements": 28
9662
+ },
9663
+ "webpack": {
9664
+ "code": 1012
9665
+ }
9666
+ }
9667
+ },
9668
+ "OpenChannelProvider-2aeb8bad.js": {
9669
+ "bundled": 72829,
9670
+ "minified": 32613,
9671
+ "gzipped": 6997,
9672
+ "treeshaked": {
9673
+ "rollup": {
9674
+ "code": 299,
9675
+ "import_statements": 299
9676
+ },
9677
+ "webpack": {
9678
+ "code": 1581
9679
+ }
9680
+ }
9681
+ },
9682
+ "ChannelProvider-e8beff2d.js": {
9683
+ "bundled": 84721,
9684
+ "minified": 39404,
9685
+ "gzipped": 9254,
9686
+ "treeshaked": {
9687
+ "rollup": {
9688
+ "code": 656,
9689
+ "import_statements": 582
9690
+ },
9691
+ "webpack": {
9692
+ "code": 2282
9693
+ }
9694
+ }
8840
9695
  }
8841
9696
  }