@amityco/react-native-social-uikit 4.1.0 → 4.1.1-d7da0c5c.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 (3543) hide show
  1. package/lib/commonjs/core/assets/icons/emptyCommunity2.js +46 -0
  2. package/lib/commonjs/core/assets/icons/emptyCommunity2.js.map +1 -0
  3. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js +80 -0
  4. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js.map +1 -0
  5. package/lib/commonjs/core/design/atoms/Avatar/index.js +13 -0
  6. package/lib/commonjs/core/design/atoms/Avatar/index.js.map +1 -0
  7. package/lib/commonjs/core/design/atoms/Avatar/styles.js +140 -0
  8. package/lib/commonjs/core/design/atoms/Avatar/styles.js.map +1 -0
  9. package/lib/commonjs/core/design/atoms/Badge/Badge.js +89 -0
  10. package/lib/commonjs/core/design/atoms/Badge/Badge.js.map +1 -0
  11. package/lib/commonjs/core/design/atoms/Badge/index.js +19 -0
  12. package/lib/commonjs/core/design/atoms/Badge/index.js.map +1 -0
  13. package/lib/commonjs/core/design/atoms/Badge/styles.js +159 -0
  14. package/lib/commonjs/core/design/atoms/Badge/styles.js.map +1 -0
  15. package/lib/commonjs/core/design/atoms/Button/Button.js +77 -0
  16. package/lib/commonjs/core/design/atoms/Button/Button.js.map +1 -0
  17. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js +66 -0
  18. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js.map +1 -0
  19. package/lib/commonjs/core/design/atoms/Button/Icon/index.js +13 -0
  20. package/lib/commonjs/core/design/atoms/Button/Icon/index.js.map +1 -0
  21. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js +139 -0
  22. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js.map +1 -0
  23. package/lib/commonjs/core/design/atoms/Button/index.js +13 -0
  24. package/lib/commonjs/core/design/atoms/Button/index.js.map +1 -0
  25. package/lib/commonjs/core/design/atoms/Button/styles.js +277 -0
  26. package/lib/commonjs/core/design/atoms/Button/styles.js.map +1 -0
  27. package/lib/commonjs/core/design/atoms/Divider/Divider.js +39 -0
  28. package/lib/commonjs/core/design/atoms/Divider/Divider.js.map +1 -0
  29. package/lib/commonjs/core/design/atoms/Divider/index.js +13 -0
  30. package/lib/commonjs/core/design/atoms/Divider/index.js.map +1 -0
  31. package/lib/commonjs/core/design/atoms/Divider/styles.js +49 -0
  32. package/lib/commonjs/core/design/atoms/Divider/styles.js.map +1 -0
  33. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js +73 -0
  34. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
  35. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js +13 -0
  36. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js.map +1 -0
  37. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js +97 -0
  38. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js.map +1 -0
  39. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js +87 -0
  40. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js.map +1 -0
  41. package/lib/commonjs/core/design/atoms/Input/Chip/index.js +13 -0
  42. package/lib/commonjs/core/design/atoms/Input/Chip/index.js.map +1 -0
  43. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js +93 -0
  44. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js.map +1 -0
  45. package/lib/commonjs/core/design/atoms/Input/Input.js +20 -0
  46. package/lib/commonjs/core/design/atoms/Input/Input.js.map +1 -0
  47. package/lib/commonjs/core/design/atoms/Input/Text/Text.js +89 -0
  48. package/lib/commonjs/core/design/atoms/Input/Text/Text.js.map +1 -0
  49. package/lib/commonjs/core/design/atoms/Input/Text/index.js +13 -0
  50. package/lib/commonjs/core/design/atoms/Input/Text/index.js.map +1 -0
  51. package/lib/commonjs/core/design/atoms/Input/Text/styles.js +120 -0
  52. package/lib/commonjs/core/design/atoms/Input/Text/styles.js.map +1 -0
  53. package/lib/commonjs/core/design/atoms/Input/User/User.js +41 -0
  54. package/lib/commonjs/core/design/atoms/Input/User/User.js.map +1 -0
  55. package/lib/commonjs/core/design/atoms/Input/User/index.js +13 -0
  56. package/lib/commonjs/core/design/atoms/Input/User/index.js.map +1 -0
  57. package/lib/commonjs/core/design/atoms/Input/User/styles.js +69 -0
  58. package/lib/commonjs/core/design/atoms/Input/User/styles.js.map +1 -0
  59. package/lib/commonjs/core/design/atoms/Input/index.js +41 -0
  60. package/lib/commonjs/core/design/atoms/Input/index.js.map +1 -0
  61. package/lib/commonjs/core/design/atoms/Loader/Loader.js +16 -0
  62. package/lib/commonjs/core/design/atoms/Loader/Loader.js.map +1 -0
  63. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js +29 -0
  64. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
  65. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js +13 -0
  66. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js.map +1 -0
  67. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js +25 -0
  68. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
  69. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js +96 -0
  70. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
  71. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js +13 -0
  72. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js.map +1 -0
  73. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js +60 -0
  74. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js.map +1 -0
  75. package/lib/commonjs/core/design/atoms/Loader/index.js +27 -0
  76. package/lib/commonjs/core/design/atoms/Loader/index.js.map +1 -0
  77. package/lib/commonjs/core/design/atoms/Selection/Selection.js +87 -0
  78. package/lib/commonjs/core/design/atoms/Selection/Selection.js.map +1 -0
  79. package/lib/commonjs/core/design/atoms/Selection/index.js +13 -0
  80. package/lib/commonjs/core/design/atoms/Selection/index.js.map +1 -0
  81. package/lib/commonjs/core/design/atoms/Selection/styles.js +110 -0
  82. package/lib/commonjs/core/design/atoms/Selection/styles.js.map +1 -0
  83. package/lib/commonjs/core/design/atoms/Tab/Tab.js +51 -0
  84. package/lib/commonjs/core/design/atoms/Tab/Tab.js.map +1 -0
  85. package/lib/commonjs/core/design/atoms/Tab/index.js +13 -0
  86. package/lib/commonjs/core/design/atoms/Tab/index.js.map +1 -0
  87. package/lib/commonjs/core/design/atoms/Tab/styles.js +68 -0
  88. package/lib/commonjs/core/design/atoms/Tab/styles.js.map +1 -0
  89. package/lib/commonjs/core/design/components/Menu/Menu.js +96 -0
  90. package/lib/commonjs/core/design/components/Menu/Menu.js.map +1 -0
  91. package/lib/commonjs/core/design/components/Menu/index.js +13 -0
  92. package/lib/commonjs/core/design/components/Menu/index.js.map +1 -0
  93. package/lib/commonjs/core/design/components/Menu/styles.js +85 -0
  94. package/lib/commonjs/core/design/components/Menu/styles.js.map +1 -0
  95. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js +40 -0
  96. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
  97. package/lib/commonjs/core/design/components/MenuOptionButton/index.js +13 -0
  98. package/lib/commonjs/core/design/components/MenuOptionButton/index.js.map +1 -0
  99. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js +42 -0
  100. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js.map +1 -0
  101. package/lib/commonjs/core/design/components/Popover/Popover.js +118 -0
  102. package/lib/commonjs/core/design/components/Popover/Popover.js.map +1 -0
  103. package/lib/commonjs/core/design/components/Popover/index.js +13 -0
  104. package/lib/commonjs/core/design/components/Popover/index.js.map +1 -0
  105. package/lib/commonjs/core/design/components/Popover/styles.js +49 -0
  106. package/lib/commonjs/core/design/components/Popover/styles.js.map +1 -0
  107. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js +55 -0
  108. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js.map +1 -0
  109. package/lib/commonjs/core/design/components/Skeleton/index.js +13 -0
  110. package/lib/commonjs/core/design/components/Skeleton/index.js.map +1 -0
  111. package/lib/commonjs/core/design/components/Skeleton/styles.js +24 -0
  112. package/lib/commonjs/core/design/components/Skeleton/styles.js.map +1 -0
  113. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js +183 -0
  114. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js.map +1 -0
  115. package/lib/commonjs/core/design/components/TextEditor/index.js +20 -0
  116. package/lib/commonjs/core/design/components/TextEditor/index.js.map +1 -0
  117. package/lib/commonjs/core/design/components/TextEditor/styles.js +62 -0
  118. package/lib/commonjs/core/design/components/TextEditor/styles.js.map +1 -0
  119. package/lib/commonjs/core/design/components/TextEditor/utils.js +132 -0
  120. package/lib/commonjs/core/design/components/TextEditor/utils.js.map +1 -0
  121. package/lib/commonjs/core/design/components/Typography/Typography.js +29 -0
  122. package/lib/commonjs/core/design/components/Typography/Typography.js.map +1 -0
  123. package/lib/commonjs/core/design/components/Typography/index.js +13 -0
  124. package/lib/commonjs/core/design/components/Typography/index.js.map +1 -0
  125. package/lib/commonjs/core/design/components/Typography/styles.js +78 -0
  126. package/lib/commonjs/core/design/components/Typography/styles.js.map +1 -0
  127. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js +26 -0
  128. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
  129. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js +13 -0
  130. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js.map +1 -0
  131. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js +32 -0
  132. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
  133. package/lib/commonjs/core/design/elements/PrivateBadge/index.js +13 -0
  134. package/lib/commonjs/core/design/elements/PrivateBadge/index.js.map +1 -0
  135. package/lib/commonjs/core/design/icons/AmityIcon.js +29 -0
  136. package/lib/commonjs/core/design/icons/AmityIcon.js.map +1 -0
  137. package/lib/commonjs/core/design/icons/generated/iconRegistry.js +702 -0
  138. package/lib/commonjs/core/design/icons/generated/iconRegistry.js.map +1 -0
  139. package/lib/commonjs/core/design/icons/index.js +38 -0
  140. package/lib/commonjs/core/design/icons/index.js.map +1 -0
  141. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js +52 -0
  142. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
  143. package/lib/commonjs/core/design/molecules/SearchInput/index.js +13 -0
  144. package/lib/commonjs/core/design/molecules/SearchInput/index.js.map +1 -0
  145. package/lib/commonjs/core/design/molecules/SearchInput/styles.js +30 -0
  146. package/lib/commonjs/core/design/molecules/SearchInput/styles.js.map +1 -0
  147. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js +38 -0
  148. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js.map +1 -0
  149. package/lib/commonjs/core/design/molecules/Tabs/index.js +13 -0
  150. package/lib/commonjs/core/design/molecules/Tabs/index.js.map +1 -0
  151. package/lib/commonjs/core/design/molecules/Tabs/styles.js +35 -0
  152. package/lib/commonjs/core/design/molecules/Tabs/styles.js.map +1 -0
  153. package/lib/commonjs/core/design/theme/AmityForceMode.js +28 -0
  154. package/lib/commonjs/core/design/theme/AmityForceMode.js.map +1 -0
  155. package/lib/commonjs/core/design/theme/AmityThemeProvider.js +58 -0
  156. package/lib/commonjs/core/design/theme/AmityThemeProvider.js.map +1 -0
  157. package/lib/commonjs/core/design/theme/index.js +52 -0
  158. package/lib/commonjs/core/design/theme/index.js.map +1 -0
  159. package/lib/commonjs/core/design/theme/resolveTokens.js +45 -0
  160. package/lib/commonjs/core/design/theme/resolveTokens.js.map +1 -0
  161. package/lib/commonjs/core/design/theme/useToken.js +22 -0
  162. package/lib/commonjs/core/design/theme/useToken.js.map +1 -0
  163. package/lib/commonjs/core/design/tokens/CHECKSUMS.json +9 -0
  164. package/lib/commonjs/core/design/tokens/amity-color-tokens.js +5076 -0
  165. package/lib/commonjs/core/design/tokens/amity-color-tokens.js.map +1 -0
  166. package/lib/commonjs/core/design/tokens/amity-uikit-config.json +1381 -0
  167. package/lib/commonjs/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  168. package/lib/commonjs/core/design/tokens/config-resolver.d.js +2 -0
  169. package/lib/commonjs/core/design/tokens/config-resolver.d.js.map +1 -0
  170. package/lib/commonjs/core/design/tokens/config-resolver.js +659 -0
  171. package/lib/commonjs/core/design/tokens/config-resolver.js.map +1 -0
  172. package/lib/commonjs/core/design/tokens/geometry.json +2673 -0
  173. package/lib/commonjs/core/design/tokens/spacing.js +33 -0
  174. package/lib/commonjs/core/design/tokens/spacing.js.map +1 -0
  175. package/lib/commonjs/core/index.js +7 -0
  176. package/lib/commonjs/core/index.js.map +1 -1
  177. package/lib/commonjs/core/localization/LocaleProvider.js +136 -0
  178. package/lib/commonjs/core/localization/LocaleProvider.js.map +1 -0
  179. package/lib/commonjs/core/localization/defaultLocaleMap.js +28 -0
  180. package/lib/commonjs/core/localization/defaultLocaleMap.js.map +1 -0
  181. package/lib/commonjs/core/localization/defaults/en.js +23 -0
  182. package/lib/commonjs/core/localization/defaults/en.js.map +1 -0
  183. package/lib/commonjs/core/localization/defaults/en.json +1175 -0
  184. package/lib/commonjs/core/localization/defaults/th.js +25 -0
  185. package/lib/commonjs/core/localization/defaults/th.js.map +1 -0
  186. package/lib/commonjs/core/localization/defaults/th.json +1174 -0
  187. package/lib/commonjs/core/localization/index.js +102 -0
  188. package/lib/commonjs/core/localization/index.js.map +1 -0
  189. package/lib/commonjs/core/localization/resolveString.js +190 -0
  190. package/lib/commonjs/core/localization/resolveString.js.map +1 -0
  191. package/lib/commonjs/core/localization/useString.js +36 -0
  192. package/lib/commonjs/core/localization/useString.js.map +1 -0
  193. package/lib/commonjs/core/providers/AmityUIKitProvider.js +11 -2
  194. package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
  195. package/lib/commonjs/core/routes/AmityChatEntry.js +17 -0
  196. package/lib/commonjs/core/routes/AmityChatEntry.js.map +1 -0
  197. package/lib/commonjs/core/routes/AmityUIKitNavigator.js +68 -1
  198. package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
  199. package/lib/commonjs/core/stores/slices/toastSlice.js +4 -1
  200. package/lib/commonjs/core/stores/slices/toastSlice.js.map +1 -1
  201. package/lib/commonjs/core/utils/abbreviateCount.js +21 -0
  202. package/lib/commonjs/core/utils/abbreviateCount.js.map +1 -0
  203. package/lib/commonjs/index.js +6 -0
  204. package/lib/commonjs/index.js.map +1 -1
  205. package/lib/commonjs/social/components/Toast/index.js +38 -8
  206. package/lib/commonjs/social/components/Toast/index.js.map +1 -1
  207. package/lib/commonjs/social/components/Toast/styles.js +16 -4
  208. package/lib/commonjs/social/components/Toast/styles.js.map +1 -1
  209. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +340 -0
  210. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
  211. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js +13 -0
  212. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
  213. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js +135 -0
  214. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
  215. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +238 -0
  216. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
  217. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +13 -0
  218. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
  219. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +31 -0
  220. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
  221. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +243 -0
  222. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
  223. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js +13 -0
  224. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
  225. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +28 -0
  226. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
  227. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +203 -0
  228. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
  229. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js +13 -0
  230. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
  231. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +70 -0
  232. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
  233. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +223 -0
  234. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
  235. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js +19 -0
  236. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
  237. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js +62 -0
  238. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
  239. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +432 -0
  240. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
  241. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js +13 -0
  242. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
  243. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js +242 -0
  244. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
  245. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +266 -0
  246. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
  247. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js +13 -0
  248. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
  249. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js +174 -0
  250. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
  251. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +135 -0
  252. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
  253. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +82 -0
  254. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
  255. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js +13 -0
  256. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
  257. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js +58 -0
  258. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
  259. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +156 -0
  260. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
  261. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js +13 -0
  262. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
  263. package/lib/commonjs/social/features/chat/constants/errorResponse.js +16 -0
  264. package/lib/commonjs/social/features/chat/constants/errorResponse.js.map +1 -0
  265. package/lib/commonjs/social/features/chat/constants/index.js +39 -0
  266. package/lib/commonjs/social/features/chat/constants/index.js.map +1 -0
  267. package/lib/commonjs/social/features/chat/constants/list.js +13 -0
  268. package/lib/commonjs/social/features/chat/constants/list.js.map +1 -0
  269. package/lib/commonjs/social/features/chat/constants/search.js +17 -0
  270. package/lib/commonjs/social/features/chat/constants/search.js.map +1 -0
  271. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +32 -0
  272. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
  273. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js +13 -0
  274. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
  275. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js +39 -0
  276. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
  277. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js +142 -0
  278. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
  279. package/lib/commonjs/social/features/chat/elements/Avatar/index.js +13 -0
  280. package/lib/commonjs/social/features/chat/elements/Avatar/index.js.map +1 -0
  281. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js +55 -0
  282. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js.map +1 -0
  283. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js +66 -0
  284. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
  285. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js +13 -0
  286. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
  287. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js +50 -0
  288. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
  289. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +54 -0
  290. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
  291. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js +13 -0
  292. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
  293. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js +54 -0
  294. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
  295. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js +13 -0
  296. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js.map +1 -0
  297. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js +27 -0
  298. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
  299. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +39 -0
  300. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
  301. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js +13 -0
  302. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
  303. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js +31 -0
  304. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
  305. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js +83 -0
  306. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
  307. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js +13 -0
  308. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
  309. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js +94 -0
  310. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
  311. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js +69 -0
  312. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
  313. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js +13 -0
  314. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js.map +1 -0
  315. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js +65 -0
  316. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
  317. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js +60 -0
  318. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
  319. package/lib/commonjs/social/features/chat/elements/TopBar/index.js +13 -0
  320. package/lib/commonjs/social/features/chat/elements/TopBar/index.js.map +1 -0
  321. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js +58 -0
  322. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js.map +1 -0
  323. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +56 -0
  324. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
  325. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js +13 -0
  326. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
  327. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js +38 -0
  328. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
  329. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js +37 -0
  330. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
  331. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +134 -0
  332. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
  333. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js +13 -0
  334. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
  335. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +61 -0
  336. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
  337. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js +28 -0
  338. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
  339. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js +13 -0
  340. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js.map +1 -0
  341. package/lib/commonjs/social/features/chat/features/archive/components/index.js +20 -0
  342. package/lib/commonjs/social/features/chat/features/archive/components/index.js.map +1 -0
  343. package/lib/commonjs/social/features/chat/features/archive/index.js +13 -0
  344. package/lib/commonjs/social/features/chat/features/archive/index.js.map +1 -0
  345. package/lib/commonjs/social/features/chat/features/archive/styles.js +29 -0
  346. package/lib/commonjs/social/features/chat/features/archive/styles.js.map +1 -0
  347. package/lib/commonjs/social/features/chat/features/conversation/Chat.js +141 -0
  348. package/lib/commonjs/social/features/chat/features/conversation/Chat.js.map +1 -0
  349. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js +74 -0
  350. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
  351. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js +13 -0
  352. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
  353. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js +64 -0
  354. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
  355. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js +182 -0
  356. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
  357. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js +13 -0
  358. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
  359. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js +56 -0
  360. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
  361. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +183 -0
  362. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
  363. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js +13 -0
  364. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
  365. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js +86 -0
  366. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
  367. package/lib/commonjs/social/features/chat/features/conversation/components/index.js +39 -0
  368. package/lib/commonjs/social/features/chat/features/conversation/components/index.js.map +1 -0
  369. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js +44 -0
  370. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
  371. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js +50 -0
  372. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
  373. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js +13 -0
  374. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
  375. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js +32 -0
  376. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
  377. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +81 -0
  378. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
  379. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js +13 -0
  380. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
  381. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js +59 -0
  382. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
  383. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js +94 -0
  384. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
  385. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js +13 -0
  386. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
  387. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js +23 -0
  388. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
  389. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js +27 -0
  390. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js.map +1 -0
  391. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js +20 -0
  392. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
  393. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +72 -0
  394. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
  395. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +75 -0
  396. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
  397. package/lib/commonjs/social/features/chat/features/conversation/create/index.js +13 -0
  398. package/lib/commonjs/social/features/chat/features/conversation/create/index.js.map +1 -0
  399. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js +28 -0
  400. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js.map +1 -0
  401. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js +59 -0
  402. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
  403. package/lib/commonjs/social/features/chat/features/conversation/index.js +13 -0
  404. package/lib/commonjs/social/features/chat/features/conversation/index.js.map +1 -0
  405. package/lib/commonjs/social/features/chat/features/conversation/styles.js +26 -0
  406. package/lib/commonjs/social/features/chat/features/conversation/styles.js.map +1 -0
  407. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js +70 -0
  408. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
  409. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +43 -0
  410. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
  411. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +13 -0
  412. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
  413. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +30 -0
  414. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
  415. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js +54 -0
  416. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
  417. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js +13 -0
  418. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
  419. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js +31 -0
  420. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
  421. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
  422. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  423. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +13 -0
  424. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
  425. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +37 -0
  426. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
  427. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js +154 -0
  428. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
  429. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js +13 -0
  430. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
  431. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js +48 -0
  432. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
  433. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js +50 -0
  434. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js.map +1 -0
  435. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js +17 -0
  436. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
  437. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +102 -0
  438. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
  439. package/lib/commonjs/social/features/chat/features/group/add-member/index.js +13 -0
  440. package/lib/commonjs/social/features/chat/features/group/add-member/index.js.map +1 -0
  441. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js +31 -0
  442. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js.map +1 -0
  443. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js +61 -0
  444. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
  445. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +121 -0
  446. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
  447. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +13 -0
  448. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
  449. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +28 -0
  450. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
  451. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js +27 -0
  452. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
  453. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js +13 -0
  454. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
  455. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js +20 -0
  456. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
  457. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js +13 -0
  458. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
  459. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +70 -0
  460. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
  461. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js +13 -0
  462. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js.map +1 -0
  463. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js +31 -0
  464. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js.map +1 -0
  465. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js +132 -0
  466. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
  467. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +39 -0
  468. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
  469. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +13 -0
  470. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
  471. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +40 -0
  472. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
  473. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js +80 -0
  474. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
  475. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js +13 -0
  476. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
  477. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js +71 -0
  478. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
  479. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js +28 -0
  480. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js.map +1 -0
  481. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js +13 -0
  482. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
  483. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js +85 -0
  484. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
  485. package/lib/commonjs/social/features/chat/features/group/chat/index.js +13 -0
  486. package/lib/commonjs/social/features/chat/features/group/chat/index.js.map +1 -0
  487. package/lib/commonjs/social/features/chat/features/group/chat/styles.js +24 -0
  488. package/lib/commonjs/social/features/chat/features/group/chat/styles.js.map +1 -0
  489. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js +104 -0
  490. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
  491. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js +45 -0
  492. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
  493. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js +13 -0
  494. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
  495. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +60 -0
  496. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
  497. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js +13 -0
  498. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
  499. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js +42 -0
  500. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
  501. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +113 -0
  502. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
  503. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js +13 -0
  504. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
  505. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js +74 -0
  506. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
  507. package/lib/commonjs/social/features/chat/features/group/create/components/index.js +27 -0
  508. package/lib/commonjs/social/features/chat/features/group/create/components/index.js.map +1 -0
  509. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js +13 -0
  510. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js.map +1 -0
  511. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +193 -0
  512. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
  513. package/lib/commonjs/social/features/chat/features/group/create/index.js +13 -0
  514. package/lib/commonjs/social/features/chat/features/group/create/index.js.map +1 -0
  515. package/lib/commonjs/social/features/chat/features/group/create/styles.js +34 -0
  516. package/lib/commonjs/social/features/chat/features/group/create/styles.js.map +1 -0
  517. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js +36 -0
  518. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
  519. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js +13 -0
  520. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js.map +1 -0
  521. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js +110 -0
  522. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
  523. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +42 -0
  524. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
  525. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +13 -0
  526. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
  527. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +37 -0
  528. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
  529. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +46 -0
  530. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
  531. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +13 -0
  532. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
  533. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +37 -0
  534. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
  535. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js +17 -0
  536. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
  537. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js +17 -0
  538. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
  539. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +134 -0
  540. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
  541. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js +13 -0
  542. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js.map +1 -0
  543. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js +38 -0
  544. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
  545. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +81 -0
  546. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
  547. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +45 -0
  548. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
  549. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +13 -0
  550. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
  551. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +37 -0
  552. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
  553. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js +17 -0
  554. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
  555. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js +27 -0
  556. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
  557. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js +17 -0
  558. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
  559. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +117 -0
  560. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
  561. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js +13 -0
  562. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js.map +1 -0
  563. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js +43 -0
  564. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
  565. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js +67 -0
  566. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
  567. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js +46 -0
  568. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
  569. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js +13 -0
  570. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
  571. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js +17 -0
  572. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
  573. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js +17 -0
  574. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
  575. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +156 -0
  576. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
  577. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js +13 -0
  578. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js.map +1 -0
  579. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js +34 -0
  580. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
  581. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js +52 -0
  582. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
  583. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js +49 -0
  584. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
  585. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js +13 -0
  586. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
  587. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +96 -0
  588. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
  589. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js +13 -0
  590. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
  591. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js +63 -0
  592. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
  593. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js +136 -0
  594. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
  595. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js +13 -0
  596. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
  597. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js +25 -0
  598. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
  599. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +83 -0
  600. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
  601. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js +19 -0
  602. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
  603. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js +26 -0
  604. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
  605. package/lib/commonjs/social/features/chat/features/group/members/components/index.js +50 -0
  606. package/lib/commonjs/social/features/chat/features/group/members/components/index.js.map +1 -0
  607. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js +17 -0
  608. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js.map +1 -0
  609. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js +38 -0
  610. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
  611. package/lib/commonjs/social/features/chat/features/group/members/index.js +13 -0
  612. package/lib/commonjs/social/features/chat/features/group/members/index.js.map +1 -0
  613. package/lib/commonjs/social/features/chat/features/group/members/styles.js +27 -0
  614. package/lib/commonjs/social/features/chat/features/group/members/styles.js.map +1 -0
  615. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js +80 -0
  616. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
  617. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +63 -0
  618. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
  619. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +17 -0
  620. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
  621. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +53 -0
  622. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
  623. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +49 -0
  624. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
  625. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +17 -0
  626. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
  627. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +41 -0
  628. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
  629. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js +28 -0
  630. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
  631. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js +17 -0
  632. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
  633. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +153 -0
  634. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
  635. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js +13 -0
  636. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js.map +1 -0
  637. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js +30 -0
  638. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
  639. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js +74 -0
  640. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
  641. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js +72 -0
  642. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
  643. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js +13 -0
  644. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
  645. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js +33 -0
  646. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
  647. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
  648. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  649. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +13 -0
  650. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
  651. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +37 -0
  652. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
  653. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +76 -0
  654. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
  655. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js +13 -0
  656. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
  657. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js +50 -0
  658. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
  659. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js +132 -0
  660. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
  661. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js +13 -0
  662. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
  663. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js +31 -0
  664. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
  665. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js +34 -0
  666. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js.map +1 -0
  667. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js +10 -0
  668. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
  669. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js +13 -0
  670. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
  671. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +111 -0
  672. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
  673. package/lib/commonjs/social/features/chat/features/group/select-member/index.js +13 -0
  674. package/lib/commonjs/social/features/chat/features/group/select-member/index.js.map +1 -0
  675. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js +28 -0
  676. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js.map +1 -0
  677. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js +93 -0
  678. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
  679. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js +27 -0
  680. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
  681. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js +13 -0
  682. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
  683. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js +17 -0
  684. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js.map +1 -0
  685. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js +17 -0
  686. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
  687. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js +286 -0
  688. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
  689. package/lib/commonjs/social/features/chat/features/group/setting/index.js +13 -0
  690. package/lib/commonjs/social/features/chat/features/group/setting/index.js.map +1 -0
  691. package/lib/commonjs/social/features/chat/features/group/setting/styles.js +58 -0
  692. package/lib/commonjs/social/features/chat/features/group/setting/styles.js.map +1 -0
  693. package/lib/commonjs/social/features/chat/features/home/ChatHome.js +80 -0
  694. package/lib/commonjs/social/features/chat/features/home/ChatHome.js.map +1 -0
  695. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js +196 -0
  696. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
  697. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js +13 -0
  698. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
  699. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js +108 -0
  700. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
  701. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js +44 -0
  702. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js.map +1 -0
  703. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js +13 -0
  704. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js.map +1 -0
  705. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js +57 -0
  706. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js.map +1 -0
  707. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +45 -0
  708. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
  709. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +13 -0
  710. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
  711. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +43 -0
  712. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
  713. package/lib/commonjs/social/features/chat/features/home/components/index.js +39 -0
  714. package/lib/commonjs/social/features/chat/features/home/components/index.js.map +1 -0
  715. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +91 -0
  716. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
  717. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js +13 -0
  718. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
  719. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +32 -0
  720. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
  721. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +113 -0
  722. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
  723. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js +13 -0
  724. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
  725. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js +32 -0
  726. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
  727. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js +55 -0
  728. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
  729. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js +13 -0
  730. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
  731. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js +33 -0
  732. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
  733. package/lib/commonjs/social/features/chat/features/home/hooks/index.js +13 -0
  734. package/lib/commonjs/social/features/chat/features/home/hooks/index.js.map +1 -0
  735. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +37 -0
  736. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
  737. package/lib/commonjs/social/features/chat/features/home/index.js +28 -0
  738. package/lib/commonjs/social/features/chat/features/home/index.js.map +1 -0
  739. package/lib/commonjs/social/features/chat/features/home/styles.js +32 -0
  740. package/lib/commonjs/social/features/chat/features/home/styles.js.map +1 -0
  741. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js +73 -0
  742. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js.map +1 -0
  743. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js +60 -0
  744. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js.map +1 -0
  745. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js +13 -0
  746. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js.map +1 -0
  747. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js +41 -0
  748. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js.map +1 -0
  749. package/lib/commonjs/social/features/chat/features/search/components/index.js +13 -0
  750. package/lib/commonjs/social/features/chat/features/search/components/index.js.map +1 -0
  751. package/lib/commonjs/social/features/chat/features/search/hooks/index.js +13 -0
  752. package/lib/commonjs/social/features/chat/features/search/hooks/index.js.map +1 -0
  753. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js +48 -0
  754. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
  755. package/lib/commonjs/social/features/chat/features/search/index.js +13 -0
  756. package/lib/commonjs/social/features/chat/features/search/index.js.map +1 -0
  757. package/lib/commonjs/social/features/chat/features/search/styles.js +33 -0
  758. package/lib/commonjs/social/features/chat/features/search/styles.js.map +1 -0
  759. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js +48 -0
  760. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
  761. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js +13 -0
  762. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
  763. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js +37 -0
  764. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
  765. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +243 -0
  766. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
  767. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js +13 -0
  768. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
  769. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js +103 -0
  770. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
  771. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +36 -0
  772. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
  773. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js +13 -0
  774. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
  775. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js +55 -0
  776. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
  777. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +46 -0
  778. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
  779. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js +13 -0
  780. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
  781. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +42 -0
  782. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
  783. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js +58 -0
  784. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
  785. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js +13 -0
  786. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
  787. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js +38 -0
  788. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
  789. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +47 -0
  790. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
  791. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js +13 -0
  792. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
  793. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js +40 -0
  794. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
  795. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +102 -0
  796. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
  797. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js +13 -0
  798. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
  799. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js +73 -0
  800. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
  801. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +92 -0
  802. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
  803. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js +13 -0
  804. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
  805. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js +97 -0
  806. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
  807. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +87 -0
  808. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
  809. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +13 -0
  810. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
  811. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +67 -0
  812. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
  813. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +103 -0
  814. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
  815. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js +13 -0
  816. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
  817. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +80 -0
  818. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
  819. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +52 -0
  820. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
  821. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +65 -0
  822. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
  823. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js +13 -0
  824. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
  825. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +67 -0
  826. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
  827. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +280 -0
  828. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
  829. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +13 -0
  830. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
  831. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +158 -0
  832. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
  833. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +155 -0
  834. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
  835. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js +13 -0
  836. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
  837. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js +83 -0
  838. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
  839. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +357 -0
  840. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
  841. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js +13 -0
  842. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
  843. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +125 -0
  844. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
  845. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +78 -0
  846. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
  847. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +41 -0
  848. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
  849. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js +13 -0
  850. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
  851. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js +40 -0
  852. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
  853. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +114 -0
  854. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
  855. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js +13 -0
  856. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
  857. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js +77 -0
  858. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
  859. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +39 -0
  860. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
  861. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +13 -0
  862. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
  863. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +26 -0
  864. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
  865. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +68 -0
  866. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
  867. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js +13 -0
  868. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
  869. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js +46 -0
  870. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
  871. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +177 -0
  872. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
  873. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +116 -0
  874. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
  875. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +13 -0
  876. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
  877. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +62 -0
  878. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
  879. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +110 -0
  880. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
  881. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +13 -0
  882. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
  883. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +69 -0
  884. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
  885. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js +28 -0
  886. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
  887. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js +13 -0
  888. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
  889. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js +31 -0
  890. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
  891. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js +58 -0
  892. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
  893. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js +13 -0
  894. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
  895. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js +35 -0
  896. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
  897. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js +48 -0
  898. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js.map +1 -0
  899. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js +136 -0
  900. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
  901. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js +267 -0
  902. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
  903. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +141 -0
  904. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
  905. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js +53 -0
  906. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
  907. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js +77 -0
  908. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
  909. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js +588 -0
  910. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
  911. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js +86 -0
  912. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
  913. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js +64 -0
  914. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
  915. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js +287 -0
  916. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
  917. package/lib/commonjs/social/features/chat/hooks/collections/index.js +83 -0
  918. package/lib/commonjs/social/features/chat/hooks/collections/index.js.map +1 -0
  919. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +74 -0
  920. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
  921. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js +92 -0
  922. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
  923. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +69 -0
  924. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
  925. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js +87 -0
  926. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
  927. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js +73 -0
  928. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
  929. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js +81 -0
  930. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
  931. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js +81 -0
  932. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
  933. package/lib/commonjs/social/features/chat/hooks/index.js +127 -0
  934. package/lib/commonjs/social/features/chat/hooks/index.js.map +1 -0
  935. package/lib/commonjs/social/features/chat/hooks/queries/index.js +50 -0
  936. package/lib/commonjs/social/features/chat/hooks/queries/index.js.map +1 -0
  937. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js +96 -0
  938. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
  939. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js +68 -0
  940. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
  941. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js +91 -0
  942. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
  943. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +144 -0
  944. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
  945. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js +55 -0
  946. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
  947. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js +28 -0
  948. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js.map +1 -0
  949. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js +65 -0
  950. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js.map +1 -0
  951. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js +69 -0
  952. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js.map +1 -0
  953. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js +17 -0
  954. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
  955. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js +34 -0
  956. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
  957. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js +37 -0
  958. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js.map +1 -0
  959. package/lib/commonjs/social/features/chat/hooks/useMention.js +130 -0
  960. package/lib/commonjs/social/features/chat/hooks/useMention.js.map +1 -0
  961. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js +31 -0
  962. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
  963. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js +35 -0
  964. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
  965. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js +26 -0
  966. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
  967. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js +32 -0
  968. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
  969. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js +25 -0
  970. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
  971. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +26 -0
  972. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
  973. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +27 -0
  974. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
  975. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +24 -0
  976. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
  977. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js +40 -0
  978. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
  979. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js +25 -0
  980. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
  981. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js +38 -0
  982. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
  983. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js +24 -0
  984. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
  985. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js +24 -0
  986. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
  987. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +24 -0
  988. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
  989. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +30 -0
  990. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
  991. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js +24 -0
  992. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
  993. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js +27 -0
  994. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
  995. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js +29 -0
  996. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
  997. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +29 -0
  998. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
  999. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js +24 -0
  1000. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
  1001. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js +24 -0
  1002. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
  1003. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +18 -0
  1004. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
  1005. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js +56 -0
  1006. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
  1007. package/lib/commonjs/social/features/chat/utils/highlightMatch.js +36 -0
  1008. package/lib/commonjs/social/features/chat/utils/highlightMatch.js.map +1 -0
  1009. package/lib/commonjs/social/features/chat/utils/previewLink.js +38 -0
  1010. package/lib/commonjs/social/features/chat/utils/previewLink.js.map +1 -0
  1011. package/lib/commonjs/social/features/chat/utils/timestamp.js +51 -0
  1012. package/lib/commonjs/social/features/chat/utils/timestamp.js.map +1 -0
  1013. package/lib/module/core/assets/icons/emptyCommunity2.js +39 -0
  1014. package/lib/module/core/assets/icons/emptyCommunity2.js.map +1 -0
  1015. package/lib/module/core/design/atoms/Avatar/Avatar.js +75 -0
  1016. package/lib/module/core/design/atoms/Avatar/Avatar.js.map +1 -0
  1017. package/lib/module/core/design/atoms/Avatar/index.js +2 -0
  1018. package/lib/module/core/design/atoms/Avatar/index.js.map +1 -0
  1019. package/lib/module/core/design/atoms/Avatar/styles.js +133 -0
  1020. package/lib/module/core/design/atoms/Avatar/styles.js.map +1 -0
  1021. package/lib/module/core/design/atoms/Badge/Badge.js +82 -0
  1022. package/lib/module/core/design/atoms/Badge/Badge.js.map +1 -0
  1023. package/lib/module/core/design/atoms/Badge/index.js +2 -0
  1024. package/lib/module/core/design/atoms/Badge/index.js.map +1 -0
  1025. package/lib/module/core/design/atoms/Badge/styles.js +151 -0
  1026. package/lib/module/core/design/atoms/Badge/styles.js.map +1 -0
  1027. package/lib/module/core/design/atoms/Button/Button.js +70 -0
  1028. package/lib/module/core/design/atoms/Button/Button.js.map +1 -0
  1029. package/lib/module/core/design/atoms/Button/Icon/Icon.js +60 -0
  1030. package/lib/module/core/design/atoms/Button/Icon/Icon.js.map +1 -0
  1031. package/lib/module/core/design/atoms/Button/Icon/index.js +2 -0
  1032. package/lib/module/core/design/atoms/Button/Icon/index.js.map +1 -0
  1033. package/lib/module/core/design/atoms/Button/Icon/styles.js +132 -0
  1034. package/lib/module/core/design/atoms/Button/Icon/styles.js.map +1 -0
  1035. package/lib/module/core/design/atoms/Button/index.js +8 -0
  1036. package/lib/module/core/design/atoms/Button/index.js.map +1 -0
  1037. package/lib/module/core/design/atoms/Button/styles.js +270 -0
  1038. package/lib/module/core/design/atoms/Button/styles.js.map +1 -0
  1039. package/lib/module/core/design/atoms/Divider/Divider.js +33 -0
  1040. package/lib/module/core/design/atoms/Divider/Divider.js.map +1 -0
  1041. package/lib/module/core/design/atoms/Divider/index.js +2 -0
  1042. package/lib/module/core/design/atoms/Divider/index.js.map +1 -0
  1043. package/lib/module/core/design/atoms/Divider/styles.js +42 -0
  1044. package/lib/module/core/design/atoms/Divider/styles.js.map +1 -0
  1045. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js +67 -0
  1046. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
  1047. package/lib/module/core/design/atoms/Input/Boxed/index.js +2 -0
  1048. package/lib/module/core/design/atoms/Input/Boxed/index.js.map +1 -0
  1049. package/lib/module/core/design/atoms/Input/Boxed/styles.js +90 -0
  1050. package/lib/module/core/design/atoms/Input/Boxed/styles.js.map +1 -0
  1051. package/lib/module/core/design/atoms/Input/Chip/Chip.js +81 -0
  1052. package/lib/module/core/design/atoms/Input/Chip/Chip.js.map +1 -0
  1053. package/lib/module/core/design/atoms/Input/Chip/index.js +2 -0
  1054. package/lib/module/core/design/atoms/Input/Chip/index.js.map +1 -0
  1055. package/lib/module/core/design/atoms/Input/Chip/styles.js +87 -0
  1056. package/lib/module/core/design/atoms/Input/Chip/styles.js.map +1 -0
  1057. package/lib/module/core/design/atoms/Input/Input.js +14 -0
  1058. package/lib/module/core/design/atoms/Input/Input.js.map +1 -0
  1059. package/lib/module/core/design/atoms/Input/Text/Text.js +83 -0
  1060. package/lib/module/core/design/atoms/Input/Text/Text.js.map +1 -0
  1061. package/lib/module/core/design/atoms/Input/Text/index.js +2 -0
  1062. package/lib/module/core/design/atoms/Input/Text/index.js.map +1 -0
  1063. package/lib/module/core/design/atoms/Input/Text/styles.js +114 -0
  1064. package/lib/module/core/design/atoms/Input/Text/styles.js.map +1 -0
  1065. package/lib/module/core/design/atoms/Input/User/User.js +35 -0
  1066. package/lib/module/core/design/atoms/Input/User/User.js.map +1 -0
  1067. package/lib/module/core/design/atoms/Input/User/index.js +2 -0
  1068. package/lib/module/core/design/atoms/Input/User/index.js.map +1 -0
  1069. package/lib/module/core/design/atoms/Input/User/styles.js +63 -0
  1070. package/lib/module/core/design/atoms/Input/User/styles.js.map +1 -0
  1071. package/lib/module/core/design/atoms/Input/index.js +6 -0
  1072. package/lib/module/core/design/atoms/Input/index.js.map +1 -0
  1073. package/lib/module/core/design/atoms/Loader/Loader.js +10 -0
  1074. package/lib/module/core/design/atoms/Loader/Loader.js.map +1 -0
  1075. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js +23 -0
  1076. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
  1077. package/lib/module/core/design/atoms/Loader/Spinner/index.js +2 -0
  1078. package/lib/module/core/design/atoms/Loader/Spinner/index.js.map +1 -0
  1079. package/lib/module/core/design/atoms/Loader/Spinner/styles.js +18 -0
  1080. package/lib/module/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
  1081. package/lib/module/core/design/atoms/Loader/Upload/Upload.js +89 -0
  1082. package/lib/module/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
  1083. package/lib/module/core/design/atoms/Loader/Upload/index.js +2 -0
  1084. package/lib/module/core/design/atoms/Loader/Upload/index.js.map +1 -0
  1085. package/lib/module/core/design/atoms/Loader/Upload/styles.js +53 -0
  1086. package/lib/module/core/design/atoms/Loader/Upload/styles.js.map +1 -0
  1087. package/lib/module/core/design/atoms/Loader/index.js +4 -0
  1088. package/lib/module/core/design/atoms/Loader/index.js.map +1 -0
  1089. package/lib/module/core/design/atoms/Selection/Selection.js +81 -0
  1090. package/lib/module/core/design/atoms/Selection/Selection.js.map +1 -0
  1091. package/lib/module/core/design/atoms/Selection/index.js +2 -0
  1092. package/lib/module/core/design/atoms/Selection/index.js.map +1 -0
  1093. package/lib/module/core/design/atoms/Selection/styles.js +104 -0
  1094. package/lib/module/core/design/atoms/Selection/styles.js.map +1 -0
  1095. package/lib/module/core/design/atoms/Tab/Tab.js +45 -0
  1096. package/lib/module/core/design/atoms/Tab/Tab.js.map +1 -0
  1097. package/lib/module/core/design/atoms/Tab/index.js +2 -0
  1098. package/lib/module/core/design/atoms/Tab/index.js.map +1 -0
  1099. package/lib/module/core/design/atoms/Tab/styles.js +61 -0
  1100. package/lib/module/core/design/atoms/Tab/styles.js.map +1 -0
  1101. package/lib/module/core/design/components/Menu/Menu.js +90 -0
  1102. package/lib/module/core/design/components/Menu/Menu.js.map +1 -0
  1103. package/lib/module/core/design/components/Menu/index.js +2 -0
  1104. package/lib/module/core/design/components/Menu/index.js.map +1 -0
  1105. package/lib/module/core/design/components/Menu/styles.js +78 -0
  1106. package/lib/module/core/design/components/Menu/styles.js.map +1 -0
  1107. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js +34 -0
  1108. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
  1109. package/lib/module/core/design/components/MenuOptionButton/index.js +2 -0
  1110. package/lib/module/core/design/components/MenuOptionButton/index.js.map +1 -0
  1111. package/lib/module/core/design/components/MenuOptionButton/styles.js +35 -0
  1112. package/lib/module/core/design/components/MenuOptionButton/styles.js.map +1 -0
  1113. package/lib/module/core/design/components/Popover/Popover.js +112 -0
  1114. package/lib/module/core/design/components/Popover/Popover.js.map +1 -0
  1115. package/lib/module/core/design/components/Popover/index.js +2 -0
  1116. package/lib/module/core/design/components/Popover/index.js.map +1 -0
  1117. package/lib/module/core/design/components/Popover/styles.js +42 -0
  1118. package/lib/module/core/design/components/Popover/styles.js.map +1 -0
  1119. package/lib/module/core/design/components/Skeleton/Skeleton.js +49 -0
  1120. package/lib/module/core/design/components/Skeleton/Skeleton.js.map +1 -0
  1121. package/lib/module/core/design/components/Skeleton/index.js +2 -0
  1122. package/lib/module/core/design/components/Skeleton/index.js.map +1 -0
  1123. package/lib/module/core/design/components/Skeleton/styles.js +18 -0
  1124. package/lib/module/core/design/components/Skeleton/styles.js.map +1 -0
  1125. package/lib/module/core/design/components/TextEditor/TextEditor.js +181 -0
  1126. package/lib/module/core/design/components/TextEditor/TextEditor.js.map +1 -0
  1127. package/lib/module/core/design/components/TextEditor/index.js +3 -0
  1128. package/lib/module/core/design/components/TextEditor/index.js.map +1 -0
  1129. package/lib/module/core/design/components/TextEditor/styles.js +55 -0
  1130. package/lib/module/core/design/components/TextEditor/styles.js.map +1 -0
  1131. package/lib/module/core/design/components/TextEditor/utils.js +123 -0
  1132. package/lib/module/core/design/components/TextEditor/utils.js.map +1 -0
  1133. package/lib/module/core/design/components/Typography/Typography.js +25 -0
  1134. package/lib/module/core/design/components/Typography/Typography.js.map +1 -0
  1135. package/lib/module/core/design/components/Typography/index.js +2 -0
  1136. package/lib/module/core/design/components/Typography/index.js.map +1 -0
  1137. package/lib/module/core/design/components/Typography/styles.js +72 -0
  1138. package/lib/module/core/design/components/Typography/styles.js.map +1 -0
  1139. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js +20 -0
  1140. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
  1141. package/lib/module/core/design/elements/ModeratorBadge/index.js +2 -0
  1142. package/lib/module/core/design/elements/ModeratorBadge/index.js.map +1 -0
  1143. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js +26 -0
  1144. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
  1145. package/lib/module/core/design/elements/PrivateBadge/index.js +2 -0
  1146. package/lib/module/core/design/elements/PrivateBadge/index.js.map +1 -0
  1147. package/lib/module/core/design/icons/AmityIcon.js +23 -0
  1148. package/lib/module/core/design/icons/AmityIcon.js.map +1 -0
  1149. package/lib/module/core/design/icons/generated/iconRegistry.js +694 -0
  1150. package/lib/module/core/design/icons/generated/iconRegistry.js.map +1 -0
  1151. package/lib/module/core/design/icons/index.js +3 -0
  1152. package/lib/module/core/design/icons/index.js.map +1 -0
  1153. package/lib/module/core/design/molecules/SearchInput/SearchInput.js +46 -0
  1154. package/lib/module/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
  1155. package/lib/module/core/design/molecules/SearchInput/index.js +2 -0
  1156. package/lib/module/core/design/molecules/SearchInput/index.js.map +1 -0
  1157. package/lib/module/core/design/molecules/SearchInput/styles.js +24 -0
  1158. package/lib/module/core/design/molecules/SearchInput/styles.js.map +1 -0
  1159. package/lib/module/core/design/molecules/Tabs/Tabs.js +32 -0
  1160. package/lib/module/core/design/molecules/Tabs/Tabs.js.map +1 -0
  1161. package/lib/module/core/design/molecules/Tabs/index.js +2 -0
  1162. package/lib/module/core/design/molecules/Tabs/index.js.map +1 -0
  1163. package/lib/module/core/design/molecules/Tabs/styles.js +28 -0
  1164. package/lib/module/core/design/molecules/Tabs/styles.js.map +1 -0
  1165. package/lib/module/core/design/theme/AmityForceMode.js +21 -0
  1166. package/lib/module/core/design/theme/AmityForceMode.js.map +1 -0
  1167. package/lib/module/core/design/theme/AmityThemeProvider.js +49 -0
  1168. package/lib/module/core/design/theme/AmityThemeProvider.js.map +1 -0
  1169. package/lib/module/core/design/theme/index.js +5 -0
  1170. package/lib/module/core/design/theme/index.js.map +1 -0
  1171. package/lib/module/core/design/theme/resolveTokens.js +38 -0
  1172. package/lib/module/core/design/theme/resolveTokens.js.map +1 -0
  1173. package/lib/module/core/design/theme/useToken.js +17 -0
  1174. package/lib/module/core/design/theme/useToken.js.map +1 -0
  1175. package/lib/module/core/design/tokens/CHECKSUMS.json +9 -0
  1176. package/lib/module/core/design/tokens/amity-color-tokens.js +5070 -0
  1177. package/lib/module/core/design/tokens/amity-color-tokens.js.map +1 -0
  1178. package/lib/module/core/design/tokens/amity-uikit-config.json +1381 -0
  1179. package/lib/module/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  1180. package/lib/module/core/design/tokens/config-resolver.d.js +2 -0
  1181. package/lib/module/core/design/tokens/config-resolver.d.js.map +1 -0
  1182. package/lib/module/core/design/tokens/config-resolver.js +657 -0
  1183. package/lib/module/core/design/tokens/config-resolver.js.map +1 -0
  1184. package/lib/module/core/design/tokens/geometry.json +2673 -0
  1185. package/lib/module/core/design/tokens/spacing.js +26 -0
  1186. package/lib/module/core/design/tokens/spacing.js.map +1 -0
  1187. package/lib/module/core/index.js +1 -0
  1188. package/lib/module/core/index.js.map +1 -1
  1189. package/lib/module/core/localization/LocaleProvider.js +127 -0
  1190. package/lib/module/core/localization/LocaleProvider.js.map +1 -0
  1191. package/lib/module/core/localization/defaultLocaleMap.js +22 -0
  1192. package/lib/module/core/localization/defaultLocaleMap.js.map +1 -0
  1193. package/lib/module/core/localization/defaults/en.js +16 -0
  1194. package/lib/module/core/localization/defaults/en.js.map +1 -0
  1195. package/lib/module/core/localization/defaults/en.json +1175 -0
  1196. package/lib/module/core/localization/defaults/th.js +18 -0
  1197. package/lib/module/core/localization/defaults/th.js.map +1 -0
  1198. package/lib/module/core/localization/defaults/th.json +1174 -0
  1199. package/lib/module/core/localization/index.js +27 -0
  1200. package/lib/module/core/localization/index.js.map +1 -0
  1201. package/lib/module/core/localization/resolveString.js +178 -0
  1202. package/lib/module/core/localization/resolveString.js.map +1 -0
  1203. package/lib/module/core/localization/useString.js +31 -0
  1204. package/lib/module/core/localization/useString.js.map +1 -0
  1205. package/lib/module/core/providers/AmityUIKitProvider.js +11 -2
  1206. package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
  1207. package/lib/module/core/routes/AmityChatEntry.js +10 -0
  1208. package/lib/module/core/routes/AmityChatEntry.js.map +1 -0
  1209. package/lib/module/core/routes/AmityUIKitNavigator.js +68 -1
  1210. package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
  1211. package/lib/module/core/stores/slices/toastSlice.js +4 -1
  1212. package/lib/module/core/stores/slices/toastSlice.js.map +1 -1
  1213. package/lib/module/core/utils/abbreviateCount.js +14 -0
  1214. package/lib/module/core/utils/abbreviateCount.js.map +1 -0
  1215. package/lib/module/index.js +2 -2
  1216. package/lib/module/index.js.map +1 -1
  1217. package/lib/module/social/components/Toast/index.js +38 -8
  1218. package/lib/module/social/components/Toast/index.js.map +1 -1
  1219. package/lib/module/social/components/Toast/styles.js +16 -4
  1220. package/lib/module/social/components/Toast/styles.js.map +1 -1
  1221. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +333 -0
  1222. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
  1223. package/lib/module/social/features/chat/components/AmityChatListItem/index.js +2 -0
  1224. package/lib/module/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
  1225. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js +128 -0
  1226. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
  1227. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +231 -0
  1228. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
  1229. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +2 -0
  1230. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
  1231. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +24 -0
  1232. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
  1233. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +236 -0
  1234. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
  1235. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js +2 -0
  1236. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
  1237. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +21 -0
  1238. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
  1239. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +197 -0
  1240. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
  1241. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js +2 -0
  1242. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
  1243. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +63 -0
  1244. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
  1245. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +215 -0
  1246. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
  1247. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js +2 -0
  1248. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
  1249. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js +55 -0
  1250. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
  1251. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +425 -0
  1252. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
  1253. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js +2 -0
  1254. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
  1255. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js +236 -0
  1256. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
  1257. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +260 -0
  1258. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
  1259. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js +2 -0
  1260. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
  1261. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js +167 -0
  1262. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
  1263. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +130 -0
  1264. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
  1265. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +76 -0
  1266. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
  1267. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js +2 -0
  1268. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
  1269. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js +51 -0
  1270. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
  1271. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +151 -0
  1272. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
  1273. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js +2 -0
  1274. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
  1275. package/lib/module/social/features/chat/constants/errorResponse.js +10 -0
  1276. package/lib/module/social/features/chat/constants/errorResponse.js.map +1 -0
  1277. package/lib/module/social/features/chat/constants/index.js +4 -0
  1278. package/lib/module/social/features/chat/constants/index.js.map +1 -0
  1279. package/lib/module/social/features/chat/constants/list.js +7 -0
  1280. package/lib/module/social/features/chat/constants/list.js.map +1 -0
  1281. package/lib/module/social/features/chat/constants/search.js +11 -0
  1282. package/lib/module/social/features/chat/constants/search.js.map +1 -0
  1283. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +26 -0
  1284. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
  1285. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js +2 -0
  1286. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
  1287. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js +33 -0
  1288. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
  1289. package/lib/module/social/features/chat/elements/Avatar/Avatar.js +136 -0
  1290. package/lib/module/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
  1291. package/lib/module/social/features/chat/elements/Avatar/index.js +2 -0
  1292. package/lib/module/social/features/chat/elements/Avatar/index.js.map +1 -0
  1293. package/lib/module/social/features/chat/elements/Avatar/styles.js +49 -0
  1294. package/lib/module/social/features/chat/elements/Avatar/styles.js.map +1 -0
  1295. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js +60 -0
  1296. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
  1297. package/lib/module/social/features/chat/elements/AvatarPicker/index.js +2 -0
  1298. package/lib/module/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
  1299. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js +44 -0
  1300. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
  1301. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +48 -0
  1302. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
  1303. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js +2 -0
  1304. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
  1305. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js +48 -0
  1306. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
  1307. package/lib/module/social/features/chat/elements/GroupNameField/index.js +2 -0
  1308. package/lib/module/social/features/chat/elements/GroupNameField/index.js.map +1 -0
  1309. package/lib/module/social/features/chat/elements/GroupNameField/styles.js +21 -0
  1310. package/lib/module/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
  1311. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +33 -0
  1312. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
  1313. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js +2 -0
  1314. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
  1315. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js +24 -0
  1316. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
  1317. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js +77 -0
  1318. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
  1319. package/lib/module/social/features/chat/elements/ReactionPicker/index.js +2 -0
  1320. package/lib/module/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
  1321. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js +87 -0
  1322. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
  1323. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js +63 -0
  1324. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
  1325. package/lib/module/social/features/chat/elements/SettingMenu/index.js +2 -0
  1326. package/lib/module/social/features/chat/elements/SettingMenu/index.js.map +1 -0
  1327. package/lib/module/social/features/chat/elements/SettingMenu/styles.js +59 -0
  1328. package/lib/module/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
  1329. package/lib/module/social/features/chat/elements/TopBar/TopBar.js +55 -0
  1330. package/lib/module/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
  1331. package/lib/module/social/features/chat/elements/TopBar/index.js +2 -0
  1332. package/lib/module/social/features/chat/elements/TopBar/index.js.map +1 -0
  1333. package/lib/module/social/features/chat/elements/TopBar/styles.js +51 -0
  1334. package/lib/module/social/features/chat/elements/TopBar/styles.js.map +1 -0
  1335. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +49 -0
  1336. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
  1337. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js +2 -0
  1338. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
  1339. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js +31 -0
  1340. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
  1341. package/lib/module/social/features/chat/features/archive/ArchivedChat.js +31 -0
  1342. package/lib/module/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
  1343. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +126 -0
  1344. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
  1345. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js +2 -0
  1346. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
  1347. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +54 -0
  1348. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
  1349. package/lib/module/social/features/chat/features/archive/components/Header/Header.js +22 -0
  1350. package/lib/module/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
  1351. package/lib/module/social/features/chat/features/archive/components/Header/index.js +2 -0
  1352. package/lib/module/social/features/chat/features/archive/components/Header/index.js.map +1 -0
  1353. package/lib/module/social/features/chat/features/archive/components/index.js +3 -0
  1354. package/lib/module/social/features/chat/features/archive/components/index.js.map +1 -0
  1355. package/lib/module/social/features/chat/features/archive/index.js +2 -0
  1356. package/lib/module/social/features/chat/features/archive/index.js.map +1 -0
  1357. package/lib/module/social/features/chat/features/archive/styles.js +22 -0
  1358. package/lib/module/social/features/chat/features/archive/styles.js.map +1 -0
  1359. package/lib/module/social/features/chat/features/conversation/Chat.js +134 -0
  1360. package/lib/module/social/features/chat/features/conversation/Chat.js.map +1 -0
  1361. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js +69 -0
  1362. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
  1363. package/lib/module/social/features/chat/features/conversation/components/Header/index.js +2 -0
  1364. package/lib/module/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
  1365. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js +57 -0
  1366. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
  1367. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js +176 -0
  1368. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
  1369. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js +2 -0
  1370. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
  1371. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js +49 -0
  1372. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
  1373. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +176 -0
  1374. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
  1375. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js +2 -0
  1376. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
  1377. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js +79 -0
  1378. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
  1379. package/lib/module/social/features/chat/features/conversation/components/index.js +4 -0
  1380. package/lib/module/social/features/chat/features/conversation/components/index.js.map +1 -0
  1381. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js +38 -0
  1382. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
  1383. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js +44 -0
  1384. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
  1385. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js +2 -0
  1386. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
  1387. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js +25 -0
  1388. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
  1389. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +74 -0
  1390. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
  1391. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js +2 -0
  1392. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
  1393. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js +52 -0
  1394. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
  1395. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js +89 -0
  1396. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
  1397. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js +2 -0
  1398. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
  1399. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js +16 -0
  1400. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
  1401. package/lib/module/social/features/chat/features/conversation/create/components/index.js +4 -0
  1402. package/lib/module/social/features/chat/features/conversation/create/components/index.js.map +1 -0
  1403. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js +3 -0
  1404. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
  1405. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +65 -0
  1406. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
  1407. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +68 -0
  1408. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
  1409. package/lib/module/social/features/chat/features/conversation/create/index.js +2 -0
  1410. package/lib/module/social/features/chat/features/conversation/create/index.js.map +1 -0
  1411. package/lib/module/social/features/chat/features/conversation/create/styles.js +21 -0
  1412. package/lib/module/social/features/chat/features/conversation/create/styles.js.map +1 -0
  1413. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js +52 -0
  1414. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
  1415. package/lib/module/social/features/chat/features/conversation/index.js +2 -0
  1416. package/lib/module/social/features/chat/features/conversation/index.js.map +1 -0
  1417. package/lib/module/social/features/chat/features/conversation/styles.js +19 -0
  1418. package/lib/module/social/features/chat/features/conversation/styles.js.map +1 -0
  1419. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js +64 -0
  1420. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
  1421. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +37 -0
  1422. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
  1423. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +2 -0
  1424. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
  1425. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +23 -0
  1426. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
  1427. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js +48 -0
  1428. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
  1429. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js +2 -0
  1430. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
  1431. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js +24 -0
  1432. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
  1433. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
  1434. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  1435. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +2 -0
  1436. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
  1437. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +30 -0
  1438. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
  1439. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js +147 -0
  1440. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
  1441. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js +2 -0
  1442. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
  1443. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js +41 -0
  1444. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
  1445. package/lib/module/social/features/chat/features/group/add-member/components/index.js +5 -0
  1446. package/lib/module/social/features/chat/features/group/add-member/components/index.js.map +1 -0
  1447. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js +2 -0
  1448. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
  1449. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +94 -0
  1450. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
  1451. package/lib/module/social/features/chat/features/group/add-member/index.js +2 -0
  1452. package/lib/module/social/features/chat/features/group/add-member/index.js.map +1 -0
  1453. package/lib/module/social/features/chat/features/group/add-member/styles.js +24 -0
  1454. package/lib/module/social/features/chat/features/group/add-member/styles.js.map +1 -0
  1455. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js +55 -0
  1456. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
  1457. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +116 -0
  1458. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
  1459. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +2 -0
  1460. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
  1461. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +21 -0
  1462. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
  1463. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js +21 -0
  1464. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
  1465. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js +2 -0
  1466. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
  1467. package/lib/module/social/features/chat/features/group/banned-members/components/index.js +3 -0
  1468. package/lib/module/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
  1469. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js +2 -0
  1470. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
  1471. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +63 -0
  1472. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
  1473. package/lib/module/social/features/chat/features/group/banned-members/index.js +2 -0
  1474. package/lib/module/social/features/chat/features/group/banned-members/index.js.map +1 -0
  1475. package/lib/module/social/features/chat/features/group/banned-members/styles.js +24 -0
  1476. package/lib/module/social/features/chat/features/group/banned-members/styles.js.map +1 -0
  1477. package/lib/module/social/features/chat/features/group/chat/GroupChat.js +126 -0
  1478. package/lib/module/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
  1479. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +33 -0
  1480. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
  1481. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +2 -0
  1482. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
  1483. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +33 -0
  1484. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
  1485. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js +73 -0
  1486. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
  1487. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js +2 -0
  1488. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
  1489. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js +63 -0
  1490. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
  1491. package/lib/module/social/features/chat/features/group/chat/components/index.js +3 -0
  1492. package/lib/module/social/features/chat/features/group/chat/components/index.js.map +1 -0
  1493. package/lib/module/social/features/chat/features/group/chat/hooks/index.js +2 -0
  1494. package/lib/module/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
  1495. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js +78 -0
  1496. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
  1497. package/lib/module/social/features/chat/features/group/chat/index.js +2 -0
  1498. package/lib/module/social/features/chat/features/group/chat/index.js.map +1 -0
  1499. package/lib/module/social/features/chat/features/group/chat/styles.js +17 -0
  1500. package/lib/module/social/features/chat/features/group/chat/styles.js.map +1 -0
  1501. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js +98 -0
  1502. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
  1503. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js +39 -0
  1504. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
  1505. package/lib/module/social/features/chat/features/group/create/components/Header/index.js +2 -0
  1506. package/lib/module/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
  1507. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +54 -0
  1508. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
  1509. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js +2 -0
  1510. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
  1511. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js +35 -0
  1512. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
  1513. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +108 -0
  1514. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
  1515. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js +2 -0
  1516. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
  1517. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js +67 -0
  1518. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
  1519. package/lib/module/social/features/chat/features/group/create/components/index.js +4 -0
  1520. package/lib/module/social/features/chat/features/group/create/components/index.js.map +1 -0
  1521. package/lib/module/social/features/chat/features/group/create/hooks/index.js +2 -0
  1522. package/lib/module/social/features/chat/features/group/create/hooks/index.js.map +1 -0
  1523. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +187 -0
  1524. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
  1525. package/lib/module/social/features/chat/features/group/create/index.js +2 -0
  1526. package/lib/module/social/features/chat/features/group/create/index.js.map +1 -0
  1527. package/lib/module/social/features/chat/features/group/create/styles.js +27 -0
  1528. package/lib/module/social/features/chat/features/group/create/styles.js.map +1 -0
  1529. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js +30 -0
  1530. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
  1531. package/lib/module/social/features/chat/features/group/create/utils/index.js +2 -0
  1532. package/lib/module/social/features/chat/features/group/create/utils/index.js.map +1 -0
  1533. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js +104 -0
  1534. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
  1535. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +36 -0
  1536. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
  1537. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +2 -0
  1538. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
  1539. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +30 -0
  1540. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
  1541. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +40 -0
  1542. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
  1543. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +2 -0
  1544. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
  1545. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +30 -0
  1546. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
  1547. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js +2 -0
  1548. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
  1549. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js +2 -0
  1550. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
  1551. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +124 -0
  1552. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
  1553. package/lib/module/social/features/chat/features/group/edit-notification/index.js +2 -0
  1554. package/lib/module/social/features/chat/features/group/edit-notification/index.js.map +1 -0
  1555. package/lib/module/social/features/chat/features/group/edit-notification/styles.js +31 -0
  1556. package/lib/module/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
  1557. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +75 -0
  1558. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
  1559. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +39 -0
  1560. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
  1561. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +2 -0
  1562. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
  1563. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +30 -0
  1564. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
  1565. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js +2 -0
  1566. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
  1567. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js +22 -0
  1568. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
  1569. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js +2 -0
  1570. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
  1571. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +109 -0
  1572. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
  1573. package/lib/module/social/features/chat/features/group/edit-permission/index.js +2 -0
  1574. package/lib/module/social/features/chat/features/group/edit-permission/index.js.map +1 -0
  1575. package/lib/module/social/features/chat/features/group/edit-permission/styles.js +36 -0
  1576. package/lib/module/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
  1577. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js +61 -0
  1578. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
  1579. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js +40 -0
  1580. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
  1581. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js +2 -0
  1582. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
  1583. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js +2 -0
  1584. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
  1585. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js +2 -0
  1586. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
  1587. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +148 -0
  1588. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
  1589. package/lib/module/social/features/chat/features/group/edit-profile/index.js +2 -0
  1590. package/lib/module/social/features/chat/features/group/edit-profile/index.js.map +1 -0
  1591. package/lib/module/social/features/chat/features/group/edit-profile/styles.js +27 -0
  1592. package/lib/module/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
  1593. package/lib/module/social/features/chat/features/group/members/GroupMembers.js +46 -0
  1594. package/lib/module/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
  1595. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js +43 -0
  1596. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
  1597. package/lib/module/social/features/chat/features/group/members/components/Header/index.js +2 -0
  1598. package/lib/module/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
  1599. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +90 -0
  1600. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
  1601. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js +2 -0
  1602. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
  1603. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js +56 -0
  1604. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
  1605. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js +130 -0
  1606. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
  1607. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js +2 -0
  1608. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
  1609. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js +18 -0
  1610. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
  1611. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +78 -0
  1612. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
  1613. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js +2 -0
  1614. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
  1615. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js +19 -0
  1616. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
  1617. package/lib/module/social/features/chat/features/group/members/components/index.js +5 -0
  1618. package/lib/module/social/features/chat/features/group/members/components/index.js.map +1 -0
  1619. package/lib/module/social/features/chat/features/group/members/hooks/index.js +2 -0
  1620. package/lib/module/social/features/chat/features/group/members/hooks/index.js.map +1 -0
  1621. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js +32 -0
  1622. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
  1623. package/lib/module/social/features/chat/features/group/members/index.js +2 -0
  1624. package/lib/module/social/features/chat/features/group/members/index.js.map +1 -0
  1625. package/lib/module/social/features/chat/features/group/members/styles.js +20 -0
  1626. package/lib/module/social/features/chat/features/group/members/styles.js.map +1 -0
  1627. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js +74 -0
  1628. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
  1629. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +57 -0
  1630. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
  1631. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +2 -0
  1632. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
  1633. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +46 -0
  1634. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
  1635. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +43 -0
  1636. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
  1637. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +2 -0
  1638. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
  1639. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +34 -0
  1640. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
  1641. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js +3 -0
  1642. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
  1643. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js +2 -0
  1644. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
  1645. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +144 -0
  1646. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
  1647. package/lib/module/social/features/chat/features/group/notification-preference/index.js +2 -0
  1648. package/lib/module/social/features/chat/features/group/notification-preference/index.js.map +1 -0
  1649. package/lib/module/social/features/chat/features/group/notification-preference/styles.js +23 -0
  1650. package/lib/module/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
  1651. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js +68 -0
  1652. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
  1653. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js +66 -0
  1654. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
  1655. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js +2 -0
  1656. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
  1657. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js +26 -0
  1658. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
  1659. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
  1660. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  1661. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +2 -0
  1662. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
  1663. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +30 -0
  1664. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
  1665. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +69 -0
  1666. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
  1667. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js +2 -0
  1668. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
  1669. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js +43 -0
  1670. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
  1671. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js +127 -0
  1672. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
  1673. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js +2 -0
  1674. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
  1675. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js +24 -0
  1676. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
  1677. package/lib/module/social/features/chat/features/group/select-member/components/index.js +5 -0
  1678. package/lib/module/social/features/chat/features/group/select-member/components/index.js.map +1 -0
  1679. package/lib/module/social/features/chat/features/group/select-member/constants/index.js +4 -0
  1680. package/lib/module/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
  1681. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js +2 -0
  1682. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
  1683. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +105 -0
  1684. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
  1685. package/lib/module/social/features/chat/features/group/select-member/index.js +2 -0
  1686. package/lib/module/social/features/chat/features/group/select-member/index.js.map +1 -0
  1687. package/lib/module/social/features/chat/features/group/select-member/styles.js +21 -0
  1688. package/lib/module/social/features/chat/features/group/select-member/styles.js.map +1 -0
  1689. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js +91 -0
  1690. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
  1691. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js +21 -0
  1692. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
  1693. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js +2 -0
  1694. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
  1695. package/lib/module/social/features/chat/features/group/setting/components/index.js +2 -0
  1696. package/lib/module/social/features/chat/features/group/setting/components/index.js.map +1 -0
  1697. package/lib/module/social/features/chat/features/group/setting/hooks/index.js +2 -0
  1698. package/lib/module/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
  1699. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js +278 -0
  1700. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
  1701. package/lib/module/social/features/chat/features/group/setting/index.js +2 -0
  1702. package/lib/module/social/features/chat/features/group/setting/index.js.map +1 -0
  1703. package/lib/module/social/features/chat/features/group/setting/styles.js +51 -0
  1704. package/lib/module/social/features/chat/features/group/setting/styles.js.map +1 -0
  1705. package/lib/module/social/features/chat/features/home/ChatHome.js +74 -0
  1706. package/lib/module/social/features/chat/features/home/ChatHome.js.map +1 -0
  1707. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js +189 -0
  1708. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
  1709. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js +2 -0
  1710. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
  1711. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js +101 -0
  1712. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
  1713. package/lib/module/social/features/chat/features/home/components/Header/Header.js +38 -0
  1714. package/lib/module/social/features/chat/features/home/components/Header/Header.js.map +1 -0
  1715. package/lib/module/social/features/chat/features/home/components/Header/index.js +2 -0
  1716. package/lib/module/social/features/chat/features/home/components/Header/index.js.map +1 -0
  1717. package/lib/module/social/features/chat/features/home/components/Header/styles.js +50 -0
  1718. package/lib/module/social/features/chat/features/home/components/Header/styles.js.map +1 -0
  1719. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +39 -0
  1720. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
  1721. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +2 -0
  1722. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
  1723. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +36 -0
  1724. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
  1725. package/lib/module/social/features/chat/features/home/components/index.js +4 -0
  1726. package/lib/module/social/features/chat/features/home/components/index.js.map +1 -0
  1727. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +84 -0
  1728. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
  1729. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js +2 -0
  1730. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
  1731. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +25 -0
  1732. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
  1733. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +106 -0
  1734. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
  1735. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js +2 -0
  1736. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
  1737. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js +25 -0
  1738. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
  1739. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js +48 -0
  1740. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
  1741. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js +2 -0
  1742. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
  1743. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js +26 -0
  1744. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
  1745. package/lib/module/social/features/chat/features/home/hooks/index.js +2 -0
  1746. package/lib/module/social/features/chat/features/home/hooks/index.js.map +1 -0
  1747. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +31 -0
  1748. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
  1749. package/lib/module/social/features/chat/features/home/index.js +3 -0
  1750. package/lib/module/social/features/chat/features/home/index.js.map +1 -0
  1751. package/lib/module/social/features/chat/features/home/styles.js +25 -0
  1752. package/lib/module/social/features/chat/features/home/styles.js.map +1 -0
  1753. package/lib/module/social/features/chat/features/search/SearchChannel.js +66 -0
  1754. package/lib/module/social/features/chat/features/search/SearchChannel.js.map +1 -0
  1755. package/lib/module/social/features/chat/features/search/components/Header/Header.js +54 -0
  1756. package/lib/module/social/features/chat/features/search/components/Header/Header.js.map +1 -0
  1757. package/lib/module/social/features/chat/features/search/components/Header/index.js +2 -0
  1758. package/lib/module/social/features/chat/features/search/components/Header/index.js.map +1 -0
  1759. package/lib/module/social/features/chat/features/search/components/Header/styles.js +34 -0
  1760. package/lib/module/social/features/chat/features/search/components/Header/styles.js.map +1 -0
  1761. package/lib/module/social/features/chat/features/search/components/index.js +6 -0
  1762. package/lib/module/social/features/chat/features/search/components/index.js.map +1 -0
  1763. package/lib/module/social/features/chat/features/search/hooks/index.js +2 -0
  1764. package/lib/module/social/features/chat/features/search/hooks/index.js.map +1 -0
  1765. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js +42 -0
  1766. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
  1767. package/lib/module/social/features/chat/features/search/index.js +2 -0
  1768. package/lib/module/social/features/chat/features/search/index.js.map +1 -0
  1769. package/lib/module/social/features/chat/features/search/styles.js +26 -0
  1770. package/lib/module/social/features/chat/features/search/styles.js.map +1 -0
  1771. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js +42 -0
  1772. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
  1773. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js +2 -0
  1774. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
  1775. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js +30 -0
  1776. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
  1777. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +236 -0
  1778. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
  1779. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js +2 -0
  1780. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
  1781. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js +96 -0
  1782. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
  1783. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +30 -0
  1784. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
  1785. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js +2 -0
  1786. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
  1787. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js +48 -0
  1788. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
  1789. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +40 -0
  1790. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
  1791. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js +2 -0
  1792. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
  1793. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +35 -0
  1794. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
  1795. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js +52 -0
  1796. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
  1797. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js +2 -0
  1798. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
  1799. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js +31 -0
  1800. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
  1801. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +41 -0
  1802. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
  1803. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js +2 -0
  1804. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
  1805. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js +33 -0
  1806. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
  1807. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +95 -0
  1808. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
  1809. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js +2 -0
  1810. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
  1811. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js +66 -0
  1812. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
  1813. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +86 -0
  1814. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
  1815. package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js +2 -0
  1816. package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
  1817. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js +90 -0
  1818. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
  1819. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +81 -0
  1820. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
  1821. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +2 -0
  1822. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
  1823. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +60 -0
  1824. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
  1825. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +97 -0
  1826. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
  1827. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js +2 -0
  1828. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
  1829. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +73 -0
  1830. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
  1831. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +45 -0
  1832. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
  1833. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +59 -0
  1834. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
  1835. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js +2 -0
  1836. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
  1837. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +60 -0
  1838. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
  1839. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +274 -0
  1840. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
  1841. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +2 -0
  1842. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
  1843. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +151 -0
  1844. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
  1845. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +148 -0
  1846. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
  1847. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js +2 -0
  1848. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
  1849. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js +76 -0
  1850. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
  1851. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +350 -0
  1852. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
  1853. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js +2 -0
  1854. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
  1855. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +118 -0
  1856. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
  1857. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +71 -0
  1858. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
  1859. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +35 -0
  1860. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
  1861. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js +2 -0
  1862. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
  1863. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js +33 -0
  1864. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
  1865. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +107 -0
  1866. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
  1867. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js +2 -0
  1868. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
  1869. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js +70 -0
  1870. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
  1871. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +33 -0
  1872. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
  1873. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +2 -0
  1874. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
  1875. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +19 -0
  1876. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
  1877. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +61 -0
  1878. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
  1879. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js +2 -0
  1880. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
  1881. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js +40 -0
  1882. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
  1883. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +170 -0
  1884. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
  1885. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +109 -0
  1886. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
  1887. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +2 -0
  1888. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
  1889. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +55 -0
  1890. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
  1891. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +108 -0
  1892. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
  1893. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +2 -0
  1894. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
  1895. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +62 -0
  1896. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
  1897. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js +3 -0
  1898. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
  1899. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js +2 -0
  1900. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
  1901. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js +24 -0
  1902. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
  1903. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js +51 -0
  1904. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
  1905. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js +2 -0
  1906. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
  1907. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js +28 -0
  1908. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
  1909. package/lib/module/social/features/chat/features/shared/hooks/index.js +10 -0
  1910. package/lib/module/social/features/chat/features/shared/hooks/index.js.map +1 -0
  1911. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js +129 -0
  1912. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
  1913. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js +261 -0
  1914. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
  1915. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +135 -0
  1916. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
  1917. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js +46 -0
  1918. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
  1919. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js +71 -0
  1920. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
  1921. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js +579 -0
  1922. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
  1923. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js +80 -0
  1924. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
  1925. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js +58 -0
  1926. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
  1927. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js +272 -0
  1928. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
  1929. package/lib/module/social/features/chat/hooks/collections/index.js +8 -0
  1930. package/lib/module/social/features/chat/hooks/collections/index.js.map +1 -0
  1931. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +67 -0
  1932. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
  1933. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js +85 -0
  1934. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
  1935. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +62 -0
  1936. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
  1937. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js +80 -0
  1938. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
  1939. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js +66 -0
  1940. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
  1941. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js +74 -0
  1942. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
  1943. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js +74 -0
  1944. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
  1945. package/lib/module/social/features/chat/hooks/index.js +12 -0
  1946. package/lib/module/social/features/chat/hooks/index.js.map +1 -0
  1947. package/lib/module/social/features/chat/hooks/queries/index.js +5 -0
  1948. package/lib/module/social/features/chat/hooks/queries/index.js.map +1 -0
  1949. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js +90 -0
  1950. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
  1951. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js +62 -0
  1952. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
  1953. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js +85 -0
  1954. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
  1955. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +137 -0
  1956. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
  1957. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js +48 -0
  1958. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
  1959. package/lib/module/social/features/chat/hooks/useChatNavigation.js +22 -0
  1960. package/lib/module/social/features/chat/hooks/useChatNavigation.js.map +1 -0
  1961. package/lib/module/social/features/chat/hooks/useChatNotifications.js +59 -0
  1962. package/lib/module/social/features/chat/hooks/useChatNotifications.js.map +1 -0
  1963. package/lib/module/social/features/chat/hooks/useCreateMessage.js +62 -0
  1964. package/lib/module/social/features/chat/hooks/useCreateMessage.js.map +1 -0
  1965. package/lib/module/social/features/chat/hooks/useCurrentUserId.js +11 -0
  1966. package/lib/module/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
  1967. package/lib/module/social/features/chat/hooks/useDeleteMessage.js +27 -0
  1968. package/lib/module/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
  1969. package/lib/module/social/features/chat/hooks/useEditMessage.js +30 -0
  1970. package/lib/module/social/features/chat/hooks/useEditMessage.js.map +1 -0
  1971. package/lib/module/social/features/chat/hooks/useMention.js +123 -0
  1972. package/lib/module/social/features/chat/hooks/useMention.js.map +1 -0
  1973. package/lib/module/social/features/chat/hooks/useNetworkOnline.js +24 -0
  1974. package/lib/module/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
  1975. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js +29 -0
  1976. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
  1977. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js +19 -0
  1978. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
  1979. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js +26 -0
  1980. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
  1981. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js +18 -0
  1982. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
  1983. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +19 -0
  1984. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
  1985. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +21 -0
  1986. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
  1987. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +17 -0
  1988. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
  1989. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js +33 -0
  1990. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
  1991. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js +18 -0
  1992. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
  1993. package/lib/module/social/features/chat/pages/AmityChatPage/index.js +33 -0
  1994. package/lib/module/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
  1995. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js +17 -0
  1996. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
  1997. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js +17 -0
  1998. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
  1999. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +17 -0
  2000. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
  2001. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +23 -0
  2002. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
  2003. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js +17 -0
  2004. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
  2005. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js +20 -0
  2006. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
  2007. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js +22 -0
  2008. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
  2009. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +22 -0
  2010. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
  2011. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js +17 -0
  2012. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
  2013. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js +18 -0
  2014. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
  2015. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +11 -0
  2016. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
  2017. package/lib/module/social/features/chat/utils/groupMessagesByDate.js +50 -0
  2018. package/lib/module/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
  2019. package/lib/module/social/features/chat/utils/highlightMatch.js +30 -0
  2020. package/lib/module/social/features/chat/utils/highlightMatch.js.map +1 -0
  2021. package/lib/module/social/features/chat/utils/previewLink.js +31 -0
  2022. package/lib/module/social/features/chat/utils/previewLink.js.map +1 -0
  2023. package/lib/module/social/features/chat/utils/timestamp.js +43 -0
  2024. package/lib/module/social/features/chat/utils/timestamp.js.map +1 -0
  2025. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts +2 -0
  2026. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts.map +1 -0
  2027. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts +20 -0
  2028. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts.map +1 -0
  2029. package/lib/typescript/core/design/atoms/Avatar/index.d.ts +3 -0
  2030. package/lib/typescript/core/design/atoms/Avatar/index.d.ts.map +1 -0
  2031. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts +51 -0
  2032. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts.map +1 -0
  2033. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts +35 -0
  2034. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts.map +1 -0
  2035. package/lib/typescript/core/design/atoms/Badge/index.d.ts +3 -0
  2036. package/lib/typescript/core/design/atoms/Badge/index.d.ts.map +1 -0
  2037. package/lib/typescript/core/design/atoms/Badge/styles.d.ts +50 -0
  2038. package/lib/typescript/core/design/atoms/Badge/styles.d.ts.map +1 -0
  2039. package/lib/typescript/core/design/atoms/Button/Button.d.ts +25 -0
  2040. package/lib/typescript/core/design/atoms/Button/Button.d.ts.map +1 -0
  2041. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts +25 -0
  2042. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts.map +1 -0
  2043. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts +3 -0
  2044. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts.map +1 -0
  2045. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts +22 -0
  2046. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts.map +1 -0
  2047. package/lib/typescript/core/design/atoms/Button/index.d.ts +8 -0
  2048. package/lib/typescript/core/design/atoms/Button/index.d.ts.map +1 -0
  2049. package/lib/typescript/core/design/atoms/Button/styles.d.ts +34 -0
  2050. package/lib/typescript/core/design/atoms/Button/styles.d.ts.map +1 -0
  2051. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts +10 -0
  2052. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts.map +1 -0
  2053. package/lib/typescript/core/design/atoms/Divider/index.d.ts +3 -0
  2054. package/lib/typescript/core/design/atoms/Divider/index.d.ts.map +1 -0
  2055. package/lib/typescript/core/design/atoms/Divider/styles.d.ts +34 -0
  2056. package/lib/typescript/core/design/atoms/Divider/styles.d.ts.map +1 -0
  2057. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts +22 -0
  2058. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts.map +1 -0
  2059. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts +3 -0
  2060. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts.map +1 -0
  2061. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts +45 -0
  2062. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts.map +1 -0
  2063. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts +22 -0
  2064. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts.map +1 -0
  2065. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts +3 -0
  2066. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts.map +1 -0
  2067. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts +56 -0
  2068. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts.map +1 -0
  2069. package/lib/typescript/core/design/atoms/Input/Input.d.ts +11 -0
  2070. package/lib/typescript/core/design/atoms/Input/Input.d.ts.map +1 -0
  2071. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts +23 -0
  2072. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts.map +1 -0
  2073. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts +3 -0
  2074. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts.map +1 -0
  2075. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts +66 -0
  2076. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts.map +1 -0
  2077. package/lib/typescript/core/design/atoms/Input/User/User.d.ts +14 -0
  2078. package/lib/typescript/core/design/atoms/Input/User/User.d.ts.map +1 -0
  2079. package/lib/typescript/core/design/atoms/Input/User/index.d.ts +3 -0
  2080. package/lib/typescript/core/design/atoms/Input/User/index.d.ts.map +1 -0
  2081. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts +38 -0
  2082. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts.map +1 -0
  2083. package/lib/typescript/core/design/atoms/Input/index.d.ts +10 -0
  2084. package/lib/typescript/core/design/atoms/Input/index.d.ts.map +1 -0
  2085. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts +7 -0
  2086. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts.map +1 -0
  2087. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts +7 -0
  2088. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts.map +1 -0
  2089. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts +3 -0
  2090. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts.map +1 -0
  2091. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts +7 -0
  2092. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts.map +1 -0
  2093. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts +9 -0
  2094. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts.map +1 -0
  2095. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts +3 -0
  2096. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts.map +1 -0
  2097. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts +42 -0
  2098. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts.map +1 -0
  2099. package/lib/typescript/core/design/atoms/Loader/index.d.ts +6 -0
  2100. package/lib/typescript/core/design/atoms/Loader/index.d.ts.map +1 -0
  2101. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts +23 -0
  2102. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts.map +1 -0
  2103. package/lib/typescript/core/design/atoms/Selection/index.d.ts +3 -0
  2104. package/lib/typescript/core/design/atoms/Selection/index.d.ts.map +1 -0
  2105. package/lib/typescript/core/design/atoms/Selection/styles.d.ts +61 -0
  2106. package/lib/typescript/core/design/atoms/Selection/styles.d.ts.map +1 -0
  2107. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts +12 -0
  2108. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts.map +1 -0
  2109. package/lib/typescript/core/design/atoms/Tab/index.d.ts +3 -0
  2110. package/lib/typescript/core/design/atoms/Tab/index.d.ts.map +1 -0
  2111. package/lib/typescript/core/design/atoms/Tab/styles.d.ts +53 -0
  2112. package/lib/typescript/core/design/atoms/Tab/styles.d.ts.map +1 -0
  2113. package/lib/typescript/core/design/components/Menu/Menu.d.ts +27 -0
  2114. package/lib/typescript/core/design/components/Menu/Menu.d.ts.map +1 -0
  2115. package/lib/typescript/core/design/components/Menu/index.d.ts +3 -0
  2116. package/lib/typescript/core/design/components/Menu/index.d.ts.map +1 -0
  2117. package/lib/typescript/core/design/components/Menu/styles.d.ts +51 -0
  2118. package/lib/typescript/core/design/components/Menu/styles.d.ts.map +1 -0
  2119. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts +9 -0
  2120. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts.map +1 -0
  2121. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts +3 -0
  2122. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts.map +1 -0
  2123. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts +35 -0
  2124. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts.map +1 -0
  2125. package/lib/typescript/core/design/components/Popover/Popover.d.ts +27 -0
  2126. package/lib/typescript/core/design/components/Popover/Popover.d.ts.map +1 -0
  2127. package/lib/typescript/core/design/components/Popover/index.d.ts +3 -0
  2128. package/lib/typescript/core/design/components/Popover/index.d.ts.map +1 -0
  2129. package/lib/typescript/core/design/components/Popover/styles.d.ts +27 -0
  2130. package/lib/typescript/core/design/components/Popover/styles.d.ts.map +1 -0
  2131. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts +10 -0
  2132. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts.map +1 -0
  2133. package/lib/typescript/core/design/components/Skeleton/index.d.ts +3 -0
  2134. package/lib/typescript/core/design/components/Skeleton/index.d.ts.map +1 -0
  2135. package/lib/typescript/core/design/components/Skeleton/styles.d.ts +8 -0
  2136. package/lib/typescript/core/design/components/Skeleton/styles.d.ts.map +1 -0
  2137. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts +36 -0
  2138. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts.map +1 -0
  2139. package/lib/typescript/core/design/components/TextEditor/index.d.ts +5 -0
  2140. package/lib/typescript/core/design/components/TextEditor/index.d.ts.map +1 -0
  2141. package/lib/typescript/core/design/components/TextEditor/styles.d.ts +29 -0
  2142. package/lib/typescript/core/design/components/TextEditor/styles.d.ts.map +1 -0
  2143. package/lib/typescript/core/design/components/TextEditor/utils.d.ts +54 -0
  2144. package/lib/typescript/core/design/components/TextEditor/utils.d.ts.map +1 -0
  2145. package/lib/typescript/core/design/components/Typography/Typography.d.ts +7 -0
  2146. package/lib/typescript/core/design/components/Typography/Typography.d.ts.map +1 -0
  2147. package/lib/typescript/core/design/components/Typography/index.d.ts +3 -0
  2148. package/lib/typescript/core/design/components/Typography/index.d.ts.map +1 -0
  2149. package/lib/typescript/core/design/components/Typography/styles.d.ts +53 -0
  2150. package/lib/typescript/core/design/components/Typography/styles.d.ts.map +1 -0
  2151. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts +6 -0
  2152. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts.map +1 -0
  2153. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts +3 -0
  2154. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts.map +1 -0
  2155. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts +7 -0
  2156. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts.map +1 -0
  2157. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts +3 -0
  2158. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts.map +1 -0
  2159. package/lib/typescript/core/design/icons/AmityIcon.d.ts +12 -0
  2160. package/lib/typescript/core/design/icons/AmityIcon.d.ts.map +1 -0
  2161. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts +222 -0
  2162. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts.map +1 -0
  2163. package/lib/typescript/core/design/icons/index.d.ts +5 -0
  2164. package/lib/typescript/core/design/icons/index.d.ts.map +1 -0
  2165. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts +12 -0
  2166. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts.map +1 -0
  2167. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts +3 -0
  2168. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts.map +1 -0
  2169. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts +19 -0
  2170. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts.map +1 -0
  2171. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts +16 -0
  2172. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts.map +1 -0
  2173. package/lib/typescript/core/design/molecules/Tabs/index.d.ts +3 -0
  2174. package/lib/typescript/core/design/molecules/Tabs/index.d.ts.map +1 -0
  2175. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts +19 -0
  2176. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts.map +1 -0
  2177. package/lib/typescript/core/design/theme/AmityForceMode.d.ts +8 -0
  2178. package/lib/typescript/core/design/theme/AmityForceMode.d.ts.map +1 -0
  2179. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts +27 -0
  2180. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts.map +1 -0
  2181. package/lib/typescript/core/design/theme/index.d.ts +9 -0
  2182. package/lib/typescript/core/design/theme/index.d.ts.map +1 -0
  2183. package/lib/typescript/core/design/theme/resolveTokens.d.ts +16 -0
  2184. package/lib/typescript/core/design/theme/resolveTokens.d.ts.map +1 -0
  2185. package/lib/typescript/core/design/theme/useToken.d.ts +6 -0
  2186. package/lib/typescript/core/design/theme/useToken.d.ts.map +1 -0
  2187. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts +5065 -0
  2188. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts.map +1 -0
  2189. package/lib/typescript/core/design/tokens/spacing.d.ts +22 -0
  2190. package/lib/typescript/core/design/tokens/spacing.d.ts.map +1 -0
  2191. package/lib/typescript/core/index.d.ts +1 -0
  2192. package/lib/typescript/core/index.d.ts.map +1 -1
  2193. package/lib/typescript/core/localization/LocaleProvider.d.ts +77 -0
  2194. package/lib/typescript/core/localization/LocaleProvider.d.ts.map +1 -0
  2195. package/lib/typescript/core/localization/defaultLocaleMap.d.ts +19 -0
  2196. package/lib/typescript/core/localization/defaultLocaleMap.d.ts.map +1 -0
  2197. package/lib/typescript/core/localization/defaults/en.d.ts +14 -0
  2198. package/lib/typescript/core/localization/defaults/en.d.ts.map +1 -0
  2199. package/lib/typescript/core/localization/defaults/th.d.ts +16 -0
  2200. package/lib/typescript/core/localization/defaults/th.d.ts.map +1 -0
  2201. package/lib/typescript/core/localization/index.d.ts +28 -0
  2202. package/lib/typescript/core/localization/index.d.ts.map +1 -0
  2203. package/lib/typescript/core/localization/resolveString.d.ts +82 -0
  2204. package/lib/typescript/core/localization/resolveString.d.ts.map +1 -0
  2205. package/lib/typescript/core/localization/useString.d.ts +23 -0
  2206. package/lib/typescript/core/localization/useString.d.ts.map +1 -0
  2207. package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -1
  2208. package/lib/typescript/core/routes/AmityChatEntry.d.ts +2 -0
  2209. package/lib/typescript/core/routes/AmityChatEntry.d.ts.map +1 -0
  2210. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts +5 -1
  2211. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -1
  2212. package/lib/typescript/core/routes/RouteParamList.d.ts +40 -0
  2213. package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -1
  2214. package/lib/typescript/core/stores/slices/toastSlice.d.ts +1 -0
  2215. package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -1
  2216. package/lib/typescript/core/utils/abbreviateCount.d.ts +2 -0
  2217. package/lib/typescript/core/utils/abbreviateCount.d.ts.map +1 -0
  2218. package/lib/typescript/index.d.ts +2 -2
  2219. package/lib/typescript/index.d.ts.map +1 -1
  2220. package/lib/typescript/social/components/Toast/index.d.ts.map +1 -1
  2221. package/lib/typescript/social/components/Toast/styles.d.ts +3 -1
  2222. package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -1
  2223. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts +36 -0
  2224. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts.map +1 -0
  2225. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts +3 -0
  2226. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts.map +1 -0
  2227. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts +106 -0
  2228. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts.map +1 -0
  2229. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts +7 -0
  2230. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts.map +1 -0
  2231. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts +2 -0
  2232. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts.map +1 -0
  2233. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts +10 -0
  2234. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts.map +1 -0
  2235. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts +20 -0
  2236. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts.map +1 -0
  2237. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts +2 -0
  2238. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts.map +1 -0
  2239. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts +10 -0
  2240. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts.map +1 -0
  2241. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts +7 -0
  2242. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts.map +1 -0
  2243. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts +2 -0
  2244. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts.map +1 -0
  2245. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts +45 -0
  2246. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts.map +1 -0
  2247. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts +42 -0
  2248. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts.map +1 -0
  2249. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts +3 -0
  2250. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts.map +1 -0
  2251. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts +37 -0
  2252. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts.map +1 -0
  2253. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts +25 -0
  2254. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts.map +1 -0
  2255. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts +2 -0
  2256. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts.map +1 -0
  2257. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts +195 -0
  2258. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts.map +1 -0
  2259. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts +11 -0
  2260. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts.map +1 -0
  2261. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts +2 -0
  2262. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts.map +1 -0
  2263. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts +140 -0
  2264. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts.map +1 -0
  2265. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts +5 -0
  2266. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts.map +1 -0
  2267. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts +11 -0
  2268. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts.map +1 -0
  2269. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts +3 -0
  2270. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts.map +1 -0
  2271. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts +34 -0
  2272. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts.map +1 -0
  2273. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts +5 -0
  2274. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts.map +1 -0
  2275. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts +3 -0
  2276. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts.map +1 -0
  2277. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts +6 -0
  2278. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts.map +1 -0
  2279. package/lib/typescript/social/features/chat/constants/index.d.ts +4 -0
  2280. package/lib/typescript/social/features/chat/constants/index.d.ts.map +1 -0
  2281. package/lib/typescript/social/features/chat/constants/list.d.ts +3 -0
  2282. package/lib/typescript/social/features/chat/constants/list.d.ts.map +1 -0
  2283. package/lib/typescript/social/features/chat/constants/search.d.ts +8 -0
  2284. package/lib/typescript/social/features/chat/constants/search.d.ts.map +1 -0
  2285. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts +2 -0
  2286. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts.map +1 -0
  2287. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts +2 -0
  2288. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts.map +1 -0
  2289. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts +22 -0
  2290. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts.map +1 -0
  2291. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts +29 -0
  2292. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts.map +1 -0
  2293. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts +3 -0
  2294. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts.map +1 -0
  2295. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts +35 -0
  2296. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts.map +1 -0
  2297. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts +10 -0
  2298. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts.map +1 -0
  2299. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts +3 -0
  2300. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts.map +1 -0
  2301. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts +35 -0
  2302. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts.map +1 -0
  2303. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts +12 -0
  2304. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts.map +1 -0
  2305. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts +3 -0
  2306. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts.map +1 -0
  2307. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts +9 -0
  2308. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts.map +1 -0
  2309. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts +3 -0
  2310. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts.map +1 -0
  2311. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts +11 -0
  2312. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts.map +1 -0
  2313. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts +6 -0
  2314. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts.map +1 -0
  2315. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts +3 -0
  2316. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts.map +1 -0
  2317. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts +16 -0
  2318. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts.map +1 -0
  2319. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts +11 -0
  2320. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts.map +1 -0
  2321. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts +3 -0
  2322. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts.map +1 -0
  2323. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts +58 -0
  2324. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts.map +1 -0
  2325. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts +12 -0
  2326. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts.map +1 -0
  2327. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts +3 -0
  2328. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts.map +1 -0
  2329. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts +47 -0
  2330. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts.map +1 -0
  2331. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts +10 -0
  2332. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts.map +1 -0
  2333. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts +2 -0
  2334. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts.map +1 -0
  2335. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts +40 -0
  2336. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts.map +1 -0
  2337. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts +2 -0
  2338. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts.map +1 -0
  2339. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts +2 -0
  2340. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts.map +1 -0
  2341. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts +17 -0
  2342. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts.map +1 -0
  2343. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts +2 -0
  2344. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts.map +1 -0
  2345. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts +2 -0
  2346. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts.map +1 -0
  2347. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts +2 -0
  2348. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts.map +1 -0
  2349. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts +33 -0
  2350. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts.map +1 -0
  2351. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts +6 -0
  2352. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts.map +1 -0
  2353. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts +2 -0
  2354. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts.map +1 -0
  2355. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts +3 -0
  2356. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts.map +1 -0
  2357. package/lib/typescript/social/features/chat/features/archive/index.d.ts +2 -0
  2358. package/lib/typescript/social/features/chat/features/archive/index.d.ts.map +1 -0
  2359. package/lib/typescript/social/features/chat/features/archive/styles.d.ts +11 -0
  2360. package/lib/typescript/social/features/chat/features/archive/styles.d.ts.map +1 -0
  2361. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts +7 -0
  2362. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts.map +1 -0
  2363. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts +12 -0
  2364. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts.map +1 -0
  2365. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts +2 -0
  2366. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts.map +1 -0
  2367. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts +44 -0
  2368. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts.map +1 -0
  2369. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts +45 -0
  2370. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts.map +1 -0
  2371. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts +2 -0
  2372. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts.map +1 -0
  2373. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts +32 -0
  2374. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts.map +1 -0
  2375. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts +29 -0
  2376. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts.map +1 -0
  2377. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts +2 -0
  2378. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts.map +1 -0
  2379. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts +61 -0
  2380. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts.map +1 -0
  2381. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts +4 -0
  2382. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts.map +1 -0
  2383. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts +2 -0
  2384. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts.map +1 -0
  2385. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts +8 -0
  2386. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts.map +1 -0
  2387. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts +2 -0
  2388. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts.map +1 -0
  2389. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts +14 -0
  2390. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts.map +1 -0
  2391. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts +11 -0
  2392. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts.map +1 -0
  2393. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts +2 -0
  2394. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts.map +1 -0
  2395. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts +40 -0
  2396. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts.map +1 -0
  2397. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts +7 -0
  2398. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts.map +1 -0
  2399. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts +2 -0
  2400. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts.map +1 -0
  2401. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts +8 -0
  2402. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts.map +1 -0
  2403. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts +4 -0
  2404. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts.map +1 -0
  2405. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts +4 -0
  2406. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts.map +1 -0
  2407. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts +8 -0
  2408. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts.map +1 -0
  2409. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts +14 -0
  2410. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts.map +1 -0
  2411. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts +2 -0
  2412. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts.map +1 -0
  2413. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts +10 -0
  2414. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts.map +1 -0
  2415. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts +82 -0
  2416. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts.map +1 -0
  2417. package/lib/typescript/social/features/chat/features/conversation/index.d.ts +3 -0
  2418. package/lib/typescript/social/features/chat/features/conversation/index.d.ts.map +1 -0
  2419. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts +10 -0
  2420. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts.map +1 -0
  2421. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts +6 -0
  2422. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts.map +1 -0
  2423. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts +7 -0
  2424. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts.map +1 -0
  2425. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts +2 -0
  2426. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts.map +1 -0
  2427. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts +13 -0
  2428. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts.map +1 -0
  2429. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts +10 -0
  2430. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts.map +1 -0
  2431. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts +2 -0
  2432. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts.map +1 -0
  2433. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts +14 -0
  2434. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts.map +1 -0
  2435. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
  2436. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
  2437. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts +2 -0
  2438. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts.map +1 -0
  2439. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts +18 -0
  2440. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
  2441. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts +8 -0
  2442. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts.map +1 -0
  2443. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts +2 -0
  2444. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts.map +1 -0
  2445. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts +31 -0
  2446. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts.map +1 -0
  2447. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts +5 -0
  2448. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts.map +1 -0
  2449. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts +2 -0
  2450. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts.map +1 -0
  2451. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts +23 -0
  2452. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts.map +1 -0
  2453. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts +2 -0
  2454. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts.map +1 -0
  2455. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts +14 -0
  2456. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts.map +1 -0
  2457. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts +6 -0
  2458. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts.map +1 -0
  2459. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts +8 -0
  2460. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts.map +1 -0
  2461. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts +2 -0
  2462. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts.map +1 -0
  2463. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts +14 -0
  2464. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts.map +1 -0
  2465. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts +6 -0
  2466. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts.map +1 -0
  2467. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts +2 -0
  2468. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts.map +1 -0
  2469. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts +3 -0
  2470. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts.map +1 -0
  2471. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts +2 -0
  2472. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts.map +1 -0
  2473. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts +13 -0
  2474. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts.map +1 -0
  2475. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts +2 -0
  2476. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts.map +1 -0
  2477. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts +14 -0
  2478. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts.map +1 -0
  2479. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts +7 -0
  2480. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts.map +1 -0
  2481. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts +2 -0
  2482. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts.map +1 -0
  2483. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts +2 -0
  2484. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts.map +1 -0
  2485. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts +26 -0
  2486. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts.map +1 -0
  2487. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts +10 -0
  2488. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts.map +1 -0
  2489. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts +2 -0
  2490. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts.map +1 -0
  2491. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts +53 -0
  2492. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts.map +1 -0
  2493. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts +3 -0
  2494. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts.map +1 -0
  2495. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts +2 -0
  2496. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts.map +1 -0
  2497. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts +91 -0
  2498. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts.map +1 -0
  2499. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts +3 -0
  2500. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts.map +1 -0
  2501. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts +10 -0
  2502. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts.map +1 -0
  2503. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts +3 -0
  2504. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts.map +1 -0
  2505. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts +8 -0
  2506. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts.map +1 -0
  2507. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts +2 -0
  2508. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts.map +1 -0
  2509. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts +9 -0
  2510. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts.map +1 -0
  2511. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts +2 -0
  2512. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts.map +1 -0
  2513. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts +22 -0
  2514. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts.map +1 -0
  2515. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts +17 -0
  2516. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts.map +1 -0
  2517. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts +2 -0
  2518. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts.map +1 -0
  2519. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts +54 -0
  2520. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts.map +1 -0
  2521. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts +4 -0
  2522. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts.map +1 -0
  2523. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts +3 -0
  2524. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts.map +1 -0
  2525. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts +34 -0
  2526. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts.map +1 -0
  2527. package/lib/typescript/social/features/chat/features/group/create/index.d.ts +3 -0
  2528. package/lib/typescript/social/features/chat/features/group/create/index.d.ts.map +1 -0
  2529. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts +15 -0
  2530. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts.map +1 -0
  2531. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts +2 -0
  2532. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts.map +1 -0
  2533. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts +2 -0
  2534. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts.map +1 -0
  2535. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts +3 -0
  2536. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts.map +1 -0
  2537. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts +7 -0
  2538. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts.map +1 -0
  2539. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts +2 -0
  2540. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts.map +1 -0
  2541. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts +18 -0
  2542. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts.map +1 -0
  2543. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts +7 -0
  2544. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts.map +1 -0
  2545. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts +2 -0
  2546. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts.map +1 -0
  2547. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts +18 -0
  2548. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts.map +1 -0
  2549. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts +2 -0
  2550. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts.map +1 -0
  2551. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts +2 -0
  2552. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts.map +1 -0
  2553. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts +16 -0
  2554. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts.map +1 -0
  2555. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts +3 -0
  2556. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts.map +1 -0
  2557. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts +16 -0
  2558. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts.map +1 -0
  2559. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts +3 -0
  2560. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts.map +1 -0
  2561. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts +7 -0
  2562. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts.map +1 -0
  2563. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts +2 -0
  2564. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts.map +1 -0
  2565. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts +18 -0
  2566. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts.map +1 -0
  2567. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts +2 -0
  2568. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts.map +1 -0
  2569. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts +11 -0
  2570. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts.map +1 -0
  2571. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts +2 -0
  2572. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts.map +1 -0
  2573. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts +12 -0
  2574. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts.map +1 -0
  2575. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts +3 -0
  2576. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts.map +1 -0
  2577. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts +22 -0
  2578. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts.map +1 -0
  2579. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts +3 -0
  2580. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts.map +1 -0
  2581. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts +8 -0
  2582. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts.map +1 -0
  2583. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts +2 -0
  2584. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts.map +1 -0
  2585. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts +2 -0
  2586. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts.map +1 -0
  2587. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts +2 -0
  2588. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts.map +1 -0
  2589. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts +14 -0
  2590. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts.map +1 -0
  2591. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts +3 -0
  2592. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts.map +1 -0
  2593. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts +15 -0
  2594. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts.map +1 -0
  2595. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts +7 -0
  2596. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts.map +1 -0
  2597. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts +8 -0
  2598. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts.map +1 -0
  2599. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts +2 -0
  2600. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts.map +1 -0
  2601. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts +16 -0
  2602. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts.map +1 -0
  2603. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts +2 -0
  2604. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts.map +1 -0
  2605. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts +45 -0
  2606. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts.map +1 -0
  2607. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts +8 -0
  2608. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts.map +1 -0
  2609. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts +2 -0
  2610. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts.map +1 -0
  2611. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts +11 -0
  2612. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts.map +1 -0
  2613. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts +10 -0
  2614. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts.map +1 -0
  2615. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts +2 -0
  2616. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts.map +1 -0
  2617. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts +12 -0
  2618. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts.map +1 -0
  2619. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts +5 -0
  2620. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts.map +1 -0
  2621. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts +2 -0
  2622. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts.map +1 -0
  2623. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts +12 -0
  2624. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts.map +1 -0
  2625. package/lib/typescript/social/features/chat/features/group/members/index.d.ts +2 -0
  2626. package/lib/typescript/social/features/chat/features/group/members/index.d.ts.map +1 -0
  2627. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts +10 -0
  2628. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts.map +1 -0
  2629. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts +3 -0
  2630. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts.map +1 -0
  2631. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts +8 -0
  2632. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts.map +1 -0
  2633. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts +2 -0
  2634. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts.map +1 -0
  2635. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts +31 -0
  2636. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts.map +1 -0
  2637. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts +2 -0
  2638. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts.map +1 -0
  2639. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts +2 -0
  2640. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts.map +1 -0
  2641. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts +19 -0
  2642. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts.map +1 -0
  2643. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts +3 -0
  2644. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts.map +1 -0
  2645. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts +2 -0
  2646. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts.map +1 -0
  2647. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts +16 -0
  2648. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts.map +1 -0
  2649. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts +3 -0
  2650. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts.map +1 -0
  2651. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts +11 -0
  2652. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts.map +1 -0
  2653. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts +3 -0
  2654. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts.map +1 -0
  2655. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts +12 -0
  2656. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts.map +1 -0
  2657. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts +2 -0
  2658. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts.map +1 -0
  2659. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts +14 -0
  2660. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts.map +1 -0
  2661. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
  2662. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
  2663. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts +2 -0
  2664. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts.map +1 -0
  2665. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts +18 -0
  2666. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
  2667. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts +10 -0
  2668. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts.map +1 -0
  2669. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts +2 -0
  2670. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts.map +1 -0
  2671. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts +30 -0
  2672. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts.map +1 -0
  2673. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts +8 -0
  2674. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts.map +1 -0
  2675. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts +2 -0
  2676. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts.map +1 -0
  2677. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts +11 -0
  2678. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts.map +1 -0
  2679. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts +5 -0
  2680. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts.map +1 -0
  2681. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts +2 -0
  2682. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts.map +1 -0
  2683. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts +3 -0
  2684. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts.map +1 -0
  2685. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts +22 -0
  2686. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts.map +1 -0
  2687. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts +3 -0
  2688. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts.map +1 -0
  2689. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts +10 -0
  2690. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts.map +1 -0
  2691. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts +3 -0
  2692. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts.map +1 -0
  2693. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts +7 -0
  2694. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts.map +1 -0
  2695. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts +2 -0
  2696. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts.map +1 -0
  2697. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts +2 -0
  2698. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts.map +1 -0
  2699. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts +2 -0
  2700. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts.map +1 -0
  2701. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts +20 -0
  2702. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts.map +1 -0
  2703. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts +3 -0
  2704. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts.map +1 -0
  2705. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts +36 -0
  2706. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts.map +1 -0
  2707. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts +8 -0
  2708. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts.map +1 -0
  2709. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts +14 -0
  2710. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts.map +1 -0
  2711. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts +3 -0
  2712. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts.map +1 -0
  2713. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts +78 -0
  2714. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts.map +1 -0
  2715. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts +2 -0
  2716. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts.map +1 -0
  2717. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts +2 -0
  2718. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts.map +1 -0
  2719. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts +33 -0
  2720. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts.map +1 -0
  2721. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts +2 -0
  2722. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts.map +1 -0
  2723. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts +2 -0
  2724. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts.map +1 -0
  2725. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts +20 -0
  2726. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts.map +1 -0
  2727. package/lib/typescript/social/features/chat/features/home/components/index.d.ts +4 -0
  2728. package/lib/typescript/social/features/chat/features/home/components/index.d.ts.map +1 -0
  2729. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts +2 -0
  2730. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts.map +1 -0
  2731. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts +2 -0
  2732. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts.map +1 -0
  2733. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts +14 -0
  2734. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts.map +1 -0
  2735. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts +9 -0
  2736. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts.map +1 -0
  2737. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts +2 -0
  2738. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts.map +1 -0
  2739. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts +14 -0
  2740. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts.map +1 -0
  2741. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts +2 -0
  2742. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts.map +1 -0
  2743. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts +2 -0
  2744. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts.map +1 -0
  2745. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts +14 -0
  2746. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts.map +1 -0
  2747. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts +2 -0
  2748. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts.map +1 -0
  2749. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts +2 -0
  2750. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts.map +1 -0
  2751. package/lib/typescript/social/features/chat/features/home/index.d.ts +4 -0
  2752. package/lib/typescript/social/features/chat/features/home/index.d.ts.map +1 -0
  2753. package/lib/typescript/social/features/chat/features/home/styles.d.ts +15 -0
  2754. package/lib/typescript/social/features/chat/features/home/styles.d.ts.map +1 -0
  2755. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts +2 -0
  2756. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts.map +1 -0
  2757. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts +9 -0
  2758. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts.map +1 -0
  2759. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts +2 -0
  2760. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts.map +1 -0
  2761. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts +20 -0
  2762. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts.map +1 -0
  2763. package/lib/typescript/social/features/chat/features/search/components/index.d.ts +2 -0
  2764. package/lib/typescript/social/features/chat/features/search/components/index.d.ts.map +1 -0
  2765. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts +2 -0
  2766. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts.map +1 -0
  2767. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts +13 -0
  2768. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts.map +1 -0
  2769. package/lib/typescript/social/features/chat/features/search/index.d.ts +2 -0
  2770. package/lib/typescript/social/features/chat/features/search/index.d.ts.map +1 -0
  2771. package/lib/typescript/social/features/chat/features/search/styles.d.ts +14 -0
  2772. package/lib/typescript/social/features/chat/features/search/styles.d.ts.map +1 -0
  2773. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts +8 -0
  2774. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts.map +1 -0
  2775. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts +2 -0
  2776. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts.map +1 -0
  2777. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts +17 -0
  2778. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts.map +1 -0
  2779. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts +8 -0
  2780. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts.map +1 -0
  2781. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts +2 -0
  2782. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts.map +1 -0
  2783. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts +79 -0
  2784. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts.map +1 -0
  2785. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts +6 -0
  2786. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts.map +1 -0
  2787. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts +2 -0
  2788. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts.map +1 -0
  2789. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts +28 -0
  2790. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts.map +1 -0
  2791. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts +6 -0
  2792. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts.map +1 -0
  2793. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts +2 -0
  2794. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts.map +1 -0
  2795. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts +20 -0
  2796. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts.map +1 -0
  2797. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts +7 -0
  2798. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts.map +1 -0
  2799. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts +2 -0
  2800. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts.map +1 -0
  2801. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts +19 -0
  2802. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts.map +1 -0
  2803. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts +7 -0
  2804. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts.map +1 -0
  2805. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts +2 -0
  2806. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts.map +1 -0
  2807. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts +22 -0
  2808. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts.map +1 -0
  2809. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts +10 -0
  2810. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts.map +1 -0
  2811. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts +2 -0
  2812. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts.map +1 -0
  2813. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts +49 -0
  2814. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts.map +1 -0
  2815. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts +14 -0
  2816. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts.map +1 -0
  2817. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts +2 -0
  2818. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts.map +1 -0
  2819. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts +69 -0
  2820. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts.map +1 -0
  2821. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts +9 -0
  2822. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts.map +1 -0
  2823. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts +2 -0
  2824. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts.map +1 -0
  2825. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts +46 -0
  2826. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts.map +1 -0
  2827. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts +9 -0
  2828. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts.map +1 -0
  2829. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts +2 -0
  2830. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts.map +1 -0
  2831. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts +54 -0
  2832. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts.map +1 -0
  2833. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts +13 -0
  2834. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts.map +1 -0
  2835. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts +7 -0
  2836. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts.map +1 -0
  2837. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts +2 -0
  2838. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts.map +1 -0
  2839. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts +38 -0
  2840. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts.map +1 -0
  2841. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts +23 -0
  2842. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts.map +1 -0
  2843. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts +2 -0
  2844. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts.map +1 -0
  2845. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts +110 -0
  2846. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts.map +1 -0
  2847. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts +11 -0
  2848. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts.map +1 -0
  2849. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts +2 -0
  2850. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts.map +1 -0
  2851. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts +60 -0
  2852. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts.map +1 -0
  2853. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts +14 -0
  2854. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts.map +1 -0
  2855. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts +2 -0
  2856. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts.map +1 -0
  2857. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts +110 -0
  2858. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts.map +1 -0
  2859. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts +14 -0
  2860. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts.map +1 -0
  2861. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts +6 -0
  2862. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts.map +1 -0
  2863. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts +2 -0
  2864. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts.map +1 -0
  2865. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts +18 -0
  2866. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts.map +1 -0
  2867. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts +7 -0
  2868. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts.map +1 -0
  2869. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts +2 -0
  2870. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts.map +1 -0
  2871. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts +57 -0
  2872. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts.map +1 -0
  2873. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts +6 -0
  2874. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts.map +1 -0
  2875. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts +2 -0
  2876. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts.map +1 -0
  2877. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts +10 -0
  2878. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts.map +1 -0
  2879. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts +6 -0
  2880. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts.map +1 -0
  2881. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts +3 -0
  2882. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts.map +1 -0
  2883. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts +27 -0
  2884. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts.map +1 -0
  2885. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts +18 -0
  2886. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
  2887. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts +17 -0
  2888. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts.map +1 -0
  2889. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts +2 -0
  2890. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts.map +1 -0
  2891. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts +53 -0
  2892. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts.map +1 -0
  2893. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts +9 -0
  2894. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts.map +1 -0
  2895. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts +2 -0
  2896. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts.map +1 -0
  2897. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts +47 -0
  2898. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts.map +1 -0
  2899. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts +3 -0
  2900. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts.map +1 -0
  2901. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts +2 -0
  2902. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts.map +1 -0
  2903. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts +15 -0
  2904. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts.map +1 -0
  2905. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts +7 -0
  2906. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts.map +1 -0
  2907. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts +2 -0
  2908. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts.map +1 -0
  2909. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts +17 -0
  2910. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts.map +1 -0
  2911. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts +12 -0
  2912. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts.map +1 -0
  2913. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts +27 -0
  2914. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts.map +1 -0
  2915. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts +86 -0
  2916. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts.map +1 -0
  2917. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts +12 -0
  2918. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts.map +1 -0
  2919. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts +8 -0
  2920. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts.map +1 -0
  2921. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts +22 -0
  2922. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts.map +1 -0
  2923. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts +80 -0
  2924. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts.map +1 -0
  2925. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts +12 -0
  2926. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts.map +1 -0
  2927. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts +16 -0
  2928. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts.map +1 -0
  2929. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts +19 -0
  2930. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts.map +1 -0
  2931. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts +8 -0
  2932. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts.map +1 -0
  2933. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts +11 -0
  2934. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts.map +1 -0
  2935. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts +18 -0
  2936. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts.map +1 -0
  2937. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts +8 -0
  2938. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts.map +1 -0
  2939. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts +17 -0
  2940. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts.map +1 -0
  2941. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts +11 -0
  2942. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts.map +1 -0
  2943. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts +10 -0
  2944. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts.map +1 -0
  2945. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts +13 -0
  2946. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts.map +1 -0
  2947. package/lib/typescript/social/features/chat/hooks/index.d.ts +12 -0
  2948. package/lib/typescript/social/features/chat/hooks/index.d.ts.map +1 -0
  2949. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts +5 -0
  2950. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts.map +1 -0
  2951. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts +11 -0
  2952. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts.map +1 -0
  2953. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts +8 -0
  2954. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts.map +1 -0
  2955. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts +19 -0
  2956. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts.map +1 -0
  2957. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts +5 -0
  2958. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts.map +1 -0
  2959. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts +8 -0
  2960. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts.map +1 -0
  2961. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts +10 -0
  2962. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts.map +1 -0
  2963. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts +17 -0
  2964. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts.map +1 -0
  2965. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts +13 -0
  2966. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts.map +1 -0
  2967. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts +2 -0
  2968. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts.map +1 -0
  2969. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts +12 -0
  2970. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts.map +1 -0
  2971. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts +15 -0
  2972. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts.map +1 -0
  2973. package/lib/typescript/social/features/chat/hooks/useMention.d.ts +28 -0
  2974. package/lib/typescript/social/features/chat/hooks/useMention.d.ts.map +1 -0
  2975. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts +5 -0
  2976. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts.map +1 -0
  2977. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts +2 -0
  2978. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts.map +1 -0
  2979. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts +2 -0
  2980. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts.map +1 -0
  2981. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts +2 -0
  2982. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts.map +1 -0
  2983. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts +9 -0
  2984. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts.map +1 -0
  2985. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts +2 -0
  2986. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts.map +1 -0
  2987. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts +2 -0
  2988. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts.map +1 -0
  2989. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts +10 -0
  2990. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts.map +1 -0
  2991. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts +2 -0
  2992. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts.map +1 -0
  2993. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts +9 -0
  2994. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts.map +1 -0
  2995. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts +2 -0
  2996. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts.map +1 -0
  2997. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts +10 -0
  2998. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts.map +1 -0
  2999. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts +2 -0
  3000. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts.map +1 -0
  3001. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts +2 -0
  3002. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts.map +1 -0
  3003. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts +2 -0
  3004. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts.map +1 -0
  3005. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts +2 -0
  3006. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts.map +1 -0
  3007. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts +2 -0
  3008. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts.map +1 -0
  3009. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts +2 -0
  3010. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts.map +1 -0
  3011. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts +2 -0
  3012. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts.map +1 -0
  3013. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts +2 -0
  3014. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts.map +1 -0
  3015. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts +2 -0
  3016. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts.map +1 -0
  3017. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts +2 -0
  3018. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts.map +1 -0
  3019. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts +12 -0
  3020. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts.map +1 -0
  3021. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts +4 -0
  3022. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts.map +1 -0
  3023. package/lib/typescript/social/features/chat/utils/previewLink.d.ts +3 -0
  3024. package/lib/typescript/social/features/chat/utils/previewLink.d.ts.map +1 -0
  3025. package/lib/typescript/social/features/chat/utils/timestamp.d.ts +3 -0
  3026. package/lib/typescript/social/features/chat/utils/timestamp.d.ts.map +1 -0
  3027. package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +15 -15
  3028. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +5 -5
  3029. package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +10 -10
  3030. package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +15 -15
  3031. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +1 -0
  3032. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -1
  3033. package/package.json +12 -7
  3034. package/src/core/assets/icons/emptyCommunity2.tsx +46 -0
  3035. package/src/core/design/atoms/Avatar/Avatar.tsx +93 -0
  3036. package/src/core/design/atoms/Avatar/index.ts +9 -0
  3037. package/src/core/design/atoms/Avatar/styles.ts +109 -0
  3038. package/src/core/design/atoms/Badge/Badge.tsx +103 -0
  3039. package/src/core/design/atoms/Badge/index.ts +10 -0
  3040. package/src/core/design/atoms/Badge/styles.ts +158 -0
  3041. package/src/core/design/atoms/Button/Button.tsx +112 -0
  3042. package/src/core/design/atoms/Button/Icon/Icon.tsx +87 -0
  3043. package/src/core/design/atoms/Button/Icon/index.ts +7 -0
  3044. package/src/core/design/atoms/Button/Icon/styles.ts +166 -0
  3045. package/src/core/design/atoms/Button/index.ts +18 -0
  3046. package/src/core/design/atoms/Button/styles.ts +309 -0
  3047. package/src/core/design/atoms/Divider/Divider.tsx +37 -0
  3048. package/src/core/design/atoms/Divider/index.ts +6 -0
  3049. package/src/core/design/atoms/Divider/styles.ts +44 -0
  3050. package/src/core/design/atoms/Input/Boxed/Boxed.tsx +97 -0
  3051. package/src/core/design/atoms/Input/Boxed/index.ts +2 -0
  3052. package/src/core/design/atoms/Input/Boxed/styles.ts +103 -0
  3053. package/src/core/design/atoms/Input/Chip/Chip.tsx +105 -0
  3054. package/src/core/design/atoms/Input/Chip/index.ts +2 -0
  3055. package/src/core/design/atoms/Input/Chip/styles.ts +95 -0
  3056. package/src/core/design/atoms/Input/Input.tsx +14 -0
  3057. package/src/core/design/atoms/Input/Text/Text.tsx +118 -0
  3058. package/src/core/design/atoms/Input/Text/index.ts +2 -0
  3059. package/src/core/design/atoms/Input/Text/styles.ts +137 -0
  3060. package/src/core/design/atoms/Input/User/User.tsx +53 -0
  3061. package/src/core/design/atoms/Input/User/index.ts +2 -0
  3062. package/src/core/design/atoms/Input/User/styles.ts +62 -0
  3063. package/src/core/design/atoms/Input/index.ts +9 -0
  3064. package/src/core/design/atoms/Loader/Loader.tsx +10 -0
  3065. package/src/core/design/atoms/Loader/Spinner/Spinner.tsx +30 -0
  3066. package/src/core/design/atoms/Loader/Spinner/index.ts +2 -0
  3067. package/src/core/design/atoms/Loader/Spinner/styles.ts +21 -0
  3068. package/src/core/design/atoms/Loader/Upload/Upload.tsx +119 -0
  3069. package/src/core/design/atoms/Loader/Upload/index.ts +2 -0
  3070. package/src/core/design/atoms/Loader/Upload/styles.ts +57 -0
  3071. package/src/core/design/atoms/Loader/index.ts +5 -0
  3072. package/src/core/design/atoms/Selection/Selection.tsx +96 -0
  3073. package/src/core/design/atoms/Selection/index.ts +2 -0
  3074. package/src/core/design/atoms/Selection/styles.ts +133 -0
  3075. package/src/core/design/atoms/Tab/Tab.tsx +65 -0
  3076. package/src/core/design/atoms/Tab/index.ts +2 -0
  3077. package/src/core/design/atoms/Tab/styles.ts +109 -0
  3078. package/src/core/design/components/Menu/Menu.tsx +92 -0
  3079. package/src/core/design/components/Menu/index.ts +2 -0
  3080. package/src/core/design/components/Menu/styles.ts +87 -0
  3081. package/src/core/design/components/MenuOptionButton/MenuOptionButton.tsx +36 -0
  3082. package/src/core/design/components/MenuOptionButton/index.ts +2 -0
  3083. package/src/core/design/components/MenuOptionButton/styles.ts +35 -0
  3084. package/src/core/design/components/Popover/Popover.tsx +149 -0
  3085. package/src/core/design/components/Popover/index.ts +2 -0
  3086. package/src/core/design/components/Popover/styles.ts +38 -0
  3087. package/src/core/design/components/Skeleton/Skeleton.tsx +72 -0
  3088. package/src/core/design/components/Skeleton/index.ts +2 -0
  3089. package/src/core/design/components/Skeleton/styles.ts +17 -0
  3090. package/src/core/design/components/TextEditor/TextEditor.tsx +262 -0
  3091. package/src/core/design/components/TextEditor/index.ts +4 -0
  3092. package/src/core/design/components/TextEditor/styles.ts +58 -0
  3093. package/src/core/design/components/TextEditor/utils.ts +145 -0
  3094. package/src/core/design/components/Typography/Typography.tsx +38 -0
  3095. package/src/core/design/components/Typography/index.ts +2 -0
  3096. package/src/core/design/components/Typography/styles.ts +31 -0
  3097. package/src/core/design/elements/ModeratorBadge/ModeratorBadge.tsx +21 -0
  3098. package/src/core/design/elements/ModeratorBadge/index.ts +2 -0
  3099. package/src/core/design/elements/PrivateBadge/PrivateBadge.tsx +29 -0
  3100. package/src/core/design/elements/PrivateBadge/index.ts +2 -0
  3101. package/src/core/design/icons/AmityIcon.tsx +28 -0
  3102. package/src/core/design/icons/generated/iconRegistry.ts +697 -0
  3103. package/src/core/design/icons/index.ts +9 -0
  3104. package/src/core/design/molecules/SearchInput/SearchInput.tsx +58 -0
  3105. package/src/core/design/molecules/SearchInput/index.ts +2 -0
  3106. package/src/core/design/molecules/SearchInput/styles.ts +23 -0
  3107. package/src/core/design/molecules/Tabs/Tabs.tsx +46 -0
  3108. package/src/core/design/molecules/Tabs/index.ts +2 -0
  3109. package/src/core/design/molecules/Tabs/styles.ts +25 -0
  3110. package/src/core/design/theme/AmityForceMode.tsx +24 -0
  3111. package/src/core/design/theme/AmityThemeProvider.tsx +85 -0
  3112. package/src/core/design/theme/index.ts +18 -0
  3113. package/src/core/design/theme/resolveTokens.ts +53 -0
  3114. package/src/core/design/theme/useToken.ts +17 -0
  3115. package/src/core/design/tokens/CHECKSUMS.json +9 -0
  3116. package/src/core/design/tokens/amity-color-tokens.ts +733 -0
  3117. package/src/core/design/tokens/amity-uikit-config.json +1381 -0
  3118. package/src/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  3119. package/src/core/design/tokens/config-resolver.d.ts +55 -0
  3120. package/src/core/design/tokens/config-resolver.js +525 -0
  3121. package/src/core/design/tokens/geometry.json +2673 -0
  3122. package/src/core/design/tokens/spacing.ts +28 -0
  3123. package/src/core/index.tsx +1 -0
  3124. package/src/core/localization/LocaleProvider.tsx +187 -0
  3125. package/src/core/localization/defaultLocaleMap.ts +23 -0
  3126. package/src/core/localization/defaults/en.json +1175 -0
  3127. package/src/core/localization/defaults/en.ts +16 -0
  3128. package/src/core/localization/defaults/th.json +1174 -0
  3129. package/src/core/localization/defaults/th.ts +18 -0
  3130. package/src/core/localization/index.ts +41 -0
  3131. package/src/core/localization/resolveString.ts +176 -0
  3132. package/src/core/localization/useString.ts +30 -0
  3133. package/src/core/providers/AmityUIKitProvider.tsx +40 -29
  3134. package/src/core/routes/AmityChatEntry.tsx +8 -0
  3135. package/src/core/routes/AmityUIKitNavigator.tsx +86 -1
  3136. package/src/core/routes/RouteParamList.tsx +19 -0
  3137. package/src/core/stores/slices/toastSlice.ts +6 -0
  3138. package/src/core/utils/abbreviateCount.ts +13 -0
  3139. package/src/index.tsx +2 -0
  3140. package/src/social/components/Toast/index.tsx +55 -27
  3141. package/src/social/components/Toast/styles.ts +22 -3
  3142. package/src/social/features/chat/components/AmityChatListItem/AmityChatListItem.tsx +394 -0
  3143. package/src/social/features/chat/components/AmityChatListItem/index.ts +2 -0
  3144. package/src/social/features/chat/components/AmityChatListItem/styles.ts +125 -0
  3145. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.tsx +293 -0
  3146. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/index.ts +1 -0
  3147. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/styles.ts +23 -0
  3148. package/src/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.tsx +347 -0
  3149. package/src/social/features/chat/components/AmityGroupMemberActionComponent/index.ts +1 -0
  3150. package/src/social/features/chat/components/AmityGroupMemberActionComponent/styles.ts +20 -0
  3151. package/src/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.tsx +239 -0
  3152. package/src/social/features/chat/components/AmityMediaAttachmentPicker/index.ts +1 -0
  3153. package/src/social/features/chat/components/AmityMediaAttachmentPicker/styles.ts +66 -0
  3154. package/src/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.tsx +294 -0
  3155. package/src/social/features/chat/components/AmityMessageActionMenu/index.ts +5 -0
  3156. package/src/social/features/chat/components/AmityMessageActionMenu/styles.ts +48 -0
  3157. package/src/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.tsx +625 -0
  3158. package/src/social/features/chat/components/AmityMessageBubble/index.ts +1 -0
  3159. package/src/social/features/chat/components/AmityMessageBubble/styles.ts +252 -0
  3160. package/src/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.tsx +325 -0
  3161. package/src/social/features/chat/components/AmityMessageComposer/index.ts +1 -0
  3162. package/src/social/features/chat/components/AmityMessageComposer/styles.ts +173 -0
  3163. package/src/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.tsx +148 -0
  3164. package/src/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.tsx +94 -0
  3165. package/src/social/features/chat/components/AmitySearchChannelResults/index.ts +2 -0
  3166. package/src/social/features/chat/components/AmitySearchChannelResults/styles.ts +53 -0
  3167. package/src/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.tsx +174 -0
  3168. package/src/social/features/chat/components/AmitySearchMessageResults/index.ts +2 -0
  3169. package/src/social/features/chat/constants/errorResponse.ts +9 -0
  3170. package/src/social/features/chat/constants/index.ts +3 -0
  3171. package/src/social/features/chat/constants/list.ts +7 -0
  3172. package/src/social/features/chat/constants/search.ts +13 -0
  3173. package/src/social/features/chat/elements/ArchivedBadge/ArchivedBadge.tsx +27 -0
  3174. package/src/social/features/chat/elements/ArchivedBadge/index.ts +1 -0
  3175. package/src/social/features/chat/elements/ArchivedBadge/styles.ts +34 -0
  3176. package/src/social/features/chat/elements/Avatar/Avatar.tsx +165 -0
  3177. package/src/social/features/chat/elements/Avatar/index.ts +2 -0
  3178. package/src/social/features/chat/elements/Avatar/styles.ts +49 -0
  3179. package/src/social/features/chat/elements/AvatarPicker/AvatarPicker.tsx +73 -0
  3180. package/src/social/features/chat/elements/AvatarPicker/index.ts +2 -0
  3181. package/src/social/features/chat/elements/AvatarPicker/styles.ts +44 -0
  3182. package/src/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.tsx +61 -0
  3183. package/src/social/features/chat/elements/ConversationChatAvatar/index.ts +2 -0
  3184. package/src/social/features/chat/elements/GroupNameField/GroupNameField.tsx +61 -0
  3185. package/src/social/features/chat/elements/GroupNameField/index.ts +2 -0
  3186. package/src/social/features/chat/elements/GroupNameField/styles.ts +19 -0
  3187. package/src/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.tsx +36 -0
  3188. package/src/social/features/chat/elements/MediaUploadOverlay/index.ts +2 -0
  3189. package/src/social/features/chat/elements/MediaUploadOverlay/styles.ts +25 -0
  3190. package/src/social/features/chat/elements/ReactionPicker/ReactionPicker.tsx +97 -0
  3191. package/src/social/features/chat/elements/ReactionPicker/index.ts +2 -0
  3192. package/src/social/features/chat/elements/ReactionPicker/styles.ts +90 -0
  3193. package/src/social/features/chat/elements/SettingMenu/SettingMenu.tsx +86 -0
  3194. package/src/social/features/chat/elements/SettingMenu/index.ts +2 -0
  3195. package/src/social/features/chat/elements/SettingMenu/styles.ts +57 -0
  3196. package/src/social/features/chat/elements/TopBar/TopBar.tsx +61 -0
  3197. package/src/social/features/chat/elements/TopBar/index.ts +1 -0
  3198. package/src/social/features/chat/elements/TopBar/styles.ts +50 -0
  3199. package/src/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.tsx +48 -0
  3200. package/src/social/features/chat/elements/WaitingForNetwork/index.ts +1 -0
  3201. package/src/social/features/chat/elements/WaitingForNetwork/styles.ts +30 -0
  3202. package/src/social/features/chat/features/archive/ArchivedChat.tsx +28 -0
  3203. package/src/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.tsx +131 -0
  3204. package/src/social/features/chat/features/archive/components/ArchivedChannelList/index.ts +1 -0
  3205. package/src/social/features/chat/features/archive/components/ArchivedChannelList/styles.ts +56 -0
  3206. package/src/social/features/chat/features/archive/components/Header/Header.tsx +18 -0
  3207. package/src/social/features/chat/features/archive/components/Header/index.ts +1 -0
  3208. package/src/social/features/chat/features/archive/components/index.ts +2 -0
  3209. package/src/social/features/chat/features/archive/index.ts +1 -0
  3210. package/src/social/features/chat/features/archive/styles.ts +21 -0
  3211. package/src/social/features/chat/features/conversation/Chat.tsx +153 -0
  3212. package/src/social/features/chat/features/conversation/components/Header/Header.tsx +73 -0
  3213. package/src/social/features/chat/features/conversation/components/Header/index.ts +1 -0
  3214. package/src/social/features/chat/features/conversation/components/Header/styles.ts +56 -0
  3215. package/src/social/features/chat/features/conversation/components/MessageList/MessageList.tsx +235 -0
  3216. package/src/social/features/chat/features/conversation/components/MessageList/index.ts +1 -0
  3217. package/src/social/features/chat/features/conversation/components/MessageList/styles.ts +48 -0
  3218. package/src/social/features/chat/features/conversation/components/MessageRow/MessageRow.tsx +234 -0
  3219. package/src/social/features/chat/features/conversation/components/MessageRow/index.ts +1 -0
  3220. package/src/social/features/chat/features/conversation/components/MessageRow/styles.ts +78 -0
  3221. package/src/social/features/chat/features/conversation/components/index.ts +3 -0
  3222. package/src/social/features/chat/features/conversation/create/CreateConversation.tsx +36 -0
  3223. package/src/social/features/chat/features/conversation/create/components/Header/Header.tsx +42 -0
  3224. package/src/social/features/chat/features/conversation/create/components/Header/index.ts +1 -0
  3225. package/src/social/features/chat/features/conversation/create/components/Header/styles.ts +24 -0
  3226. package/src/social/features/chat/features/conversation/create/components/UserItem/UserItem.tsx +66 -0
  3227. package/src/social/features/chat/features/conversation/create/components/UserItem/index.ts +1 -0
  3228. package/src/social/features/chat/features/conversation/create/components/UserItem/styles.ts +51 -0
  3229. package/src/social/features/chat/features/conversation/create/components/UserList/UserList.tsx +86 -0
  3230. package/src/social/features/chat/features/conversation/create/components/UserList/index.ts +1 -0
  3231. package/src/social/features/chat/features/conversation/create/components/UserList/styles.ts +15 -0
  3232. package/src/social/features/chat/features/conversation/create/components/index.ts +3 -0
  3233. package/src/social/features/chat/features/conversation/create/hooks/index.ts +6 -0
  3234. package/src/social/features/chat/features/conversation/create/hooks/useCreateConversation.ts +74 -0
  3235. package/src/social/features/chat/features/conversation/create/hooks/useSearchUsers.ts +80 -0
  3236. package/src/social/features/chat/features/conversation/create/index.ts +1 -0
  3237. package/src/social/features/chat/features/conversation/create/styles.ts +20 -0
  3238. package/src/social/features/chat/features/conversation/hooks/useConversation.ts +53 -0
  3239. package/src/social/features/chat/features/conversation/index.ts +2 -0
  3240. package/src/social/features/chat/features/conversation/styles.ts +18 -0
  3241. package/src/social/features/chat/features/group/add-member/AddGroupMember.tsx +61 -0
  3242. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.tsx +40 -0
  3243. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/index.ts +1 -0
  3244. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/styles.ts +22 -0
  3245. package/src/social/features/chat/features/group/add-member/components/Header/Header.tsx +50 -0
  3246. package/src/social/features/chat/features/group/add-member/components/Header/index.ts +1 -0
  3247. package/src/social/features/chat/features/group/add-member/components/Header/styles.ts +23 -0
  3248. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
  3249. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.ts +1 -0
  3250. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.ts +29 -0
  3251. package/src/social/features/chat/features/group/add-member/components/UserList/UserList.tsx +157 -0
  3252. package/src/social/features/chat/features/group/add-member/components/UserList/index.ts +1 -0
  3253. package/src/social/features/chat/features/group/add-member/components/UserList/styles.ts +40 -0
  3254. package/src/social/features/chat/features/group/add-member/components/index.ts +4 -0
  3255. package/src/social/features/chat/features/group/add-member/hooks/index.ts +1 -0
  3256. package/src/social/features/chat/features/group/add-member/hooks/useAddGroupMember.ts +112 -0
  3257. package/src/social/features/chat/features/group/add-member/index.ts +1 -0
  3258. package/src/social/features/chat/features/group/add-member/styles.ts +23 -0
  3259. package/src/social/features/chat/features/group/banned-members/BannedGroupMembers.tsx +56 -0
  3260. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.tsx +126 -0
  3261. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/index.ts +1 -0
  3262. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.ts +20 -0
  3263. package/src/social/features/chat/features/group/banned-members/components/Header/Header.tsx +17 -0
  3264. package/src/social/features/chat/features/group/banned-members/components/Header/index.ts +1 -0
  3265. package/src/social/features/chat/features/group/banned-members/components/index.ts +2 -0
  3266. package/src/social/features/chat/features/group/banned-members/hooks/index.ts +1 -0
  3267. package/src/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.ts +75 -0
  3268. package/src/social/features/chat/features/group/banned-members/index.ts +1 -0
  3269. package/src/social/features/chat/features/group/banned-members/styles.ts +23 -0
  3270. package/src/social/features/chat/features/group/chat/GroupChat.tsx +150 -0
  3271. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.tsx +34 -0
  3272. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/index.ts +1 -0
  3273. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/styles.ts +27 -0
  3274. package/src/social/features/chat/features/group/chat/components/Header/Header.tsx +92 -0
  3275. package/src/social/features/chat/features/group/chat/components/Header/index.ts +1 -0
  3276. package/src/social/features/chat/features/group/chat/components/Header/styles.ts +53 -0
  3277. package/src/social/features/chat/features/group/chat/components/index.ts +2 -0
  3278. package/src/social/features/chat/features/group/chat/hooks/index.ts +1 -0
  3279. package/src/social/features/chat/features/group/chat/hooks/useGroupChat.ts +85 -0
  3280. package/src/social/features/chat/features/group/chat/index.ts +2 -0
  3281. package/src/social/features/chat/features/group/chat/styles.ts +14 -0
  3282. package/src/social/features/chat/features/group/create/CreateGroupChat.tsx +94 -0
  3283. package/src/social/features/chat/features/group/create/components/Header/Header.tsx +44 -0
  3284. package/src/social/features/chat/features/group/create/components/Header/index.ts +1 -0
  3285. package/src/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.tsx +62 -0
  3286. package/src/social/features/chat/features/group/create/components/MemberGrid/index.ts +1 -0
  3287. package/src/social/features/chat/features/group/create/components/MemberGrid/styles.ts +34 -0
  3288. package/src/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.tsx +117 -0
  3289. package/src/social/features/chat/features/group/create/components/PrivacySection/index.ts +1 -0
  3290. package/src/social/features/chat/features/group/create/components/PrivacySection/styles.ts +66 -0
  3291. package/src/social/features/chat/features/group/create/components/index.ts +3 -0
  3292. package/src/social/features/chat/features/group/create/hooks/index.ts +5 -0
  3293. package/src/social/features/chat/features/group/create/hooks/useCreateGroupChat.ts +237 -0
  3294. package/src/social/features/chat/features/group/create/index.ts +5 -0
  3295. package/src/social/features/chat/features/group/create/styles.ts +26 -0
  3296. package/src/social/features/chat/features/group/create/utils/generateDisplayName.ts +36 -0
  3297. package/src/social/features/chat/features/group/create/utils/index.ts +1 -0
  3298. package/src/social/features/chat/features/group/edit-notification/EditGroupNotification.tsx +121 -0
  3299. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.tsx +39 -0
  3300. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/index.ts +1 -0
  3301. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.ts +29 -0
  3302. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.tsx +43 -0
  3303. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.ts +1 -0
  3304. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.ts +29 -0
  3305. package/src/social/features/chat/features/group/edit-notification/components/index.ts +1 -0
  3306. package/src/social/features/chat/features/group/edit-notification/hooks/index.ts +1 -0
  3307. package/src/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.ts +127 -0
  3308. package/src/social/features/chat/features/group/edit-notification/index.ts +2 -0
  3309. package/src/social/features/chat/features/group/edit-notification/styles.ts +30 -0
  3310. package/src/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.tsx +83 -0
  3311. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.tsx +42 -0
  3312. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/index.ts +1 -0
  3313. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.ts +29 -0
  3314. package/src/social/features/chat/features/group/edit-permission/components/index.ts +1 -0
  3315. package/src/social/features/chat/features/group/edit-permission/constants/index.ts +31 -0
  3316. package/src/social/features/chat/features/group/edit-permission/hooks/index.ts +1 -0
  3317. package/src/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.ts +115 -0
  3318. package/src/social/features/chat/features/group/edit-permission/index.ts +2 -0
  3319. package/src/social/features/chat/features/group/edit-permission/styles.ts +35 -0
  3320. package/src/social/features/chat/features/group/edit-profile/EditGroupProfile.tsx +65 -0
  3321. package/src/social/features/chat/features/group/edit-profile/components/Header/Header.tsx +45 -0
  3322. package/src/social/features/chat/features/group/edit-profile/components/Header/index.ts +1 -0
  3323. package/src/social/features/chat/features/group/edit-profile/components/index.ts +1 -0
  3324. package/src/social/features/chat/features/group/edit-profile/hooks/index.ts +1 -0
  3325. package/src/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.ts +150 -0
  3326. package/src/social/features/chat/features/group/edit-profile/index.ts +2 -0
  3327. package/src/social/features/chat/features/group/edit-profile/styles.ts +26 -0
  3328. package/src/social/features/chat/features/group/members/GroupMembers.tsx +47 -0
  3329. package/src/social/features/chat/features/group/members/components/Header/Header.tsx +51 -0
  3330. package/src/social/features/chat/features/group/members/components/Header/index.ts +1 -0
  3331. package/src/social/features/chat/features/group/members/components/MemberItem/MemberItem.tsx +94 -0
  3332. package/src/social/features/chat/features/group/members/components/MemberItem/index.ts +1 -0
  3333. package/src/social/features/chat/features/group/members/components/MemberItem/styles.ts +55 -0
  3334. package/src/social/features/chat/features/group/members/components/MemberList/MemberList.tsx +144 -0
  3335. package/src/social/features/chat/features/group/members/components/MemberList/index.ts +1 -0
  3336. package/src/social/features/chat/features/group/members/components/MemberList/styles.ts +17 -0
  3337. package/src/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.tsx +86 -0
  3338. package/src/social/features/chat/features/group/members/components/MemberTabs/index.ts +1 -0
  3339. package/src/social/features/chat/features/group/members/components/MemberTabs/styles.ts +18 -0
  3340. package/src/social/features/chat/features/group/members/components/index.ts +4 -0
  3341. package/src/social/features/chat/features/group/members/hooks/index.ts +1 -0
  3342. package/src/social/features/chat/features/group/members/hooks/useGroupMembers.ts +36 -0
  3343. package/src/social/features/chat/features/group/members/index.ts +1 -0
  3344. package/src/social/features/chat/features/group/members/styles.ts +19 -0
  3345. package/src/social/features/chat/features/group/notification-preference/NotificationPreference.tsx +66 -0
  3346. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.tsx +75 -0
  3347. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.ts +1 -0
  3348. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.ts +45 -0
  3349. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.tsx +42 -0
  3350. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.ts +1 -0
  3351. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.ts +33 -0
  3352. package/src/social/features/chat/features/group/notification-preference/components/index.ts +2 -0
  3353. package/src/social/features/chat/features/group/notification-preference/hooks/index.ts +1 -0
  3354. package/src/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.ts +163 -0
  3355. package/src/social/features/chat/features/group/notification-preference/index.ts +2 -0
  3356. package/src/social/features/chat/features/group/notification-preference/styles.ts +22 -0
  3357. package/src/social/features/chat/features/group/select-member/SelectGroupMember.tsx +68 -0
  3358. package/src/social/features/chat/features/group/select-member/components/Header/Header.tsx +76 -0
  3359. package/src/social/features/chat/features/group/select-member/components/Header/index.ts +1 -0
  3360. package/src/social/features/chat/features/group/select-member/components/Header/styles.ts +25 -0
  3361. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
  3362. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.ts +1 -0
  3363. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.ts +29 -0
  3364. package/src/social/features/chat/features/group/select-member/components/UserItem/UserItem.tsx +58 -0
  3365. package/src/social/features/chat/features/group/select-member/components/UserItem/index.ts +1 -0
  3366. package/src/social/features/chat/features/group/select-member/components/UserItem/styles.ts +42 -0
  3367. package/src/social/features/chat/features/group/select-member/components/UserList/UserList.tsx +131 -0
  3368. package/src/social/features/chat/features/group/select-member/components/UserList/index.ts +1 -0
  3369. package/src/social/features/chat/features/group/select-member/components/UserList/styles.ts +24 -0
  3370. package/src/social/features/chat/features/group/select-member/components/index.ts +4 -0
  3371. package/src/social/features/chat/features/group/select-member/constants/index.ts +3 -0
  3372. package/src/social/features/chat/features/group/select-member/hooks/index.ts +2 -0
  3373. package/src/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.ts +128 -0
  3374. package/src/social/features/chat/features/group/select-member/index.ts +2 -0
  3375. package/src/social/features/chat/features/group/select-member/styles.ts +20 -0
  3376. package/src/social/features/chat/features/group/setting/GroupSetting.tsx +94 -0
  3377. package/src/social/features/chat/features/group/setting/components/Header/Header.tsx +17 -0
  3378. package/src/social/features/chat/features/group/setting/components/Header/index.ts +1 -0
  3379. package/src/social/features/chat/features/group/setting/components/index.ts +1 -0
  3380. package/src/social/features/chat/features/group/setting/hooks/index.ts +1 -0
  3381. package/src/social/features/chat/features/group/setting/hooks/useGroupSetting.ts +324 -0
  3382. package/src/social/features/chat/features/group/setting/index.ts +2 -0
  3383. package/src/social/features/chat/features/group/setting/styles.ts +50 -0
  3384. package/src/social/features/chat/features/home/ChatHome.tsx +84 -0
  3385. package/src/social/features/chat/features/home/components/ChannelList/ChannelList.tsx +209 -0
  3386. package/src/social/features/chat/features/home/components/ChannelList/index.ts +2 -0
  3387. package/src/social/features/chat/features/home/components/ChannelList/styles.ts +102 -0
  3388. package/src/social/features/chat/features/home/components/Header/Header.tsx +38 -0
  3389. package/src/social/features/chat/features/home/components/Header/index.ts +1 -0
  3390. package/src/social/features/chat/features/home/components/Header/styles.ts +50 -0
  3391. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.tsx +36 -0
  3392. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/index.ts +1 -0
  3393. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.ts +35 -0
  3394. package/src/social/features/chat/features/home/components/index.ts +3 -0
  3395. package/src/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.tsx +89 -0
  3396. package/src/social/features/chat/features/home/elements/ChatHomeMenu/index.ts +1 -0
  3397. package/src/social/features/chat/features/home/elements/ChatHomeMenu/styles.ts +26 -0
  3398. package/src/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.tsx +131 -0
  3399. package/src/social/features/chat/features/home/elements/CreateChatMenu/index.ts +1 -0
  3400. package/src/social/features/chat/features/home/elements/CreateChatMenu/styles.ts +26 -0
  3401. package/src/social/features/chat/features/home/elements/SearchButton/SearchButton.tsx +57 -0
  3402. package/src/social/features/chat/features/home/elements/SearchButton/index.ts +1 -0
  3403. package/src/social/features/chat/features/home/elements/SearchButton/styles.ts +27 -0
  3404. package/src/social/features/chat/features/home/hooks/index.ts +1 -0
  3405. package/src/social/features/chat/features/home/hooks/usePushNotificationEnabled.ts +35 -0
  3406. package/src/social/features/chat/features/home/index.ts +3 -0
  3407. package/src/social/features/chat/features/home/styles.ts +25 -0
  3408. package/src/social/features/chat/features/search/SearchChannel.tsx +68 -0
  3409. package/src/social/features/chat/features/search/components/Header/Header.tsx +61 -0
  3410. package/src/social/features/chat/features/search/components/Header/index.ts +1 -0
  3411. package/src/social/features/chat/features/search/components/Header/styles.ts +33 -0
  3412. package/src/social/features/chat/features/search/components/index.ts +5 -0
  3413. package/src/social/features/chat/features/search/hooks/index.ts +1 -0
  3414. package/src/social/features/chat/features/search/hooks/useSearchChannel.ts +50 -0
  3415. package/src/social/features/chat/features/search/index.ts +1 -0
  3416. package/src/social/features/chat/features/search/styles.ts +25 -0
  3417. package/src/social/features/chat/features/shared/components/AddTile/AddTile.tsx +44 -0
  3418. package/src/social/features/chat/features/shared/components/AddTile/index.ts +1 -0
  3419. package/src/social/features/chat/features/shared/components/AddTile/styles.ts +29 -0
  3420. package/src/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.tsx +308 -0
  3421. package/src/social/features/chat/features/shared/components/ContentReportReason/index.ts +1 -0
  3422. package/src/social/features/chat/features/shared/components/ContentReportReason/styles.ts +95 -0
  3423. package/src/social/features/chat/features/shared/components/DateSeparator/DateSeparator.tsx +29 -0
  3424. package/src/social/features/chat/features/shared/components/DateSeparator/index.ts +1 -0
  3425. package/src/social/features/chat/features/shared/components/DateSeparator/styles.ts +46 -0
  3426. package/src/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.tsx +39 -0
  3427. package/src/social/features/chat/features/shared/components/DeletedMessagePill/index.ts +1 -0
  3428. package/src/social/features/chat/features/shared/components/DeletedMessagePill/styles.ts +43 -0
  3429. package/src/social/features/chat/features/shared/components/EmptyState/EmptyState.tsx +63 -0
  3430. package/src/social/features/chat/features/shared/components/EmptyState/index.ts +1 -0
  3431. package/src/social/features/chat/features/shared/components/EmptyState/styles.ts +30 -0
  3432. package/src/social/features/chat/features/shared/components/FailedToShow/FailedToShow.tsx +44 -0
  3433. package/src/social/features/chat/features/shared/components/FailedToShow/index.ts +1 -0
  3434. package/src/social/features/chat/features/shared/components/FailedToShow/styles.ts +32 -0
  3435. package/src/social/features/chat/features/shared/components/ImageViewer/ImageViewer.tsx +130 -0
  3436. package/src/social/features/chat/features/shared/components/ImageViewer/index.ts +1 -0
  3437. package/src/social/features/chat/features/shared/components/ImageViewer/styles.ts +69 -0
  3438. package/src/social/features/chat/features/shared/components/MediaViewer/MediaViewer.tsx +130 -0
  3439. package/src/social/features/chat/features/shared/components/MediaViewer/index.ts +1 -0
  3440. package/src/social/features/chat/features/shared/components/MediaViewer/styles.ts +93 -0
  3441. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.tsx +100 -0
  3442. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/index.ts +1 -0
  3443. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/styles.ts +59 -0
  3444. package/src/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.tsx +136 -0
  3445. package/src/social/features/chat/features/shared/components/MessageLinkPreview/index.ts +1 -0
  3446. package/src/social/features/chat/features/shared/components/MessageLinkPreview/styles.ts +72 -0
  3447. package/src/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.ts +58 -0
  3448. package/src/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.tsx +72 -0
  3449. package/src/social/features/chat/features/shared/components/MessageReactionBadge/index.tsx +1 -0
  3450. package/src/social/features/chat/features/shared/components/MessageReactionBadge/styles.ts +66 -0
  3451. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.tsx +330 -0
  3452. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/index.tsx +1 -0
  3453. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/styles.ts +150 -0
  3454. package/src/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.tsx +175 -0
  3455. package/src/social/features/chat/features/shared/components/MessageReplyBand/index.ts +1 -0
  3456. package/src/social/features/chat/features/shared/components/MessageReplyBand/styles.ts +77 -0
  3457. package/src/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.tsx +370 -0
  3458. package/src/social/features/chat/features/shared/components/MessageReplyQuote/index.ts +1 -0
  3459. package/src/social/features/chat/features/shared/components/MessageReplyQuote/styles.ts +132 -0
  3460. package/src/social/features/chat/features/shared/components/MessageReplyQuote/utils.ts +97 -0
  3461. package/src/social/features/chat/features/shared/components/MutedBanner/MutedBanner.tsx +42 -0
  3462. package/src/social/features/chat/features/shared/components/MutedBanner/index.ts +1 -0
  3463. package/src/social/features/chat/features/shared/components/MutedBanner/styles.ts +32 -0
  3464. package/src/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.tsx +120 -0
  3465. package/src/social/features/chat/features/shared/components/NewMessageNotification/index.ts +1 -0
  3466. package/src/social/features/chat/features/shared/components/NewMessageNotification/styles.ts +67 -0
  3467. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.tsx +34 -0
  3468. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/index.ts +1 -0
  3469. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/styles.ts +18 -0
  3470. package/src/social/features/chat/features/shared/components/SelectedMember/SelectedMember.tsx +65 -0
  3471. package/src/social/features/chat/features/shared/components/SelectedMember/index.ts +2 -0
  3472. package/src/social/features/chat/features/shared/components/SelectedMember/styles.ts +38 -0
  3473. package/src/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.tsx +213 -0
  3474. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.tsx +147 -0
  3475. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.ts +1 -0
  3476. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.ts +54 -0
  3477. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.tsx +131 -0
  3478. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.ts +1 -0
  3479. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.ts +62 -0
  3480. package/src/social/features/chat/features/shared/components/VideoPlayer/components/index.ts +2 -0
  3481. package/src/social/features/chat/features/shared/components/VideoPlayer/index.ts +1 -0
  3482. package/src/social/features/chat/features/shared/components/VideoPlayer/styles.ts +23 -0
  3483. package/src/social/features/chat/features/shared/components/YouTile/YouTile.tsx +55 -0
  3484. package/src/social/features/chat/features/shared/components/YouTile/index.ts +1 -0
  3485. package/src/social/features/chat/features/shared/components/YouTile/styles.ts +27 -0
  3486. package/src/social/features/chat/features/shared/hooks/index.ts +21 -0
  3487. package/src/social/features/chat/features/shared/hooks/useBubbleMenu.tsx +165 -0
  3488. package/src/social/features/chat/features/shared/hooks/useChatMessage.ts +303 -0
  3489. package/src/social/features/chat/features/shared/hooks/useFailedMessageSheet.tsx +143 -0
  3490. package/src/social/features/chat/features/shared/hooks/useMarkAsRead.ts +55 -0
  3491. package/src/social/features/chat/features/shared/hooks/useMediaViewer.ts +105 -0
  3492. package/src/social/features/chat/features/shared/hooks/useMessageComposer.ts +778 -0
  3493. package/src/social/features/chat/features/shared/hooks/useMessageReactions.ts +97 -0
  3494. package/src/social/features/chat/features/shared/hooks/useReactorsCollection.ts +71 -0
  3495. package/src/social/features/chat/features/shared/utils/reactionIcons.tsx +282 -0
  3496. package/src/social/features/chat/hooks/collections/index.ts +7 -0
  3497. package/src/social/features/chat/hooks/collections/useArchivedChannelsCollection.ts +72 -0
  3498. package/src/social/features/chat/hooks/collections/useChannelMembersCollection.ts +94 -0
  3499. package/src/social/features/chat/hooks/collections/useChannelsByIdsCollection.ts +66 -0
  3500. package/src/social/features/chat/hooks/collections/useChannelsCollection.ts +98 -0
  3501. package/src/social/features/chat/hooks/collections/useMessageSearchCollection.ts +75 -0
  3502. package/src/social/features/chat/hooks/collections/useMessagesCollection.ts +96 -0
  3503. package/src/social/features/chat/hooks/collections/useSearchChannelsCollection.ts +97 -0
  3504. package/src/social/features/chat/hooks/index.ts +11 -0
  3505. package/src/social/features/chat/hooks/queries/index.ts +4 -0
  3506. package/src/social/features/chat/hooks/queries/useChannelArchiveQuery.ts +99 -0
  3507. package/src/social/features/chat/hooks/queries/useDeleteMessageQuery.ts +71 -0
  3508. package/src/social/features/chat/hooks/queries/useFlagMessageQuery.ts +105 -0
  3509. package/src/social/features/chat/hooks/queries/useSaveMediaMessageQuery.ts +141 -0
  3510. package/src/social/features/chat/hooks/useChannelMyMembership.ts +56 -0
  3511. package/src/social/features/chat/hooks/useChatNavigation.ts +34 -0
  3512. package/src/social/features/chat/hooks/useChatNotifications.ts +83 -0
  3513. package/src/social/features/chat/hooks/useCreateMessage.ts +80 -0
  3514. package/src/social/features/chat/hooks/useCurrentUserId.ts +10 -0
  3515. package/src/social/features/chat/hooks/useDeleteMessage.ts +45 -0
  3516. package/src/social/features/chat/hooks/useEditMessage.ts +47 -0
  3517. package/src/social/features/chat/hooks/useMention.ts +163 -0
  3518. package/src/social/features/chat/hooks/useNetworkOnline.ts +29 -0
  3519. package/src/social/features/chat/hooks/useVideoFileUrl.ts +31 -0
  3520. package/src/social/features/chat/pages/AmityAddGroupMemberPage/index.tsx +27 -0
  3521. package/src/social/features/chat/pages/AmityArchivedChatPage/index.tsx +26 -0
  3522. package/src/social/features/chat/pages/AmityArchivedChatPage/styles.ts +18 -0
  3523. package/src/social/features/chat/pages/AmityBannedGroupMemberListPage/index.tsx +27 -0
  3524. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/index.tsx +21 -0
  3525. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/styles.ts +16 -0
  3526. package/src/social/features/chat/pages/AmityChatHomePage/index.tsx +39 -0
  3527. package/src/social/features/chat/pages/AmityChatHomePage/styles.ts +18 -0
  3528. package/src/social/features/chat/pages/AmityChatPage/index.tsx +37 -0
  3529. package/src/social/features/chat/pages/AmityChatPage/styles.ts +16 -0
  3530. package/src/social/features/chat/pages/AmityCreateGroupChatPage/index.tsx +17 -0
  3531. package/src/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.tsx +19 -0
  3532. package/src/social/features/chat/pages/AmityEditGroupNotificationPage/index.tsx +26 -0
  3533. package/src/social/features/chat/pages/AmityEditGroupProfilePage/index.tsx +17 -0
  3534. package/src/social/features/chat/pages/AmityGroupChatPage/index.tsx +28 -0
  3535. package/src/social/features/chat/pages/AmityGroupMemberListPage/index.tsx +32 -0
  3536. package/src/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.tsx +25 -0
  3537. package/src/social/features/chat/pages/AmityGroupSettingPage/index.tsx +17 -0
  3538. package/src/social/features/chat/pages/AmitySearchChannelPage/index.tsx +19 -0
  3539. package/src/social/features/chat/pages/AmitySelectGroupMemberPage/index.tsx +12 -0
  3540. package/src/social/features/chat/utils/groupMessagesByDate.ts +67 -0
  3541. package/src/social/features/chat/utils/highlightMatch.tsx +40 -0
  3542. package/src/social/features/chat/utils/previewLink.ts +37 -0
  3543. package/src/social/features/chat/utils/timestamp.ts +54 -0
