@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 @@
1
+ {"version":3,"names":["useEffect","useState","Alert","View","ChannelRepository","UserRepository","Menu","resolveString","MemberRoles","useAuth","useBottomSheet","useChatNotifications","useStyles","AmityGroupMemberActionComponent","anchor","channelId","user","isMemberModerator","isViewerModerator","isMuted","styles","isConnected","success","openBottomSheet","closeBottomSheet","bottomSheetHeight","userId","isFlaggedByMe","setIsFlaggedByMe","undefined","active","isUserFlaggedByMe","then","flagged","catch","confirmAlert","title","message","confirmLabel","destructive","onConfirm","alert","text","style","onPress","handlePromote","Moderation","addRole","CHANNEL_MODERATOR","content","handleDemote","removeRole","handleBan","banMembers","handleRemove","Membership","removeMembers","handleMute","muteMembers","handleUnmute","unmuteMembers","handleReport","flagUser","handleUnreport","unflagUser","items","key","icon","label","visible","visibleItems","filter","item","length","React","createElement","Fragment","isOpen","isDesktop","openPopover","closePopover","openActionSheet","height","sheetContainer","variant","container","map","Item","typography"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.tsx"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,SAASA,SAAS,EAAEC,QAAQ,QAAwB,OAAO;AAC3D,SAASC,KAAK,EAAEC,IAAI,QAAQ,cAAc;;AAE1C;AACA,SACEC,iBAAiB,EACjBC,cAAc,QACT,8BAA8B;;AAErC;AACA,SAASC,IAAI,QAAQ,4CAA4C;AAEjE,SAASC,aAAa,QAAQ,kCAAkC;AAChE,SAASC,WAAW,QAAQ,+BAA+B;AAC3D,OAAOC,OAAO,MAAM,mCAAmC;AACvD,SAASC,cAAc,QAAQ,oDAAoD;AACnF,SAASC,oBAAoB,QAAQ,kCAAkC;AACvE,SAASC,SAAS,QAAQ,UAAU;;AAEpC;;AA4BA;AACA,OAAO,SAASC,+BAA+BA,CAAC;EAC9CC,MAAM;EACNC,SAAS;EACTC,IAAI;EACJC,iBAAiB;EACjBC,iBAAiB;EACjBC,OAAO,GAAG;AAC0B,CAAC,EAAE;EACvC,MAAM;IAAEC;EAAO,CAAC,GAAGR,SAAS,CAAC,CAAC;EAC9B,MAAM;IAAES;EAAY,CAAC,GAAGZ,OAAO,CAAC,CAAC;EACjC,MAAM;IAAEa;EAAQ,CAAC,GAAGX,oBAAoB,CAAC,CAAC;EAC1C,MAAM;IAAEY,eAAe;IAAEC,gBAAgB;IAAEC;EAAkB,CAAC,GAC5Df,cAAc,CAAC,CAAC;EAElB,MAAMgB,MAAM,GAAGV,IAAI,CAACU,MAAM;EAE1B,MAAM,CAACC,aAAa,EAAEC,gBAAgB,CAAC,GAAG3B,QAAQ,CAAC,KAAK,CAAC;EAEzDD,SAAS,CAAC,MAAM;IACd,IAAI,CAACqB,WAAW,EAAE,OAAOQ,SAAS;IAClC,IAAIC,MAAM,GAAG,IAAI;IACjBzB,cAAc,CAAC0B,iBAAiB,CAACL,MAAM,CAAC,CACrCM,IAAI,CAAEC,OAAO,IAAK;MACjB,IAAIH,MAAM,EAAEF,gBAAgB,CAAC,CAAC,CAACK,OAAO,CAAC;IACzC,CAAC,CAAC,CACDC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAClB,OAAO,MAAM;MACXJ,MAAM,GAAG,KAAK;IAChB,CAAC;EACH,CAAC,EAAE,CAACT,WAAW,EAAEK,MAAM,CAAC,CAAC;EAEzB,SAASS,YAAYA,CACnBC,KAAa,EACbC,OAAe,EACfC,YAAoB,EACpBC,WAAoB,EACpBC,SAAqB,EACrB;IACAtC,KAAK,CAACuC,KAAK,CAACL,KAAK,EAAEC,OAAO,EAAE,CAC1B;MAAEK,IAAI,EAAEnC,aAAa,CAAC,mBAAmB,CAAC;MAAEoC,KAAK,EAAE;IAAS,CAAC,EAC7D;MACED,IAAI,EAAEJ,YAAY;MAClBK,KAAK,EAAEJ,WAAW,GAAG,aAAa,GAAG,SAAS;MAC9CK,OAAO,EAAEJ;IACX,CAAC,CACF,CAAC;EACJ;EAEA,eAAeK,aAAaA,CAAA,EAAG;IAC7B,IAAI,CAACxB,WAAW,EAAE;IAClB,MAAMjB,iBAAiB,CAAC0C,UAAU,CAACC,OAAO,CACxChC,SAAS,EACTP,WAAW,CAACwC,iBAAiB,EAC7B,CAACtB,MAAM,CACT,CAAC;IACDJ,OAAO,CAAC;MACN2B,OAAO,EAAE1C,aAAa,CAAC,6CAA6C;IACtE,CAAC,CAAC;EACJ;EAEA,eAAe2C,YAAYA,CAAA,EAAG;IAC5B,IAAI,CAAC7B,WAAW,EAAE;IAClB,MAAMjB,iBAAiB,CAAC0C,UAAU,CAACK,UAAU,CAC3CpC,SAAS,EACTP,WAAW,CAACwC,iBAAiB,EAC7B,CAACtB,MAAM,CACT,CAAC;IACDJ,OAAO,CAAC;MACN2B,OAAO,EAAE1C,aAAa,CAAC,4CAA4C;IACrE,CAAC,CAAC;EACJ;EAEA,eAAe6C,SAASA,CAAA,EAAG;IACzB,IAAI,CAAC/B,WAAW,EAAE;IAClB,MAAMjB,iBAAiB,CAAC0C,UAAU,CAACO,UAAU,CAACtC,SAAS,EAAE,CAACW,MAAM,CAAC,CAAC;IAClEJ,OAAO,CAAC;MACN2B,OAAO,EAAE1C,aAAa,CAAC,2CAA2C;IACpE,CAAC,CAAC;EACJ;EAEA,eAAe+C,YAAYA,CAAA,EAAG;IAC5B,IAAI,CAACjC,WAAW,EAAE;IAClB,MAAMjB,iBAAiB,CAACmD,UAAU,CAACC,aAAa,CAACzC,SAAS,EAAE,CAACW,MAAM,CAAC,CAAC;IACrEJ,OAAO,CAAC;MAAE2B,OAAO,EAAE1C,aAAa,CAAC,iCAAiC;IAAE,CAAC,CAAC;EACxE;EAEA,eAAekD,UAAUA,CAAA,EAAG;IAC1B,IAAI,CAACpC,WAAW,EAAE;IAClB,MAAMjB,iBAAiB,CAAC0C,UAAU,CAACY,WAAW,CAAC3C,SAAS,EAAE,CAACW,MAAM,CAAC,CAAC;IACnEJ,OAAO,CAAC;MAAE2B,OAAO,EAAE1C,aAAa,CAAC,6BAA6B;IAAE,CAAC,CAAC;EACpE;EAEA,eAAeoD,YAAYA,CAAA,EAAG;IAC5B,IAAI,CAACtC,WAAW,EAAE;IAClB,MAAMjB,iBAAiB,CAAC0C,UAAU,CAACc,aAAa,CAAC7C,SAAS,EAAE,CAACW,MAAM,CAAC,CAAC;IACrEJ,OAAO,CAAC;MAAE2B,OAAO,EAAE1C,aAAa,CAAC,+BAA+B;IAAE,CAAC,CAAC;EACtE;EAEA,eAAesD,YAAYA,CAAA,EAAG;IAC5B,IAAI,CAACxC,WAAW,EAAE;IAClB,MAAMhB,cAAc,CAACyD,QAAQ,CAACpC,MAAM,CAAC;IACrCE,gBAAgB,CAAC,IAAI,CAAC;IACtBN,OAAO,CAAC;MACN2B,OAAO,EAAE1C,aAAa,CAAC,uCAAuC;IAChE,CAAC,CAAC;EACJ;EAEA,eAAewD,cAAcA,CAAA,EAAG;IAC9B,IAAI,CAAC1C,WAAW,EAAE;IAClB,MAAMhB,cAAc,CAAC2D,UAAU,CAACtC,MAAM,CAAC;IACvCE,gBAAgB,CAAC,KAAK,CAAC;IACvBN,OAAO,CAAC;MACN2B,OAAO,EAAE1C,aAAa,CAAC,yCAAyC;IAClE,CAAC,CAAC;EACJ;EAEA,MAAM0D,KAAmB,GAAG,CAC1B;IACEC,GAAG,EAAE,SAAS;IACdC,IAAI,EAAE,eAAe;IACrBC,KAAK,EAAE7D,aAAa,CAAC,kCAAkC,CAAC;IACxD8D,OAAO,EAAEnD,iBAAiB,IAAI,CAACD,iBAAiB;IAChD2B,OAAO,EAAEA,CAAA,KACPT,YAAY,CACV5B,aAAa,CAAC,4CAA4C,CAAC,EAC3DA,aAAa,CAAC,8CAA8C,CAAC,EAC7DA,aAAa,CAAC,8CAA8C,CAAC,EAC7D,KAAK,EACLsC,aACF;EACJ,CAAC,EACD;IACEqB,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,eAAe;IACrBC,KAAK,EAAE7D,aAAa,CAAC,iCAAiC,CAAC;IACvD8D,OAAO,EAAEnD,iBAAiB,IAAID,iBAAiB;IAC/C2B,OAAO,EAAEA,CAAA,KACPT,YAAY,CACV5B,aAAa,CAAC,2CAA2C,CAAC,EAC1DA,aAAa,CAAC,6CAA6C,CAAC,EAC5DA,aAAa,CAAC,6CAA6C,CAAC,EAC5D,IAAI,EACJ2C,YACF;EACJ,CAAC,EACD;IACEgB,GAAG,EAAE,MAAM;IACXC,IAAI,EAAE,gBAAgB;IACtBC,KAAK,EAAE7D,aAAa,CAAC,qCAAqC,CAAC;IAC3D8D,OAAO,EAAEnD,iBAAiB,IAAI,CAACC,OAAO,IAAI,CAACF,iBAAiB;IAC5D2B,OAAO,EAAEA,CAAA,KACPT,YAAY,CACV5B,aAAa,CAAC,+BAA+B,CAAC,EAC9CA,aAAa,CAAC,iCAAiC,CAAC,EAChDA,aAAa,CAAC,+BAA+B,CAAC,EAC9C,IAAI,EACJkD,UACF;EACJ,CAAC,EACD;IACES,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,UAAU;IAChBC,KAAK,EAAE7D,aAAa,CAAC,uCAAuC,CAAC;IAC7D8D,OAAO,EAAEnD,iBAAiB,IAAIC,OAAO,IAAI,CAACF,iBAAiB;IAC3D2B,OAAO,EAAEA,CAAA,KACPT,YAAY,CACV5B,aAAa,CAAC,iCAAiC,CAAC,EAChDA,aAAa,CAAC,mCAAmC,CAAC,EAClDA,aAAa,CAAC,iCAAiC,CAAC,EAChD,KAAK,EACLoD,YACF;EACJ,CAAC,EACD;IACEO,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,QAAQ;IACdC,KAAK,EAAE7D,aAAa,CAAC,iCAAiC,CAAC;IACvD8D,OAAO,EAAE,CAAC1C,aAAa;IACvBiB,OAAO,EAAEiB;EACX,CAAC,EACD;IACEK,GAAG,EAAE,UAAU;IACf;IACA;IACA;IACA;IACA;IACAC,IAAI,EAAE,cAAc;IACpBC,KAAK,EAAE7D,aAAa,CAAC,mCAAmC,CAAC;IACzD8D,OAAO,EAAE1C,aAAa;IACtBiB,OAAO,EAAEmB;EACX,CAAC,EACD;IACEG,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,OAAO;IACbC,KAAK,EAAE7D,aAAa,CAAC,4BAA4B,CAAC;IAClD8D,OAAO,EAAEnD,iBAAiB;IAC1B0B,OAAO,EAAEA,CAAA,KACPT,YAAY,CACV5B,aAAa,CAAC,8BAA8B,CAAC,EAC7CA,aAAa,CAAC,gCAAgC,CAAC,EAC/CA,aAAa,CAAC,8BAA8B,CAAC,EAC7C,IAAI,EACJ6C,SACF;EACJ,CAAC,EACD;IACEc,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,SAAS;IACfC,KAAK,EAAE7D,aAAa,CAAC,iCAAiC,CAAC;IACvDgC,WAAW,EAAE,IAAI;IACjB8B,OAAO,EAAEnD,iBAAiB;IAC1B0B,OAAO,EAAEA,CAAA,KACPT,YAAY,CACV5B,aAAa,CAAC,2CAA2C,CAAC,EAC1DA,aAAa,CAAC,6CAA6C,CAAC,EAC5DA,aAAa,CAAC,6CAA6C,CAAC,EAC5D,IAAI,EACJ+C,YACF;EACJ,CAAC,CACF;EAED,MAAMgB,YAAY,GAAGL,KAAK,CAACM,MAAM,CAAEC,IAAI,IAAKA,IAAI,CAACH,OAAO,CAAC;EAEzD,IAAIC,YAAY,CAACG,MAAM,KAAK,CAAC,EAAE;IAC7B,oBACEC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,QACG9D,MAAM,CAAC;MACN+D,MAAM,EAAE,KAAK;MACbC,SAAS,EAAE,IAAI;MACfC,WAAW,EAAEA,CAAA,KAAM,CAAC,CAAC;MACrBC,YAAY,EAAEA,CAAA,KAAM,CAAC;IACvB,CAAC,CACD,CAAC;EAEP;;EAEA;EACA;EACA;EACA,SAASC,eAAeA,CAAA,EAAG;IACzB1D,eAAe,CAAC;MACd2D,MAAM,EACJzD,iBAAiB,CACf6C,YAAY,CAACG,MAAM,CACpB;MACHxB,OAAO,eACLyB,KAAA,CAAAC,aAAA,CAACxE,IAAI;QAACwC,KAAK,EAAEvB,MAAM,CAAC+D;MAAe,gBACjCT,KAAA,CAAAC,aAAA,CAACrE,IAAI;QAAC8E,OAAO,EAAC,MAAM;QAACC,SAAS,EAAC;MAAQ,GACpCf,YAAY,CAACgB,GAAG,CAAEd,IAAI,iBACrBE,KAAA,CAAAC,aAAA,CAACrE,IAAI,CAACiF,IAAI;QACRrB,GAAG,EAAEM,IAAI,CAACN,GAAI;QACdC,IAAI,EAAEK,IAAI,CAACL,IAAK;QAChBC,KAAK,EAAEI,IAAI,CAACJ,KAAM;QAClB7B,WAAW,EAAEiC,IAAI,CAACjC,WAAY;QAC9BiD,UAAU,EAAC,MAAM;QACjB5C,OAAO,EAAEA,CAAA,KAAM;UACbpB,gBAAgB,CAAC,CAAC;UAClBgD,IAAI,CAAC5B,OAAO,CAAC,CAAC;QAChB;MAAE,CACH,CACF,CACG,CACF;IAEV,CAAC,CAAC;EACJ;EAEA,oBACE8B,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,QACG9D,MAAM,CAAC;IACN+D,MAAM,EAAE,KAAK;IACbC,SAAS,EAAE,KAAK;IAChBC,WAAW,EAAEE,eAAe;IAC5BD,YAAY,EAAExD;EAChB,CAAC,CACD,CAAC;AAEP","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export { AmityGroupMemberActionComponent } from './AmityGroupMemberActionComponent';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["AmityGroupMemberActionComponent"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityGroupMemberActionComponent/index.ts"],"mappings":"AAAA,SAASA,+BAA+B,QAAQ,mCAAmC","ignoreList":[]}
@@ -0,0 +1,21 @@
1
+ // Styles for AmityGroupMemberActionComponent. Member actions render in the global
2
+ // bottom sheet (RN mobile adaptation; web uses a desktop popover). The drawer Menu
3
+ // rows have 0 horizontal padding, so the sheet wrapper adds the 16px inset + a
4
+ // bottom inset — mirroring the sibling AmityConversationChatUserActionComponent.
5
+
6
+ import { StyleSheet } from 'react-native';
7
+ import { useToken } from '../../../../../core/design/theme/useToken';
8
+ export const useStyles = () => {
9
+ const token = useToken();
10
+ const styles = StyleSheet.create({
11
+ sheetContainer: {
12
+ paddingHorizontal: 16,
13
+ paddingBottom: 8
14
+ }
15
+ });
16
+ return {
17
+ styles,
18
+ token
19
+ };
20
+ };
21
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","useToken","useStyles","token","styles","create","sheetContainer","paddingHorizontal","paddingBottom"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityGroupMemberActionComponent/styles.ts"],"mappings":"AAAA;AACA;AACA;AACA;;AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,2CAA2C;AAEpE,OAAO,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAGF,QAAQ,CAAC,CAAC;EAExB,MAAMG,MAAM,GAAGJ,UAAU,CAACK,MAAM,CAAC;IAC/BC,cAAc,EAAE;MACdC,iBAAiB,EAAE,EAAE;MACrBC,aAAa,EAAE;IACjB;EACF,CAAC,CAAC;EAEF,OAAO;IAAEJ,MAAM;IAAED;EAAM,CAAC;AAC1B,CAAC","ignoreList":[]}
@@ -0,0 +1,197 @@
1
+ // AmityMediaAttachmentPicker — ported from AmityUiKitWeb MessageComposer/components/MediaSection.
2
+ // Two entry points for attaching a photo/video to a message: Camera (launchCamera) and
3
+ // Media library (launchImageLibrary). Web used a hidden <input capture> + FileTrigger and
4
+ // returned a File; RN uses react-native-image-picker and hands the selected Asset back to
5
+ // the caller via onPickAsset.
6
+ //
7
+ // Platform deviation (Android only): the Camera entry point opens a Photo/Video bottom
8
+ // sheet first, because Android has no combined photo+video capture intent. iOS keeps the
9
+ // single-tap flow — its native camera already exposes the toggle. See MEDIA_TYPE.
10
+
11
+ // 1. React / RN imports
12
+ import { Alert, Linking, PermissionsAndroid, Platform, Pressable, View } from 'react-native';
13
+
14
+ // 2. Third-party imports
15
+ import { launchCamera, launchImageLibrary } from 'react-native-image-picker';
16
+
17
+ // 3. Internal imports
18
+ import { AmityIcon } from '../../../../../core/design/icons';
19
+ import { Menu } from '../../../../../core/design/components/Menu';
20
+ import { Typography } from '../../../../../core/design/components/Typography';
21
+ import { AmityColorToken } from '../../../../../core/design/tokens/amity-color-tokens';
22
+ import { useString } from '../../../../../core/localization';
23
+ import { useBottomSheet } from '../../../../../core/stores/slices/bottomSheetSlice';
24
+ import { useStyles } from './styles';
25
+
26
+ // 4. Types
27
+
28
+ // 'mixed' behaves differently per platform in react-native-image-picker:
29
+ // - iOS: mediaTypes = [image, movie], so the native camera shows its own
30
+ // PHOTO/VIDEO toggle — matching iOS UIKit's MessageCameraPickerView.
31
+ // - Android: launchCamera branches `mediaType === 'video' ? VIDEO_CAPTURE :
32
+ // IMAGE_CAPTURE`, so 'mixed' would silently mean photo-only. Android has no
33
+ // combined capture intent, so handleCamera picks the mode up front via a
34
+ // Photo/Video sheet and never passes 'mixed' to launchCamera.
35
+ // (launchImageLibrary is unaffected — it handles 'mixed' on both platforms.)
36
+ const MEDIA_TYPE = 'mixed';
37
+
38
+ // 5. Named function component
39
+ export function AmityMediaAttachmentPicker({
40
+ onPickAsset
41
+ }) {
42
+ const {
43
+ styles
44
+ } = useStyles();
45
+ const {
46
+ openBottomSheet,
47
+ closeBottomSheet,
48
+ bottomSheetHeight
49
+ } = useBottomSheet();
50
+ const cameraLabel = useString('amity_chat_media_camera');
51
+ const mediaLabel = useString('amity_chat_media');
52
+ const photoLabel = useString('amity_chat_media_photo');
53
+ const videoLabel = useString('amity_chat_media_video');
54
+ // Denied-permission copy ported from iOS UIKit's ComposerCamera string set —
55
+ // it already ships en + th for these four, so no new copy is invented here.
56
+ const cameraDeniedTitle = useString('amity_chat_permission_camera_title');
57
+ const cameraDeniedDetail = useString('amity_chat_permission_camera_detail');
58
+ const micDeniedTitle = useString('amity_chat_permission_microphone_title');
59
+ const micDeniedDetail = useString('amity_chat_permission_microphone_detail');
60
+ const openSettingsLabel = useString('amity_chat_composer_camera_denied_open_settings');
61
+ const cancelLabel = useString('amity_chat_cancel');
62
+
63
+ // Mirrors iOS UIKit's .cameraDenied alert (AmityChatMessageComposeBar): title,
64
+ // detail, and an Open Settings action, because a denial can only be undone in
65
+ // the OS settings. Without this the whole flow was silent — you recorded a
66
+ // video and nothing happened.
67
+ function alertPermissionDenied(kind) {
68
+ Alert.alert(kind === 'camera' ? cameraDeniedTitle : micDeniedTitle, kind === 'camera' ? cameraDeniedDetail : micDeniedDetail, [{
69
+ text: cancelLabel,
70
+ style: 'cancel'
71
+ }, {
72
+ text: openSettingsLabel,
73
+ onPress: () => Linking.openSettings()
74
+ }]);
75
+ }
76
+ async function capture(mediaType) {
77
+ var _result$assets;
78
+ // CAMERA is declared in AndroidManifest, so react-native-image-picker
79
+ // requires the runtime permission to be granted before launchCamera — and it
80
+ // does NOT request it itself, so without this the camera silently never opens.
81
+ //
82
+ // Video additionally needs RECORD_AUDIO. launchCamera fires
83
+ // MediaStore.ACTION_VIDEO_CAPTURE, and the camera app records on the
84
+ // caller's behalf: because the app *declares* RECORD_AUDIO, an ungranted mic
85
+ // makes that recording fail and the intent come back cancelled — no assets,
86
+ // no errorCode — so the recorded video silently never reached the chat.
87
+ // Same pairing as livestream/Create, which requests both up front.
88
+ if (Platform.OS === 'android') {
89
+ const required = [PermissionsAndroid.PERMISSIONS.CAMERA];
90
+ if (mediaType === 'video') {
91
+ required.push(PermissionsAndroid.PERMISSIONS.RECORD_AUDIO);
92
+ }
93
+ const statuses = await PermissionsAndroid.requestMultiple(required);
94
+ const granted = permission => statuses[permission] === PermissionsAndroid.RESULTS.GRANTED;
95
+
96
+ // Camera first: it blocks both modes, so it's the more useful thing to name
97
+ // when the user denied both.
98
+ if (!granted(PermissionsAndroid.PERMISSIONS.CAMERA)) {
99
+ alertPermissionDenied('camera');
100
+ return;
101
+ }
102
+ if (mediaType === 'video' && !granted(PermissionsAndroid.PERMISSIONS.RECORD_AUDIO)) {
103
+ alertPermissionDenied('microphone');
104
+ return;
105
+ }
106
+ }
107
+ // videoQuality matches iOS UIKit's MessageCameraPickerView (`videoQuality =
108
+ // .typeHigh`); without it react-native-image-picker falls back to medium.
109
+ const result = await launchCamera({
110
+ mediaType,
111
+ videoQuality: 'high',
112
+ saveToPhotos: false
113
+ });
114
+ const asset = (_result$assets = result.assets) === null || _result$assets === void 0 ? void 0 : _result$assets[0];
115
+ if (asset) onPickAsset(asset);
116
+ }
117
+ function handleCamera() {
118
+ // iOS: the native camera carries its own PHOTO/VIDEO toggle, so 'mixed' opens
119
+ // exactly what iOS UIKit opens — no extra step. Android has no combined
120
+ // capture intent (see MEDIA_TYPE), so the choice has to be made up front.
121
+ // Documented deviation: Android shows one more sheet than iOS/web.
122
+ if (Platform.OS !== 'android') {
123
+ capture(MEDIA_TYPE);
124
+ return;
125
+ }
126
+ openBottomSheet({
127
+ height: bottomSheetHeight[2],
128
+ content: /*#__PURE__*/React.createElement(View, {
129
+ style: styles.cameraSheet
130
+ }, /*#__PURE__*/React.createElement(Menu, {
131
+ variant: "chat",
132
+ container: "drawer"
133
+ }, /*#__PURE__*/React.createElement(Menu.Item, {
134
+ label: photoLabel,
135
+ onPress: () => {
136
+ closeBottomSheet();
137
+ capture('photo');
138
+ }
139
+ }), /*#__PURE__*/React.createElement(Menu.Item, {
140
+ label: videoLabel,
141
+ onPress: () => {
142
+ closeBottomSheet();
143
+ capture('video');
144
+ }
145
+ })))
146
+ });
147
+ }
148
+ async function handleLibrary() {
149
+ var _result$assets2;
150
+ const result = await launchImageLibrary({
151
+ mediaType: MEDIA_TYPE,
152
+ selectionLimit: 1
153
+ });
154
+ const asset = (_result$assets2 = result.assets) === null || _result$assets2 === void 0 ? void 0 : _result$assets2[0];
155
+ if (asset) onPickAsset(asset);
156
+ }
157
+ return /*#__PURE__*/React.createElement(View, {
158
+ style: styles.container
159
+ }, /*#__PURE__*/React.createElement(View, {
160
+ style: styles.row
161
+ }, /*#__PURE__*/React.createElement(Pressable, {
162
+ style: styles.item,
163
+ accessibilityRole: "button",
164
+ accessibilityLabel: cameraLabel,
165
+ onPress: handleCamera
166
+ }, ({
167
+ pressed
168
+ }) => /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(View, {
169
+ style: [styles.chip, pressed && styles.chipPressed]
170
+ }, /*#__PURE__*/React.createElement(AmityIcon, {
171
+ name: "camera-r",
172
+ size: 24,
173
+ tokenColor: AmityColorToken.IconIconButtonFilledSecondaryDefault
174
+ })), /*#__PURE__*/React.createElement(Typography, {
175
+ variant: "caption",
176
+ style: styles.label,
177
+ numberOfLines: 1
178
+ }, cameraLabel))), /*#__PURE__*/React.createElement(Pressable, {
179
+ style: styles.item,
180
+ accessibilityRole: "button",
181
+ accessibilityLabel: mediaLabel,
182
+ onPress: handleLibrary
183
+ }, ({
184
+ pressed
185
+ }) => /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(View, {
186
+ style: [styles.chip, pressed && styles.chipPressed]
187
+ }, /*#__PURE__*/React.createElement(AmityIcon, {
188
+ name: "image-r",
189
+ size: 24,
190
+ tokenColor: AmityColorToken.IconIconButtonFilledSecondaryDefault
191
+ })), /*#__PURE__*/React.createElement(Typography, {
192
+ variant: "caption",
193
+ style: styles.label,
194
+ numberOfLines: 1
195
+ }, mediaLabel)))));
196
+ }
197
+ //# sourceMappingURL=AmityMediaAttachmentPicker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","Linking","PermissionsAndroid","Platform","Pressable","View","launchCamera","launchImageLibrary","AmityIcon","Menu","Typography","AmityColorToken","useString","useBottomSheet","useStyles","MEDIA_TYPE","AmityMediaAttachmentPicker","onPickAsset","styles","openBottomSheet","closeBottomSheet","bottomSheetHeight","cameraLabel","mediaLabel","photoLabel","videoLabel","cameraDeniedTitle","cameraDeniedDetail","micDeniedTitle","micDeniedDetail","openSettingsLabel","cancelLabel","alertPermissionDenied","kind","alert","text","style","onPress","openSettings","capture","mediaType","_result$assets","OS","required","PERMISSIONS","CAMERA","push","RECORD_AUDIO","statuses","requestMultiple","granted","permission","RESULTS","GRANTED","result","videoQuality","saveToPhotos","asset","assets","handleCamera","height","content","React","createElement","cameraSheet","variant","container","Item","label","handleLibrary","_result$assets2","selectionLimit","row","item","accessibilityRole","accessibilityLabel","pressed","Fragment","chip","chipPressed","name","size","tokenColor","IconIconButtonFilledSecondaryDefault","numberOfLines"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export { AmityMediaAttachmentPicker } from './AmityMediaAttachmentPicker';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["AmityMediaAttachmentPicker"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityMediaAttachmentPicker/index.ts"],"mappings":"AAAA,SAASA,0BAA0B,QAAQ,8BAA8B","ignoreList":[]}
@@ -0,0 +1,63 @@
1
+ // Styles for AmityMediaAttachmentPicker — ported from AmityUiKitWeb MediaSection.module.css.
2
+ // Geometry: container padding 0.5rem 0 → vertical 8; row height 5.625rem→90, gap 3.5rem→56;
3
+ // item width 4rem→64, gap 0.25rem→4; chip padding 0.5rem→8, radius 6.1875rem→99. Web's
4
+ // chip `[data-hovered]` background maps to the RN Pressable pressed state (chipPressed).
5
+ // Colours resolve through the design tokens.
6
+
7
+ import { StyleSheet } from 'react-native';
8
+ import { useToken } from '../../../../../core/design/theme/useToken';
9
+ import { AmityColorToken } from '../../../../../core/design/tokens/amity-color-tokens';
10
+ export const useStyles = () => {
11
+ const token = useToken();
12
+ const styles = StyleSheet.create({
13
+ container: {
14
+ width: '100%',
15
+ alignItems: 'flex-start',
16
+ paddingVertical: 8,
17
+ backgroundColor: token(AmityColorToken.SurfaceSheetsBackgroundGeneral),
18
+ overflow: 'hidden'
19
+ },
20
+ row: {
21
+ flexDirection: 'row',
22
+ alignItems: 'center',
23
+ justifyContent: 'center',
24
+ width: '100%',
25
+ height: 90,
26
+ gap: 56
27
+ },
28
+ item: {
29
+ alignItems: 'center',
30
+ width: 64,
31
+ gap: 4
32
+ },
33
+ chip: {
34
+ alignItems: 'center',
35
+ justifyContent: 'center',
36
+ padding: 8,
37
+ borderRadius: 99,
38
+ backgroundColor: token(AmityColorToken.SurfaceIconButtonFilledSecondaryEnabled)
39
+ },
40
+ // Web `.mediaSection__item[data-hovered] .chip` swaps the chip background to
41
+ // the hover token; the RN equivalent is the Pressable pressed state.
42
+ chipPressed: {
43
+ backgroundColor: token(AmityColorToken.SurfaceIconButtonFilledSecondaryHover)
44
+ },
45
+ label: {
46
+ width: '100%',
47
+ textAlign: 'center',
48
+ color: token(AmityColorToken.TextIconButtonLabelGeneral)
49
+ },
50
+ // Android-only Photo/Video capture sheet. Matches the chat-sheet convention
51
+ // used by useFailedMessageSheet / AmityConversationChatUserActionComponent —
52
+ // the drawer Menu supplies no side padding of its own.
53
+ cameraSheet: {
54
+ paddingHorizontal: 16,
55
+ paddingBottom: 16
56
+ }
57
+ });
58
+ return {
59
+ styles,
60
+ token
61
+ };
62
+ };
63
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","useToken","AmityColorToken","useStyles","token","styles","create","container","width","alignItems","paddingVertical","backgroundColor","SurfaceSheetsBackgroundGeneral","overflow","row","flexDirection","justifyContent","height","gap","item","chip","padding","borderRadius","SurfaceIconButtonFilledSecondaryEnabled","chipPressed","SurfaceIconButtonFilledSecondaryHover","label","textAlign","color","TextIconButtonLabelGeneral","cameraSheet","paddingHorizontal","paddingBottom"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityMediaAttachmentPicker/styles.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,2CAA2C;AACpE,SAASC,eAAe,QAAQ,sDAAsD;AAEtF,OAAO,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAGH,QAAQ,CAAC,CAAC;EAExB,MAAMI,MAAM,GAAGL,UAAU,CAACM,MAAM,CAAC;IAC/BC,SAAS,EAAE;MACTC,KAAK,EAAE,MAAM;MACbC,UAAU,EAAE,YAAY;MACxBC,eAAe,EAAE,CAAC;MAClBC,eAAe,EAAEP,KAAK,CAACF,eAAe,CAACU,8BAA8B,CAAC;MACtEC,QAAQ,EAAE;IACZ,CAAC;IACDC,GAAG,EAAE;MACHC,aAAa,EAAE,KAAK;MACpBN,UAAU,EAAE,QAAQ;MACpBO,cAAc,EAAE,QAAQ;MACxBR,KAAK,EAAE,MAAM;MACbS,MAAM,EAAE,EAAE;MACVC,GAAG,EAAE;IACP,CAAC;IACDC,IAAI,EAAE;MACJV,UAAU,EAAE,QAAQ;MACpBD,KAAK,EAAE,EAAE;MACTU,GAAG,EAAE;IACP,CAAC;IACDE,IAAI,EAAE;MACJX,UAAU,EAAE,QAAQ;MACpBO,cAAc,EAAE,QAAQ;MACxBK,OAAO,EAAE,CAAC;MACVC,YAAY,EAAE,EAAE;MAChBX,eAAe,EAAEP,KAAK,CACpBF,eAAe,CAACqB,uCAClB;IACF,CAAC;IACD;IACA;IACAC,WAAW,EAAE;MACXb,eAAe,EAAEP,KAAK,CACpBF,eAAe,CAACuB,qCAClB;IACF,CAAC;IACDC,KAAK,EAAE;MACLlB,KAAK,EAAE,MAAM;MACbmB,SAAS,EAAE,QAAQ;MACnBC,KAAK,EAAExB,KAAK,CAACF,eAAe,CAAC2B,0BAA0B;IACzD,CAAC;IACD;IACA;IACA;IACAC,WAAW,EAAE;MACXC,iBAAiB,EAAE,EAAE;MACrBC,aAAa,EAAE;IACjB;EACF,CAAC,CAAC;EAEF,OAAO;IAAE3B,MAAM;IAAED;EAAM,CAAC;AAC1B,CAAC","ignoreList":[]}
@@ -0,0 +1,215 @@
1
+ // AmityMessageActionMenu — RN port of AmityUiKitWeb
2
+ // chat/features/shared/components/MessageActionsPopover. The long-press action
3
+ // menu (Reply / Copy / Edit / Delete / Report / Save).
4
+ //
5
+ // Web's popover is externally controlled via `anchor: HTMLElement`; the RN
6
+ // Wave-A Popover is self-controlled through a `trigger` render-prop, so this
7
+ // menu takes that render-prop as `anchor` and the owning MessageRow wires
8
+ // `onLongPress → openPopover`.
9
+ //
10
+ // The report/unreport toggle is query-driven, matching web MessageActionsPopover:
11
+ // this menu calls useFlagMessageQuery (isMessageFlaggedByMe) — gated on the menu
12
+ // being open so it doesn't fire for every message in the list — and swaps `report`
13
+ // for `unreport` once the answer is known. Both items stay hidden while the flag
14
+ // state is loading (web gates on `!flagState.isLoading`) so a reported message
15
+ // never briefly shows "Report". Unreport calls the query's `unreport` then
16
+ // refetches; the report screen (ContentReportReason) invalidates the same query
17
+ // key so reopening the menu reflects the new state. Item visibility follows web.
18
+
19
+ // 1. React / RN imports
20
+ import { useState } from 'react';
21
+ import { View } from 'react-native';
22
+ import Clipboard from '@react-native-clipboard/clipboard';
23
+
24
+ // 2. Internal imports
25
+ import { Menu } from '../../../../../core/design/components/Menu';
26
+ import { Popover } from '../../../../../core/design/components/Popover';
27
+ import { resolveString } from '../../../../../core/localization';
28
+ import { ReactionPicker } from '../../elements/ReactionPicker';
29
+ import { useMessageReactions } from '../../features/shared/hooks/useMessageReactions';
30
+ import { useFlagMessageQuery } from '../../hooks/queries';
31
+ import { useStyles } from './styles';
32
+
33
+ // 3. Types
34
+
35
+ const MUTED_VICTIM_TRIMMED_KEYS = new Set(['edit', 'reply', 'report', 'unreport']);
36
+ export function buildMessageActionItems(message, currentUserId, handlers, onCopyText, viewerIsMutedInChannel = false, viewerIsModerator = false, isFlaggedByMe = false,
37
+ // While the flag state is still being fetched neither Report nor Unreport is
38
+ // shown (web gates both on `!flagState.isLoading`) — otherwise the menu would
39
+ // flash "Report" on a message that turns out to be already reported.
40
+ isFlagLoading = false) {
41
+ const isOwn = !!currentUserId && message.creatorId === currentUserId;
42
+ const isText = message.dataType === 'text';
43
+ const isCustom = message.dataType === 'custom';
44
+ const isImage = message.dataType === 'image';
45
+ const isSynced = message.syncState === 'synced';
46
+ const isDeleted = message.isDeleted === true;
47
+ const isActive = isSynced && !isDeleted;
48
+ const items = [{
49
+ key: 'edit',
50
+ icon: 'pen-r',
51
+ label: resolveString('amity_chat_option_edit'),
52
+ onPress: handlers.onEdit,
53
+ visible: isOwn && isText && isActive
54
+ }, {
55
+ key: 'reply',
56
+ // Regular (outline), matching web develop's <ShareLeft/> in the action menu.
57
+ icon: 'share-left-r',
58
+ label: resolveString('amity_chat_option_reply'),
59
+ onPress: handlers.onReply,
60
+ visible: isActive
61
+ }, {
62
+ key: 'copy',
63
+ icon: 'copy-r',
64
+ label: resolveString('amity_chat_option_copy'),
65
+ onPress: onCopyText,
66
+ visible: (isText || isCustom) && isActive
67
+ }, {
68
+ key: 'save',
69
+ icon: 'arrow-down-to-bracket-r',
70
+ label: resolveString('amity_chat_action_save'),
71
+ onPress: handlers.onSave,
72
+ // PDT-4127: Save is hidden for video for this release (saving is affected by
73
+ // play/pause, and the livestream side needs a backend fix). Image save stays.
74
+ // Matches web dba25aa77, which narrowed this from `isImage || isVideo`.
75
+ visible: isImage && isActive
76
+ }, {
77
+ key: 'unreport',
78
+ // PDT-4143 (web PR 1822): unreport uses the slashed flag; only `report`
79
+ // keeps the plain one.
80
+ icon: 'flag-slash-r',
81
+ label: resolveString('amity_chat_option_unreport'),
82
+ onPress: () => {
83
+ var _handlers$onUnreport;
84
+ return (_handlers$onUnreport = handlers.onUnreport) === null || _handlers$onUnreport === void 0 ? void 0 : _handlers$onUnreport.call(handlers);
85
+ },
86
+ // Web: `!isOwn && !flagState.isLoading && isFlaggedByMe` (no isActive gate).
87
+ visible: !isOwn && !isFlagLoading && isFlaggedByMe
88
+ }, {
89
+ key: 'report',
90
+ icon: 'flag-r',
91
+ label: resolveString('amity_chat_option_report'),
92
+ onPress: () => handlers.onReport(message),
93
+ // Web: `!isOwn && !flagState.isLoading && !isFlaggedByMe`.
94
+ visible: !isOwn && !isFlagLoading && !isFlaggedByMe
95
+ }, {
96
+ key: 'delete',
97
+ icon: 'trash-r',
98
+ label: resolveString('amity_chat_option_delete'),
99
+ destructive: true,
100
+ onPress: handlers.onDelete,
101
+ // PDT-4155 (web PR 1818): a channel moderator can delete anyone's message,
102
+ // not just their own — web's `visible: isOwn || viewerIsModerator`. RN keeps
103
+ // its extra isActive gate so the option stays hidden on a failed/deleted
104
+ // message, where the messageId is empty and delete would throw.
105
+ visible: (isOwn || viewerIsModerator) && isActive
106
+ }];
107
+ const visible = items.filter(item => item.visible);
108
+ const trimmed = viewerIsMutedInChannel ? visible.filter(item => !MUTED_VICTIM_TRIMMED_KEYS.has(item.key)) : visible;
109
+ return trimmed.map(({
110
+ visible: _visible,
111
+ ...rest
112
+ }) => rest);
113
+ }
114
+
115
+ // 4. Named function component
116
+ export function AmityMessageActionMenu({
117
+ anchor,
118
+ message,
119
+ currentUserId,
120
+ handlers,
121
+ viewerIsMutedInChannel = false,
122
+ viewerIsModerator = false,
123
+ placement = 'bottom right'
124
+ }) {
125
+ var _message$myReactions;
126
+ const {
127
+ styles
128
+ } = useStyles();
129
+ const {
130
+ selectReaction
131
+ } = useMessageReactions();
132
+ const isOwn = !!currentUserId && message.creatorId === currentUserId;
133
+
134
+ // Web MessageActionsPopover queries "have I reported this?" to swap
135
+ // Report ↔ Unreport. Gate the query on the menu being open (like web's
136
+ // on-open popover) so we don't fire isMessageFlaggedByMe for every message in
137
+ // the list; only the viewer's own messages are never reportable.
138
+ const [menuOpen, setMenuOpen] = useState(false);
139
+ const {
140
+ isFlaggedByMe,
141
+ isLoading: isFlagLoading,
142
+ unreport,
143
+ refetch: refetchFlag
144
+ } = useFlagMessageQuery({
145
+ messageId: message.messageId,
146
+ enabled: menuOpen && !isOwn
147
+ });
148
+
149
+ // Web MessageActionsPopover renders a ReactionPicker above the menu for active
150
+ // (synced, non-deleted) messages; myReaction = first of message.myReactions.
151
+ const isActive = message.syncState === 'synced' && message.isDeleted !== true;
152
+ const myReaction = (((_message$myReactions = message.myReactions) === null || _message$myReactions === void 0 ? void 0 : _message$myReactions[0]) ?? null) || null;
153
+ const copyText = () => {
154
+ var _data;
155
+ const text = ((_data = message.data) === null || _data === void 0 ? void 0 : _data.text) ?? '';
156
+ if (text) Clipboard.setString(text);
157
+ handlers.onCopy();
158
+ };
159
+
160
+ // Inject the unreport handler (web wires it from the same flag query); refetch
161
+ // afterwards so the menu returns to Report.
162
+ const menuHandlers = {
163
+ ...handlers,
164
+ onUnreport: () => unreport({
165
+ onSuccess: refetchFlag
166
+ })
167
+ };
168
+ const items = buildMessageActionItems(message, currentUserId, menuHandlers, copyText, viewerIsMutedInChannel, viewerIsModerator, isFlaggedByMe, isFlagLoading);
169
+ if (items.length === 0) {
170
+ return /*#__PURE__*/React.createElement(React.Fragment, null, anchor({
171
+ isOpen: false,
172
+ isDesktop: true,
173
+ openPopover: () => {},
174
+ closePopover: () => {}
175
+ }));
176
+ }
177
+ return /*#__PURE__*/React.createElement(Popover, {
178
+ trigger: anchor,
179
+ placement: placement,
180
+ surface: false,
181
+ onOpen: () => setMenuOpen(true),
182
+ onClose: () => setMenuOpen(false)
183
+ }, ({
184
+ closePopover
185
+ }) => /*#__PURE__*/React.createElement(View, {
186
+ style: styles.content
187
+ }, isActive && /*#__PURE__*/React.createElement(View, {
188
+ style: styles.pickerCard
189
+ }, /*#__PURE__*/React.createElement(ReactionPicker, {
190
+ myReaction: myReaction,
191
+ onReactionClick: reactionName => {
192
+ selectReaction({
193
+ message,
194
+ reactionName
195
+ });
196
+ closePopover();
197
+ }
198
+ })), /*#__PURE__*/React.createElement(View, {
199
+ style: styles.menuCard
200
+ }, /*#__PURE__*/React.createElement(Menu, {
201
+ variant: "chat",
202
+ container: "popover"
203
+ }, items.map(item => /*#__PURE__*/React.createElement(Menu.Item, {
204
+ key: item.key,
205
+ icon: item.icon,
206
+ label: item.label,
207
+ destructive: item.destructive,
208
+ typography: "body",
209
+ onPress: () => {
210
+ item.onPress();
211
+ closePopover();
212
+ }
213
+ }))))));
214
+ }
215
+ //# sourceMappingURL=AmityMessageActionMenu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useState","View","Clipboard","Menu","Popover","resolveString","ReactionPicker","useMessageReactions","useFlagMessageQuery","useStyles","MUTED_VICTIM_TRIMMED_KEYS","Set","buildMessageActionItems","message","currentUserId","handlers","onCopyText","viewerIsMutedInChannel","viewerIsModerator","isFlaggedByMe","isFlagLoading","isOwn","creatorId","isText","dataType","isCustom","isImage","isSynced","syncState","isDeleted","isActive","items","key","icon","label","onPress","onEdit","visible","onReply","onSave","_handlers$onUnreport","onUnreport","call","onReport","destructive","onDelete","filter","item","trimmed","has","map","_visible","rest","AmityMessageActionMenu","anchor","placement","_message$myReactions","styles","selectReaction","menuOpen","setMenuOpen","isLoading","unreport","refetch","refetchFlag","messageId","enabled","myReaction","myReactions","copyText","_data","text","data","setString","onCopy","menuHandlers","onSuccess","length","React","createElement","Fragment","isOpen","isDesktop","openPopover","closePopover","trigger","surface","onOpen","onClose","style","content","pickerCard","onReactionClick","reactionName","menuCard","variant","container","Item","typography"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.tsx"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,SAASA,QAAQ,QAAwB,OAAO;AAChD,SAASC,IAAI,QAAQ,cAAc;AACnC,OAAOC,SAAS,MAAM,mCAAmC;;AAEzD;AACA,SAASC,IAAI,QAAQ,4CAA4C;AACjE,SACEC,OAAO,QAEF,+CAA+C;AAEtD,SAASC,aAAa,QAAQ,kCAAkC;AAChE,SAASC,cAAc,QAAQ,+BAA+B;AAC9D,SAASC,mBAAmB,QAAQ,iDAAiD;AACrF,SAASC,mBAAmB,QAAQ,qBAAqB;AACzD,SAASC,SAAS,QAAQ,UAAU;;AAEpC;;AAwCA,MAAMC,yBAAyB,GAAG,IAAIC,GAAG,CAAC,CACxC,MAAM,EACN,OAAO,EACP,QAAQ,EACR,UAAU,CACX,CAAC;AAEF,OAAO,SAASC,uBAAuBA,CACrCC,OAAsB,EACtBC,aAAwC,EACxCC,QAA+B,EAC/BC,UAAsB,EACtBC,sBAAsB,GAAG,KAAK,EAC9BC,iBAAiB,GAAG,KAAK,EACzBC,aAAa,GAAG,KAAK;AACrB;AACA;AACA;AACAC,aAAa,GAAG,KAAK,EACU;EAC/B,MAAMC,KAAK,GAAG,CAAC,CAACP,aAAa,IAAID,OAAO,CAACS,SAAS,KAAKR,aAAa;EACpE,MAAMS,MAAM,GAAGV,OAAO,CAACW,QAAQ,KAAK,MAAM;EAC1C,MAAMC,QAAQ,GAAGZ,OAAO,CAACW,QAAQ,KAAK,QAAQ;EAC9C,MAAME,OAAO,GAAGb,OAAO,CAACW,QAAQ,KAAK,OAAO;EAC5C,MAAMG,QAAQ,GAAGd,OAAO,CAACe,SAAS,KAAM,QAA4B;EACpE,MAAMC,SAAS,GAAGhB,OAAO,CAACgB,SAAS,KAAK,IAAI;EAC5C,MAAMC,QAAQ,GAAGH,QAAQ,IAAI,CAACE,SAAS;EAEvC,MAAME,KAAmB,GAAG,CAC1B;IACEC,GAAG,EAAE,MAAM;IACXC,IAAI,EAAE,OAAO;IACbC,KAAK,EAAE7B,aAAa,CAAC,wBAAwB,CAAC;IAC9C8B,OAAO,EAAEpB,QAAQ,CAACqB,MAAM;IACxBC,OAAO,EAAEhB,KAAK,IAAIE,MAAM,IAAIO;EAC9B,CAAC,EACD;IACEE,GAAG,EAAE,OAAO;IACZ;IACAC,IAAI,EAAE,cAAc;IACpBC,KAAK,EAAE7B,aAAa,CAAC,yBAAyB,CAAC;IAC/C8B,OAAO,EAAEpB,QAAQ,CAACuB,OAAO;IACzBD,OAAO,EAAEP;EACX,CAAC,EACD;IACEE,GAAG,EAAE,MAAM;IACXC,IAAI,EAAE,QAAQ;IACdC,KAAK,EAAE7B,aAAa,CAAC,wBAAwB,CAAC;IAC9C8B,OAAO,EAAEnB,UAAU;IACnBqB,OAAO,EAAE,CAACd,MAAM,IAAIE,QAAQ,KAAKK;EACnC,CAAC,EACD;IACEE,GAAG,EAAE,MAAM;IACXC,IAAI,EAAE,yBAAyB;IAC/BC,KAAK,EAAE7B,aAAa,CAAC,wBAAwB,CAAC;IAC9C8B,OAAO,EAAEpB,QAAQ,CAACwB,MAAM;IACxB;IACA;IACA;IACAF,OAAO,EAAEX,OAAO,IAAII;EACtB,CAAC,EACD;IACEE,GAAG,EAAE,UAAU;IACf;IACA;IACAC,IAAI,EAAE,cAAc;IACpBC,KAAK,EAAE7B,aAAa,CAAC,4BAA4B,CAAC;IAClD8B,OAAO,EAAEA,CAAA;MAAA,IAAAK,oBAAA;MAAA,QAAAA,oBAAA,GAAMzB,QAAQ,CAAC0B,UAAU,cAAAD,oBAAA,uBAAnBA,oBAAA,CAAAE,IAAA,CAAA3B,QAAsB,CAAC;IAAA;IACtC;IACAsB,OAAO,EAAE,CAAChB,KAAK,IAAI,CAACD,aAAa,IAAID;EACvC,CAAC,EACD;IACEa,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,QAAQ;IACdC,KAAK,EAAE7B,aAAa,CAAC,0BAA0B,CAAC;IAChD8B,OAAO,EAAEA,CAAA,KAAMpB,QAAQ,CAAC4B,QAAQ,CAAC9B,OAAO,CAAC;IACzC;IACAwB,OAAO,EAAE,CAAChB,KAAK,IAAI,CAACD,aAAa,IAAI,CAACD;EACxC,CAAC,EACD;IACEa,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,SAAS;IACfC,KAAK,EAAE7B,aAAa,CAAC,0BAA0B,CAAC;IAChDuC,WAAW,EAAE,IAAI;IACjBT,OAAO,EAAEpB,QAAQ,CAAC8B,QAAQ;IAC1B;IACA;IACA;IACA;IACAR,OAAO,EAAE,CAAChB,KAAK,IAAIH,iBAAiB,KAAKY;EAC3C,CAAC,CACF;EAED,MAAMO,OAAO,GAAGN,KAAK,CAACe,MAAM,CAAEC,IAAI,IAAKA,IAAI,CAACV,OAAO,CAAC;EACpD,MAAMW,OAAO,GAAG/B,sBAAsB,GAClCoB,OAAO,CAACS,MAAM,CAAEC,IAAI,IAAK,CAACrC,yBAAyB,CAACuC,GAAG,CAACF,IAAI,CAACf,GAAG,CAAC,CAAC,GAClEK,OAAO;EACX,OAAOW,OAAO,CAACE,GAAG,CAAC,CAAC;IAAEb,OAAO,EAAEc,QAAQ;IAAE,GAAGC;EAAK,CAAC,KAAKA,IAAI,CAAC;AAC9D;;AAEA;AACA,OAAO,SAASC,sBAAsBA,CAAC;EACrCC,MAAM;EACNzC,OAAO;EACPC,aAAa;EACbC,QAAQ;EACRE,sBAAsB,GAAG,KAAK;EAC9BC,iBAAiB,GAAG,KAAK;EACzBqC,SAAS,GAAG;AACe,CAAC,EAAE;EAAA,IAAAC,oBAAA;EAC9B,MAAM;IAAEC;EAAO,CAAC,GAAGhD,SAAS,CAAC,CAAC;EAC9B,MAAM;IAAEiD;EAAe,CAAC,GAAGnD,mBAAmB,CAAC,CAAC;EAEhD,MAAMc,KAAK,GAAG,CAAC,CAACP,aAAa,IAAID,OAAO,CAACS,SAAS,KAAKR,aAAa;;EAEpE;EACA;EACA;EACA;EACA,MAAM,CAAC6C,QAAQ,EAAEC,WAAW,CAAC,GAAG5D,QAAQ,CAAC,KAAK,CAAC;EAC/C,MAAM;IACJmB,aAAa;IACb0C,SAAS,EAAEzC,aAAa;IACxB0C,QAAQ;IACRC,OAAO,EAAEC;EACX,CAAC,GAAGxD,mBAAmB,CAAC;IACtByD,SAAS,EAAEpD,OAAO,CAACoD,SAAS;IAC5BC,OAAO,EAAEP,QAAQ,IAAI,CAACtC;EACxB,CAAC,CAAC;;EAEF;EACA;EACA,MAAMS,QAAQ,GACZjB,OAAO,CAACe,SAAS,KAAM,QAA4B,IACnDf,OAAO,CAACgB,SAAS,KAAK,IAAI;EAC5B,MAAMsC,UAAU,GACd,CAAC,EAAAX,oBAAA,GAAC3C,OAAO,CAACuD,WAAW,cAAAZ,oBAAA,uBAAnBA,oBAAA,CAAsB,CAAC,CAAC,KAA2B,IAAI,KAAK,IAAI;EAEpE,MAAMa,QAAQ,GAAGA,CAAA,KAAM;IAAA,IAAAC,KAAA;IACrB,MAAMC,IAAI,GAAG,EAAAD,KAAA,GAACzD,OAAO,CAA2B2D,IAAI,cAAAF,KAAA,uBAAvCA,KAAA,CAAyCC,IAAI,KAAI,EAAE;IAChE,IAAIA,IAAI,EAAErE,SAAS,CAACuE,SAAS,CAACF,IAAI,CAAC;IACnCxD,QAAQ,CAAC2D,MAAM,CAAC,CAAC;EACnB,CAAC;;EAED;EACA;EACA,MAAMC,YAAmC,GAAG;IAC1C,GAAG5D,QAAQ;IACX0B,UAAU,EAAEA,CAAA,KAAMqB,QAAQ,CAAC;MAAEc,SAAS,EAAEZ;IAAY,CAAC;EACvD,CAAC;EAED,MAAMjC,KAAK,GAAGnB,uBAAuB,CACnCC,OAAO,EACPC,aAAa,EACb6D,YAAY,EACZN,QAAQ,EACRpD,sBAAsB,EACtBC,iBAAiB,EACjBC,aAAa,EACbC,aACF,CAAC;EAED,IAAIW,KAAK,CAAC8C,MAAM,KAAK,CAAC,EAAE;IACtB,oBACEC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,QACG1B,MAAM,CAAC;MACN2B,MAAM,EAAE,KAAK;MACbC,SAAS,EAAE,IAAI;MACfC,WAAW,EAAEA,CAAA,KAAM,CAAC,CAAC;MACrBC,YAAY,EAAEA,CAAA,KAAM,CAAC;IACvB,CAAC,CACD,CAAC;EAEP;EAEA,oBACEN,KAAA,CAAAC,aAAA,CAAC3E,OAAO;IACNiF,OAAO,EAAE/B,MAAO;IAChBC,SAAS,EAAEA,SAAU;IACrB+B,OAAO,EAAE,KAAM;IACfC,MAAM,EAAEA,CAAA,KAAM3B,WAAW,CAAC,IAAI,CAAE;IAChC4B,OAAO,EAAEA,CAAA,KAAM5B,WAAW,CAAC,KAAK;EAAE,GAEjC,CAAC;IAAEwB;EAAa,CAAC,kBAChBN,KAAA,CAAAC,aAAA,CAAC9E,IAAI;IAACwF,KAAK,EAAEhC,MAAM,CAACiC;EAAQ,GACzB5D,QAAQ,iBACPgD,KAAA,CAAAC,aAAA,CAAC9E,IAAI;IAACwF,KAAK,EAAEhC,MAAM,CAACkC;EAAW,gBAC7Bb,KAAA,CAAAC,aAAA,CAACzE,cAAc;IACb6D,UAAU,EAAEA,UAAW;IACvByB,eAAe,EAAGC,YAAY,IAAK;MACjCnC,cAAc,CAAC;QAAE7C,OAAO;QAAEgF;MAAa,CAAC,CAAC;MACzCT,YAAY,CAAC,CAAC;IAChB;EAAE,CACH,CACG,CACP,eACDN,KAAA,CAAAC,aAAA,CAAC9E,IAAI;IAACwF,KAAK,EAAEhC,MAAM,CAACqC;EAAS,gBAC3BhB,KAAA,CAAAC,aAAA,CAAC5E,IAAI;IAAC4F,OAAO,EAAC,MAAM;IAACC,SAAS,EAAC;EAAS,GACrCjE,KAAK,CAACmB,GAAG,CAAEH,IAAI,iBACd+B,KAAA,CAAAC,aAAA,CAAC5E,IAAI,CAAC8F,IAAI;IACRjE,GAAG,EAAEe,IAAI,CAACf,GAAI;IACdC,IAAI,EAAEc,IAAI,CAACd,IAAK;IAChBC,KAAK,EAAEa,IAAI,CAACb,KAAM;IAClBU,WAAW,EAAEG,IAAI,CAACH,WAAY;IAC9BsD,UAAU,EAAC,MAAM;IACjB/D,OAAO,EAAEA,CAAA,KAAM;MACbY,IAAI,CAACZ,OAAO,CAAC,CAAC;MACdiD,YAAY,CAAC,CAAC;IAChB;EAAE,CACH,CACF,CACG,CACF,CACF,CAED,CAAC;AAEd","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export { AmityMessageActionMenu, buildMessageActionItems } from './AmityMessageActionMenu';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["AmityMessageActionMenu","buildMessageActionItems"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityMessageActionMenu/index.ts"],"mappings":"AAAA,SACEA,sBAAsB,EACtBC,uBAAuB,QAClB,0BAA0B","ignoreList":[]}
@@ -0,0 +1,55 @@
1
+ // Styles for AmityMessageActionMenu — ported from web MessageActionsPopover.
2
+ // Web's Dialog is a transparent `.messageActionsPopover` (flex column, 0.5rem gap)
3
+ // holding TWO independent floating surfaces: a reaction-picker pill above a menu
4
+ // card. We render on a surface-less Popover (`surface={false}`) and give each block
5
+ // its OWN surface (bg + radius + shadow) so they read as two separate floating
6
+ // elements — not one shared card. Colours resolve through design tokens.
7
+
8
+ import { StyleSheet } from 'react-native';
9
+ import { useToken } from '../../../../../core/design/theme/useToken';
10
+ import { AmityColorToken } from '../../../../../core/design/tokens/amity-color-tokens';
11
+ export const useStyles = () => {
12
+ const token = useToken();
13
+ const styles = StyleSheet.create({
14
+ // Transparent stack (surface-less popover): picker above menu, 0.5rem→8 gap.
15
+ content: {
16
+ flexDirection: 'column',
17
+ gap: 8
18
+ },
19
+ // Reaction-picker pill — its own floating surface (bg comes from ReactionPicker;
20
+ // this adds the pill radius + shadow + compact content width).
21
+ pickerCard: {
22
+ alignSelf: 'flex-start',
23
+ borderRadius: 20,
24
+ overflow: 'hidden',
25
+ shadowOffset: {
26
+ width: 0,
27
+ height: 4
28
+ },
29
+ shadowOpacity: 0.16,
30
+ shadowRadius: 16,
31
+ elevation: 8
32
+ },
33
+ // Menu card — its own floating surface (mirrors the standard popover card).
34
+ menuCard: {
35
+ alignSelf: 'stretch',
36
+ minWidth: 200,
37
+ borderRadius: 12,
38
+ overflow: 'hidden',
39
+ padding: 4,
40
+ backgroundColor: token(AmityColorToken.SurfacePopoverBackgroundDefault),
41
+ shadowOffset: {
42
+ width: 0,
43
+ height: 4
44
+ },
45
+ shadowOpacity: 0.16,
46
+ shadowRadius: 16,
47
+ elevation: 8
48
+ }
49
+ });
50
+ return {
51
+ styles,
52
+ token
53
+ };
54
+ };
55
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","useToken","AmityColorToken","useStyles","token","styles","create","content","flexDirection","gap","pickerCard","alignSelf","borderRadius","overflow","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","menuCard","minWidth","padding","backgroundColor","SurfacePopoverBackgroundDefault"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityMessageActionMenu/styles.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,2CAA2C;AACpE,SAASC,eAAe,QAAQ,sDAAsD;AAEtF,OAAO,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAGH,QAAQ,CAAC,CAAC;EAExB,MAAMI,MAAM,GAAGL,UAAU,CAACM,MAAM,CAAC;IAC/B;IACAC,OAAO,EAAE;MACPC,aAAa,EAAE,QAAQ;MACvBC,GAAG,EAAE;IACP,CAAC;IACD;IACA;IACAC,UAAU,EAAE;MACVC,SAAS,EAAE,YAAY;MACvBC,YAAY,EAAE,EAAE;MAChBC,QAAQ,EAAE,QAAQ;MAClBC,YAAY,EAAE;QAAEC,KAAK,EAAE,CAAC;QAAEC,MAAM,EAAE;MAAE,CAAC;MACrCC,aAAa,EAAE,IAAI;MACnBC,YAAY,EAAE,EAAE;MAChBC,SAAS,EAAE;IACb,CAAC;IACD;IACAC,QAAQ,EAAE;MACRT,SAAS,EAAE,SAAS;MACpBU,QAAQ,EAAE,GAAG;MACbT,YAAY,EAAE,EAAE;MAChBC,QAAQ,EAAE,QAAQ;MAClBS,OAAO,EAAE,CAAC;MACVC,eAAe,EAAEnB,KAAK,CAACF,eAAe,CAACsB,+BAA+B,CAAC;MACvEV,YAAY,EAAE;QAAEC,KAAK,EAAE,CAAC;QAAEC,MAAM,EAAE;MAAE,CAAC;MACrCC,aAAa,EAAE,IAAI;MACnBC,YAAY,EAAE,EAAE;MAChBC,SAAS,EAAE;IACb;EACF,CAAC,CAAC;EAEF,OAAO;IAAEd,MAAM;IAAED;EAAM,CAAC;AAC1B,CAAC","ignoreList":[]}