@sendbird/uikit-react 3.3.2-rc.3 → 3.3.3-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (416) hide show
  1. package/App.js +33 -33
  2. package/Channel/components/ChannelHeader.js +18 -18
  3. package/Channel/components/ChannelUI.js +25 -25
  4. package/Channel/components/FileViewer.js +14 -14
  5. package/Channel/components/FrozenNotification.js +4 -4
  6. package/Channel/components/Message.js +21 -21
  7. package/Channel/components/MessageInput.js +16 -16
  8. package/Channel/components/MessageList.js +23 -23
  9. package/Channel/components/RemoveMessageModal.js +16 -16
  10. package/Channel/components/SuggestedMentionList.js +16 -16
  11. package/Channel/components/TypingIndicator.js +14 -14
  12. package/Channel/components/UnreadCount.js +4 -4
  13. package/Channel/context.js +13 -13
  14. package/Channel.js +25 -25
  15. package/ChannelList/components/AddChannel.js +15 -15
  16. package/ChannelList/components/ChannelListHeader.js +7 -7
  17. package/ChannelList/components/ChannelListUI.js +27 -27
  18. package/ChannelList/components/ChannelPreview.js +23 -23
  19. package/ChannelList/components/ChannelPreviewAction.js +14 -14
  20. package/ChannelList/context.js +8 -8
  21. package/ChannelList.js +27 -27
  22. package/{ChannelListProvider-18b22516.js → ChannelListProvider-febdda34.js} +8 -8
  23. package/{ChannelListProvider-18b22516.js.map → ChannelListProvider-febdda34.js.map} +1 -1
  24. package/{ChannelProvider-f110d9f0.js → ChannelProvider-ae64cc00.js} +9 -9
  25. package/{ChannelProvider-f110d9f0.js.map → ChannelProvider-ae64cc00.js.map} +1 -1
  26. package/ChannelSettings/components/ChannelProfile.js +12 -12
  27. package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  28. package/ChannelSettings/components/EditDetailsModal.js +12 -12
  29. package/ChannelSettings/components/LeaveChannel.js +12 -12
  30. package/ChannelSettings/components/ModerationPanel.js +15 -15
  31. package/ChannelSettings/components/UserListItem.js +11 -11
  32. package/ChannelSettings/components/UserPanel.js +14 -14
  33. package/ChannelSettings/context.js +3 -3
  34. package/ChannelSettings.js +18 -18
  35. package/CreateChannel/components/CreateChannelUI.js +14 -14
  36. package/CreateChannel/components/InviteUsers.js +14 -14
  37. package/CreateChannel/components/SelectChannelType.js +11 -11
  38. package/CreateChannel/context.js +4 -4
  39. package/CreateChannel.js +14 -14
  40. package/{CreateChannelProvider-0ae66a35.js → CreateChannelProvider-c710d892.js} +1 -1
  41. package/{CreateChannelProvider-0ae66a35.js.map → CreateChannelProvider-c710d892.js.map} +1 -1
  42. package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  43. package/CreateOpenChannel/context.js +1 -1
  44. package/CreateOpenChannel.js +10 -10
  45. package/EditUserProfile/components/EditUserProfileUI.js +13 -13
  46. package/EditUserProfile.js +13 -13
  47. package/{LocalizationContext-4d182493.js → LocalizationContext-e55f5d49.js} +3 -3
  48. package/{LocalizationContext-4d182493.js.map → LocalizationContext-e55f5d49.js.map} +1 -1
  49. package/{MediaQueryContext-f096f45e.js → MediaQueryContext-8534939f.js} +1 -1
  50. package/{MediaQueryContext-f096f45e.js.map → MediaQueryContext-8534939f.js.map} +1 -1
  51. package/{MemberList-67b8af90.js → MemberList-870fb3e2.js} +5 -5
  52. package/{MemberList-67b8af90.js.map → MemberList-870fb3e2.js.map} +1 -1
  53. package/MessageSearch/components/MessageSearchUI.js +11 -11
  54. package/MessageSearch/context.js +2 -2
  55. package/MessageSearch.js +11 -11
  56. package/OpenChannel/components/FrozenChannelNotification.js +4 -4
  57. package/OpenChannel/components/OpenChannelHeader.js +13 -13
  58. package/OpenChannel/components/OpenChannelInput.js +15 -15
  59. package/OpenChannel/components/OpenChannelMessage.js +22 -22
  60. package/OpenChannel/components/OpenChannelMessageList.js +24 -24
  61. package/OpenChannel/components/OpenChannelUI.js +24 -24
  62. package/OpenChannel/context.js +9 -9
  63. package/OpenChannel.js +24 -24
  64. package/OpenChannelList/components/OpenChannelListUI.js +13 -13
  65. package/OpenChannelList/components/OpenChannelPreview.js +4 -4
  66. package/OpenChannelList/context.js +4 -4
  67. package/OpenChannelList.js +13 -13
  68. package/{OpenChannelListProvider-20179730.js → OpenChannelListProvider-72cd9b79.js} +3 -3
  69. package/{OpenChannelListProvider-20179730.js.map → OpenChannelListProvider-72cd9b79.js.map} +1 -1
  70. package/{OpenChannelProvider-600833cb.js → OpenChannelProvider-603362f6.js} +7 -7
  71. package/{OpenChannelProvider-600833cb.js.map → OpenChannelProvider-603362f6.js.map} +1 -1
  72. package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  73. package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  74. package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  75. package/OpenChannelSettings/components/OperatorUI.js +17 -17
  76. package/OpenChannelSettings/components/ParticipantUI.js +15 -15
  77. package/OpenChannelSettings/context.js +3 -3
  78. package/OpenChannelSettings.js +18 -18
  79. package/{RemoveMessageModal-410136b1.js → RemoveMessageModal-a7866ebd.js} +3 -3
  80. package/{RemoveMessageModal-410136b1.js.map → RemoveMessageModal-a7866ebd.js.map} +1 -1
  81. package/SendbirdProvider.js +13 -11
  82. package/SendbirdProvider.js.map +1 -1
  83. package/Thread/components/ParentMessageInfo.js +21 -21
  84. package/Thread/components/ParentMessageInfoItem.js +14 -14
  85. package/Thread/components/ThreadHeader.js +6 -6
  86. package/Thread/components/ThreadList.js +21 -21
  87. package/Thread/components/ThreadListItem.js +21 -21
  88. package/Thread/components/ThreadMessageInput.js +16 -16
  89. package/Thread/components/ThreadUI.js +23 -23
  90. package/Thread/context.js +8 -8
  91. package/Thread.js +23 -23
  92. package/{ThreadProvider-12972645.js → ThreadProvider-4225ee88.js} +6 -6
  93. package/{ThreadProvider-12972645.js.map → ThreadProvider-4225ee88.js.map} +1 -1
  94. package/{UserProfileContext-c4dc45d2.js → UserProfileContext-dbc208a1.js} +1 -1
  95. package/{UserProfileContext-c4dc45d2.js.map → UserProfileContext-dbc208a1.js.map} +1 -1
  96. package/{_rollupPluginBabelHelpers-edc1df4f.js → _rollupPluginBabelHelpers-b6b62308.js} +1 -1
  97. package/_rollupPluginBabelHelpers-b6b62308.js.map +1 -0
  98. package/{actionTypes-59956c03.js → actionTypes-5a6a5e32.js} +1 -1
  99. package/{actionTypes-59956c03.js.map → actionTypes-5a6a5e32.js.map} +1 -1
  100. package/cjs/App.js +33 -33
  101. package/cjs/Channel/components/ChannelHeader.js +18 -18
  102. package/cjs/Channel/components/ChannelUI.js +25 -25
  103. package/cjs/Channel/components/FileViewer.js +14 -14
  104. package/cjs/Channel/components/FrozenNotification.js +4 -4
  105. package/cjs/Channel/components/Message.js +21 -21
  106. package/cjs/Channel/components/MessageInput.js +16 -16
  107. package/cjs/Channel/components/MessageList.js +23 -23
  108. package/cjs/Channel/components/RemoveMessageModal.js +16 -16
  109. package/cjs/Channel/components/SuggestedMentionList.js +16 -16
  110. package/cjs/Channel/components/TypingIndicator.js +14 -14
  111. package/cjs/Channel/components/UnreadCount.js +4 -4
  112. package/cjs/Channel/context.js +13 -13
  113. package/cjs/Channel.js +25 -25
  114. package/cjs/ChannelList/components/AddChannel.js +15 -15
  115. package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
  116. package/cjs/ChannelList/components/ChannelListUI.js +27 -27
  117. package/cjs/ChannelList/components/ChannelPreview.js +23 -23
  118. package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
  119. package/cjs/ChannelList/context.js +8 -8
  120. package/cjs/ChannelList.js +27 -27
  121. package/cjs/{ChannelListProvider-0b12f32d.js → ChannelListProvider-d328b814.js} +8 -8
  122. package/cjs/{ChannelListProvider-0b12f32d.js.map → ChannelListProvider-d328b814.js.map} +1 -1
  123. package/cjs/{ChannelProvider-2e73acf4.js → ChannelProvider-18b04603.js} +9 -9
  124. package/cjs/{ChannelProvider-2e73acf4.js.map → ChannelProvider-18b04603.js.map} +1 -1
  125. package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
  126. package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
  127. package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
  128. package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
  129. package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
  130. package/cjs/ChannelSettings/components/UserListItem.js +11 -11
  131. package/cjs/ChannelSettings/components/UserPanel.js +14 -14
  132. package/cjs/ChannelSettings/context.js +3 -3
  133. package/cjs/ChannelSettings.js +18 -18
  134. package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
  135. package/cjs/CreateChannel/components/InviteUsers.js +14 -14
  136. package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
  137. package/cjs/CreateChannel/context.js +4 -4
  138. package/cjs/CreateChannel.js +14 -14
  139. package/cjs/{CreateChannelProvider-a019b622.js → CreateChannelProvider-c9d7da87.js} +1 -1
  140. package/cjs/{CreateChannelProvider-a019b622.js.map → CreateChannelProvider-c9d7da87.js.map} +1 -1
  141. package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
  142. package/cjs/CreateOpenChannel/context.js +1 -1
  143. package/cjs/CreateOpenChannel.js +10 -10
  144. package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
  145. package/cjs/EditUserProfile.js +13 -13
  146. package/cjs/{LocalizationContext-afe53212.js → LocalizationContext-959df3bc.js} +3 -3
  147. package/cjs/{LocalizationContext-afe53212.js.map → LocalizationContext-959df3bc.js.map} +1 -1
  148. package/cjs/{MediaQueryContext-c4334993.js → MediaQueryContext-7e1cb963.js} +1 -1
  149. package/cjs/{MediaQueryContext-c4334993.js.map → MediaQueryContext-7e1cb963.js.map} +1 -1
  150. package/cjs/{MemberList-6e48970d.js → MemberList-9016fa66.js} +5 -5
  151. package/cjs/{MemberList-6e48970d.js.map → MemberList-9016fa66.js.map} +1 -1
  152. package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
  153. package/cjs/MessageSearch/context.js +2 -2
  154. package/cjs/MessageSearch.js +11 -11
  155. package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
  156. package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
  157. package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
  158. package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
  159. package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
  160. package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
  161. package/cjs/OpenChannel/context.js +9 -9
  162. package/cjs/OpenChannel.js +24 -24
  163. package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
  164. package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
  165. package/cjs/OpenChannelList/context.js +4 -4
  166. package/cjs/OpenChannelList.js +13 -13
  167. package/cjs/{OpenChannelListProvider-faf04cca.js → OpenChannelListProvider-166e27bb.js} +3 -3
  168. package/cjs/{OpenChannelListProvider-faf04cca.js.map → OpenChannelListProvider-166e27bb.js.map} +1 -1
  169. package/cjs/{OpenChannelProvider-f4e8a907.js → OpenChannelProvider-a1dd3be9.js} +7 -7
  170. package/cjs/{OpenChannelProvider-f4e8a907.js.map → OpenChannelProvider-a1dd3be9.js.map} +1 -1
  171. package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
  172. package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
  173. package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
  174. package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
  175. package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
  176. package/cjs/OpenChannelSettings/context.js +3 -3
  177. package/cjs/OpenChannelSettings.js +18 -18
  178. package/cjs/{RemoveMessageModal-5fcc75f7.js → RemoveMessageModal-9e8f857f.js} +3 -3
  179. package/cjs/{RemoveMessageModal-5fcc75f7.js.map → RemoveMessageModal-9e8f857f.js.map} +1 -1
  180. package/cjs/SendbirdProvider.js +13 -11
  181. package/cjs/SendbirdProvider.js.map +1 -1
  182. package/cjs/Thread/components/ParentMessageInfo.js +21 -21
  183. package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
  184. package/cjs/Thread/components/ThreadHeader.js +6 -6
  185. package/cjs/Thread/components/ThreadList.js +21 -21
  186. package/cjs/Thread/components/ThreadListItem.js +21 -21
  187. package/cjs/Thread/components/ThreadMessageInput.js +16 -16
  188. package/cjs/Thread/components/ThreadUI.js +23 -23
  189. package/cjs/Thread/context.js +8 -8
  190. package/cjs/Thread.js +23 -23
  191. package/cjs/{ThreadProvider-afe4d186.js → ThreadProvider-ff41a83a.js} +6 -6
  192. package/cjs/{ThreadProvider-afe4d186.js.map → ThreadProvider-ff41a83a.js.map} +1 -1
  193. package/cjs/{UserProfileContext-b09bb0f4.js → UserProfileContext-53c90168.js} +1 -1
  194. package/cjs/{UserProfileContext-b09bb0f4.js.map → UserProfileContext-53c90168.js.map} +1 -1
  195. package/cjs/{_rollupPluginBabelHelpers-91bc23d1.js → _rollupPluginBabelHelpers-c837c5c4.js} +1 -1
  196. package/cjs/_rollupPluginBabelHelpers-c837c5c4.js.map +1 -0
  197. package/cjs/{actionTypes-a4bd7472.js → actionTypes-9b9563f2.js} +1 -1
  198. package/cjs/{actionTypes-a4bd7472.js.map → actionTypes-9b9563f2.js.map} +1 -1
  199. package/cjs/{color-a2ced3b3.js → color-43754a84.js} +1 -1
  200. package/cjs/{color-a2ced3b3.js.map → color-43754a84.js.map} +1 -1
  201. package/cjs/{compareIds-439a1ef3.js → compareIds-2eb7806d.js} +1 -1
  202. package/cjs/{compareIds-439a1ef3.js.map → compareIds-2eb7806d.js.map} +1 -1
  203. package/cjs/{const-5638239e.js → const-27919d46.js} +1 -1
  204. package/cjs/{const-5638239e.js.map → const-27919d46.js.map} +1 -1
  205. package/cjs/{const-7f0072da.js → const-e207105c.js} +1 -1
  206. package/cjs/{const-7f0072da.js.map → const-e207105c.js.map} +1 -1
  207. package/cjs/{context-53321ca8.js → context-ae8b2953.js} +2 -2
  208. package/cjs/{context-53321ca8.js.map → context-ae8b2953.js.map} +1 -1
  209. package/cjs/{index-dc68548f.js → index-04c4d352.js} +2 -2
  210. package/cjs/{index-dc68548f.js.map → index-04c4d352.js.map} +1 -1
  211. package/cjs/{index-8decb267.js → index-087e1555.js} +1 -1
  212. package/cjs/{index-8decb267.js.map → index-087e1555.js.map} +1 -1
  213. package/cjs/{index-c87221b4.js → index-191d90be.js} +2 -2
  214. package/cjs/{index-c87221b4.js.map → index-191d90be.js.map} +1 -1
  215. package/cjs/{index-b8450c3e.js → index-21dd1ebd.js} +2 -2
  216. package/cjs/{index-b8450c3e.js.map → index-21dd1ebd.js.map} +1 -1
  217. package/cjs/{index-724c3303.js → index-35a40490.js} +5 -5
  218. package/cjs/{index-724c3303.js.map → index-35a40490.js.map} +1 -1
  219. package/cjs/{index-366e803b.js → index-7bcddbed.js} +2 -2
  220. package/cjs/{index-366e803b.js.map → index-7bcddbed.js.map} +1 -1
  221. package/cjs/{index-5b038e0a.js → index-a950d7c2.js} +7 -7
  222. package/cjs/{index-5b038e0a.js.map → index-a950d7c2.js.map} +1 -1
  223. package/cjs/{index-df817b42.js → index-dba288b4.js} +2 -2
  224. package/cjs/{index-df817b42.js.map → index-dba288b4.js.map} +1 -1
  225. package/cjs/{index-410e3830.js → index-e36e88b7.js} +1 -1
  226. package/cjs/{index-410e3830.js.map → index-e36e88b7.js.map} +1 -1
  227. package/cjs/{index-f4dea4a9.js → index-e7ba7dfc.js} +4 -4
  228. package/cjs/{index-f4dea4a9.js.map → index-e7ba7dfc.js.map} +1 -1
  229. package/cjs/{index-2f1454d3.js → index-fbdf8ec9.js} +4 -4
  230. package/cjs/{index-2f1454d3.js.map → index-fbdf8ec9.js.map} +1 -1
  231. package/cjs/index.js +37 -37
  232. package/cjs/sendbirdSelectors.js +2 -2
  233. package/cjs/{stringSet-a0761db5.js → stringSet-ce948a42.js} +1 -1
  234. package/cjs/{stringSet-a0761db5.js.map → stringSet-ce948a42.js.map} +1 -1
  235. package/cjs/{topics-5211ea76.js → topics-9406e74b.js} +1 -1
  236. package/cjs/{topics-5211ea76.js.map → topics-9406e74b.js.map} +1 -1
  237. package/cjs/{tslib.es6-161eb696.js → tslib.es6-1fb3ed8f.js} +1 -1
  238. package/cjs/{tslib.es6-161eb696.js.map → tslib.es6-1fb3ed8f.js.map} +1 -1
  239. package/cjs/ui/Accordion.js +3 -3
  240. package/cjs/ui/AccordionGroup.js +2 -2
  241. package/cjs/ui/AdminMessage.js +3 -3
  242. package/cjs/ui/Avatar.js +2 -2
  243. package/cjs/ui/Badge.js +5 -5
  244. package/cjs/ui/BottomSheet.js +1 -1
  245. package/cjs/ui/Button.js +3 -3
  246. package/cjs/ui/ChannelAvatar.js +3 -3
  247. package/cjs/ui/ConnectionStatus.js +4 -4
  248. package/cjs/ui/ContextMenu.js +5 -5
  249. package/cjs/ui/DateSeparator.js +4 -4
  250. package/cjs/ui/EmojiReactions.js +7 -7
  251. package/cjs/ui/FileMessageItemBody.js +6 -6
  252. package/cjs/ui/FileViewer.js +8 -8
  253. package/cjs/ui/IconButton.js +1 -1
  254. package/cjs/ui/ImageRenderer.js +1 -1
  255. package/cjs/ui/Input.js +2 -2
  256. package/cjs/ui/Label.js +2 -2
  257. package/cjs/ui/LinkLabel.js +2 -2
  258. package/cjs/ui/Loader.js +1 -1
  259. package/cjs/ui/MentionLabel.js +11 -11
  260. package/cjs/ui/MessageContent.js +17 -17
  261. package/cjs/ui/MessageInput.js +9 -9
  262. package/cjs/ui/MessageItemMenu.js +7 -7
  263. package/cjs/ui/MessageItemReactionMenu.js +5 -5
  264. package/cjs/ui/MessageSearchFileItem.js +9 -9
  265. package/cjs/ui/MessageSearchItem.js +9 -9
  266. package/cjs/ui/MessageStatus.js +7 -7
  267. package/cjs/ui/Modal.js +7 -7
  268. package/cjs/ui/OGMessageItemBody.js +11 -11
  269. package/cjs/ui/OpenChannelAdminMessage.js +3 -3
  270. package/cjs/ui/OpenChannelAvatar.js +6 -6
  271. package/cjs/ui/OpenchannelConversationHeader.js +6 -6
  272. package/cjs/ui/OpenchannelFileMessage.js +16 -16
  273. package/cjs/ui/OpenchannelOGMessage.js +16 -16
  274. package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
  275. package/cjs/ui/OpenchannelUserMessage.js +16 -16
  276. package/cjs/ui/PlaceHolder.js +6 -6
  277. package/cjs/ui/QuoteMessage.js +6 -6
  278. package/cjs/ui/QuoteMessageInput.js +6 -6
  279. package/cjs/ui/ReactionBadge.js +3 -3
  280. package/cjs/ui/ReactionButton.js +1 -1
  281. package/cjs/ui/SortByRow.js +2 -2
  282. package/cjs/ui/TextButton.js +2 -2
  283. package/cjs/ui/TextMessageItemBody.js +11 -11
  284. package/cjs/ui/ThreadReplies.js +6 -6
  285. package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
  286. package/cjs/ui/Tooltip.js +3 -3
  287. package/cjs/ui/TooltipWrapper.js +1 -1
  288. package/cjs/ui/UnknownMessageItemBody.js +6 -6
  289. package/cjs/ui/UserListItem.js +11 -11
  290. package/cjs/ui/UserProfile.js +10 -10
  291. package/cjs/ui/Word.js +11 -11
  292. package/cjs/{useLongPress-c69fb937.js → useLongPress-7e24f242.js} +3 -3
  293. package/cjs/{useLongPress-c69fb937.js.map → useLongPress-7e24f242.js.map} +1 -1
  294. package/cjs/useSendbirdStateContext.js +1 -1
  295. package/cjs/{utils-8f439708.js → utils-50a24fa2.js} +1 -1
  296. package/cjs/{utils-8f439708.js.map → utils-50a24fa2.js.map} +1 -1
  297. package/cjs/{utils-5b07615a.js → utils-6c9667cb.js} +1 -1
  298. package/cjs/{utils-5b07615a.js.map → utils-6c9667cb.js.map} +1 -1
  299. package/cjs/{utils-dae87511.js → utils-f26ad58e.js} +1 -1
  300. package/cjs/{utils-dae87511.js.map → utils-f26ad58e.js.map} +1 -1
  301. package/cjs/{utils-4bf1b307.js → utils-f72838fc.js} +2 -2
  302. package/cjs/{utils-4bf1b307.js.map → utils-f72838fc.js.map} +1 -1
  303. package/cjs/{uuid-9b3e79b6.js → uuid-2d8af581.js} +1 -1
  304. package/cjs/{uuid-9b3e79b6.js.map → uuid-2d8af581.js.map} +1 -1
  305. package/cjs/withSendbird.js +1 -1
  306. package/{color-03483de1.js → color-8624a970.js} +1 -1
  307. package/{color-03483de1.js.map → color-8624a970.js.map} +1 -1
  308. package/{compareIds-bc043890.js → compareIds-955e3aee.js} +1 -1
  309. package/{compareIds-bc043890.js.map → compareIds-955e3aee.js.map} +1 -1
  310. package/{const-b9e24f71.js → const-2d604ac9.js} +1 -1
  311. package/{const-b9e24f71.js.map → const-2d604ac9.js.map} +1 -1
  312. package/{const-40cf6b61.js → const-6b6923ef.js} +1 -1
  313. package/{const-40cf6b61.js.map → const-6b6923ef.js.map} +1 -1
  314. package/{context-079a8fb8.js → context-3962e150.js} +2 -2
  315. package/{context-079a8fb8.js.map → context-3962e150.js.map} +1 -1
  316. package/{index-fd6c31a6.js → index-1f21885f.js} +2 -2
  317. package/{index-fd6c31a6.js.map → index-1f21885f.js.map} +1 -1
  318. package/{index-f172edc4.js → index-232d7b4a.js} +4 -4
  319. package/{index-f172edc4.js.map → index-232d7b4a.js.map} +1 -1
  320. package/{index-8d05d01b.js → index-273d5dac.js} +2 -2
  321. package/{index-8d05d01b.js.map → index-273d5dac.js.map} +1 -1
  322. package/{index-5fdb6089.js → index-2ef1b241.js} +2 -2
  323. package/{index-5fdb6089.js.map → index-2ef1b241.js.map} +1 -1
  324. package/{index-ec117c56.js → index-52d3164b.js} +1 -1
  325. package/{index-ec117c56.js.map → index-52d3164b.js.map} +1 -1
  326. package/{index-c3ae6094.js → index-645f760a.js} +7 -7
  327. package/{index-c3ae6094.js.map → index-645f760a.js.map} +1 -1
  328. package/{index-db7ecf0e.js → index-91c2cf76.js} +4 -4
  329. package/{index-db7ecf0e.js.map → index-91c2cf76.js.map} +1 -1
  330. package/{index-aaefc7fd.js → index-bb7f7f7d.js} +2 -2
  331. package/{index-aaefc7fd.js.map → index-bb7f7f7d.js.map} +1 -1
  332. package/{index-1416d209.js → index-bc5ec263.js} +1 -1
  333. package/{index-1416d209.js.map → index-bc5ec263.js.map} +1 -1
  334. package/{index-0763e689.js → index-bd14119a.js} +5 -5
  335. package/{index-0763e689.js.map → index-bd14119a.js.map} +1 -1
  336. package/{index-405687af.js → index-c4d9bb4e.js} +2 -2
  337. package/{index-405687af.js.map → index-c4d9bb4e.js.map} +1 -1
  338. package/index.d.ts +5 -4
  339. package/index.js +37 -37
  340. package/package.json +1 -1
  341. package/sendbirdSelectors.js +2 -2
  342. package/{stringSet-c497f542.js → stringSet-407fccef.js} +1 -1
  343. package/{stringSet-c497f542.js.map → stringSet-407fccef.js.map} +1 -1
  344. package/{topics-a94a92d0.js → topics-a3e781ef.js} +1 -1
  345. package/{topics-a94a92d0.js.map → topics-a3e781ef.js.map} +1 -1
  346. package/{tslib.es6-e3446b11.js → tslib.es6-aea22b36.js} +1 -1
  347. package/{tslib.es6-e3446b11.js.map → tslib.es6-aea22b36.js.map} +1 -1
  348. package/ui/Accordion.js +3 -3
  349. package/ui/AccordionGroup.js +2 -2
  350. package/ui/AdminMessage.js +3 -3
  351. package/ui/Avatar.js +2 -2
  352. package/ui/Badge.js +5 -5
  353. package/ui/BottomSheet.js +1 -1
  354. package/ui/Button.js +3 -3
  355. package/ui/ChannelAvatar.js +3 -3
  356. package/ui/ConnectionStatus.js +4 -4
  357. package/ui/ContextMenu.js +5 -5
  358. package/ui/DateSeparator.js +4 -4
  359. package/ui/EmojiReactions.js +7 -7
  360. package/ui/FileMessageItemBody.js +6 -6
  361. package/ui/FileViewer.js +8 -8
  362. package/ui/IconButton.js +1 -1
  363. package/ui/ImageRenderer.js +1 -1
  364. package/ui/Input.js +2 -2
  365. package/ui/Label.js +2 -2
  366. package/ui/LinkLabel.js +2 -2
  367. package/ui/Loader.js +1 -1
  368. package/ui/MentionLabel.js +11 -11
  369. package/ui/MessageContent.js +17 -17
  370. package/ui/MessageInput.js +9 -9
  371. package/ui/MessageItemMenu.js +7 -7
  372. package/ui/MessageItemReactionMenu.js +5 -5
  373. package/ui/MessageSearchFileItem.js +9 -9
  374. package/ui/MessageSearchItem.js +9 -9
  375. package/ui/MessageStatus.js +7 -7
  376. package/ui/Modal.js +7 -7
  377. package/ui/OGMessageItemBody.js +11 -11
  378. package/ui/OpenChannelAdminMessage.js +3 -3
  379. package/ui/OpenChannelAvatar.js +6 -6
  380. package/ui/OpenchannelConversationHeader.js +6 -6
  381. package/ui/OpenchannelFileMessage.js +16 -16
  382. package/ui/OpenchannelOGMessage.js +16 -16
  383. package/ui/OpenchannelThumbnailMessage.js +15 -15
  384. package/ui/OpenchannelUserMessage.js +16 -16
  385. package/ui/PlaceHolder.js +6 -6
  386. package/ui/QuoteMessage.js +6 -6
  387. package/ui/QuoteMessageInput.js +6 -6
  388. package/ui/ReactionBadge.js +3 -3
  389. package/ui/ReactionButton.js +1 -1
  390. package/ui/SortByRow.js +2 -2
  391. package/ui/TextButton.js +2 -2
  392. package/ui/TextMessageItemBody.js +11 -11
  393. package/ui/ThreadReplies.js +6 -6
  394. package/ui/ThumbnailMessageItemBody.js +2 -2
  395. package/ui/Tooltip.js +3 -3
  396. package/ui/TooltipWrapper.js +1 -1
  397. package/ui/UnknownMessageItemBody.js +6 -6
  398. package/ui/UserListItem.js +11 -11
  399. package/ui/UserProfile.js +10 -10
  400. package/ui/Word.js +11 -11
  401. package/{useLongPress-386b197e.js → useLongPress-920c07fa.js} +3 -3
  402. package/{useLongPress-386b197e.js.map → useLongPress-920c07fa.js.map} +1 -1
  403. package/useSendbirdStateContext.js +1 -1
  404. package/{utils-888c0f86.js → utils-54193e2f.js} +1 -1
  405. package/{utils-888c0f86.js.map → utils-54193e2f.js.map} +1 -1
  406. package/{utils-fce84ee4.js → utils-87e7e391.js} +1 -1
  407. package/{utils-fce84ee4.js.map → utils-87e7e391.js.map} +1 -1
  408. package/{utils-a87dc9ca.js → utils-c0ce1b3e.js} +2 -2
  409. package/{utils-a87dc9ca.js.map → utils-c0ce1b3e.js.map} +1 -1
  410. package/{utils-dff6caba.js → utils-eb9032b2.js} +1 -1
  411. package/{utils-dff6caba.js.map → utils-eb9032b2.js.map} +1 -1
  412. package/{uuid-6a82e06a.js → uuid-107985e5.js} +1 -1
  413. package/{uuid-6a82e06a.js.map → uuid-107985e5.js.map} +1 -1
  414. package/withSendbird.js +1 -1
  415. package/_rollupPluginBabelHelpers-edc1df4f.js.map +0 -1
  416. package/cjs/_rollupPluginBabelHelpers-91bc23d1.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"tslib.es6-e3446b11.js","sources":["../node_modules/tslib/tslib.es6.js"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,aAAa,GAAG,SAAS,CAAC,EAAE,CAAC,EAAE;AACnC,IAAI,aAAa,GAAG,MAAM,CAAC,cAAc;AACzC,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,YAAY,KAAK,IAAI,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,SAAS,GAAG,CAAC,CAAC,EAAE,CAAC;AACpF,QAAQ,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AAC1G,IAAI,OAAO,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AAC/B,CAAC,CAAC;AACF;AACO,SAAS,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE;AAChC,IAAI,IAAI,OAAO,CAAC,KAAK,UAAU,IAAI,CAAC,KAAK,IAAI;AAC7C,QAAQ,MAAM,IAAI,SAAS,CAAC,sBAAsB,GAAG,MAAM,CAAC,CAAC,CAAC,GAAG,+BAA+B,CAAC,CAAC;AAClG,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AACxB,IAAI,SAAS,EAAE,GAAG,EAAE,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,EAAE;AAC3C,IAAI,CAAC,CAAC,SAAS,GAAG,CAAC,KAAK,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;AACzF,CAAC;AACD;AACU,IAAC,QAAQ,GAAG,WAAW;AACjC,IAAI,QAAQ,GAAG,MAAM,CAAC,MAAM,IAAI,SAAS,QAAQ,CAAC,CAAC,EAAE;AACrD,QAAQ,KAAK,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;AAC7D,YAAY,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AAC7B,YAAY,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AACzF,SAAS;AACT,QAAQ,OAAO,CAAC,CAAC;AACjB,MAAK;AACL,IAAI,OAAO,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;AAC3C,EAAC;AA4BD;AACO,SAAS,SAAS,CAAC,OAAO,EAAE,UAAU,EAAE,CAAC,EAAE,SAAS,EAAE;AAC7D,IAAI,SAAS,KAAK,CAAC,KAAK,EAAE,EAAE,OAAO,KAAK,YAAY,CAAC,GAAG,KAAK,GAAG,IAAI,CAAC,CAAC,UAAU,OAAO,EAAE,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;AAChH,IAAI,OAAO,KAAK,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,EAAE,UAAU,OAAO,EAAE,MAAM,EAAE;AAC/D,QAAQ,SAAS,SAAS,CAAC,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;AACnG,QAAQ,SAAS,QAAQ,CAAC,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;AACtG,QAAQ,SAAS,IAAI,CAAC,MAAM,EAAE,EAAE,MAAM,CAAC,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,EAAE;AACtH,QAAQ,IAAI,CAAC,CAAC,SAAS,GAAG,SAAS,CAAC,KAAK,CAAC,OAAO,EAAE,UAAU,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;AAC9E,KAAK,CAAC,CAAC;AACP,CAAC;AACD;AACO,SAAS,WAAW,CAAC,OAAO,EAAE,IAAI,EAAE;AAC3C,IAAI,IAAI,CAAC,GAAG,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;AACrH,IAAI,OAAO,CAAC,GAAG,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,MAAM,KAAK,UAAU,KAAK,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,OAAO,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;AAC7J,IAAI,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,OAAO,UAAU,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE;AACtE,IAAI,SAAS,IAAI,CAAC,EAAE,EAAE;AACtB,QAAQ,IAAI,CAAC,EAAE,MAAM,IAAI,SAAS,CAAC,iCAAiC,CAAC,CAAC;AACtE,QAAQ,OAAO,CAAC,EAAE,IAAI;AACtB,YAAY,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;AACzK,YAAY,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC;AACpD,YAAY,QAAQ,EAAE,CAAC,CAAC,CAAC;AACzB,gBAAgB,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,MAAM;AAC9C,gBAAgB,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;AACxE,gBAAgB,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;AACjE,gBAAgB,KAAK,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,SAAS;AACjE,gBAAgB;AAChB,oBAAoB,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,EAAE;AAChI,oBAAoB,IAAI,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE;AAC1G,oBAAoB,IAAI,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;AACzF,oBAAoB,IAAI,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,EAAE;AACvF,oBAAoB,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;AAC1C,oBAAoB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,SAAS;AAC3C,aAAa;AACb,YAAY,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;AACvC,SAAS,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE;AAClE,QAAQ,IAAI,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;AACzF,KAAK;AACL,CAAC;AA8DD;AACO,SAAS,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;AAC9C,IAAI,IAAI,IAAI,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;AACzF,QAAQ,IAAI,EAAE,IAAI,EAAE,CAAC,IAAI,IAAI,CAAC,EAAE;AAChC,YAAY,IAAI,CAAC,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AACjE,YAAY,EAAE,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAC5B,SAAS;AACT,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;AAC7D;;;;"}
1
+ {"version":3,"file":"tslib.es6-aea22b36.js","sources":["../node_modules/tslib/tslib.es6.js"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n"],"names":[],"mappings":"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"}
package/ui/Accordion.js CHANGED
@@ -1,10 +1,10 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default, { useState } from 'react';
3
3
  import Icon, { IconTypes } from './Icon.js';
4
4
  import AccordionGroup$1 from './AccordionGroup.js';
5
- import { C as Consumer } from '../context-079a8fb8.js';
5
+ import { C as Consumer } from '../context-3962e150.js';
6
6
  import 'prop-types';
7
- import '../utils-888c0f86.js';
7
+ import '../utils-54193e2f.js';
8
8
 
9
9
  function Accordion(_a) {
10
10
  var className = _a.className,
@@ -1,6 +1,6 @@
1
1
  import React__default, { useState } from 'react';
2
- import { P as Provider } from '../context-079a8fb8.js';
3
- import '../utils-888c0f86.js';
2
+ import { P as Provider } from '../context-3962e150.js';
3
+ import '../utils-54193e2f.js';
4
4
 
5
5
  // Wraps all the accordions in an accordion set
6
6
  function AccordionGroup(_a) {
@@ -1,8 +1,8 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default from 'react';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
4
4
  import 'prop-types';
5
- import '../stringSet-c497f542.js';
5
+ import '../stringSet-407fccef.js';
6
6
 
7
7
  function AdminMessage(_a) {
8
8
  var _b;
package/ui/Avatar.js CHANGED
@@ -1,8 +1,8 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default from 'react';
3
3
  import ImageRenderer from './ImageRenderer.js';
4
4
  import Icon, { IconTypes, IconColors } from './Icon.js';
5
- import { u as uuidv4 } from '../uuid-6a82e06a.js';
5
+ import { u as uuidv4 } from '../uuid-107985e5.js';
6
6
  import 'prop-types';
7
7
 
8
8
  var pxToNumber = (function (px) {
package/ui/Badge.js CHANGED
@@ -1,10 +1,10 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default, { useContext } from 'react';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
4
- import { a as LocalizationContext } from '../LocalizationContext-4d182493.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
4
+ import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
5
5
  import 'prop-types';
6
- import '../stringSet-c497f542.js';
7
- import '../index-ec117c56.js';
6
+ import '../stringSet-407fccef.js';
7
+ import '../index-52d3164b.js';
8
8
 
9
9
  function Badge(_a) {
10
10
  var count = _a.count,
package/ui/BottomSheet.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React__default, { useRef } from 'react';
2
2
  import { createPortal } from 'react-dom';
3
- import { M as MODAL_ROOT } from '../index-1416d209.js';
3
+ import { M as MODAL_ROOT } from '../index-bc5ec263.js';
4
4
 
5
5
  var BottomSheet = function (props) {
6
6
  var _a = props.className,
package/ui/Button.js CHANGED
@@ -1,8 +1,8 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default from 'react';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
4
4
  import 'prop-types';
5
- import '../stringSet-c497f542.js';
5
+ import '../stringSet-407fccef.js';
6
6
 
7
7
  var ButtonTypes$1;
8
8
 
@@ -1,10 +1,10 @@
1
1
  import React__default, { useMemo } from 'react';
2
2
  import Avatar from './Avatar.js';
3
3
  import Icon, { IconTypes, IconColors } from './Icon.js';
4
- import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-dff6caba.js';
5
- import '../tslib.es6-e3446b11.js';
4
+ import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../utils-eb9032b2.js';
5
+ import '../tslib.es6-aea22b36.js';
6
6
  import './ImageRenderer.js';
7
- import '../uuid-6a82e06a.js';
7
+ import '../uuid-107985e5.js';
8
8
  import 'prop-types';
9
9
 
10
10
  function ChannelAvatar(_a) {
@@ -1,10 +1,10 @@
1
1
  import React__default, { useContext } from 'react';
2
2
  import Icon, { IconTypes, IconColors } from './Icon.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
4
- import { a as LocalizationContext } from '../LocalizationContext-4d182493.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
4
+ import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
5
5
  import 'prop-types';
6
- import '../stringSet-c497f542.js';
7
- import '../index-ec117c56.js';
6
+ import '../stringSet-407fccef.js';
7
+ import '../index-52d3164b.js';
8
8
 
9
9
  function ConnectionStatus() {
10
10
  var stringSet = useContext(LocalizationContext).stringSet;
package/ui/ContextMenu.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import React__default, { useState, useRef, useEffect } from 'react';
2
- import { b as __extends, _ as __assign } from '../tslib.es6-e3446b11.js';
2
+ import { b as __extends, _ as __assign } from '../tslib.es6-aea22b36.js';
3
3
  import { createPortal } from 'react-dom';
4
4
  import SortByRow from './SortByRow.js';
5
- import { h as getClassName } from '../index-aaefc7fd.js';
6
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
7
- import '../uuid-6a82e06a.js';
5
+ import { h as getClassName } from '../index-bb7f7f7d.js';
6
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
7
+ import '../uuid-107985e5.js';
8
8
  import '../utils/message/getOutgoingMessageState.js';
9
9
  import 'prop-types';
10
- import '../stringSet-c497f542.js';
10
+ import '../stringSet-407fccef.js';
11
11
 
12
12
  var MenuItems$1 =
13
13
  /** @class */
@@ -1,9 +1,9 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default from 'react';
3
- import { C as Colors, c as changeColorToClassName } from '../color-03483de1.js';
4
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
3
+ import { C as Colors, c as changeColorToClassName } from '../color-8624a970.js';
4
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
5
5
  import 'prop-types';
6
- import '../stringSet-c497f542.js';
6
+ import '../stringSet-407fccef.js';
7
7
 
8
8
  var DateSeparator = function (_a) {
9
9
  var _b = _a.children,
@@ -6,17 +6,17 @@ import ReactionButton from './ReactionButton.js';
6
6
  import ImageRenderer from './ImageRenderer.js';
7
7
  import Icon, { IconTypes, IconColors } from './Icon.js';
8
8
  import ContextMenu, { EmojiListItems } from './ContextMenu.js';
9
- import { G as getEmojiMapAll, h as getClassName, H as isReactedBy, I as getEmojiTooltipString, x as getEmojiListAll } from '../index-aaefc7fd.js';
10
- import { a as LocalizationContext } from '../LocalizationContext-4d182493.js';
11
- import '../tslib.es6-e3446b11.js';
12
- import '../index-405687af.js';
9
+ import { G as getEmojiMapAll, h as getClassName, H as isReactedBy, I as getEmojiTooltipString, x as getEmojiListAll } from '../index-bb7f7f7d.js';
10
+ import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
11
+ import '../tslib.es6-aea22b36.js';
12
+ import '../index-c4d9bb4e.js';
13
13
  import 'prop-types';
14
- import '../stringSet-c497f542.js';
14
+ import '../stringSet-407fccef.js';
15
15
  import 'react-dom';
16
16
  import './SortByRow.js';
17
- import '../uuid-6a82e06a.js';
17
+ import '../uuid-107985e5.js';
18
18
  import '../utils/message/getOutgoingMessageState.js';
19
- import '../index-ec117c56.js';
19
+ import '../index-52d3164b.js';
20
20
 
21
21
  var EmojiReactions = function (_a) {
22
22
  var _b, _c;
@@ -1,13 +1,13 @@
1
1
  import React__default from 'react';
2
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
2
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
3
3
  import Icon, { IconTypes, IconColors } from './Icon.js';
4
4
  import TextButton from './TextButton.js';
5
- import { h as getClassName, J as getUIKitFileType, t as truncateString } from '../index-aaefc7fd.js';
6
- import { C as Colors } from '../color-03483de1.js';
7
- import { u as useMediaQueryContext } from '../MediaQueryContext-f096f45e.js';
5
+ import { h as getClassName, J as getUIKitFileType, t as truncateString } from '../index-bb7f7f7d.js';
6
+ import { C as Colors } from '../color-8624a970.js';
7
+ import { u as useMediaQueryContext } from '../MediaQueryContext-8534939f.js';
8
8
  import 'prop-types';
9
- import '../stringSet-c497f542.js';
10
- import '../tslib.es6-e3446b11.js';
9
+ import '../stringSet-407fccef.js';
10
+ import '../tslib.es6-aea22b36.js';
11
11
  import '../utils/message/getOutgoingMessageState.js';
12
12
 
13
13
  function FileMessageItemBody(_a) {
package/ui/FileViewer.js CHANGED
@@ -1,17 +1,17 @@
1
1
  import React__default, { useContext } from 'react';
2
2
  import { createPortal } from 'react-dom';
3
- import { a as LocalizationContext } from '../LocalizationContext-4d182493.js';
4
- import { M as MODAL_ROOT } from '../index-1416d209.js';
5
- import { D as isSupportedFileView, E as isVideo, F as isImage } from '../index-aaefc7fd.js';
3
+ import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
4
+ import { M as MODAL_ROOT } from '../index-bc5ec263.js';
5
+ import { D as isSupportedFileView, E as isVideo, F as isImage } from '../index-bb7f7f7d.js';
6
6
  import Avatar from './Avatar.js';
7
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
7
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
8
8
  import Icon, { IconTypes, IconColors } from './Icon.js';
9
- import '../stringSet-c497f542.js';
10
- import '../index-ec117c56.js';
11
- import '../tslib.es6-e3446b11.js';
9
+ import '../stringSet-407fccef.js';
10
+ import '../index-52d3164b.js';
11
+ import '../tslib.es6-aea22b36.js';
12
12
  import '../utils/message/getOutgoingMessageState.js';
13
13
  import './ImageRenderer.js';
14
- import '../uuid-6a82e06a.js';
14
+ import '../uuid-107985e5.js';
15
15
  import 'prop-types';
16
16
 
17
17
  var FileViewerComponent = function (_a) {
package/ui/IconButton.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as __spreadArray, _ as __assign } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray, _ as __assign } from '../tslib.es6-aea22b36.js';
2
2
  import React__default, { useState } from 'react';
3
3
 
4
4
  var IconButton = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
@@ -1,4 +1,4 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default, { useState, useMemo } from 'react';
3
3
 
4
4
  var ImageRenderer = function (_a) {
package/ui/Input.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState } from 'react';
2
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
2
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
3
3
  import 'prop-types';
4
- import '../stringSet-c497f542.js';
4
+ import '../stringSet-407fccef.js';
5
5
 
6
6
  var InputLabel = function (_a) {
7
7
  var children = _a.children;
package/ui/Label.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
2
  import 'prop-types';
3
- export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-405687af.js';
4
- import '../stringSet-c497f542.js';
3
+ export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-c4d9bb4e.js';
4
+ import '../stringSet-407fccef.js';
5
5
  //# sourceMappingURL=Label.js.map
package/ui/LinkLabel.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
4
- import '../stringSet-c497f542.js';
3
+ import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
4
+ import '../stringSet-407fccef.js';
5
5
 
6
6
  const http = /https?:\/\//;
7
7
  function LinkLabel(_ref) {
package/ui/Loader.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default from 'react';
3
3
  import Icon, { IconTypes } from './Icon.js';
4
4
  import 'prop-types';
@@ -1,28 +1,28 @@
1
1
  import React__default, { useRef, useState, useCallback } from 'react';
2
2
  import ContextMenu, { MenuItems } from './ContextMenu.js';
3
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
3
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
4
4
  import UserProfile from './UserProfile.js';
5
5
  import useSendbirdStateContext from '../useSendbirdStateContext.js';
6
- import '../tslib.es6-e3446b11.js';
6
+ import '../tslib.es6-aea22b36.js';
7
7
  import 'react-dom';
8
8
  import './SortByRow.js';
9
- import '../uuid-6a82e06a.js';
10
- import '../index-aaefc7fd.js';
9
+ import '../uuid-107985e5.js';
10
+ import '../index-bb7f7f7d.js';
11
11
  import '../utils/message/getOutgoingMessageState.js';
12
12
  import 'prop-types';
13
- import '../stringSet-c497f542.js';
14
- import '../LocalizationContext-4d182493.js';
15
- import '../index-ec117c56.js';
16
- import '../UserProfileContext-c4dc45d2.js';
13
+ import '../stringSet-407fccef.js';
14
+ import '../LocalizationContext-e55f5d49.js';
15
+ import '../index-52d3164b.js';
16
+ import '../UserProfileContext-dbc208a1.js';
17
17
  import '../sendbirdSelectors.js';
18
- import '../topics-a94a92d0.js';
19
- import '../utils-888c0f86.js';
18
+ import '../topics-a3e781ef.js';
19
+ import '../utils-54193e2f.js';
20
20
  import './Avatar.js';
21
21
  import './ImageRenderer.js';
22
22
  import './Icon.js';
23
23
  import './Button.js';
24
24
  import '../withSendbird.js';
25
- import '../_rollupPluginBabelHelpers-edc1df4f.js';
25
+ import '../_rollupPluginBabelHelpers-b6b62308.js';
26
26
 
27
27
  function MentionLabel(props) {
28
28
  var _a, _b, _c;
@@ -1,14 +1,14 @@
1
- import { a as _extends } from '../_rollupPluginBabelHelpers-edc1df4f.js';
2
- import { _ as __assign } from '../tslib.es6-e3446b11.js';
1
+ import { a as _extends } from '../_rollupPluginBabelHelpers-b6b62308.js';
2
+ import { _ as __assign } from '../tslib.es6-aea22b36.js';
3
3
  import React__default, { useState, useContext, useRef } from 'react';
4
- import { f as format } from '../index-fd6c31a6.js';
4
+ import { f as format } from '../index-1f21885f.js';
5
5
  import Avatar from './Avatar.js';
6
6
  import UserProfile from './UserProfile.js';
7
7
  import MessageStatus from './MessageStatus.js';
8
8
  import MessageItemMenu from './MessageItemMenu.js';
9
9
  import MessageItemReactionMenu from './MessageItemReactionMenu.js';
10
10
  import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
11
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
11
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
12
12
  import EmojiReactions from './EmojiReactions.js';
13
13
  import AdminMessage from './AdminMessage.js';
14
14
  import TextMessageItemBody from './TextMessageItemBody.js';
@@ -17,26 +17,26 @@ import ThumbnailMessageItemBody from './ThumbnailMessageItemBody.js';
17
17
  import OGMessageItemBody from './OGMessageItemBody.js';
18
18
  import UnknownMessageItemBody from './UnknownMessageItemBody.js';
19
19
  import QuoteMessage from './QuoteMessage.js';
20
- import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, l as isFileMessage, w as copyToClipboard, x as getEmojiListAll, y as getUIKitMessageTypes, n as isThumbnailMessage, h as getClassName, z as getSenderName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType } from '../index-aaefc7fd.js';
21
- import { a as UserProfileContext } from '../UserProfileContext-c4dc45d2.js';
22
- import { u as useLocalization } from '../LocalizationContext-4d182493.js';
20
+ import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, l as isFileMessage, w as copyToClipboard, x as getEmojiListAll, y as getUIKitMessageTypes, n as isThumbnailMessage, h as getClassName, z as getSenderName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType } from '../index-bb7f7f7d.js';
21
+ import { a as UserProfileContext } from '../UserProfileContext-dbc208a1.js';
22
+ import { u as useLocalization } from '../LocalizationContext-e55f5d49.js';
23
23
  import useSendbirdStateContext from '../useSendbirdStateContext.js';
24
- import { u as useLongPress } from '../useLongPress-386b197e.js';
24
+ import { u as useLongPress } from '../useLongPress-920c07fa.js';
25
25
  import Icon, { IconTypes, IconColors } from './Icon.js';
26
26
  import BottomSheet from './BottomSheet.js';
27
27
  import ImageRenderer from './ImageRenderer.js';
28
28
  import ReactionButton from './ReactionButton.js';
29
- import { u as useMediaQueryContext } from '../MediaQueryContext-f096f45e.js';
29
+ import { u as useMediaQueryContext } from '../MediaQueryContext-8534939f.js';
30
30
  import ThreadReplies from './ThreadReplies.js';
31
- import { T as ThreadReplySelectType } from '../const-b9e24f71.js';
32
- import '../index-ec117c56.js';
33
- import '../uuid-6a82e06a.js';
31
+ import { T as ThreadReplySelectType } from '../const-2d604ac9.js';
32
+ import '../index-52d3164b.js';
33
+ import '../uuid-107985e5.js';
34
34
  import 'prop-types';
35
35
  import '../sendbirdSelectors.js';
36
- import '../topics-a94a92d0.js';
37
- import '../utils-888c0f86.js';
36
+ import '../topics-a3e781ef.js';
37
+ import '../utils-54193e2f.js';
38
38
  import './Button.js';
39
- import '../stringSet-c497f542.js';
39
+ import '../stringSet-407fccef.js';
40
40
  import './Loader.js';
41
41
  import '../utils/message/getOutgoingMessageState.js';
42
42
  import './IconButton.js';
@@ -49,9 +49,9 @@ import './Word.js';
49
49
  import './LinkLabel.js';
50
50
  import './MentionLabel.js';
51
51
  import './TextButton.js';
52
- import '../color-03483de1.js';
52
+ import '../color-8624a970.js';
53
53
  import '../withSendbird.js';
54
- import '../index-1416d209.js';
54
+ import '../index-bc5ec263.js';
55
55
 
56
56
  var MobileContextMenu = function (props) {
57
57
  var _a;
@@ -1,19 +1,19 @@
1
- import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-edc1df4f.js';
1
+ import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-b6b62308.js';
2
2
  import React__default, { useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
3
3
  import { renderToString } from 'react-dom/server';
4
4
  import PropTypes from 'prop-types';
5
- import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-40cf6b61.js';
6
- import { U as USER_MENTION_TEMP_CHAR } from '../const-b9e24f71.js';
5
+ import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-6b6923ef.js';
6
+ import { U as USER_MENTION_TEMP_CHAR } from '../const-2d604ac9.js';
7
7
  import IconButton from './IconButton.js';
8
8
  import Button, { ButtonTypes, ButtonSizes } from './Button.js';
9
9
  import MentionUserLabel from './MentionUserLabel.js';
10
10
  import Icon, { IconTypes, IconColors } from './Icon.js';
11
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
12
- import { a as LocalizationContext } from '../LocalizationContext-4d182493.js';
13
- import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-aaefc7fd.js';
14
- import '../tslib.es6-e3446b11.js';
15
- import '../stringSet-c497f542.js';
16
- import '../index-ec117c56.js';
11
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
12
+ import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
13
+ import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-bb7f7f7d.js';
14
+ import '../tslib.es6-aea22b36.js';
15
+ import '../stringSet-407fccef.js';
16
+ import '../index-52d3164b.js';
17
17
  import '../utils/message/getOutgoingMessageState.js';
18
18
 
19
19
  const TEXT_FIELD_ID = 'sendbird-message-input-text-field';
@@ -2,17 +2,17 @@ import React__default, { useContext, useRef } from 'react';
2
2
  import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
3
3
  import Icon, { IconTypes, IconColors } from './Icon.js';
4
4
  import IconButton from './IconButton.js';
5
- import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, h as getClassName, w as copyToClipboard } from '../index-aaefc7fd.js';
6
- import { a as LocalizationContext } from '../LocalizationContext-4d182493.js';
7
- import '../tslib.es6-e3446b11.js';
5
+ import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, h as getClassName, w as copyToClipboard } from '../index-bb7f7f7d.js';
6
+ import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
7
+ import '../tslib.es6-aea22b36.js';
8
8
  import 'react-dom';
9
9
  import './SortByRow.js';
10
- import '../uuid-6a82e06a.js';
11
- import '../index-405687af.js';
10
+ import '../uuid-107985e5.js';
11
+ import '../index-c4d9bb4e.js';
12
12
  import 'prop-types';
13
- import '../stringSet-c497f542.js';
13
+ import '../stringSet-407fccef.js';
14
14
  import '../utils/message/getOutgoingMessageState.js';
15
- import '../index-ec117c56.js';
15
+ import '../index-52d3164b.js';
16
16
 
17
17
  function MessageItemMenu(_a) {
18
18
  var _b;
@@ -4,14 +4,14 @@ import Icon, { IconTypes, IconColors } from './Icon.js';
4
4
  import IconButton from './IconButton.js';
5
5
  import ImageRenderer from './ImageRenderer.js';
6
6
  import ReactionButton from './ReactionButton.js';
7
- import { v as isPendingMessage, u as isFailedMessage, h as getClassName, x as getEmojiListAll } from '../index-aaefc7fd.js';
8
- import '../tslib.es6-e3446b11.js';
7
+ import { v as isPendingMessage, u as isFailedMessage, h as getClassName, x as getEmojiListAll } from '../index-bb7f7f7d.js';
8
+ import '../tslib.es6-aea22b36.js';
9
9
  import 'react-dom';
10
10
  import './SortByRow.js';
11
- import '../uuid-6a82e06a.js';
12
- import '../index-405687af.js';
11
+ import '../uuid-107985e5.js';
12
+ import '../index-c4d9bb4e.js';
13
13
  import 'prop-types';
14
- import '../stringSet-c497f542.js';
14
+ import '../stringSet-407fccef.js';
15
15
  import '../utils/message/getOutgoingMessageState.js';
16
16
 
17
17
  function MessageItemReactionMenu(_a) {
@@ -1,17 +1,17 @@
1
- import { a as __spreadArray } from '../tslib.es6-e3446b11.js';
1
+ import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
2
2
  import React__default from 'react';
3
3
  import Avatar from './Avatar.js';
4
4
  import Icon, { IconTypes, IconColors } from './Icon.js';
5
- import { L as Label, a as LabelTypography, b as LabelColors } from '../index-405687af.js';
6
- import { u as useLocalization } from '../LocalizationContext-4d182493.js';
7
- import { f as format } from '../index-fd6c31a6.js';
8
- import { i as isToday, a as isYesterday, f as formatRelative } from '../index-db7ecf0e.js';
5
+ import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
6
+ import { u as useLocalization } from '../LocalizationContext-e55f5d49.js';
7
+ import { f as format } from '../index-1f21885f.js';
8
+ import { i as isToday, a as isYesterday, f as formatRelative } from '../index-91c2cf76.js';
9
9
  import './ImageRenderer.js';
10
- import '../uuid-6a82e06a.js';
10
+ import '../uuid-107985e5.js';
11
11
  import 'prop-types';
12
- import '../stringSet-c497f542.js';
13
- import '../index-ec117c56.js';
14
- import '../index-5fdb6089.js';
12
+ import '../stringSet-407fccef.js';
13
+ import '../index-52d3164b.js';
14
+ import '../index-2ef1b241.js';
15
15
 
16
16
  function getCreatedAt(createdAt, locale) {
17
17
  var optionalParam = locale ? {