@@ -0,0 +1,267 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useChatMessage = useChatMessage;
7
+ var _react = require("react");
8
+ var _tsSdkReactNative = require("@amityco/ts-sdk-react-native");
9
+ var _useMessagesCollection = require("../../../hooks/collections/useMessagesCollection");
10
+ var _hooks = require("../../../hooks");
11
+ var _localization = require("../../../../../../core/localization");
12
+ var _groupMessagesByDate = require("../../../utils/groupMessagesByDate");
13
+ var _useMarkAsRead = require("./useMarkAsRead");
14
+ var _useMessageComposer = require("./useMessageComposer");
15
+ var _useBubbleMenu = require("./useBubbleMenu");
16
+ var _useFailedMessageSheet = require("./useFailedMessageSheet");
17
+ var _useMediaViewer = require("./useMediaViewer");
18
+ // useChatMessage — ported from AmityUiKitWeb v4/chat/features/shared/hooks/useChatMessage.
19
+ // The conversation orchestration hook: owns the message list (grouped into date-
20
+ // separated items + optimistic synthetic messages), the composer, the bubble action
21
+ // menu, the media viewers, the failed-message sheet, see-more state, scroll state
22
+ // (atBottom / newMessage), edit state, and mark-as-read. Chat.tsx wires the returned
23
+ // values into the components with these exact props.
24
+ //
25
+ // RN adaptations vs web: web react-query useMessageCollection → RN useMessagesCollection
26
+ // (direct live collection); jump-to-message (aroundMessageId/hasPrev/loadPrev) is out of
27
+ // scope for M2 and stubbed; loading/error toasts go through the useChatNotifications stub.
28
+
29
+ function useChatMessage({
30
+ channelId,
31
+ isJustCreated,
32
+ enableMention = false,
33
+ viewerIsMutedInChannel = false
34
+ }) {
35
+ const {
36
+ pop
37
+ } = (0, _hooks.useChatNavigation)();
38
+ const {
39
+ online: isOnline
40
+ } = (0, _hooks.useNetworkOnline)();
41
+ const {
42
+ error: errorToast,
43
+ loading: showLoadingToast,
44
+ remove: removeToast
45
+ } = (0, _hooks.useChatNotifications)();
46
+ const currentUserId = (0, _hooks.useCurrentUserId)();
47
+ const loadErrorToast = (0, _localization.useString)('amity_chat_load_error');
48
+ const loadingLabel = (0, _localization.useString)('amity_chat_loading_label');
49
+ const prevLatestIdRef = (0, _react.useRef)(null);
50
+ // Guards show-once/remove-once for the loading toast (mirrors web's
51
+ // `loadingToastIdRef`); RN's toast is a singleton with no ids.
52
+ const loadingToastShownRef = (0, _react.useRef)(false);
53
+ const [atBottom, setAtBottom] = (0, _react.useState)(true);
54
+ const [seeMore, setSeeMore] = (0, _react.useState)(null);
55
+ const [newMessage, setNewMessage] = (0, _react.useState)(null);
56
+ const [editingMessage, setEditingMessage] = (0, _react.useState)(null);
57
+ const {
58
+ messages,
59
+ loading,
60
+ hasNextPage,
61
+ loadMore,
62
+ error: loadError
63
+ } = (0, _useMessagesCollection.useMessagesCollection)({
64
+ subChannelId: channelId ?? '',
65
+ limit: 20,
66
+ includeDeleted: true
67
+ }, !!channelId);
68
+ const isLoadingFirstPage = !!channelId && loading && messages.length === 0;
69
+ const closeEditMessage = (0, _react.useCallback)(() => setEditingMessage(null), []);
70
+ const composer = (0, _useMessageComposer.useMessageComposer)({
71
+ subChannelId: channelId ?? '',
72
+ enableMention,
73
+ editingMessage,
74
+ onEditCompleted: closeEditMessage
75
+ });
76
+
77
+ // Newest-first date-separated items (inverted list), with optimistic synthetic
78
+ // pending messages prepended (they sit at the bottom of the inverted view).
79
+ const items = (0, _react.useMemo)(() => {
80
+ // The live collection can momentarily hold the same messageId twice (pagination
81
+ // merges, optimistic→real overlap). Dedupe so the list never renders two items
82
+ // with the same key.
83
+ const seen = new Set();
84
+ const deduped = messages.filter(m => {
85
+ if (!m.messageId || seen.has(m.messageId)) return false;
86
+ seen.add(m.messageId);
87
+ return true;
88
+ });
89
+ const chronological = deduped.sort((a, b) => new Date(a.createdAt).getTime() - new Date(b.createdAt).getTime());
90
+ const base = (0, _groupMessagesByDate.groupMessagesByDate)(chronological).reverse();
91
+ if (composer.syntheticMessages.length === 0) return base;
92
+ const synthetic = composer.syntheticMessages.slice().reverse().map(m => ({
93
+ kind: 'message',
94
+ id: `synthetic-${m.__syntheticClientId}`,
95
+ message: m
96
+ }));
97
+ return [...synthetic, ...base];
98
+ }, [messages, composer.syntheticMessages]);
99
+
100
+ // The newest message BY createdAt — NOT messages[length-1]. The SDK collection
101
+ // is newest-first and paginating older pages appends to the end, so [length-1]
102
+ // is the oldest loaded message and changes on scroll-up; using it made the
103
+ // new-message banner fire on plain scroll (QA #0/#11). Max-by-createdAt is
104
+ // order-independent, so it only changes when a genuinely newer message arrives.
105
+ const latestMessage = (0, _react.useMemo)(() => {
106
+ if (messages.length === 0) return null;
107
+ return messages.reduce((a, b) => new Date(b.createdAt).getTime() > new Date(a.createdAt).getTime() ? b : a);
108
+ }, [messages]);
109
+ const {
110
+ bubbleMenu,
111
+ openBubbleMenu,
112
+ closeBubbleMenu,
113
+ handleBubbleDelete,
114
+ handleBubbleEdit,
115
+ handleBubbleReply,
116
+ handleBubbleCopy,
117
+ handleBubbleSave,
118
+ handleBubbleReport,
119
+ handleOpenReactorListSheet,
120
+ reportMessage,
121
+ closeReport
122
+ } = (0, _useBubbleMenu.useBubbleMenu)({
123
+ onEditMessage: setEditingMessage,
124
+ onReplyMessage: composer.startReply,
125
+ viewerIsMutedInChannel
126
+ });
127
+ const {
128
+ openFailedSheet
129
+ } = (0, _useFailedMessageSheet.useFailedMessageSheet)({
130
+ onRetryUpload: composer.handleRetryUpload,
131
+ onDiscardUpload: composer.handleDiscardUpload,
132
+ onRetryText: composer.handleRetryText,
133
+ onDiscardText: composer.handleDiscardText
134
+ });
135
+ const {
136
+ openImageViewer,
137
+ openVideoPlayer,
138
+ imageViewerProps,
139
+ videoPlayerProps
140
+ } = (0, _useMediaViewer.useMediaViewer)();
141
+ (0, _useMarkAsRead.useMarkAsRead)({
142
+ latestMessage,
143
+ atBottom,
144
+ enabled: !!channelId && !!latestMessage
145
+ });
146
+ (0, _react.useEffect)(() => {
147
+ if (loadError) errorToast({
148
+ content: loadErrorToast
149
+ });
150
+ }, [loadError, errorToast, loadErrorToast]);
151
+
152
+ // Cross-device real-time messages. The `getMessages` live collection only
153
+ // reflects the LOCAL SDK cache (own sends, edits) — other users' messages do
154
+ // not arrive live unless we subscribe to the subchannel topic while the thread
155
+ // is open (SDK realtime docs: "Subscribe when the thread screen becomes active").
156
+ // Web's ts-sdk auto-subscribes inside getMessages; the RN ts-sdk-react-native
157
+ // does NOT (verified on-device: only the read-marker topic subscribes otherwise),
158
+ // so we subscribe explicitly here and unsubscribe on unmount / channel change.
159
+ (0, _react.useEffect)(() => {
160
+ if (!channelId) return undefined;
161
+ let unsubscribeTopic;
162
+ const unsubscribeObject = _tsSdkReactNative.SubChannelRepository.getSubChannel(channelId, ({
163
+ data: subChannel,
164
+ loading: subLoading
165
+ }) => {
166
+ if (subLoading || !subChannel || unsubscribeTopic) return;
167
+ unsubscribeTopic = (0, _tsSdkReactNative.subscribeTopic)((0, _tsSdkReactNative.getSubChannelTopic)(subChannel));
168
+ });
169
+ return () => {
170
+ var _unsubscribeTopic;
171
+ (_unsubscribeTopic = unsubscribeTopic) === null || _unsubscribeTopic === void 0 || _unsubscribeTopic();
172
+ unsubscribeObject();
173
+ };
174
+ }, [channelId]);
175
+
176
+ // Web useChatMessage shows a loading toast ("Loading chat...") while the first
177
+ // page loads and removes it once loaded (duration 60s = upper bound). RN's toast
178
+ // is a singleton (no ids), so the ref guards show-once/remove-once — correct
179
+ // regardless of the fresh notification-fn identities returned each render, which
180
+ // is why `showLoadingToast`/`removeToast` are intentionally out of the deps.
181
+ (0, _react.useEffect)(() => {
182
+ if (isLoadingFirstPage) {
183
+ if (loadingToastShownRef.current) return;
184
+ loadingToastShownRef.current = true;
185
+ // Web shows this above the composer (useChatMessage: alignment 'with-composer').
186
+ showLoadingToast({
187
+ content: loadingLabel,
188
+ duration: 60_000,
189
+ alignment: 'with-composer'
190
+ });
191
+ } else if (loadingToastShownRef.current) {
192
+ loadingToastShownRef.current = false;
193
+ removeToast();
194
+ }
195
+ }, [isLoadingFirstPage, channelId]);
196
+
197
+ // Clear a lingering loading toast if the screen unmounts mid-load (singleton toast).
198
+ (0, _react.useEffect)(() => {
199
+ return () => {
200
+ if (loadingToastShownRef.current) {
201
+ loadingToastShownRef.current = false;
202
+ removeToast();
203
+ }
204
+ };
205
+ }, []);
206
+
207
+ // Surface a "new message" pill when a message arrives while scrolled up.
208
+ (0, _react.useEffect)(() => {
209
+ const currentId = (latestMessage === null || latestMessage === void 0 ? void 0 : latestMessage.messageId) ?? null;
210
+ const prevId = prevLatestIdRef.current;
211
+ prevLatestIdRef.current = currentId;
212
+ if (!currentId || !prevId || currentId === prevId) return;
213
+ if (atBottom) return;
214
+ setNewMessage(latestMessage);
215
+ }, [latestMessage === null || latestMessage === void 0 ? void 0 : latestMessage.messageId, atBottom, latestMessage]);
216
+ (0, _react.useEffect)(() => {
217
+ if (atBottom) setNewMessage(null);
218
+ }, [atBottom]);
219
+ const clearNewMessage = (0, _react.useCallback)(() => setNewMessage(null), []);
220
+ const openSeeMore = (0, _react.useCallback)((text, title) => setSeeMore({
221
+ text,
222
+ title
223
+ }), []);
224
+ const closeSeeMore = (0, _react.useCallback)(() => setSeeMore(null), []);
225
+ return {
226
+ currentUserId,
227
+ items,
228
+ isLoadingFirstPage,
229
+ isLoading: loading,
230
+ hasMore: hasNextPage,
231
+ loadMore,
232
+ latestMessage,
233
+ isOnline,
234
+ atBottom,
235
+ setAtBottom,
236
+ seeMore,
237
+ openSeeMore,
238
+ closeSeeMore,
239
+ newMessage,
240
+ clearNewMessage,
241
+ viewerIsMutedInChannel,
242
+ handleBack: pop,
243
+ composer,
244
+ bubbleMenu,
245
+ openBubbleMenu,
246
+ closeBubbleMenu,
247
+ handleBubbleDelete,
248
+ handleBubbleEdit,
249
+ handleBubbleReply,
250
+ handleBubbleCopy,
251
+ handleBubbleSave,
252
+ handleBubbleReport,
253
+ handleOpenReactorListSheet,
254
+ reportMessage,
255
+ closeReport,
256
+ editingMessage,
257
+ closeEditMessage,
258
+ openFailedSheet,
259
+ openImageViewer,
260
+ openVideoPlayer,
261
+ imageViewerProps,
262
+ videoPlayerProps,
263
+ isJustCreated,
264
+ isSyntheticPendingMessage: _useMessageComposer.isSyntheticPendingMessage
265
+ };
266
+ }
267
+ //# sourceMappingURL=useChatMessage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_tsSdkReactNative","_useMessagesCollection","_hooks","_localization","_groupMessagesByDate","_useMarkAsRead","_useMessageComposer","_useBubbleMenu","_useFailedMessageSheet","_useMediaViewer","useChatMessage","channelId","isJustCreated","enableMention","viewerIsMutedInChannel","pop","useChatNavigation","online","isOnline","useNetworkOnline","error","errorToast","loading","showLoadingToast","remove","removeToast","useChatNotifications","currentUserId","useCurrentUserId","loadErrorToast","useString","loadingLabel","prevLatestIdRef","useRef","loadingToastShownRef","atBottom","setAtBottom","useState","seeMore","setSeeMore","newMessage","setNewMessage","editingMessage","setEditingMessage","messages","hasNextPage","loadMore","loadError","useMessagesCollection","subChannelId","limit","includeDeleted","isLoadingFirstPage","length","closeEditMessage","useCallback","composer","useMessageComposer","onEditCompleted","items","useMemo","seen","Set","deduped","filter","m","messageId","has","add","chronological","sort","a","b","Date","createdAt","getTime","base","groupMessagesByDate","reverse","syntheticMessages","synthetic","slice","map","kind","id","__syntheticClientId","message","latestMessage","reduce","bubbleMenu","openBubbleMenu","closeBubbleMenu","handleBubbleDelete","handleBubbleEdit","handleBubbleReply","handleBubbleCopy","handleBubbleSave","handleBubbleReport","handleOpenReactorListSheet","reportMessage","closeReport","useBubbleMenu","onEditMessage","onReplyMessage","startReply","openFailedSheet","useFailedMessageSheet","onRetryUpload","handleRetryUpload","onDiscardUpload","handleDiscardUpload","onRetryText","handleRetryText","onDiscardText","handleDiscardText","openImageViewer","openVideoPlayer","imageViewerProps","videoPlayerProps","useMediaViewer","useMarkAsRead","enabled","useEffect","content","undefined","unsubscribeTopic","unsubscribeObject","SubChannelRepository","getSubChannel","data","subChannel","subLoading","subscribeTopic","getSubChannelTopic","_unsubscribeTopic","current","duration","alignment","currentId","prevId","clearNewMessage","openSeeMore","text","title","closeSeeMore","isLoading","hasMore","handleBack","isSyntheticPendingMessage"],"sourceRoot":"../../../../../../../../src","sources":["social/features/chat/features/shared/hooks/useChatMessage.ts"],"mappings":";;;;;;AAWA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,iBAAA,GAAAD,OAAA;AAMA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AAMA,IAAAI,aAAA,GAAAJ,OAAA;AACA,IAAAK,oBAAA,GAAAL,OAAA;AAIA,IAAAM,cAAA,GAAAN,OAAA;AACA,IAAAO,mBAAA,GAAAP,OAAA;AAIA,IAAAQ,cAAA,GAAAR,OAAA;AACA,IAAAS,sBAAA,GAAAT,OAAA;AACA,IAAAU,eAAA,GAAAV,OAAA;AArCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAqCO,SAASW,cAAcA,CAAC;EAC7BC,SAAS;EACTC,aAAa;EACbC,aAAa,GAAG,KAAK;EACrBC,sBAAsB,GAAG;AACL,CAAC,EAAE;EACvB,MAAM;IAAEC;EAAI,CAAC,GAAG,IAAAC,wBAAiB,EAAC,CAAC;EACnC,MAAM;IAAEC,MAAM,EAAEC;EAAS,CAAC,GAAG,IAAAC,uBAAgB,EAAC,CAAC;EAC/C,MAAM;IACJC,KAAK,EAAEC,UAAU;IACjBC,OAAO,EAAEC,gBAAgB;IACzBC,MAAM,EAAEC;EACV,CAAC,GAAG,IAAAC,2BAAoB,EAAC,CAAC;EAC1B,MAAMC,aAAa,GAAG,IAAAC,uBAAgB,EAAC,CAAC;EACxC,MAAMC,cAAc,GAAG,IAAAC,uBAAS,EAAC,uBAAuB,CAAC;EACzD,MAAMC,YAAY,GAAG,IAAAD,uBAAS,EAAC,0BAA0B,CAAC;EAC1D,MAAME,eAAe,GAAG,IAAAC,aAAM,EAAgB,IAAI,CAAC;EACnD;EACA;EACA,MAAMC,oBAAoB,GAAG,IAAAD,aAAM,EAAC,KAAK,CAAC;EAC1C,MAAM,CAACE,QAAQ,EAAEC,WAAW,CAAC,GAAG,IAAAC,eAAQ,EAAC,IAAI,CAAC;EAC9C,MAAM,CAACC,OAAO,EAAEC,UAAU,CAAC,GAAG,IAAAF,eAAQ,EAG5B,IAAI,CAAC;EACf,MAAM,CAACG,UAAU,EAAEC,aAAa,CAAC,GAAG,IAAAJ,eAAQ,EAAuB,IAAI,CAAC;EACxE,MAAM,CAACK,cAAc,EAAEC,iBAAiB,CAAC,GAAG,IAAAN,eAAQ,EAClD,IACF,CAAC;EAED,MAAM;IACJO,QAAQ;IACRtB,OAAO;IACPuB,WAAW;IACXC,QAAQ;IACR1B,KAAK,EAAE2B;EACT,CAAC,GAAG,IAAAC,4CAAqB,EACvB;IAAEC,YAAY,EAAEtC,SAAS,IAAI,EAAE;IAAEuC,KAAK,EAAE,EAAE;IAAEC,cAAc,EAAE;EAAK,CAAC,EAClE,CAAC,CAACxC,SACJ,CAAC;EAED,MAAMyC,kBAAkB,GAAG,CAAC,CAACzC,SAAS,IAAIW,OAAO,IAAIsB,QAAQ,CAACS,MAAM,KAAK,CAAC;EAE1E,MAAMC,gBAAgB,GAAG,IAAAC,kBAAW,EAAC,MAAMZ,iBAAiB,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;EAEvE,MAAMa,QAAQ,GAAG,IAAAC,sCAAkB,EAAC;IAClCR,YAAY,EAAEtC,SAAS,IAAI,EAAE;IAC7BE,aAAa;IACb6B,cAAc;IACdgB,eAAe,EAAEJ;EACnB,CAAC,CAAC;;EAEF;EACA;EACA,MAAMK,KAAiB,GAAG,IAAAC,cAAO,EAAC,MAAM;IACtC;IACA;IACA;IACA,MAAMC,IAAI,GAAG,IAAIC,GAAG,CAAS,CAAC;IAC9B,MAAMC,OAAO,GAAGnB,QAAQ,CAACoB,MAAM,CAAEC,CAAC,IAAK;MACrC,IAAI,CAACA,CAAC,CAACC,SAAS,IAAIL,IAAI,CAACM,GAAG,CAACF,CAAC,CAACC,SAAS,CAAC,EAAE,OAAO,KAAK;MACvDL,IAAI,CAACO,GAAG,CAACH,CAAC,CAACC,SAAS,CAAC;MACrB,OAAO,IAAI;IACb,CAAC,CAAC;IACF,MAAMG,aAAa,GAAGN,OAAO,CAACO,IAAI,CAChC,CAACC,CAAC,EAAEC,CAAC,KACH,IAAIC,IAAI,CAACF,CAAC,CAACG,SAAmB,CAAC,CAACC,OAAO,CAAC,CAAC,GACzC,IAAIF,IAAI,CAACD,CAAC,CAACE,SAAmB,CAAC,CAACC,OAAO,CAAC,CAC5C,CAAC;IACD,MAAMC,IAAI,GAAG,IAAAC,wCAAmB,EAACR,aAAa,CAAC,CAACS,OAAO,CAAC,CAAC;IACzD,IAAItB,QAAQ,CAACuB,iBAAiB,CAAC1B,MAAM,KAAK,CAAC,EAAE,OAAOuB,IAAI;IACxD,MAAMI,SAAqB,GAAGxB,QAAQ,CAACuB,iBAAiB,CACrDE,KAAK,CAAC,CAAC,CACPH,OAAO,CAAC,CAAC,CACTI,GAAG,CAAEjB,CAAC,KAAM;MACXkB,IAAI,EAAE,SAAkB;MACxBC,EAAE,EAAE,aAAanB,CAAC,CAACoB,mBAAmB,EAAE;MACxCC,OAAO,EAAErB;IACX,CAAC,CAAC,CAAC;IACL,OAAO,CAAC,GAAGe,SAAS,EAAE,GAAGJ,IAAI,CAAC;EAChC,CAAC,EAAE,CAAChC,QAAQ,EAAEY,QAAQ,CAACuB,iBAAiB,CAAC,CAAC;;EAE1C;EACA;EACA;EACA;EACA;EACA,MAAMQ,aAAa,GAAG,IAAA3B,cAAO,EAAC,MAAM;IAClC,IAAIhB,QAAQ,CAACS,MAAM,KAAK,CAAC,EAAE,OAAO,IAAI;IACtC,OAAOT,QAAQ,CAAC4C,MAAM,CAAC,CAACjB,CAAC,EAAEC,CAAC,KAC1B,IAAIC,IAAI,CAACD,CAAC,CAACE,SAAmB,CAAC,CAACC,OAAO,CAAC,CAAC,GACzC,IAAIF,IAAI,CAACF,CAAC,CAACG,SAAmB,CAAC,CAACC,OAAO,CAAC,CAAC,GACrCH,CAAC,GACDD,CACN,CAAC;EACH,CAAC,EAAE,CAAC3B,QAAQ,CAAC,CAAC;EAEd,MAAM;IACJ6C,UAAU;IACVC,cAAc;IACdC,eAAe;IACfC,kBAAkB;IAClBC,gBAAgB;IAChBC,iBAAiB;IACjBC,gBAAgB;IAChBC,gBAAgB;IAChBC,kBAAkB;IAClBC,0BAA0B;IAC1BC,aAAa;IACbC;EACF,CAAC,GAAG,IAAAC,4BAAa,EAAC;IAChBC,aAAa,EAAE3D,iBAAiB;IAChC4D,cAAc,EAAE/C,QAAQ,CAACgD,UAAU;IACnC1F;EACF,CAAC,CAAC;EAEF,MAAM;IAAE2F;EAAgB,CAAC,GAAG,IAAAC,4CAAqB,EAAC;IAChDC,aAAa,EAAEnD,QAAQ,CAACoD,iBAAiB;IACzCC,eAAe,EAAErD,QAAQ,CAACsD,mBAAmB;IAC7CC,WAAW,EAAEvD,QAAQ,CAACwD,eAAe;IACrCC,aAAa,EAAEzD,QAAQ,CAAC0D;EAC1B,CAAC,CAAC;EAEF,MAAM;IACJC,eAAe;IACfC,eAAe;IACfC,gBAAgB;IAChBC;EACF,CAAC,GAAG,IAAAC,8BAAc,EAAC,CAAC;EAEpB,IAAAC,4BAAa,EAAC;IACZjC,aAAa;IACbpD,QAAQ;IACRsF,OAAO,EAAE,CAAC,CAAC9G,SAAS,IAAI,CAAC,CAAC4E;EAC5B,CAAC,CAAC;EAEF,IAAAmC,gBAAS,EAAC,MAAM;IACd,IAAI3E,SAAS,EAAE1B,UAAU,CAAC;MAAEsG,OAAO,EAAE9F;IAAe,CAAC,CAAC;EACxD,CAAC,EAAE,CAACkB,SAAS,EAAE1B,UAAU,EAAEQ,cAAc,CAAC,CAAC;;EAE3C;EACA;EACA;EACA;EACA;EACA;EACA;EACA,IAAA6F,gBAAS,EAAC,MAAM;IACd,IAAI,CAAC/G,SAAS,EAAE,OAAOiH,SAAS;IAChC,IAAIC,gBAA0C;IAC9C,MAAMC,iBAAiB,GAAGC,sCAAoB,CAACC,aAAa,CAC1DrH,SAAS,EACT,CAAC;MAAEsH,IAAI,EAAEC,UAAU;MAAE5G,OAAO,EAAE6G;IAAW,CAAC,KAAK;MAC7C,IAAIA,UAAU,IAAI,CAACD,UAAU,IAAIL,gBAAgB,EAAE;MACnDA,gBAAgB,GAAG,IAAAO,gCAAc,EAAC,IAAAC,oCAAkB,EAACH,UAAU,CAAC,CAAC;IACnE,CACF,CAAC;IACD,OAAO,MAAM;MAAA,IAAAI,iBAAA;MACX,CAAAA,iBAAA,GAAAT,gBAAgB,cAAAS,iBAAA,eAAhBA,iBAAA,CAAmB,CAAC;MACpBR,iBAAiB,CAAC,CAAC;IACrB,CAAC;EACH,CAAC,EAAE,CAACnH,SAAS,CAAC,CAAC;;EAEf;EACA;EACA;EACA;EACA;EACA,IAAA+G,gBAAS,EAAC,MAAM;IACd,IAAItE,kBAAkB,EAAE;MACtB,IAAIlB,oBAAoB,CAACqG,OAAO,EAAE;MAClCrG,oBAAoB,CAACqG,OAAO,GAAG,IAAI;MACnC;MACAhH,gBAAgB,CAAC;QACfoG,OAAO,EAAE5F,YAAY;QACrByG,QAAQ,EAAE,MAAM;QAChBC,SAAS,EAAE;MACb,CAAC,CAAC;IACJ,CAAC,MAAM,IAAIvG,oBAAoB,CAACqG,OAAO,EAAE;MACvCrG,oBAAoB,CAACqG,OAAO,GAAG,KAAK;MACpC9G,WAAW,CAAC,CAAC;IACf;EACF,CAAC,EAAE,CAAC2B,kBAAkB,EAAEzC,SAAS,CAAC,CAAC;;EAEnC;EACA,IAAA+G,gBAAS,EAAC,MAAM;IACd,OAAO,MAAM;MACX,IAAIxF,oBAAoB,CAACqG,OAAO,EAAE;QAChCrG,oBAAoB,CAACqG,OAAO,GAAG,KAAK;QACpC9G,WAAW,CAAC,CAAC;MACf;IACF,CAAC;EACH,CAAC,EAAE,EAAE,CAAC;;EAEN;EACA,IAAAiG,gBAAS,EAAC,MAAM;IACd,MAAMgB,SAAS,GAAG,CAAAnD,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAErB,SAAS,KAAI,IAAI;IAClD,MAAMyE,MAAM,GAAG3G,eAAe,CAACuG,OAAO;IACtCvG,eAAe,CAACuG,OAAO,GAAGG,SAAS;IACnC,IAAI,CAACA,SAAS,IAAI,CAACC,MAAM,IAAID,SAAS,KAAKC,MAAM,EAAE;IACnD,IAAIxG,QAAQ,EAAE;IACdM,aAAa,CAAC8C,aAAa,CAAC;EAC9B,CAAC,EAAE,CAACA,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAErB,SAAS,EAAE/B,QAAQ,EAAEoD,aAAa,CAAC,CAAC;EAEvD,IAAAmC,gBAAS,EAAC,MAAM;IACd,IAAIvF,QAAQ,EAAEM,aAAa,CAAC,IAAI,CAAC;EACnC,CAAC,EAAE,CAACN,QAAQ,CAAC,CAAC;EAEd,MAAMyG,eAAe,GAAG,IAAArF,kBAAW,EAAC,MAAMd,aAAa,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;EAClE,MAAMoG,WAAW,GAAG,IAAAtF,kBAAW,EAC7B,CAACuF,IAAY,EAAEC,KAAc,KAAKxG,UAAU,CAAC;IAAEuG,IAAI;IAAEC;EAAM,CAAC,CAAC,EAC7D,EACF,CAAC;EACD,MAAMC,YAAY,GAAG,IAAAzF,kBAAW,EAAC,MAAMhB,UAAU,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;EAE5D,OAAO;IACLZ,aAAa;IACbgC,KAAK;IACLP,kBAAkB;IAClB6F,SAAS,EAAE3H,OAAO;IAClB4H,OAAO,EAAErG,WAAW;IACpBC,QAAQ;IACRyC,aAAa;IACbrE,QAAQ;IACRiB,QAAQ;IACRC,WAAW;IACXE,OAAO;IACPuG,WAAW;IACXG,YAAY;IACZxG,UAAU;IACVoG,eAAe;IACf9H,sBAAsB;IACtBqI,UAAU,EAAEpI,GAAG;IACfyC,QAAQ;IACRiC,UAAU;IACVC,cAAc;IACdC,eAAe;IACfC,kBAAkB;IAClBC,gBAAgB;IAChBC,iBAAiB;IACjBC,gBAAgB;IAChBC,gBAAgB;IAChBC,kBAAkB;IAClBC,0BAA0B;IAC1BC,aAAa;IACbC,WAAW;IACX1D,cAAc;IACdY,gBAAgB;IAChBmD,eAAe;IACfU,eAAe;IACfC,eAAe;IACfC,gBAAgB;IAChBC,gBAAgB;IAChB1G,aAAa;IACbwI,yBAAyB,EAAzBA;EACF,CAAC;AACH","ignoreList":[]}
@@ -0,0 +1,141 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useFailedMessageSheet = useFailedMessageSheet;
7
+ var _reactNative = require("react-native");
8
+ var _Menu = require("../../../../../../core/design/components/Menu");
9
+ var _localization = require("../../../../../../core/localization");
10
+ var _bottomSheetSlice = require("../../../../../../core/stores/slices/bottomSheetSlice");
11
+ var _useChatNotifications = require("../../../hooks/useChatNotifications");
12
+ var _useDeleteMessage = require("../../../hooks/useDeleteMessage");
13
+ var _useCreateMessage = require("../../../hooks/useCreateMessage");
14
+ var _useMessageComposer = require("./useMessageComposer");
15
+ // useFailedMessageSheet — ported from AmityUiKitWeb v4/chat/features/shared/hooks/useFailedMessageSheet.
16
+ // Presents the "message failed to send" action sheet (Resend / Delete) and wires
17
+ // the retry/discard callbacks. The return shape (UseFailedMessageSheetReturn) is
18
+ // preserved verbatim from web so useChatMessage consumes it unchanged.
19
+ //
20
+ // RN adaptation from web:
21
+ // - Web opened a bottom Drawer holding a `Menu` (Resend / Delete). RN presents
22
+ // the same Menu in the repo's global @devvie bottom sheet (`useBottomSheet` →
23
+ // BottomSheetComponent) with `container="drawer"` — the identical pattern the
24
+ // conversation user-action menu uses. NOT an Alert dialog.
25
+ // - Non-synthetic delete/resend use the existing RN `useDeleteMessage` /
26
+ // `useCreateMessage` mutations instead of web's query hooks (resend = recreate
27
+ // the message, then delete the original — same as web's useResendMessageQuery).
28
+
29
+ function useFailedMessageSheet({
30
+ onRetryUpload,
31
+ onDiscardUpload,
32
+ onRetryText,
33
+ onDiscardText
34
+ }) {
35
+ const {
36
+ openBottomSheet,
37
+ closeBottomSheet,
38
+ bottomSheetHeight
39
+ } = (0, _bottomSheetSlice.useBottomSheet)();
40
+ const {
41
+ error: errorToast
42
+ } = (0, _useChatNotifications.useChatNotifications)();
43
+ const {
44
+ deleteMessage
45
+ } = (0, _useDeleteMessage.useDeleteMessage)();
46
+ // LEADS WEB (deaad473): web's requestResend has no onError, so a resend that
47
+ // fails again is silent there. RN surfaces it.
48
+ // useCreateMessage maps the SDK error to localized copy but only through its
49
+ // onError callback. Nothing passed one, so a resend that failed again was
50
+ // completely silent here too — and mutateAsync's rejection went unhandled on
51
+ // top. Revisit if web adds its own handling, so the two don't diverge further.
52
+ const {
53
+ createMessage
54
+ } = (0, _useCreateMessage.useCreateMessage)({
55
+ onError: errorMsg => errorToast({
56
+ content: errorMsg
57
+ })
58
+ });
59
+ const resendLabel = (0, _localization.useString)('amity_chat_message_resend');
60
+ const deleteLabel = (0, _localization.useString)('amity_chat_option_delete');
61
+ async function handleResend(message) {
62
+ if ((0, _useMessageComposer.isSyntheticPendingMessage)(message)) {
63
+ if (message.dataType === 'text') {
64
+ onRetryText(message.__syntheticClientId);
65
+ } else {
66
+ onRetryUpload(message.__syntheticClientId);
67
+ }
68
+ return;
69
+ }
70
+ // Non-synthetic resend: recreate then delete the original (web's requestResend).
71
+ // The original is only removed once the new message is actually created —
72
+ // deleting it on failure would drop the text the user is trying to send.
73
+ try {
74
+ await createMessage({
75
+ subChannelId: message.subChannelId,
76
+ dataType: message.dataType,
77
+ data: message.data,
78
+ parentId: message.parentId
79
+ });
80
+ } catch {
81
+ // useCreateMessage's onError already raised the toast. Swallow the
82
+ // rejection so it isn't an unhandled promise, and leave the original
83
+ // failed bubble in place.
84
+ return;
85
+ }
86
+ if (message.messageId) {
87
+ await deleteMessage(message.messageId);
88
+ }
89
+ }
90
+ function handleDelete(message) {
91
+ if ((0, _useMessageComposer.isSyntheticPendingMessage)(message)) {
92
+ if (message.dataType === 'text') {
93
+ onDiscardText(message.__syntheticClientId);
94
+ } else {
95
+ onDiscardUpload(message.__syntheticClientId);
96
+ }
97
+ return;
98
+ }
99
+ if (message.messageId) {
100
+ deleteMessage(message.messageId);
101
+ }
102
+ }
103
+ function openFailedSheet(message) {
104
+ openBottomSheet({
105
+ height: bottomSheetHeight[2],
106
+ content: /*#__PURE__*/React.createElement(_reactNative.View, {
107
+ style: styles.sheetContainer
108
+ }, /*#__PURE__*/React.createElement(_Menu.Menu, {
109
+ variant: "chat",
110
+ container: "drawer"
111
+ }, /*#__PURE__*/React.createElement(_Menu.Menu.Item, {
112
+ label: resendLabel,
113
+ onPress: () => {
114
+ closeBottomSheet();
115
+ handleResend(message);
116
+ }
117
+ }), /*#__PURE__*/React.createElement(_Menu.Menu.Item, {
118
+ label: deleteLabel,
119
+ destructive: true,
120
+ onPress: () => {
121
+ closeBottomSheet();
122
+ handleDelete(message);
123
+ }
124
+ })))
125
+ });
126
+ }
127
+ return {
128
+ openFailedSheet
129
+ };
130
+ }
131
+ const styles = _reactNative.StyleSheet.create({
132
+ // Web's drawer container supplies the horizontal padding (its menuItem in a
133
+ // drawer is `0.875rem 0`, i.e. no side padding). Match the RN chat-sheet
134
+ // convention (AmityConversationChatUserActionComponent) so the Resend/Delete
135
+ // rows aren't flush to the screen edges.
136
+ sheetContainer: {
137
+ paddingHorizontal: 16,
138
+ paddingBottom: 16
139
+ }
140
+ });
141
+ //# sourceMappingURL=useFailedMessageSheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_Menu","_localization","_bottomSheetSlice","_useChatNotifications","_useDeleteMessage","_useCreateMessage","_useMessageComposer","useFailedMessageSheet","onRetryUpload","onDiscardUpload","onRetryText","onDiscardText","openBottomSheet","closeBottomSheet","bottomSheetHeight","useBottomSheet","error","errorToast","useChatNotifications","deleteMessage","useDeleteMessage","createMessage","useCreateMessage","onError","errorMsg","content","resendLabel","useString","deleteLabel","handleResend","message","isSyntheticPendingMessage","dataType","__syntheticClientId","subChannelId","data","parentId","messageId","handleDelete","openFailedSheet","height","React","createElement","View","style","styles","sheetContainer","Menu","variant","container","Item","label","onPress","destructive","StyleSheet","create","paddingHorizontal","paddingBottom"],"sourceRoot":"../../../../../../../../src","sources":["social/features/chat/features/shared/hooks/useFailedMessageSheet.tsx"],"mappings":";;;;;;AAcA,IAAAA,YAAA,GAAAC,OAAA;AAEA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;AACA,IAAAI,qBAAA,GAAAJ,OAAA;AACA,IAAAK,iBAAA,GAAAL,OAAA;AACA,IAAAM,iBAAA,GAAAN,OAAA;AACA,IAAAO,mBAAA,GAAAP,OAAA;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAuBO,SAASQ,qBAAqBA,CAAC;EACpCC,aAAa;EACbC,eAAe;EACfC,WAAW;EACXC;AAC2B,CAAC,EAA+B;EAC3D,MAAM;IAAEC,eAAe;IAAEC,gBAAgB;IAAEC;EAAkB,CAAC,GAC5D,IAAAC,gCAAc,EAAC,CAAC;EAClB,MAAM;IAAEC,KAAK,EAAEC;EAAW,CAAC,GAAG,IAAAC,0CAAoB,EAAC,CAAC;EACpD,MAAM;IAAEC;EAAc,CAAC,GAAG,IAAAC,kCAAgB,EAAC,CAAC;EAC5C;EACA;EACA;EACA;EACA;EACA;EACA,MAAM;IAAEC;EAAc,CAAC,GAAG,IAAAC,kCAAgB,EAAC;IACzCC,OAAO,EAAGC,QAAQ,IAAKP,UAAU,CAAC;MAAEQ,OAAO,EAAED;IAAS,CAAC;EACzD,CAAC,CAAC;EACF,MAAME,WAAW,GAAG,IAAAC,uBAAS,EAAC,2BAA2B,CAAC;EAC1D,MAAMC,WAAW,GAAG,IAAAD,uBAAS,EAAC,0BAA0B,CAAC;EAEzD,eAAeE,YAAYA,CAACC,OAAsB,EAAE;IAClD,IAAI,IAAAC,6CAAyB,EAACD,OAAO,CAAC,EAAE;MACtC,IAAIA,OAAO,CAACE,QAAQ,KAAK,MAAM,EAAE;QAC/BtB,WAAW,CAACoB,OAAO,CAACG,mBAAmB,CAAC;MAC1C,CAAC,MAAM;QACLzB,aAAa,CAACsB,OAAO,CAACG,mBAAmB,CAAC;MAC5C;MACA;IACF;IACA;IACA;IACA;IACA,IAAI;MACF,MAAMZ,aAAa,CAAC;QAClBa,YAAY,EAAEJ,OAAO,CAACI,YAAY;QAClCF,QAAQ,EAAEF,OAAO,CAACE,QAAQ;QAC1BG,IAAI,EAAEL,OAAO,CAACK,IAAI;QAClBC,QAAQ,EAAEN,OAAO,CAACM;MACpB,CAAwC,CAAC;IAC3C,CAAC,CAAC,MAAM;MACN;MACA;MACA;MACA;IACF;IACA,IAAIN,OAAO,CAACO,SAAS,EAAE;MACrB,MAAMlB,aAAa,CAACW,OAAO,CAACO,SAAS,CAAC;IACxC;EACF;EAEA,SAASC,YAAYA,CAACR,OAAsB,EAAE;IAC5C,IAAI,IAAAC,6CAAyB,EAACD,OAAO,CAAC,EAAE;MACtC,IAAIA,OAAO,CAACE,QAAQ,KAAK,MAAM,EAAE;QAC/BrB,aAAa,CAACmB,OAAO,CAACG,mBAAmB,CAAC;MAC5C,CAAC,MAAM;QACLxB,eAAe,CAACqB,OAAO,CAACG,mBAAmB,CAAC;MAC9C;MACA;IACF;IACA,IAAIH,OAAO,CAACO,SAAS,EAAE;MACrBlB,aAAa,CAACW,OAAO,CAACO,SAAS,CAAC;IAClC;EACF;EAEA,SAASE,eAAeA,CAACT,OAAsB,EAAE;IAC/ClB,eAAe,CAAC;MACd4B,MAAM,EAAE1B,iBAAiB,CAAC,CAAC,CAAmC;MAC9DW,OAAO,eACLgB,KAAA,CAAAC,aAAA,CAAC5C,YAAA,CAAA6C,IAAI;QAACC,KAAK,EAAEC,MAAM,CAACC;MAAe,gBACjCL,KAAA,CAAAC,aAAA,CAAC1C,KAAA,CAAA+C,IAAI;QAACC,OAAO,EAAC,MAAM;QAACC,SAAS,EAAC;MAAQ,gBAGrCR,KAAA,CAAAC,aAAA,CAAC1C,KAAA,CAAA+C,IAAI,CAACG,IAAI;QACRC,KAAK,EAAEzB,WAAY;QACnB0B,OAAO,EAAEA,CAAA,KAAM;UACbvC,gBAAgB,CAAC,CAAC;UAClBgB,YAAY,CAACC,OAAO,CAAC;QACvB;MAAE,CACH,CAAC,eACFW,KAAA,CAAAC,aAAA,CAAC1C,KAAA,CAAA+C,IAAI,CAACG,IAAI;QACRC,KAAK,EAAEvB,WAAY;QACnByB,WAAW;QACXD,OAAO,EAAEA,CAAA,KAAM;UACbvC,gBAAgB,CAAC,CAAC;UAClByB,YAAY,CAACR,OAAO,CAAC;QACvB;MAAE,CACH,CACG,CACF;IAEV,CAAC,CAAC;EACJ;EAEA,OAAO;IAAES;EAAgB,CAAC;AAC5B;AAEA,MAAMM,MAAM,GAAGS,uBAAU,CAACC,MAAM,CAAC;EAC/B;EACA;EACA;EACA;EACAT,cAAc,EAAE;IACdU,iBAAiB,EAAE,EAAE;IACrBC,aAAa,EAAE;EACjB;AACF,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useMarkAsRead = useMarkAsRead;
7
+ var _react = require("react");
8
+ var _useAuth = _interopRequireDefault(require("../../../../../../core/hooks/useAuth"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ // useMarkAsRead — ported from AmityUiKitWeb v4/chat/features/shared/hooks/useMarkAsRead.
11
+ // Marks the latest visible message as read once the viewer is at the bottom of
12
+ // the list, debounced so rapid scroll/append churn only fires one markRead.
13
+ //
14
+ // RN adaptations from web:
15
+ // - Web debounced via `react-use`'s `useDebounce` (not a dependency here); we
16
+ // reproduce it with a `useEffect` + `setTimeout` keyed on the same deps, and
17
+ // define MARK_READ_DEBOUNCE_MS locally (web imported it from ~/v4/chat/constants).
18
+ // - SDK method is identical: `Amity.Message#markRead()` (an instance method on
19
+ // the message object, same as web). The task's SubChannelRepository /
20
+ // MessageRepository hint resolves to this per-message call.
21
+ // - Added `isConnected` gate (via useAuth) as mandated — web does not gate on
22
+ // connection state; this is an intentional RN deviation matching the repo's
23
+ // live-SDK-call convention (see hooks/collections/useChannelsCollection).
24
+
25
+ const MARK_READ_DEBOUNCE_MS = 500;
26
+ function useMarkAsRead({
27
+ latestMessage,
28
+ atBottom,
29
+ enabled
30
+ }) {
31
+ const {
32
+ isConnected
33
+ } = (0, _useAuth.default)();
34
+ const lastMarkedIdRef = (0, _react.useRef)(null);
35
+ (0, _react.useEffect)(() => {
36
+ const timer = setTimeout(() => {
37
+ if (!isConnected || !enabled || !atBottom || !latestMessage) return;
38
+ const id = latestMessage.messageId;
39
+ if (!id || lastMarkedIdRef.current === id) return;
40
+ try {
41
+ latestMessage.markRead();
42
+ lastMarkedIdRef.current = id;
43
+ } catch {
44
+ // markRead failures are non-fatal; SDK will retry on the next visibility tick
45
+ }
46
+ }, MARK_READ_DEBOUNCE_MS);
47
+ return () => clearTimeout(timer);
48
+ }, [latestMessage === null || latestMessage === void 0 ? void 0 : latestMessage.messageId, atBottom, enabled, isConnected]);
49
+ (0, _react.useEffect)(() => {
50
+ lastMarkedIdRef.current = null;
51
+ }, [latestMessage === null || latestMessage === void 0 ? void 0 : latestMessage.subChannelId]);
52
+ }
53
+ //# sourceMappingURL=useMarkAsRead.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_useAuth","_interopRequireDefault","e","__esModule","default","MARK_READ_DEBOUNCE_MS","useMarkAsRead","latestMessage","atBottom","enabled","isConnected","useAuth","lastMarkedIdRef","useRef","useEffect","timer","setTimeout","id","messageId","current","markRead","clearTimeout","subChannelId"],"sourceRoot":"../../../../../../../../src","sources":["social/features/chat/features/shared/hooks/useMarkAsRead.ts"],"mappings":";;;;;;AAeA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAC,sBAAA,CAAAF,OAAA;AAA2D,SAAAE,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAjB3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAMA,MAAMG,qBAAqB,GAAG,GAAG;AAQ1B,SAASC,aAAaA,CAAC;EAC5BC,aAAa;EACbC,QAAQ;EACRC;AACmB,CAAC,EAAE;EACtB,MAAM;IAAEC;EAAY,CAAC,GAAG,IAAAC,gBAAO,EAAC,CAAC;EACjC,MAAMC,eAAe,GAAG,IAAAC,aAAM,EAAgB,IAAI,CAAC;EAEnD,IAAAC,gBAAS,EAAC,MAAM;IACd,MAAMC,KAAK,GAAGC,UAAU,CAAC,MAAM;MAC7B,IAAI,CAACN,WAAW,IAAI,CAACD,OAAO,IAAI,CAACD,QAAQ,IAAI,CAACD,aAAa,EAAE;MAC7D,MAAMU,EAAE,GAAGV,aAAa,CAACW,SAAS;MAClC,IAAI,CAACD,EAAE,IAAIL,eAAe,CAACO,OAAO,KAAKF,EAAE,EAAE;MAC3C,IAAI;QACFV,aAAa,CAACa,QAAQ,CAAC,CAAC;QACxBR,eAAe,CAACO,OAAO,GAAGF,EAAE;MAC9B,CAAC,CAAC,MAAM;QACN;MAAA;IAEJ,CAAC,EAAEZ,qBAAqB,CAAC;IAEzB,OAAO,MAAMgB,YAAY,CAACN,KAAK,CAAC;EAClC,CAAC,EAAE,CAACR,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAEW,SAAS,EAAEV,QAAQ,EAAEC,OAAO,EAAEC,WAAW,CAAC,CAAC;EAE9D,IAAAI,gBAAS,EAAC,MAAM;IACdF,eAAe,CAACO,OAAO,GAAG,IAAI;EAChC,CAAC,EAAE,CAACZ,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAEe,YAAY,CAAC,CAAC;AACnC","ignoreList":[]}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useMediaViewer = useMediaViewer;
7
+ var _react = require("react");
8
+ var _useCurrentUserId = require("../../../hooks/useCurrentUserId");
9
+ var _queries = require("../../../hooks/queries");
10
+ // useMediaViewer — ported from AmityUiKitWeb v4/chat/features/shared/hooks/useMediaViewer.
11
+ // Holds the open/closed state for the full-screen image viewer and video player,
12
+ // and derives the render-prop objects the ported ImageViewer / VideoPlayer
13
+ // components consume (src/social/features/chat/features/shared/components/{ImageViewer,VideoPlayer}).
14
+ //
15
+ // RN adaptations from web:
16
+ // - `currentUserId` comes from `Client.getCurrentUser()` (via useCurrentUserId)
17
+ // instead of web's `useSDK().currentUserId`.
18
+ // - Delete goes through the RN `useDeleteMessageQuery` port, which confirms via
19
+ // the platform `Alert` before deleting (web used ConfirmProvider's modal).
20
+ // `afterDelete` closes the viewer, exactly as web does.
21
+ // - Save goes through `useSaveMediaMessageQuery` (RN port), which downloads the
22
+ // file and writes it to the device gallery via CameraRoll (web downloaded via
23
+ // the browser). Same URL-resolution + success/error toasts.
24
+ // The return shape (UseMediaViewerReturn, ImageViewerRenderProps, VideoPlayerRenderProps)
25
+ // is preserved verbatim from web so useChatMessage can consume it unchanged.
26
+
27
+ function useMediaViewer() {
28
+ const currentUserId = (0, _useCurrentUserId.useCurrentUserId)();
29
+ const {
30
+ requestSave
31
+ } = (0, _queries.useSaveMediaMessageQuery)();
32
+ const {
33
+ requestDelete
34
+ } = (0, _queries.useDeleteMessageQuery)();
35
+ const [imageView, setImageView] = (0, _react.useState)(null);
36
+ const [videoMessage, setVideoMessage] = (0, _react.useState)(null);
37
+ function closeImageViewer() {
38
+ setImageView(null);
39
+ }
40
+ function closeVideoPlayer() {
41
+ setVideoMessage(null);
42
+ }
43
+ function openImageViewer(url, message) {
44
+ setImageView({
45
+ url,
46
+ message
47
+ });
48
+ }
49
+ function openVideoPlayer(message) {
50
+ setVideoMessage(message);
51
+ }
52
+ const imageViewerProps = imageView ? {
53
+ src: imageView.url,
54
+ onClose: closeImageViewer,
55
+ isOwn: imageView.message.creatorId === currentUserId,
56
+ onDelete: () => requestDelete(imageView.message, {
57
+ afterDelete: closeImageViewer
58
+ }),
59
+ onSave: () => requestSave(imageView.message)
60
+ } : null;
61
+ const videoPlayerProps = videoMessage ? {
62
+ message: videoMessage,
63
+ onClose: closeVideoPlayer,
64
+ isOwn: videoMessage.creatorId === currentUserId,
65
+ onDelete: () => requestDelete(videoMessage, {
66
+ afterDelete: closeVideoPlayer
67
+ }),
68
+ onSave: () => requestSave(videoMessage)
69
+ } : null;
70
+ return {
71
+ openImageViewer,
72
+ openVideoPlayer,
73
+ imageViewerProps,
74
+ videoPlayerProps
75
+ };
76
+ }
77
+ //# sourceMappingURL=useMediaViewer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_useCurrentUserId","_queries","useMediaViewer","currentUserId","useCurrentUserId","requestSave","useSaveMediaMessageQuery","requestDelete","useDeleteMessageQuery","imageView","setImageView","useState","videoMessage","setVideoMessage","closeImageViewer","closeVideoPlayer","openImageViewer","url","message","openVideoPlayer","imageViewerProps","src","onClose","isOwn","creatorId","onDelete","afterDelete","onSave","videoPlayerProps"],"sourceRoot":"../../../../../../../../src","sources":["social/features/chat/features/shared/hooks/useMediaViewer.ts"],"mappings":";;;;;;AAiBA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,iBAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AApBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAsCO,SAASG,cAAcA,CAAA,EAAyB;EACrD,MAAMC,aAAa,GAAG,IAAAC,kCAAgB,EAAC,CAAC;EACxC,MAAM;IAAEC;EAAY,CAAC,GAAG,IAAAC,iCAAwB,EAAC,CAAC;EAClD,MAAM;IAAEC;EAAc,CAAC,GAAG,IAAAC,8BAAqB,EAAC,CAAC;EACjD,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAC,eAAQ,EAAmB,IAAI,CAAC;EAClE,MAAM,CAACC,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAF,eAAQ,EAAuB,IAAI,CAAC;EAE5E,SAASG,gBAAgBA,CAAA,EAAG;IAC1BJ,YAAY,CAAC,IAAI,CAAC;EACpB;EAEA,SAASK,gBAAgBA,CAAA,EAAG;IAC1BF,eAAe,CAAC,IAAI,CAAC;EACvB;EAEA,SAASG,eAAeA,CAACC,GAAW,EAAEC,OAAsB,EAAE;IAC5DR,YAAY,CAAC;MAAEO,GAAG;MAAEC;IAAQ,CAAC,CAAC;EAChC;EAEA,SAASC,eAAeA,CAACD,OAAsB,EAAE;IAC/CL,eAAe,CAACK,OAAO,CAAC;EAC1B;EAEA,MAAME,gBAA+C,GAAGX,SAAS,GAC7D;IACEY,GAAG,EAAEZ,SAAS,CAACQ,GAAG;IAClBK,OAAO,EAAER,gBAAgB;IACzBS,KAAK,EAAEd,SAAS,CAACS,OAAO,CAACM,SAAS,KAAKrB,aAAa;IACpDsB,QAAQ,EAAEA,CAAA,KACRlB,aAAa,CAACE,SAAS,CAACS,OAAO,EAAE;MAAEQ,WAAW,EAAEZ;IAAiB,CAAC,CAAC;IACrEa,MAAM,EAAEA,CAAA,KAAMtB,WAAW,CAACI,SAAS,CAACS,OAAO;EAC7C,CAAC,GACD,IAAI;EAER,MAAMU,gBAA+C,GAAGhB,YAAY,GAChE;IACEM,OAAO,EAAEN,YAAY;IACrBU,OAAO,EAAEP,gBAAgB;IACzBQ,KAAK,EAAEX,YAAY,CAACY,SAAS,KAAKrB,aAAa;IAC/CsB,QAAQ,EAAEA,CAAA,KACRlB,aAAa,CAACK,YAAY,EAAE;MAAEc,WAAW,EAAEX;IAAiB,CAAC,CAAC;IAChEY,MAAM,EAAEA,CAAA,KAAMtB,WAAW,CAACO,YAAY;EACxC,CAAC,GACD,IAAI;EAER,OAAO;IACLI,eAAe;IACfG,eAAe;IACfC,gBAAgB;IAChBQ;EACF,CAAC;AACH","ignoreList":[]}