@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,1174 @@
1
+ {
2
+ "amity_add_blocked_url_comment_error_message": "ความคิดเห็นของคุณไม่ถูกโพสต์เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
3
+ "amity_chat_label_banned_from_chat": "คุณถูกแบนจากการแชท",
4
+ "amity_chat_label_banned_from_chat_description": "คุณจะไม่สามารถเข้าร่วมการแชทนี้ได้จนกว่าจะถูกยกเลิกการแบน",
5
+ "amity_chat_loading_label": "กำลังโหลดแชท...",
6
+ "amity_chat_toast_message_reported": "รายงานข้อความแล้ว",
7
+ "amity_chat_toast_moderator_promoted": "เลื่อนตำแหน่งผู้ดูแลแล้ว!",
8
+ "amity_chat_empty_state_no_messages_title": "ยังไม่มีข้อความ",
9
+ "amity_chat_empty_state_pending_post_description": "ผู้ใช้สามารถเริ่มส่งข้อความได้เมื่อโพสต์ได้รับการอนุมัติแล้ว",
10
+ "amity_chat_empty_state_start_conversation_description": "เป็นคนแรกที่เริ่มการสนทนา",
11
+ "amity_common_ad_ad_about_advertiser": "เกี่ยวกับผู้ลงโฆษณารายนี้",
12
+ "amity_common_ad_ad_about_title": "เกี่ยวกับโฆษณานี้",
13
+ "amity_common_ad_ad_why_description": "คุณเห็นโฆษณานี้เพราะถูกแสดงต่อผู้ใช้ทุกคนในระบบ",
14
+ "amity_common_ad_ad_why_title": "ทำไมถึงเห็นโฆษณานี้?",
15
+ "amity_common_ad_advertiser_name": "ชื่อผู้ลงโฆษณา: %1$s",
16
+ "amity_common_ad_sponsored": "ได้รับการสนับสนุน",
17
+ "amity_common_button_all": "ทั้งหมด",
18
+ "amity_common_button_cancel": "ยกเลิก",
19
+ "amity_common_button_delete": "ลบ",
20
+ "amity_common_button_no_reactions_yet": "ยังไม่มีปฏิกิริยา",
21
+ "amity_social_button_reaction_fire": "ไฟ",
22
+ "amity_social_button_reaction_grinning": "ยิ้มกว้าง",
23
+ "amity_social_button_reaction_happy": "มีความสุข",
24
+ "amity_social_button_reaction_like": "ถูกใจ",
25
+ "amity_social_button_reaction_love": "รัก",
26
+ "amity_social_button_reaction_sad": "เศร้า",
27
+ "amity_social_button_reaction_heart": "หัวใจ",
28
+ "amity_common_button_tap_to_remove_reaction": "แตะเพื่อลบปฏิกิริยา",
29
+ "amity_common_button_unable_to_load_reactions": "ไม่สามารถโหลดปฏิกิริยาได้",
30
+ "amity_common_join": "เข้าร่วม",
31
+ "amity_common_label_be_first_to_react": "เป็นคนแรกที่แสดงปฏิกิริยาต่อ %1$s นี้!",
32
+ "amity_common_label_follow_user_to_interact": "ติดตามผู้ใช้เพื่อโต้ตอบ",
33
+ "amity_common_label_join_community_to_interact": "เข้าร่วมชุมชนเพื่อโต้ตอบ",
34
+ "amity_common_time_just_now": "เมื่อกี้นี้",
35
+ "amity_common_time_time_days_suffix": "ว",
36
+ "amity_common_time_time_hours_suffix": "ชม",
37
+ "amity_common_time_time_minutes_suffix": "น",
38
+ "amity_common_time_time_seconds_suffix": "วิ",
39
+ "amity_livechat_notification_copy_message": "คัดลอกข้อความแล้ว",
40
+ "amity_loadMore": "โหลดเพิ่มเติม",
41
+ "amity_social_accept_button": "ยอมรับ",
42
+ "amity_social_banned_message": "จากกิจกรรมก่อนหน้าของคุณ บัญชีของคุณถูกแบนจากฟีดทั้งหมด",
43
+ "amity_social_button_add_blocked_words_comment_error_message": "ความคิดเห็นของคุณมีคำที่ไม่เหมาะสม กรุณาตรวจสอบและลบออก",
44
+ "amity_social_button_add_category": "เพิ่มหมวดหมู่",
45
+ "amity_social_button_add_link": "เพิ่มลิงก์",
46
+ "amity_social_button_add_member": "เพิ่มสมาชิก",
47
+ "amity_social_button_add_option": "เพิ่มตัวเลือก",
48
+ "amity_social_button_add_products": "เพิ่มสินค้า",
49
+ "amity_social_button_address": "ที่อยู่",
50
+ "amity_social_button_all_categories": "ทุกหมวดหมู่",
51
+ "amity_social_button_all_members": "สมาชิกทั้งหมด",
52
+ "amity_social_button_alt": "ALT",
53
+ "amity_social_button_attendees": "ผู้เข้าร่วม",
54
+ "amity_social_button_block": "บล็อก",
55
+ "amity_social_button_block_user": "บล็อกผู้ใช้",
56
+ "amity_social_button_by": "โดย",
57
+ "amity_social_button_by_creator": "โดย %s",
58
+ "amity_social_button_cancel": "ยกเลิก",
59
+ "amity_social_button_cancel_invitation": "ยกเลิกคำเชิญ",
60
+ "amity_social_button_cancel_request": "ยกเลิกคำขอ",
61
+ "amity_social_button_change_thumbnail": "เปลี่ยนภาพปก",
62
+ "amity_social_button_clip": "คลิป",
63
+ "amity_social_button_close_community": "ปิดชุมชน",
64
+ "amity_social_button_close_poll": "ปิดโพล",
65
+ "amity_social_button_co_hosting": "การเป็นเจ้าภาพร่วม",
66
+ "amity_social_button_cohost": "เจ้าภาพร่วม",
67
+ "amity_social_button_comment_deleted_message": "ความคิดเห็นนี้ถูกลบแล้ว",
68
+ "amity_social_button_comments": "ความคิดเห็น",
69
+ "amity_social_button_community": "ชุมชน",
70
+ "amity_social_button_community_add_member_button": "เชิญ",
71
+ "amity_social_button_community_and": "และ",
72
+ "amity_social_button_community_invitation_accept_button": "เข้าร่วม",
73
+ "amity_social_button_community_invitation_reject_button": "ปฏิเสธ",
74
+ "amity_social_button_community_require_approval": "%s ต้องได้รับการอนุมัติ",
75
+ "amity_social_button_community_requires_approval": "%s ต้องได้รับการอนุมัติ",
76
+ "amity_social_button_community_setup_about_description": "ใส่คำอธิบาย",
77
+ "amity_social_button_community_setup_categories_description": "เลือกหมวดหมู่",
78
+ "amity_social_button_community_setup_create_button": "สร้างชุมชน",
79
+ "amity_social_button_community_setup_edit_button": "บันทึก",
80
+ "amity_social_button_community_setup_image_button": "รูปภาพ",
81
+ "amity_social_button_confirm": "ยืนยัน",
82
+ "amity_social_button_copy": "คัดลอก",
83
+ "amity_social_button_copy_event_link": "คัดลอกลิงก์กิจกรรม",
84
+ "amity_social_button_create_event": "กิจกรรม",
85
+ "amity_social_button_decline": "ปฏิเสธ",
86
+ "amity_social_button_decline_pending_post_will_permanently_delete_the_select": "การปฏิเสธโพสต์ที่รอดำเนินการจะลบโพสต์ที่เลือกออกจากชุมชนอย่างถาวร",
87
+ "amity_social_button_delete": "ลบ",
88
+ "amity_social_button_delete_story": "ลบสตอรี่",
89
+ "amity_social_button_delete_comment": "ลบความคิดเห็น",
90
+ "amity_social_button_delete_comment_title": "ลบความคิดเห็น",
91
+ "amity_social_button_delete_comment_warning_message": "ความคิดเห็นนี้จะถูกลบอย่างถาวร",
92
+ "amity_social_button_delete_event": "ลบกิจกรรม",
93
+ "amity_social_button_delete_message_failed": "ไม่สามารถลบข้อความได้ กรุณาลองใหม่อีกครั้ง",
94
+ "amity_social_button_delete_post": "ลบโพสต์",
95
+ "amity_social_button_delete_post_title": "ลบโพสต์นี้?",
96
+ "amity_social_button_delete_reply": "ลบการตอบกลับ",
97
+ "amity_social_button_delete_reply_title": "ลบการตอบกลับ",
98
+ "amity_social_button_delete_reply_warning_message": "การตอบกลับนี้จะถูกลบอย่างถาวร",
99
+ "amity_social_button_delete_story_message": "สตอรี่นี้จะถูกลบอย่างถาวร คุณจะไม่สามารถดูหรือค้นหาสตอรี่นี้ได้อีกต่อไป",
100
+ "amity_social_button_delete_story_success": "ลบสตอรี่แล้ว",
101
+ "amity_social_button_delete_thumbnail": "ลบภาพปก",
102
+ "amity_social_button_demote": "ลดตำแหน่ง",
103
+ "amity_social_button_disable": "ปิดใช้งาน",
104
+ "amity_social_button_discard": "ยกเลิกการเปลี่ยนแปลง",
105
+ "amity_social_button_done": "เสร็จสิ้น",
106
+ "amity_social_button_edit": "แก้ไข",
107
+ "amity_social_button_edit_comment": "แก้ไขความคิดเห็น",
108
+ "amity_social_button_edit_event": "แก้ไขกิจกรรม",
109
+ "amity_social_button_edit_post": "แก้ไขโพสต์",
110
+ "amity_social_button_edit_profile": "แก้ไขโปรไฟล์",
111
+ "amity_social_button_edit_reply": "แก้ไขการตอบกลับ",
112
+ "amity_social_button_edit_user_save_button": "บันทึก",
113
+ "amity_social_button_edited_suffix": "(แก้ไขแล้ว)",
114
+ "amity_social_button_ends_on": "สิ้นสุดเมื่อ",
115
+ "amity_social_button_event_detail_header_status_cancelled": "ยกเลิกแล้ว",
116
+ "amity_social_button_event_details": "รายละเอียดกิจกรรม",
117
+ "amity_social_button_event_feed_past": "ที่ผ่านมา",
118
+ "amity_social_button_event_name": "ชื่อกิจกรรม",
119
+ "amity_social_button_event_progress_not_saved": "ความคืบหน้าของคุณจะไม่ถูกบันทึก และกิจกรรมของคุณจะไม่ถูกสร้าง",
120
+ "amity_social_button_event_setup_ends_on": "สิ้นสุดเมื่อ",
121
+ "amity_social_button_event_type": "ประเภทกิจกรรม",
122
+ "amity_social_button_event_unsaved_changes": "การเปลี่ยนแปลงที่คุณทำอาจไม่ถูกบันทึก",
123
+ "amity_social_button_featured": "แนะนำ",
124
+ "amity_social_button_feed_comment_count_plural": "%d ความคิดเห็น",
125
+ "amity_social_button_feed_comment_count_singular": "%d ความคิดเห็น",
126
+ "amity_social_button_file_too_large": "ไฟล์ใหญ่เกินไป",
127
+ "amity_social_button_followers": "ผู้ติดตาม",
128
+ "amity_social_button_following": "กำลังติดตาม",
129
+ "amity_social_button_go_back": "กลับ",
130
+ "amity_social_button_going": "จะไป",
131
+ "amity_social_button_happening_now": "กำลังเกิดขึ้นตอนนี้",
132
+ "amity_social_button_host": "เจ้าภาพ",
133
+ "amity_social_button_hosted_by": "จัดโดย",
134
+ "amity_social_button_image_poll": "โพลรูปภาพ",
135
+ "amity_social_button_in_person": "พบปะด้วยตนเอง",
136
+ "amity_social_button_inappropriate_image": "รูปภาพไม่เหมาะสม",
137
+ "amity_social_button_invitation_sent": "ส่งคำเชิญแล้ว",
138
+ "amity_social_button_invite": "เชิญ",
139
+ "amity_social_button_invite_co_host": "เชิญเจ้าภาพร่วม",
140
+ "amity_social_button_invite_member": "เชิญสมาชิก",
141
+ "amity_social_button_joined": "เข้าร่วมแล้ว",
142
+ "amity_social_button_keep_editing": "แก้ไขต่อ",
143
+ "amity_social_button_leave": "ออก",
144
+ "amity_social_button_leave_as_co_host": "ออกจากการเป็นเจ้าภาพร่วม",
145
+ "amity_social_button_leave_community": "ออกจากชุมชน",
146
+ "amity_social_button_leave_community_error_title": "ไม่สามารถออกจากชุมชนได้",
147
+ "amity_social_button_livestream_deleted_page_desc": "เนื้อหาที่คุณกำลังมองหาไม่พร้อมใช้งาน",
148
+ "amity_social_button_livestream_unavailable_desc": "เนื้อหาที่คุณกำลังมองหาไม่พร้อมใช้งาน",
149
+ "amity_social_button_location": "ตำแหน่งที่ตั้ง",
150
+ "amity_social_button_member_count_plural": "%s สมาชิก",
151
+ "amity_social_button_member_count_singular": "%s สมาชิก",
152
+ "amity_social_button_member": "สมาชิก",
153
+ "amity_social_button_members": "สมาชิก",
154
+ "amity_social_button_message_deleted": "ข้อความนี้ถูกลบแล้ว",
155
+ "amity_social_button_message_reported": "รายงานข้อความแล้ว",
156
+ "amity_social_button_message_unreported": "ยกเลิกการรายงานข้อความแล้ว",
157
+ "amity_social_button_moderators": "ผู้ดูแล",
158
+ "amity_social_button_multiple_selection": "เลือกหลายรายการ",
159
+ "amity_social_button_mute": "ปิดเสียง",
160
+ "amity_social_button_mute_user": "ปิดเสียงผู้ใช้",
161
+ "amity_social_button_my_communities": "ชุมชนของฉัน",
162
+ "amity_social_button_my_timeline": "ไทม์ไลน์ของฉัน",
163
+ "amity_social_button_next": "ถัดไป",
164
+ "amity_social_button_no": "ไม่",
165
+ "amity_social_button_no_votes": "ยังไม่มีการโหวต",
166
+ "amity_social_button_not_going": "ไม่ไป",
167
+ "amity_social_button_ok": "ตกลง",
168
+ "amity_social_button_option_number": "ตัวเลือก %d",
169
+ "amity_social_button_options": "ตัวเลือก",
170
+ "amity_social_button_others": "อื่นๆ",
171
+ "amity_social_button_past_events": "กิจกรรมที่ผ่านมา",
172
+ "amity_social_button_pending": "รอดำเนินการ",
173
+ "amity_social_button_pending_invitation": "คำเชิญที่รอดำเนินการ",
174
+ "amity_social_button_pending_post_accept_button": "ยอมรับ",
175
+ "amity_social_button_accept_invite": "ยอมรับ",
176
+ "amity_social_button_pending_post_decline_button": "ปฏิเสธ",
177
+ "amity_social_button_pending_requests": "คำขอที่รอดำเนินการ",
178
+ "amity_social_button_poll": "โพล",
179
+ "amity_social_button_story": "สตอรี่",
180
+ "amity_social_button_poll_duration": "ระยะเวลาโพล",
181
+ "amity_social_button_poll_duration_1_day": "1 วัน",
182
+ "amity_social_button_poll_duration_14_days": "14 วัน",
183
+ "amity_social_button_poll_duration_3_days": "3 วัน",
184
+ "amity_social_button_poll_duration_30_days": "30 วัน",
185
+ "amity_social_button_poll_duration_7_days": "7 วัน",
186
+ "amity_social_button_poll_ended": "โพลสิ้นสุดแล้ว",
187
+ "amity_social_button_poll_question": "คำถามโพล",
188
+ "amity_social_button_poll_upload_image": "อัปโหลดรูปภาพ",
189
+ "amity_social_button_post_accepted": "ยอมรับโพสต์แล้ว",
190
+ "amity_social_button_post_composer_create_button": "โพสต์",
191
+ "amity_social_button_post_composer_edit_button": "บันทึก",
192
+ "amity_social_button_post_composer_file_button": "ไฟล์แนบ",
193
+ "amity_social_button_post_composer_image_button": "รูปภาพ",
194
+ "amity_social_button_post_composer_video_button": "วิดีโอ",
195
+ "amity_social_button_post_declined": "ปฏิเสธโพสต์แล้ว",
196
+ "amity_social_button_post_deleted": "ลบโพสต์แล้ว",
197
+ "amity_social_button_post_menu_type_poll": "โพล",
198
+ "amity_social_button_post_reported": "รายงานโพสต์แล้ว",
199
+ "amity_social_button_post_to": "โพสต์ไปที่",
200
+ "amity_social_button_post_unreported": "ยกเลิกรายงานโพสต์แล้ว",
201
+ "amity_social_button_product_already_tagged": "แท็กแล้ว",
202
+ "amity_social_button_products_tagged": "สินค้าที่แท็กแล้ว",
203
+ "amity_social_button_promote": "โปรโมต",
204
+ "amity_social_button_publish": "เผยแพร่",
205
+ "amity_social_button_reconnecting": "กำลังเชื่อมต่อใหม่",
206
+ "amity_social_button_remove": "ลบออก",
207
+ "amity_social_button_remove_end_date": "ลบวันสิ้นสุด",
208
+ "amity_social_button_remove_link": "ลบลิงก์",
209
+ "amity_social_button_reply": "ตอบกลับ",
210
+ "amity_social_button_reply_deleted_message": "ข้อความตอบกลับนี้ถูกลบแล้ว",
211
+ "amity_social_button_report_comment": "รายงานความคิดเห็น",
212
+ "amity_social_button_report_message": "รายงานข้อความ",
213
+ "amity_social_button_report_other_reason_optional": "(ไม่บังคับ)",
214
+ "amity_social_button_report_post": "รายงานโพสต์",
215
+ "amity_social_button_report_reason": "เหตุผลในการรายงาน",
216
+ "amity_social_button_report_reply_v4": "รายงานการตอบกลับ",
217
+ "amity_social_button_report_submit_button": "ส่ง",
218
+ "amity_social_button_report_user": "รายงานผู้ใช้",
219
+ "amity_social_button_request_to_join": "ขอเข้าร่วม",
220
+ "amity_social_button_requests": "คำขอ",
221
+ "amity_social_button_retry": "ลองอีกครั้ง",
222
+ "amity_social_button_review_post": "ตรวจสอบโพสต์",
223
+ "amity_social_button_rsvp": "ตอบรับ",
224
+ "amity_social_button_save": "บันทึก",
225
+ "amity_social_button_see_more": "ดูเพิ่มเติม",
226
+ "amity_social_button_see_results": "ดูผลลัพธ์",
227
+ "amity_social_button_select_livestream_target_my_timeline": "ไทม์ไลน์ของฉัน",
228
+ "amity_social_button_select_poll_target_my_timeline": "ไทม์ไลน์ของฉัน",
229
+ "amity_social_button_select_post_target_my_timeline": "ไทม์ไลน์ของฉัน",
230
+ "amity_social_button_setup_create_button": "สร้างชุมชน",
231
+ "amity_social_button_share_story": "แชร์สตอรี่",
232
+ "amity_social_button_social_home_communities_button": "ชุมชน",
233
+ "amity_social_button_social_home_create_community": "สร้างชุมชน",
234
+ "amity_social_button_social_home_create_post_button": "โพสต์",
235
+ "amity_social_button_social_home_create_story_button": "สตอรี่",
236
+ "amity_social_button_social_home_events_button": "กิจกรรม",
237
+ "amity_social_button_social_home_explore_button": "สำรวจชุมชน",
238
+ "amity_social_button_social_home_for_you_button": "สำหรับคุณ",
239
+ "amity_social_feed_caught_up_aria_label": "สิ้นสุดฟีดสำหรับคุณ",
240
+ "amity_social_feed_caught_up_cta": "ดูที่ติดตาม",
241
+ "amity_social_feed_caught_up_title": "คุณดูครบทุกโพสต์แล้ว",
242
+ "amity_social_button_social_home_newsfeed_button": "นิวส์ฟีด",
243
+ "amity_social_button_starts": "เริ่มต้น",
244
+ "amity_social_button_tag_products": "แท็กสินค้า",
245
+ "amity_social_button_tagged_products": "สินค้าที่แท็กแล้ว",
246
+ "amity_social_button_tagged_products_archived_info": "ไม่แสดงในรายการ",
247
+ "amity_social_button_tagged_products_empty_action": "เพิ่มสินค้า",
248
+ "amity_social_button_text_only_poll": "โพลแบบข้อความเท่านั้น",
249
+ "amity_social_button_timezone": "เขตเวลา",
250
+ "amity_social_button_trending_now": "กำลังเป็นที่นิยม",
251
+ "amity_social_button_unblock": "เลิกบล็อก",
252
+ "amity_social_button_unblock_user": "เลิกบล็อกผู้ใช้",
253
+ "amity_social_button_unfollow": "เลิกติดตาม",
254
+ "amity_social_button_unmute": "เปิดเสียง",
255
+ "amity_social_button_unmute_user": "เปิดเสียงผู้ใช้",
256
+ "amity_social_button_unreport_comment": "ยกเลิกรายงานความคิดเห็น",
257
+ "amity_social_button_unreport_message": "ยกเลิกรายงานข้อความ",
258
+ "amity_social_button_unreport_post": "ยกเลิกรายงานโพสต์",
259
+ "amity_social_button_unreport_reply": "ยกเลิกรายงานการตอบกลับ",
260
+ "amity_social_button_unreport_user": "ยกเลิกรายงานผู้ใช้",
261
+ "amity_social_button_unvote": "ยกเลิกการโหวต",
262
+ "amity_social_button_uploading": "กำลังอัปโหลด…",
263
+ "amity_social_button_user_blocked": "บล็อกผู้ใช้แล้ว",
264
+ "amity_social_button_user_follow_button": "ติดตาม",
265
+ "amity_social_button_user_following_button": "กำลังติดตาม",
266
+ "amity_social_button_user_muted": "ปิดเสียงผู้ใช้แล้ว",
267
+ "amity_social_button_user_profile_feed_option_user": "โพสต์ในโปรไฟล์",
268
+ "amity_social_button_user_profile_follower": "ผู้ติดตาม",
269
+ "amity_social_button_user_profile_following": "กำลังติดตาม",
270
+ "amity_social_button_user_reported": "รายงานผู้ใช้แล้ว",
271
+ "amity_social_button_user_unblock_button": "เลิกบล็อก",
272
+ "amity_social_button_user_unblocked": "เลิกบล็อกผู้ใช้แล้ว",
273
+ "amity_social_button_user_unmuted": "เปิดเสียงผู้ใช้แล้ว",
274
+ "amity_social_button_user_unreported": "ยกเลิกรายงานผู้ใช้แล้ว",
275
+ "amity_social_button_view": "ดู",
276
+ "amity_social_button_view_all": "ดูทั้งหมด",
277
+ "amity_social_button_view_all_comments": "ดูความคิดเห็นทั้งหมด...",
278
+ "amity_social_button_view_post": "ดูโพสต์",
279
+ "amity_social_button_virtual": "ออนไลน์",
280
+ "amity_social_button_poll_voter": "%@ โหวต",
281
+ "amity_social_button_poll_voters": "%@ โหวต",
282
+ "amity_social_button_vote": "โหวต",
283
+ "amity_social_button_vote_removed": "ลบการโหวตแล้ว",
284
+ "amity_social_button_whos_watching": "ใครกำลังดูอยู่",
285
+ "amity_social_button_yes": "ใช่",
286
+ "amity_social_camera_placeholder_loading_description": "กำลังเตรียมกล้องและไมโครโฟนของคุณ",
287
+ "amity_social_camera_placeholder_no_camera_description": "ไม่พบกล้องของคุณ กรุณาตรวจสอบให้แน่ใจว่าเชื่อมต่อ ติดตั้ง และไม่ถูกบล็อกอย่างถูกต้อง และตรวจสอบว่าไม่มีแอปอื่นใช้งานอยู่",
288
+ "amity_social_status_allow_camera_desc": "การดำเนินการนี้ช่วยให้คุณบันทึกและสตรีมสดจากอุปกรณ์นี้ได้",
289
+ "amity_social_camera_preview_loading": "กำลังโหลดกล้อง...",
290
+ "amity_social_cancel_co_host_invitation": "ยกเลิกคำเชิญผู้ร่วมโฮสต์",
291
+ "amity_social_canceled_to_join_the_community": "ยกเลิกการเข้าร่วมชุมชนแล้ว",
292
+ "amity_social_close_community_msg": "สมาชิกทั้งหมดจะถูกลบออกจากชุมชน โพสต์ ข้อความ ปฏิกิริยา และสื่อทั้งหมดที่แชร์ในชุมชนจะถูกลบ ไม่สามารถยกเลิกการกระทำนี้ได้",
293
+ "amity_social_co_host_left_the_stage": "ผู้ร่วมโฮสต์ออกจากเวทีแล้ว",
294
+ "amity_social_comment_report_failed": "ไม่สามารถรายงานความคิดเห็นได้ กรุณาลองอีกครั้ง",
295
+ "amity_social_comment_unreport_failed": "ไม่สามารถยกเลิกรายงานความคิดเห็นได้ กรุณาลองอีกครั้ง",
296
+ "amity_social_community_setting_page_edit_profile_text": "โปรไฟล์ชุมชน",
297
+ "amity_social_community_setup_page_community_add_member_button_text": "เพิ่ม",
298
+ "amity_social_community_setup_page_community_privacy_public_description_text": "ชุมชนสามารถค้นพบได้โดยทุกคน เนื้อหาสามารถมองเห็นได้โดยทุกคน",
299
+ "amity_social_confirm_invite_co_host": "ยืนยันการเชิญผู้ร่วมโฮสต์",
300
+ "amity_social_couldnt_load_chat": "ไม่สามารถโหลดแชทได้",
301
+ "amity_social_creating": "กำลังสร้าง...",
302
+ "amity_social_button_delete_post_warning_message": "โพสต์นี้จะถูกลบอย่างถาวร คุณจะไม่สามารถดูและค้นหาโพสต์นี้ได้อีก",
303
+ "amity_social_delete_this_event": "ลบกิจกรรมนี้หรือไม่?",
304
+ "amity_social_delete_this_story": "ลบสตอรี่นี้หรือไม่?",
305
+ "amity_social_disable_product_tagging_description": "หากคุณปิดใช้งานตัวเลือกนี้ ผู้ร่วมโฮสต์จะไม่สามารถเพิ่ม ลบ หรือปักหมุดสินค้าในการสตรีมสดนี้ได้",
306
+ "amity_social_modal_dialog_title_discard_story": "ยกเลิกสตอรี่นี้หรือไม่?",
307
+ "amity_social_edit_tags": "แก้ไขแท็ก",
308
+ "amity_social_empty_feed_no_posts": "ไม่มีโพสต์",
309
+ "amity_social_empty_state_empty_clip_feed": "ยังไม่มีคลิป",
310
+ "amity_social_empty_state_empty_user_image_feed": "ยังไม่มีรูปภาพ",
311
+ "amity_social_empty_state_empty_user_video_feed": "ยังไม่มีวิดีโอ",
312
+ "amity_social_empty_state_no_comments_yet": "ยังไม่มีความคิดเห็น",
313
+ "amity_social_empty_state_tagged_products_empty_title": "ยังไม่มีสินค้าที่แท็ก",
314
+ "amity_social_empty_state_tagged_products_empty_desc": "คุณสามารถเพิ่มหรือลบสินค้าได้ทุกเมื่อ และปักหมุดเพื่อควบคุมสิ่งที่ผู้ชมเห็นระหว่างการสตรีมสด",
315
+ "amity_social_ending_live_stream": "กำลังสิ้นสุดการสตรีมสด",
316
+ "amity_social_error_add_blocked_links_post_error_message": "โพสต์ของคุณไม่ถูกโพสต์เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
317
+ "amity_social_error_add_reply_parent_deleted_error_message": "ความคิดเห็นนี้ไม่พร้อมใช้งานอีกต่อไป",
318
+ "amity_social_error_close_community_error_title": "ไม่สามารถปิดชุมชนได้",
319
+ "amity_social_error_community_invitation_unavailable_error": "คำเชิญนี้ไม่พร้อมใช้งานอีกต่อไป",
320
+ "amity_social_error_reply_no_longer_available_error_message": "การตอบกลับนี้ไม่พร้อมใช้งานอีกต่อไป",
321
+ "amity_social_error_upload_failed_title": "การอัปโหลดล้มเหลว",
322
+ "amity_social_event_detail_status_ended": "สิ้นสุดแล้ว",
323
+ "amity_social_event_info_event_address": "ที่อยู่กิจกรรม",
324
+ "amity_social_event_no_access_description": "คุณต้องเป็นสมาชิกเพื่อดูกิจกรรมนี้",
325
+ "amity_social_event_no_access_title": "กิจกรรมนี้มาจากชุมชนส่วนตัว",
326
+ "amity_social_event_platform": "แพลตฟอร์ม",
327
+ "amity_social_event_stream_status_recorded": "บันทึกแล้ว",
328
+ "amity_social_event_stream_status_upcoming_live": "สตรีมสดที่กำลังจะมาถึง",
329
+ "amity_social_exit_picture_in_picture": "ออกจากโหมดภาพในภาพ",
330
+ "amity_social_explore_community_button": "สำรวจชุมชน",
331
+ "amity_social_failed_to_accept_post_please_try_again": "ไม่สามารถยอมรับโพสต์ได้ กรุณาลองอีกครั้ง",
332
+ "amity_social_toast_cancel_request_failed": "ไม่สามารถยกเลิกคำขอของคุณได้ กรุณาลองอีกครั้ง",
333
+ "amity_social_failed_to_copy_link": "ไม่สามารถคัดลอกลิงก์ได้",
334
+ "amity_social_failed_to_decline_follow_request": "ไม่สามารถปฏิเสธคำขอติดตามได้",
335
+ "amity_social_failed_to_decline_post_please_try_again": "ไม่สามารถปฏิเสธโพสต์ได้ กรุณาลองอีกครั้ง",
336
+ "amity_social_failed_to_delete_post_post_has_been_deleted": "ไม่สามารถลบโพสต์ได้ โพสต์ถูกลบไปแล้ว",
337
+ "amity_social_failed_to_share_story": "ไม่สามารถแชร์สตอรี่ได้",
338
+ "amity_social_failed_to_shared_story_please_try_again": "ไม่สามารถแชร์สตอรี่ได้ กรุณาลองอีกครั้ง",
339
+ "amity_social_failed_to_unfollow_user": "ไม่สามารถเลิกติดตามผู้ใช้ได้",
340
+ "amity_social_failed_to_update_community_story_permissions_please_try_again": "ไม่สามารถอัปเดตสิทธิ์สตอรี่ชุมชนได้ กรุณาลองอีกครั้ง",
341
+ "amity_social_failed_to_update_your_attending_status_please_try_again": "ไม่สามารถอัปเดตสถานะการเข้าร่วมได้ โปรดลองอีกครั้ง",
342
+ "amity_social_featured_post_edit_warning": "โพสต์ที่คุณกำลังแก้ไขได้รับการแนะนำในระดับสากล หากคุณแก้ไขโพสต์ จะต้องได้รับการอนุมัติใหม่ และจะไม่ถูกแนะนำในระดับสากลอีกต่อไป",
343
+ "amity_social_general_anonymous": "ไม่ระบุตัวตน",
344
+ "amity_social_invitation_accepted": "ยอมรับคำเชิญแล้ว",
345
+ "amity_social_join_community": "เข้าร่วมชุมชน",
346
+ "amity_social_join_community_and_rsvp": "เข้าร่วมชุมชนและตอบรับ",
347
+ "amity_social_join_community_to_continue": "เข้าร่วมชุมชนเพื่อดำเนินการต่อ",
348
+ "amity_social_label_about_the_event": "เกี่ยวกับกิจกรรม",
349
+ "amity_social_label_add_end_date_and_time": "เพิ่มวันและเวลาสิ้นสุด",
350
+ "amity_social_label_allow_co_host_to_manage_product_tags": "อนุญาตให้ผู้ร่วมโฮสต์จัดการแท็กสินค้า",
351
+ "amity_social_label_allow_comments_on_community_stories": "อนุญาตให้แสดงความคิดเห็นในสตอรี่ชุมชน",
352
+ "amity_social_label_back_to_poll": "กลับไปที่โพล",
353
+ "amity_social_label_choose_poll_type": "เลือกประเภทโพล",
354
+ "amity_social_modal_dialog_video_upload_error": "กรุณาเลือกวิดีโอที่มีขนาดไฟล์เล็กกว่านี้",
355
+ "amity_social_label_close_community_description": "การปิดชุมชนนี้จะลบหน้าชุมชนและเนื้อหาและความคิดเห็นทั้งหมด",
356
+ "amity_social_label_cohost_accepted_invitation": "ผู้ร่วมโฮสต์ยอมรับคำเชิญแล้ว",
357
+ "amity_social_label_cohost_backstage_title": "เตรียมตัวให้พร้อมก่อนเริ่มสตรีมสด",
358
+ "amity_social_label_cohost_declined_invitation": "ผู้ร่วมโฮสต์ปฏิเสธคำเชิญแล้ว",
359
+ "amity_social_label_comment_compose_bar_reply_to": "ตอบกลับ ",
360
+ "amity_social_label_comment_over_mentionees_limit": "คุณถึงขีดจำกัดการแท็กผู้ใช้สูงสุด 30 คนในโพสต์แล้ว",
361
+ "amity_social_label_comments_disabled_message": "ความคิดเห็นถูกปิดใช้งานสำหรับสตอรี่นี้",
362
+ "amity_social_label_community_information_title": "ข้อมูลชุมชน",
363
+ "amity_social_label_community_invitation_accept_success": "คุณเข้าร่วม %s แล้ว",
364
+ "amity_social_label_community_invitation_invited_you": "เชิญคุณแล้ว",
365
+ "amity_social_label_community_invitation_message_template": "%s เชิญคุณเข้าร่วม %s",
366
+ "amity_social_label_community_join_request_label": "คำขอเข้าร่วม",
367
+ "amity_social_label_community_join_requests_label": "คำขอเข้าร่วม",
368
+ "amity_social_label_community_members_label": "สมาชิก",
369
+ "amity_social_label_community_post_label": "โพสต์",
370
+ "amity_social_label_community_posts_label": "โพสต์",
371
+ "amity_social_label_community_posts_pending_review": "โพสต์ของคุณรอการตรวจสอบ",
372
+ "amity_social_label_community_setup_about_optional_title": "(ไม่บังคับ)",
373
+ "amity_social_label_community_setup_about_title": "เกี่ยวกับ",
374
+ "amity_social_label_community_setup_category_title": "หมวดหมู่",
375
+ "amity_social_label_community_setup_create_title": "สร้างชุมชน",
376
+ "amity_social_label_community_setup_edit_title": "แก้ไขชุมชน",
377
+ "amity_social_label_community_setup_invite_members_description": "พวกเขาจะเข้าร่วมเป็นสมาชิกหลังจากยอมรับคำเชิญของคุณ",
378
+ "amity_social_label_community_setup_invite_members_title": "เชิญสมาชิก",
379
+ "amity_social_label_community_setup_membership_description": "ต้องได้รับการอนุมัติจากผู้ดูแล",
380
+ "amity_social_label_community_setup_membership_title": "การเป็นสมาชิก",
381
+ "amity_social_label_community_setup_name_description": "ตั้งชื่อชุมชนของคุณ",
382
+ "amity_social_label_community_setup_name_title": "ชื่อชุมชน",
383
+ "amity_social_label_community_setup_privacy_private_and_hidden_description": "ชุมชนและเนื้อหาถูกซ่อนจากผู้ที่ไม่ใช่สมาชิก และไม่สามารถค้นพบผ่านการค้นหาได้",
384
+ "amity_social_label_community_setup_privacy_private_and_hidden_title": "ส่วนตัวและซ่อน",
385
+ "amity_social_label_community_setup_privacy_private_and_visible_description": "ชุมชนสามารถค้นพบได้โดยทุกคน เนื้อหาถูกซ่อนจากผู้ที่ไม่ใช่สมาชิก",
386
+ "amity_social_label_community_setup_privacy_private_and_visible_title": "ส่วนตัวและมองเห็นได้",
387
+ "amity_social_label_community_setup_privacy_private_description": "เฉพาะสมาชิกที่ได้รับเชิญจากผู้ดูแลเท่านั้นที่สามารถเข้าร่วม ดู และค้นหาโพสต์ในชุมชนนี้ได้",
388
+ "amity_social_label_community_setup_privacy_public_title": "สาธารณะ",
389
+ "amity_social_label_community_setup_privacy_title": "ความเป็นส่วนตัว",
390
+ "amity_social_label_copy_post_link": "คัดลอกลิงก์โพสต์",
391
+ "amity_social_label_create_account_or_sign_in": "สร้างบัญชีหรือเข้าสู่ระบบเพื่อดำเนินการต่อ",
392
+ "amity_social_label_create_livestream_terminated_question": "หมายความว่าอะไร?",
393
+ "amity_social_label_customize_link_text": "ปรับแต่งข้อความลิงก์",
394
+ "amity_social_label_date_and_time": "วันที่และเวลา",
395
+ "amity_social_label_declining_a_join_request_is_irreversible_the_user_must_": "การปฏิเสธคำขอเข้าร่วมไม่สามารถย้อนกลับได้ ผู้ใช้ต้องส่งคำขอใหม่หากถูกปฏิเสธ",
396
+ "amity_social_decline_follow_request_message": "การปฏิเสธคำขอติดตามไม่สามารถย้อนกลับได้ ผู้ใช้ต้องส่งคำขอใหม่หากถูกปฏิเสธ",
397
+ "amity_social_label_demote_to_member": "ลดระดับเป็นสมาชิก",
398
+ "amity_social_label_edit_post_community_requires_approval_content": "การโพสต์ในชุมชนนี้ต้องได้รับการอนุมัติ โพสต์ที่แก้ไขของคุณจะถูกเผยแพร่เมื่อได้รับการอนุมัติจากผู้ดูแลชุมชน",
399
+ "amity_social_label_editing_is_not_possible": "ไม่สามารถแก้ไขได้",
400
+ "amity_social_label_enter_address_of_where_this_event_will_be_happening": "ป้อนที่อยู่ของสถานที่จัดงาน",
401
+ "amity_social_label_enter_valid_url": "กรุณาป้อน URL ที่ถูกต้อง",
402
+ "amity_social_label_enter_whitelisted_url": "กรุณาป้อน URL ที่อยู่ในรายการที่อนุญาต",
403
+ "amity_social_label_event_location_title": "สถานที่",
404
+ "amity_social_label_event_platform_external": "แพลตฟอร์มภายนอก",
405
+ "amity_social_label_event_platform_external_description": "ผู้ใช้จะเข้าร่วมงานบนแพลตฟอร์มภายนอก",
406
+ "amity_social_label_event_platform_livestream_description": "ผู้ใช้สามารถเข้าร่วมไลฟ์สตรีมบนแอปหรือเว็บไซต์",
407
+ "amity_social_label_event_select_location": "เลือกสถานที่จัดงาน",
408
+ "amity_social_label_event_date_tomorrow": "พรุ่งนี้ %1$s ถึง %2$s",
409
+ "amity_social_label_event_date_other": "%1$s ถึง %2$s",
410
+ "amity_social_label_file_exceeds_max_upload": "ไฟล์เกินขนาดที่อนุญาตสำหรับการอัปโหลด",
411
+ "amity_social_label_file_size_exceed_limit": "ขนาดไฟล์เกินขีดจำกัดที่กำหนด",
412
+ "amity_social_label_find_community_or_create_your_own": "ค้นหาชุมชนหรือสร้างของคุณเอง",
413
+ "amity_social_label_follow_request_accepted": "%1$s กำลังติดตามคุณอยู่",
414
+ "amity_social_label_follow_request_declined": "ปฏิเสธคำขอติดตามแล้ว",
415
+ "amity_social_label_image_add_alt_text_title": "ข้อความ Alt",
416
+ "amity_social_label_image_alt_text_updated_message": "อัปเดตข้อความ Alt แล้ว",
417
+ "amity_social_label_image_edit_alt_text_title": "แก้ไขข้อความ Alt",
418
+ "amity_social_label_invite_as_co_host": "เชิญเป็นผู้ร่วมโฮสต์",
419
+ "amity_social_label_join_as_co_host": "เข้าร่วมเป็นผู้ร่วมโฮสต์",
420
+ "amity_social_label_join_request_accepted": "ยอมรับคำขอเข้าร่วมแล้ว",
421
+ "amity_social_label_join_request_declined": "ปฏิเสธคำขอเข้าร่วมแล้ว",
422
+ "amity_social_modal_dialog_join_request_sent": "ส่งคำขอเข้าร่วมแล้ว คุณจะได้รับการแจ้งเตือนเมื่อคำขอได้รับการยอมรับ",
423
+ "amity_social_label_join_request_unavailable": "คำขอเข้าร่วมนี้ไม่สามารถใช้งานได้อีกต่อไป",
424
+ "amity_social_tab_tab_join_requests_count": "คำขอเข้าร่วม (%s)",
425
+ "amity_social_label_join_this_community_to_see_its_content_and_members": "เข้าร่วมชุมชนนี้เพื่อดูเนื้อหาและสมาชิก",
426
+ "amity_social_label_join_to_attend_events": "เป็นสมาชิกของ %s เพื่อเข้าร่วมงานและร่วมสนทนา",
427
+ "amity_social_label_joined_community": "คุณเข้าร่วม %s แล้ว",
428
+ "amity_social_label_left_stage": "คุณออกจากเวทีแล้วและกำลังรับชมในฐานะผู้ชม",
429
+ "amity_social_label_let_participants_vote_more_than_one_option": "ให้ผู้เข้าร่วมโหวตได้มากกว่าหนึ่งตัวเลือก",
430
+ "amity_social_modal_dialog_link_limit": "คุณสามารถเพิ่มได้สูงสุด %s ลิงก์ต่อโพสต์",
431
+ "amity_social_label_livestream_deleted_page_title": "เกิดข้อผิดพลาดบางอย่าง",
432
+ "amity_social_label_livestream_description": "คำอธิบาย",
433
+ "amity_social_label_livestream_post_thumbnail_unavailable_title": "สตรีมนี้ไม่พร้อมใช้งานในขณะนี้",
434
+ "amity_social_label_livestream_read_only_description": "สมาชิกที่ไม่ใช่ผู้สตรีมสามารถอ่านข้อความได้แต่ไม่สามารถส่งข้อความได้",
435
+ "amity_social_label_livestream_title": "ชื่อไลฟ์",
436
+ "amity_social_label_manage_blocked_users": "จัดการผู้ใช้ที่ถูกบล็อก",
437
+ "amity_social_label_max_upload_limit_message": "คุณถึงขีดจำกัดการอัปโหลด 10 %@ แล้ว %@ เพิ่มเติมจะไม่ถูกบันทึก",
438
+ "amity_social_label_msg_blocked_word": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีคำที่ถูกบล็อก",
439
+ "amity_social_label_msg_link_not_allowed": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
440
+ "amity_social_label_name_your_event": "ตั้งชื่องานของคุณ",
441
+ "amity_social_label_new_follow_requests": "คำขอติดตามใหม่",
442
+ "amity_social_label_follow_requests": "คำขอติดตาม (%1$d)",
443
+ "amity_social_label_no_community_yet": "ยังไม่มีชุมชน",
444
+ "amity_social_label_no_community_yet_2": "ยังไม่มีชุมชน",
445
+ "amity_social_label_no_events_yet": "ยังไม่มีงาน",
446
+ "amity_social_label_no_pending_posts": "ไม่มีโพสต์ที่รอดำเนินการ",
447
+ "amity_social_label_no_pinned_posts_yet": "ยังไม่มีโพสต์ที่ปักหมุด",
448
+ "amity_social_label_no_pending_requests": "ไม่มีคำขอที่รอดำเนินการ",
449
+ "amity_social_button_pending_join_accept_button": "ยอมรับ",
450
+ "amity_social_button_pending_join_decline_button": "ปฏิเสธ",
451
+ "amity_social_label_no_requests_to_review": "ไม่มีคำขอที่ต้องตรวจสอบ",
452
+ "amity_social_label_no_description_available": "ไม่มีคำอธิบาย",
453
+ "amity_social_label_no_results_found": "ไม่พบผลลัพธ์",
454
+ "amity_social_label_nothing_here_yet": "ยังไม่มีอะไรที่นี่",
455
+ "amity_social_label_optional": "(ไม่บังคับ)",
456
+ "amity_social_label_other_products_label": "สินค้าอื่นๆ",
457
+ "amity_social_label_pinned_product_label": "สินค้าที่ปักหมุด",
458
+ "amity_social_label_playback_unavailable": "ไม่สามารถเล่นได้",
459
+ "amity_social_label_please_try_again": "กรุณาลองอีกครั้ง",
460
+ "amity_social_label_poll_min_options_with_images": "โพลต้องมีอย่างน้อย 2 ตัวเลือก และต้องอัปโหลดรูปภาพสำหรับทุกตัวเลือก",
461
+ "amity_social_label_poll_options_desc": "โพลต้องมีอย่างน้อย 2 ตัวเลือก",
462
+ "amity_social_label_post_composer_edit_title": "แก้ไขโพสต์",
463
+ "amity_social_label_post_composer_post_updates_sent_for_review_title": "การอัปเดตโพสต์ถูกส่งเพื่อตรวจสอบ",
464
+ "amity_social_label_post_label_singular": "โพสต์",
465
+ "amity_social_label_product_tag_added": "เพิ่มแท็กสินค้าแล้ว",
466
+ "amity_social_label_product_tag_pinned": "ปักหมุดแท็กสินค้าแล้ว",
467
+ "amity_social_label_product_tag_removed": "ลบแท็กสินค้าแล้ว",
468
+ "amity_social_label_product_tag_unpinned": "เลิกปักหมุดแท็กสินค้าแล้ว",
469
+ "amity_social_label_product_tagging_unavailable_description": "สินค้าที่คุณแท็กไว้จะถูกลบออกและจะไม่แสดงให้ผู้ชมเห็น",
470
+ "amity_social_label_product_tags_added": "เพิ่มแท็กสินค้าแล้ว",
471
+ "amity_social_label_products_tagged_in_photo": "สินค้าที่แท็กในรูปภาพนี้",
472
+ "amity_social_label_products_tagged_in_post": "สินค้าที่แท็กในโพสต์นี้",
473
+ "amity_social_label_products_tagged_in_video": "สินค้าที่แท็กในวิดีโอนี้",
474
+ "amity_social_label_promote_to_moderator": "เลื่อนระดับเป็นผู้ดูแล",
475
+ "amity_social_label_recommended_for_you": "แนะนำสำหรับคุณ",
476
+ "amity_social_label_remove_from_community": "ลบออกจากชุมชน",
477
+ "amity_social_label_report_other_reason_desc": "อธิบายเหตุผลของคุณ",
478
+ "amity_social_label_rsvp_after_join": "คุณจะสามารถตอบรับได้เมื่อคำขอเข้าร่วมของคุณได้รับการยอมรับ",
479
+ "amity_social_label_see_full_results": "ดูผลลัพธ์ทั้งหมด",
480
+ "amity_social_label_see_more_option": "ดูเพิ่มอีก %d ตัวเลือก",
481
+ "amity_social_label_see_more_options": "ดูเพิ่มอีก %d ตัวเลือก",
482
+ "amity_social_label_select_multiple_options": "เลือกหนึ่งตัวเลือกหรือมากกว่า",
483
+ "amity_social_label_select_one_option": "เลือกหนึ่งตัวเลือก",
484
+ "amity_social_label_social_home_header_label": "ชุมชน",
485
+ "amity_social_label_start_typing_to_search": "เริ่มพิมพ์เพื่อค้นหาสินค้า",
486
+ "amity_social_label_search_my_communities": "ค้นหาชุมชนของฉัน",
487
+ "amity_social_label_story_could_not_be_loaded": "ไม่สามารถโหลดสตอรีนี้ได้",
488
+ "amity_social_label_text_contains_blocklisted": "ข้อความของคุณมีคำที่อยู่ในรายการบล็อก",
489
+ "amity_social_label_this_clip_is_no_longer_available": "คลิปนี้ไม่สามารถใช้งานได้อีกต่อไป",
490
+ "amity_social_label_this_community_is_private": "ชุมชนนี้เป็นชุมชนส่วนตัว",
491
+ "amity_social_label_this_photo_is_no_longer_available": "รูปภาพนี้ไม่สามารถใช้งานได้อีกต่อไป",
492
+ "amity_social_label_this_video_is_no_longer_available": "วิดีโอนี้ไม่สามารถใช้งานได้อีกต่อไป",
493
+ "amity_social_label_title_comments": "ความคิดเห็น",
494
+ "amity_social_label_title_optional": "ชื่อเรื่อง (ไม่บังคับ)",
495
+ "amity_social_label_title_posts": "โพสต์",
496
+ "amity_social_label_title_story_comments": "ความคิดเห็นในสตอรี",
497
+ "amity_social_label_turn_on_to_receive_comments_on_stories_in_this_communit": "เปิดใช้งานเพื่อรับความคิดเห็นบนสตอรีในชุมชนนี้",
498
+ "amity_social_label_unable_to_load_comments": "ไม่สามารถโหลดความคิดเห็นได้",
499
+ "amity_social_label_unable_to_mention": "ไม่สามารถกล่าวถึงได้",
500
+ "amity_social_label_pin_label": "ปักหมุด",
501
+ "amity_social_label_unpin_label": "เลิกปักหมุด",
502
+ "amity_social_label_upload_new_image": "อัปโหลดรูปภาพใหม่",
503
+ "amity_social_label_user_block_message_format": "%s จะไม่สามารถเห็นโพสต์และความคิดเห็นที่คุณสร้างได้ พวกเขาจะไม่ได้รับการแจ้งเตือนว่าคุณบล็อกพวกเขา",
504
+ "amity_social_label_user_demoted": "ลดระดับเป็นสมาชิกเรียบร้อยแล้ว!",
505
+ "amity_social_label_user_profile_feed_option_community": "โพสต์ชุมชนสาธารณะ",
506
+ "amity_social_modal_dialog_unblock_user_description": "เขาจะสามารถเห็นโพสต์และความคิดเห็นที่คุณสร้างได้อีกครั้ง พวกเขาจะไม่ได้รับการแจ้งเตือนว่าคุณเลิกบล็อคพวกเขา",
507
+ "amity_social_label_view_more_replies": "ดูการตอบกลับเพิ่มเติม",
508
+ "amity_social_label_view_replies": "ดู %d การตอบกลับ",
509
+ "amity_social_label_view_reply": "ดู %d การตอบกลับ",
510
+ "amity_social_label_visit_website": "เยี่ยมชมเว็บไซต์",
511
+ "amity_social_label_voted_by_you": "โหวตโดยคุณ",
512
+ "amity_social_label_voted_by_participants": "โหวตโดย %s ผู้เข้าร่วม",
513
+ "amity_social_label_voted_by_1_participant": "โหวตโดย 1 ผู้เข้าร่วม",
514
+ "amity_social_button_poll_answer_result_voted_by_and_you": "และคุณ",
515
+ "amity_social_label_waiting_for_approval": "รอการอนุมัติ",
516
+ "amity_social_label_waiting_for_cohost": "รอผู้ร่วมโฮสต์เตรียมตัว…",
517
+ "amity_social_label_waiting_for_network": "รอการเชื่อมต่อเครือข่าย...",
518
+ "amity_social_label_watch_next_clip": "ดูคลิปถัดไป",
519
+ "amity_social_label_who_can_post_on_this_community": "ใครสามารถโพสต์ในชุมชนนี้ได้บ้าง",
520
+ "amity_social_label_you_can_always_close_the_poll_before_the_set_duration": "คุณสามารถปิดโพลได้ตลอดเวลาก่อนระยะเวลาที่กำหนด",
521
+ "amity_social_label_you_can_control_who_can_create_posts_in_your_community": "คุณสามารถควบคุมได้ว่าใครสามารถสร้างโพสต์ในชุมชนของคุณได้",
522
+ "amity_social_label_you_can_no_longer_edit_this_event_changes_are_restricte": "คุณไม่สามารถแก้ไขกิจกรรมนี้ได้อีกต่อไป การเปลี่ยนแปลงถูกจำกัด 15 นาทีก่อนเวลาเริ่มต้น",
523
+ "amity_social_label_you_have_been_muted": "คุณถูกปิดเสียงแล้ว",
524
+ "amity_social_label_you_re_in_the_backstage": "คุณอยู่ในพื้นที่เบื้องหลัง",
525
+ "amity_social_leave_as_cohost_message": "ออกจากการเป็นโฮสต์ร่วม",
526
+ "amity_social_leave_backstage": "ออกจากพื้นที่เบื้องหลัง",
527
+ "amity_social_leave_live_stream": "ออกจากไลฟ์สตรีม",
528
+ "amity_social_leaving_stage": "กำลังออกจากเวที…",
529
+ "amity_social_live_setting": "การตั้งค่าไลฟ์",
530
+ "amity_social_livestream_backstage": "พื้นที่เบื้องหลังไลฟ์สตรีม",
531
+ "amity_social_label_banned_title": "คุณถูกแบนแล้ว",
532
+ "visitor_usage_limit_title": "คุณถึงขีดจำกัดรายวันแล้ว",
533
+ "visitor_usage_limit_subtitle": "สร้างบัญชีหรือเข้าสู่ระบบเพื่อสำรวจคอมมูนิตี้ต่อไป",
534
+ "visitor_usage_limit_sign_in": "เข้าสู่ระบบ",
535
+ "visitor_usage_limit_toast": "สร้างบัญชีหรือเข้าสู่ระบบเพื่อดำเนินการต่อ",
536
+ "amity_social_livestream_player": "เครื่องเล่นไลฟ์สตรีม",
537
+ "amity_social_livestream_reconnecting_message": "กำลังเชื่อมต่อใหม่...",
538
+ "amity_social_livestream_terminated_body": "เนื้อหาการสิ้นสุดไลฟ์สตรีม",
539
+ "amity_social_button_create_livestream_terminated_desc": "ดูเหมือนว่าไลฟ์สตรีมของคุณขัดต่อแนวทางการกลั่นกรองเนื้อหาของเรา\n",
540
+ "amity_social_livestream_terminated_second_reason": "จะไม่มีการเล่นซ้ำของไลฟ์สตรีมนี้ในฟีดใดๆ",
541
+ "amity_social_loading": "กำลังโหลด...",
542
+ "amity_social_member_demote_success": "ลดตำแหน่งสมาชิกสำเร็จ",
543
+ "amity_social_member_removed_toast": "นำสมาชิกออกจากชุมชนนี้แล้ว",
544
+ "amity_common_label_message_not_sent": "ข้อความของคุณไม่ถูกส่ง",
545
+ "amity_social_message_too_long": "ข้อความของคุณยาวเกินไป กรุณาย่อข้อความแล้วลองอีกครั้ง",
546
+ "amity_social_message_unreport_failed": "ไม่สามารถยกเลิกการรายงานข้อความนี้ได้ กรุณาลองอีกครั้ง",
547
+ "amity_social_modal_add_calendar_sheet_add_button": "เพิ่มในปฏิทิน",
548
+ "amity_social_modal_add_calendar_sheet_description": "คุณยังสามารถติดตามกิจกรรมนี้ได้โดยเพิ่มลงในปฏิทินของอุปกรณ์ของคุณ",
549
+ "amity_social_modal_alert_cancel_cohost_invitation_message": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกคำเชิญนี้? พวกเขาจะไม่ถูกเชิญเป็นโฮสต์ร่วมอีกต่อไปและจะยังคงเป็นผู้ชม",
550
+ "amity_social_modal_alert_cohost_leave_message": "คุณแน่ใจหรือไม่ว่าต้องการออกจากการสตรีมสดนี้? คุณจะหยุดการออกอากาศและออกจากเซสชันทั้งหมด",
551
+ "amity_social_modal_alert_remove_button": "นำออก",
552
+ "amity_social_modal_community_invitation_reject_dialog_subtitle": "หากคุณเปลี่ยนใจ คุณจะต้องส่งคำขอเข้าร่วมอีกครั้ง",
553
+ "amity_social_modal_community_invitation_reject_dialog_title": "ปฏิเสธคำเชิญ?",
554
+ "amity_social_modal_community_setup_dialog_change_privacy_title": "เปลี่ยนการตั้งค่าความเป็นส่วนตัวของชุมชน?",
555
+ "amity_social_modal_community_setup_dialog_change_privacy_message": "ชุมชนนี้มีโพสต์ที่โดดเด่นทั่วโลก การเปลี่ยนชุมชนจากสาธารณะเป็นส่วนตัวจะทำให้โพสต์เหล่านี้ไม่ปรากฏเป็นโพสต์ที่โดดเด่นทั่วโลก",
556
+ "amity_social_modal_community_setup_dialog_leave_edit_description": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการเปลี่ยนแปลง? ข้อมูลจะสูญหายเมื่อคุณออกจากหน้านี้",
557
+ "amity_social_modal_community_setup_dialog_leave_edit_title": "มีการเปลี่ยนแปลงที่ยังไม่บันทึก",
558
+ "amity_social_modal_create_livestream_discard_livestream_dialog_confirm_text": "ยกเลิก",
559
+ "amity_social_modal_create_livestream_discard_livestream_dialog_desc": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการเปลี่ยนแปลง? ข้อมูลจะสูญหายเมื่อคุณออกจากหน้านี้",
560
+ "amity_social_modal_create_livestream_discard_livestream_dialog_title": "มีการเปลี่ยนแปลงที่ยังไม่บันทึก",
561
+ "amity_social_modal_create_livestream_end_livestream_dialog_confirm_text": "สิ้นสุด",
562
+ "amity_social_modal_create_livestream_end_livestream_dialog_desc": "หากคุณสิ้นสุดไลฟ์สตรีม ผู้ชมทุกคนของคุณจะสิ้นสุดด้วยเช่นกัน",
563
+ "amity_social_modal_create_livestream_end_livestream_dialog_title": "สิ้นสุดไลฟ์สตรีม?",
564
+ "amity_social_modal_dialog_banned_from_community": "คุณจะไม่สามารถโพสต์และโต้ตอบในชุมชนนี้ได้อีกต่อไป",
565
+ "amity_social_modal_dialog_cancel_button": "ยกเลิก",
566
+ "amity_social_modal_dialog_cancel_unsaved_changes": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิก? การเปลี่ยนแปลงของคุณจะไม่ถูกบันทึก",
567
+ "amity_social_modal_dialog_close_button": "ปิด",
568
+ "amity_social_modal_dialog_cohost_invitation_description": "หาก %s ยอมรับคำเชิญของคุณ พวกเขาจะกลายเป็นผู้ร่วมโฮสต์ที่มีสิทธิ์ผู้ดูแล ผู้ร่วมโฮสต์สามารถเปิดกล้องและไมค์ ปรากฏบนเวทีร่วมกับคุณ และช่วยจัดการแชทในกิจกรรมได้",
569
+ "amity_social_modal_dialog_content_too_many_users_mentioned": "คุณสามารถกล่าวถึงได้สูงสุด %d ผู้ใช้ต่อข้อความ",
570
+ "amity_social_modal_dialog_delete_event_description": "กิจกรรมนี้จะถูกลบอย่างถาวร คุณและผู้อื่นจะไม่สามารถเห็นและค้นหากิจกรรมนี้ได้อีกต่อไป",
571
+ "amity_social_modal_dialog_delete_message_description": "ข้อความนี้จะถูกลบออกจากอุปกรณ์ของเพื่อนคุณด้วย",
572
+ "amity_social_modal_dialog_delete_message_title": "ลบข้อความนี้?",
573
+ "amity_social_modal_dialog_demote_moderator_description": "คุณแน่ใจหรือไม่ว่าต้องการลดตำแหน่งผู้ดูแลนี้? พวกเขาจะสูญเสียสิทธิ์การเข้าถึงสิทธิ์ผู้ดูแลทั้งหมดในไลฟ์สตรีมนี้",
574
+ "amity_social_modal_dialog_discard_button": "ยกเลิก",
575
+ "amity_social_modal_dialog_discard_changes_description": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการเปลี่ยนแปลง? ข้อมูลจะสูญหายเมื่อคุณออกจากหน้านี้",
576
+ "amity_social_modal_dialog_discard_changes_title": "ยกเลิกการเปลี่ยนแปลง",
577
+ "amity_social_modal_dialog_discard_clip": "คลิปจะถูกลบทิ้งอย่างถาวร ไม่สามารถยกเลิกได้",
578
+ "amity_social_modal_dialog_discard_post": "โพสต์จะถูกลบทิ้งอย่างถาวร ไม่สามารถยกเลิกได้",
579
+ "amity_social_modal_dialog_discard_story_body": "สตอรี่จะถูกลบทิ้งอย่างถาวร ไม่สามารถยกเลิกได้",
580
+ "amity_social_modal_dialog_generic_error": "อุ๊ปส์! เกิดข้อผิดพลาด กรุณาลองอีกครั้งในภายหลัง",
581
+ "amity_social_modal_dialog_hashtag_limit": "คุณสามารถเพิ่มแฮชแท็กได้สูงสุด %d แฮชแท็กต่อโพสต์",
582
+ "amity_social_modal_dialog_image_upload_error": "กรุณาเลือกรูปภาพอื่นเพื่ออัปโหลด",
583
+ "amity_social_modal_dialog_leave_button": "ออก",
584
+ "amity_social_modal_dialog_mute_user_description": "คุณแน่ใจหรือไม่ว่าต้องการปิดเสียงผู้ใช้นี้? พวกเขาจะไม่สามารถส่งข้อความได้อีกต่อไป",
585
+ "amity_social_modal_dialog_pending_requests_warning": "กรุณาจัดการคำขอเหล่านี้ก่อนปิดการอนุมัติการเป็นสมาชิก",
586
+ "amity_social_modal_dialog_post_pending_approval": "โพสต์ของคุณถูกส่งไปยังรายการรอดำเนินการแล้ว จะถูกเผยแพร่เมื่อได้รับการอนุมัติจากผู้ดูแลชุมชน",
587
+ "amity_social_modal_dialog_product_tag_limit": "คุณสามารถแท็กได้สูงสุด 20 สินค้าต่อโพสต์",
588
+ "amity_social_modal_dialog_promote_moderator_description": "คุณแน่ใจหรือไม่ว่าต้องการเลื่อนตำแหน่งสมาชิกนี้เป็นผู้ดูแล? พวกเขาจะได้รับสิทธิ์การเข้าถึงสิทธิ์ผู้ดูแลทั้งหมดในไลฟ์สตรีมนี้",
589
+ "amity_social_modal_dialog_remove_story_link": "ลิงก์นี้จะถูกลบออกจากสตอรี่",
590
+ "amity_social_modal_dialog_something_went_wrong": "เกิดข้อผิดพลาด กรุณาลองอีกครั้งในภายหลัง",
591
+ "amity_social_modal_dialog_title_block_user": "บล็อกผู้ใช้?",
592
+ "amity_social_modal_dialog_title_close_community": "ปิดชุมชน?",
593
+ "amity_social_modal_dialog_title_close_poll": "ปิดโพล?",
594
+ "amity_social_modal_dialog_poll_duration_warning": "ระยะเวลาโพลที่คุณตั้งไว้จะถูกละเว้นและโพลของคุณจะถูกปิดทันที",
595
+ "amity_social_modal_dialog_title_confirm_mute": "ยืนยันการปิดเสียง",
596
+ "amity_social_modal_dialog_title_confirm_unmute": "ยืนยันการเปิดเสียง",
597
+ "amity_social_modal_dialog_title_disable_cohost_product_tags": "ปิดการควบคุมแท็กสินค้าของโฮสต์ร่วม?",
598
+ "amity_social_modal_dialog_title_discard_clip": "ยกเลิกคลิปนี้?",
599
+ "amity_social_modal_dialog_title_discard_post": "ยกเลิกโพสต์นี้?",
600
+ "amity_social_modal_dialog_title_discard_product_selection": "ยกเลิกการเลือกสินค้า?",
601
+ "amity_social_modal_dialog_title_discard_product_tags": "ยกเลิกแท็กสินค้า",
602
+ "amity_social_modal_dialog_title_edit_globally_featured": "แก้ไขโพสต์ที่แนะนำทั่วโลก?",
603
+ "amity_social_modal_dialog_title_leave_community": "ออกจากชุมชน?",
604
+ "amity_social_modal_dialog_title_leave_without_finishing": "ออกโดยไม่เสร็จสิ้น?",
605
+ "amity_social_modal_dialog_title_link_limit_reached": "ถึงจำนวนจำกัดของลิงก์แล้ว",
606
+ "amity_social_modal_dialog_title_max_file_size_limit": "ถึงขนาดไฟล์สูงสุดแล้ว",
607
+ "amity_social_modal_dialog_title_max_upload_limit": "ถึงจำนวนการอัปโหลดสูงสุดแล้ว",
608
+ "amity_social_modal_dialog_title_moderator_demotion": "การลดตำแหน่งผู้ดูแล",
609
+ "amity_social_modal_dialog_title_moderator_promotion": "การเลื่อนตำแหน่งผู้ดูแล",
610
+ "amity_social_modal_dialog_title_pending_join_requests": "คุณมีคำขอเข้าร่วมที่รอดำเนินการ",
611
+ "amity_social_modal_dialog_title_product_tag_limit_reached": "ถึงจำนวนจำกัดของแท็กสินค้าแล้ว",
612
+ "amity_social_modal_dialog_title_remove_link": "ลบลิงก์?",
613
+ "amity_social_modal_dialog_title_unable_to_follow_user": "ไม่สามารถติดตามผู้ใช้นี้ได้",
614
+ "amity_social_modal_dialog_title_unblock_user": "ยกเลิกการบล็อกผู้ใช้?",
615
+ "amity_social_modal_dialog_title_unfollow_user": "เลิกติดตามผู้ใช้นี้?",
616
+ "amity_social_modal_dialog_title_unsaved_changes": "มีการเปลี่ยนแปลงที่ยังไม่บันทึก",
617
+ "amity_social_modal_dialog_unmute_user_description": "คุณแน่ใจหรือไม่ว่าต้องการเปิดเสียงผู้ใช้นี้? พวกเขาสามารถส่งข้อความได้แล้ว",
618
+ "amity_social_modal_event_detail_alert_leave_without_finishing_title": "ออกโดยไม่เสร็จสิ้น?",
619
+ "amity_social_modal_post_composer_hashtag_limit_alert_title": "ถึงจำนวนจำกัดของแฮชแท็กแล้ว",
620
+ "amity_social_modal_setup_alert_message": "ความคืบหน้าของคุณจะไม่ถูกบันทึกและชุมชนของคุณจะไม่ถูกสร้าง",
621
+ "amity_social_button_moderator_leave_community_error_msg": "คุณเป็นผู้ดูแลเพียงคนเดียวในกลุ่มนี้ หากต้องการออกจากชุมชน กรุณาแต่งตั้งสมาชิกคนอื่นเป็นผู้ดูแลก่อน",
622
+ "amity_social_tab_tab_my_events": "กิจกรรมของฉัน",
623
+ "amity_social_name_your_live": "ตั้งชื่อไลฟ์ของคุณ",
624
+ "amity_social_no_camera_found": "ไม่พบกล้อง",
625
+ "amity_social_no_image_available": "ไม่มีรูปภาพ",
626
+ "amity_social_no_post_to_review": "ไม่มีโพสต์ที่ต้องตรวจสอบ",
627
+ "amity_social_no_viewers_title": "ไม่มีผู้ชม",
628
+ "amity_social_normal": "ปกติ",
629
+ "amity_social_notification_no_notifications": "ไม่มีการแจ้งเตือน",
630
+ "amity_social_notification_notification_older": "เก่ากว่า",
631
+ "amity_social_notification_notification_recent": "ล่าสุด",
632
+ "amity_social_overlay_leaving_stage_description": "คุณจะกลับไปเป็นผู้ชมไลฟ์สตรีมในไม่ช้า",
633
+ "amity_social_overlay_starting_description": "กรุณารอในขณะที่เรากำลังเตรียมสตรีมของคุณ...",
634
+ "amity_social_permission_community_permission_title": "สิทธิ์ของชุมชน",
635
+ "amity_social_permission_community_setting_post_permission": "สิทธิ์การโพสต์",
636
+ "amity_social_permission_post_permission_admin_review": "ต้องการการตรวจสอบจากผู้ดูแล",
637
+ "amity_social_permission_post_permission_everyone": "ทุกคนสามารถโพสต์ได้",
638
+ "amity_social_permission_post_permission_only_admin": "เฉพาะผู้ดูแลเท่านั้นที่สามารถโพสต์ได้",
639
+ "amity_social_permission_title_allow_camera_mic_access": "อนุญาตให้เข้าถึง\\nกล้องและไมโครโฟนของคุณ",
640
+ "amity_social_pick_date_and_time": "เลือกวันและเวลา",
641
+ "amity_social_picture_in_picture": "ภาพในภาพ",
642
+ "amity_social_pin_product": "ปักหมุดสินค้า",
643
+ "amity_social_placeholder_chat_hint": "แชท…",
644
+ "amity_social_placeholder_comment_text_field_placeholder": "พูดอะไรดีๆ สักอย่าง...",
645
+ "amity_social_placeholder_community_search_placeholder": "เริ่มค้นหาโดยพิมพ์อย่างน้อย 3 ตัวอักษร",
646
+ "amity_social_placeholder_event_link_hint": "ลิงก์กิจกรรม",
647
+ "amity_social_placeholder_hint_poll_headline": "ตั้งหัวข้อโพลของคุณ",
648
+ "amity_social_placeholder_hyperlink_name_hint": "ตั้งชื่อลิงก์",
649
+ "amity_social_placeholder_hyperlink_url_hint": "https://example.com",
650
+ "amity_social_placeholder_image_alt_text_hint_message": "อธิบายรูปภาพนี้สั้นๆ เพื่อช่วยให้ผู้ใช้ที่มีความบกพร่องทางสายตาเข้าใจเนื้อหา",
651
+ "amity_social_placeholder_report_text_placeholder": "แชร์รายละเอียดเพิ่มเติมเกี่ยวกับปัญหานี้",
652
+ "amity_social_placeholder_search_member_hint": "ค้นหาสมาชิก",
653
+ "amity_social_placeholder_search_product_hint": "ค้นหาตามชื่อสินค้า",
654
+ "amity_social_placeholder_search_user_hint": "ค้นหาผู้ใช้",
655
+ "amity_social_placeholder_whats_on_your_mind": "คุณคิดอะไรอยู่?",
656
+ "amity_social_playback_speed": "ความเร็วการเล่น",
657
+ "amity_social_player_unavailable_message": "ไม่สามารถใช้งานเครื่องเล่นได้",
658
+ "amity_social_please_select_at_least_one_member": "กรุณาเลือกสมาชิกอย่างน้อยหนึ่งคน",
659
+ "amity_social_poll_closed": "ปิดโพลแล้ว",
660
+ "amity_social_poll_post_composer_page_ends_on": "สิ้นสุดเมื่อ %s เวลา %s",
661
+ "amity_social_error_poll_option_char_limit_error": "ตัวเลือกโพลต้องไม่เกิน %d ตัวอักษร",
662
+ "amity_social_error_poll_question_char_limit_error": "คำถามโพลต้องไม่เกิน %d ตัวอักษร",
663
+ "amity_social_post_composer_body_placeholder": "คุณคิดอะไรอยู่?",
664
+ "amity_social_product_tagging_disabled_content": "คุณไม่สามารถจัดการสินค้าที่แท็กในไลฟ์สตรีมนี้ได้อีกต่อไป สินค้าที่แท็กทั้งหมดถูกลบออกและจะไม่แสดงต่อผู้ชม",
665
+ "amity_social_product_tags_have_been_updated": "อัปเดตแท็กสินค้าแล้ว",
666
+ "amity_social_remove_co_host_from_live": "นำโฮสต์ร่วมออกจากไลฟ์",
667
+ "amity_social_reply_report_failed": "ไม่สามารถรายงานการตอบกลับได้ กรุณาลองอีกครั้ง",
668
+ "amity_social_reply_unreport_failed": "ไม่สามารถยกเลิกการรายงานการตอบกลับได้ กรุณาลองอีกครั้ง",
669
+ "amity_social_replying_to": "กำลังตอบกลับ",
670
+ "amity_social_replying_to_display_name": "กำลังตอบกลับ %s",
671
+ "amity_social_report_list_screen_description": "บอกเราว่าทำไมคุณถึงรายงานเนื้อหานี้ รายงานของคุณจะได้รับการตรวจสอบโดยผู้ดูแลและเก็บเป็นความลับ",
672
+ "amity_social_saving": "กำลังบันทึก...",
673
+ "amity_social_see_less": "ดูน้อยลง",
674
+ "amity_social_setting_community_setting_pending_invitations": "คำเชิญที่รอดำเนินการ",
675
+ "amity_social_setting_community_setting_story_setting": "ความคิดเห็นในสตอรี่",
676
+ "amity_social_setting_community_settings": "การตั้งค่าชุมชน",
677
+ "amity_social_share_what_this_event_is_all_about": "แชร์ว่ากิจกรรมนี้เกี่ยวกับอะไร",
678
+ "amity_social_share_what_this_live_is_all_about": "แชร์ว่าไลฟ์นี้เกี่ยวกับอะไร",
679
+ "amity_social_status_create_livestream_connecting_text": "กำลังเริ่มไลฟ์สตรีม",
680
+ "amity_social_button_event_setup_starts_on": "เริ่มเมื่อ",
681
+ "amity_social_button_event_starts_on": "เริ่มเมื่อ",
682
+ "amity_social_status_banned_desc": "คุณไม่สามารถเข้าถึงไลฟ์สตรีมนี้ได้อีกต่อไป",
683
+ "amity_social_status_cohost_invitation_message": "%s เชิญคุณเข้าร่วมไลฟ์สตรีมในฐานะโฮสต์ร่วม คุณจะเข้าสู่ห้องเบื้องหลังเพื่อเตรียมตัวก่อนไลฟ์",
684
+ "amity_social_status_cohost_left": "โฮสต์ร่วมออกจากไลฟ์สตรีมแล้ว",
685
+ "amity_social_status_cohost_removed": "นำโฮสต์ร่วมออกจากไลฟ์แล้ว",
686
+ "amity_social_status_create_livestream_count_down_title": "ไลฟ์สตรีมสิ้นสุดใน",
687
+ "amity_social_status_create_livestream_target_title": "ไลฟ์บน",
688
+ "amity_social_modal_dialog_livestream_time_limit": "ไลฟ์สตรีมของคุณถูกยุติแล้ว\\\\n",
689
+ "amity_social_status_create_livestream_terminated_toolbar_title": "ไลฟ์ถูกยุติ",
690
+ "amity_social_status_create_livestream_terminated_first_reason": "ไลฟ์สตรีมถูกยุติแล้ว\\n",
691
+ "amity_social_status_edit_live": "แก้ไขไลฟ์",
692
+ "amity_social_status_event_detail_header_status_upcoming": "กำลังจะมาถึง",
693
+ "amity_social_status_event_feed_upcoming": "กำลังจะมาถึง",
694
+ "amity_social_status_go_live": "เริ่มไลฟ์",
695
+ "amity_social_status_live": "ไลฟ์",
696
+ "amity_social_status_live_stream_duration_label": "ไลฟ์ %@",
697
+ "amity_social_status_livestream_no_access": "คุณไม่สามารถเข้าถึงไลฟ์สตรีมนี้ได้อีกต่อไป",
698
+ "amity_social_status_livestream_post_thumbnail_ended_too_short_desc": "ไลฟ์สตรีมนี้สั้นเกินไปที่จะมีการเล่นซ้ำ",
699
+ "amity_social_status_livestream_post_thumbnail_processing_title": "ไลฟ์สตรีมนี้สิ้นสุดแล้ว",
700
+ "amity_social_label_livestream_post_thumbnail_processing_desc": "การเล่นซ้ำจะพร้อมให้คุณรับชมในไม่ช้า",
701
+ "amity_social_status_livestream_read_only": "ไลฟ์สตรีมนี้เป็นแบบอ่านอย่างเดียวแล้ว",
702
+ "amity_social_status_no_viewers_message": "ผู้ชมที่เข้าร่วมไลฟ์สตรีมของคุณจะ\\nปรากฏที่นี่",
703
+ "amity_social_status_pinned_product_badge_label": "ปักหมุด",
704
+ "amity_common_button_moderator": "ผู้ดูแล",
705
+ "amity_social_status_product_tagging_enabled": "คุณสามารถจัดการสินค้าที่แท็กในไลฟ์สตรีมนี้ได้แล้ว",
706
+ "amity_social_status_remove_from_live": "นำออกจากไลฟ์",
707
+ "amity_social_status_select_livestream_target_title": "ไลฟ์บน",
708
+ "amity_social_status_set_livestream_read_only": "ตั้งค่าไลฟ์สตรีมเป็นอ่านอย่างเดียว",
709
+ "amity_social_status_set_up_live_stream": "ตั้งค่าไลฟ์สตรีม",
710
+ "amity_social_status_set_up_your_camera_mic_and_lighting_before_the_livestre": "ตั้งค่ากล้อง ไมโครโฟน และแสงสว่างก่อนที่การไลฟ์สตรีมจะเริ่มต้น",
711
+ "amity_social_status_this_live_stream_has_started_but_with_limited_visibilit": "ไลฟ์สตรีมนี้เริ่มต้นแล้ว แต่มีการมองเห็นที่จำกัดจนกว่าโพสต์จะได้รับการอนุมัติ",
712
+ "amity_social_status_this_live_stream_has_started_however_it_will_have_limit": "ไลฟ์สตรีมนี้เริ่มต้นแล้ว อย่างไรก็ตาม จะมีการมองเห็นที่จำกัดจนกว่าโพสต์ของคุณจะได้รับการอนุมัติ",
713
+ "amity_social_status_upcoming_events": "กิจกรรมที่กำลังจะมาถึง",
714
+ "amity_social_status_when_enabled_co_host_can_add_or_remove_tagged_products_": "เมื่อเปิดใช้งาน ผู้ร่วมดำเนินรายการสามารถเพิ่มหรือลบสินค้าที่แท็กและปักหมุดหรือเลิกปักหมุดสินค้าระหว่างไลฟ์สตรีมได้",
715
+ "amity_social_status_you_can_start_setting_up_live_15_minutes_before_the_eve": "คุณสามารถเริ่มตั้งค่าไลฟ์ได้ 15 นาทีก่อนที่กิจกรรมจะเริ่มต้น",
716
+ "amity_social_tab_tab_all": "ทั้งหมด",
717
+ "amity_social_tab_tab_communities": "ชุมชน",
718
+ "amity_social_tab_tab_explore": "สำรวจ",
719
+ "amity_social_tab_tab_hosting": "จัดงาน",
720
+ "amity_social_tab_tab_my_communities": "ชุมชนของฉัน",
721
+ "amity_social_tab_tab_past": "ที่ผ่านมา",
722
+ "amity_social_tab_tab_posts": "โพสต์",
723
+ "amity_social_tab_tab_posts_count": "โพสต์ (%s)",
724
+ "amity_social_tab_tab_upcoming": "กำลังจะมาถึง",
725
+ "amity_social_tab_tab_users": "ผู้ใช้",
726
+ "amity_social_tagged_products_deleted_info": "ข้อมูลสินค้าที่แท็กถูกลบแล้ว",
727
+ "amity_social_this_text_will_show_on_the_link_instead_of_url": "ข้อความนี้จะแสดงบนลิงก์แทน URL",
728
+ "amity_social_time_event_without_specified_end_time_will_end_after_12_hour": "กิจกรรมที่ไม่ระบุเวลาสิ้นสุดจะสิ้นสุดหลังจาก 12 ชั่วโมง",
729
+ "amity_social_time_time_left": "เหลืออยู่",
730
+ "amity_social_time_event_date_today": "วันนี้ %1$s ถึง %2$s",
731
+ "amity_social_time_event_date_yesterday": "เมื่อวาน %1$s ถึง %2$s",
732
+ "amity_social_time_time_left_days": "เหลือ %s วัน",
733
+ "amity_social_time_time_left_hours": "เหลือ %s ชั่วโมง",
734
+ "amity_social_time_time_left_minutes": "เหลือ %s นาที",
735
+ "amity_social_time_time_left_seconds": "เหลือ %s วินาที",
736
+ "amity_social_toast_accept_join_request_failed": "ไม่สามารถยอมรับคำขอเข้าร่วมได้ กรุณาลองใหม่อีกครั้ง",
737
+ "amity_social_toast_accept_post_reviewed_by_moderator": "ไม่สามารถยอมรับโพสต์ได้ โพสต์นี้ได้รับการตรวจสอบโดยผู้ดูแลคนอื่นแล้ว",
738
+ "amity_social_toast_add_member_failed": "ไม่สามารถเพิ่มสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
739
+ "amity_social_toast_comment_reported_toast_message": "รายงานความคิดเห็นแล้ว",
740
+ "amity_social_toast_comment_unreported_toast_message": "ยกเลิกการรายงานความคิดเห็นแล้ว",
741
+ "amity_social_toast_community_add_member_failed": "ไม่สามารถเพิ่มสมาชิกในชุมชนนี้ได้ กรุณาลองใหม่อีกครั้ง",
742
+ "amity_social_toast_community_add_member_success": "เพิ่มสมาชิกในชุมชนนี้สำเร็จแล้ว!",
743
+ "amity_social_toast_community_invitation_create_failed": "ไม่สามารถส่งคำเชิญได้ กรุณาลองใหม่อีกครั้ง",
744
+ "amity_social_toast_community_invitation_create_success": "ส่งคำเชิญสมาชิกเข้าชุมชนนี้สำเร็จแล้ว",
745
+ "amity_social_toast_community_invitation_fail_to_accept": "ไม่สามารถยอมรับคำเชิญได้ กรุณาลองใหม่อีกครั้ง",
746
+ "amity_social_toast_community_invitation_fail_to_reject": "ไม่สามารถปฏิเสธคำเชิญได้ กรุณาลองใหม่อีกครั้ง",
747
+ "amity_social_toast_community_invite_member_failed": "ไม่สามารถเชิญสมาชิกเข้าชุมชนนี้ได้",
748
+ "amity_social_toast_community_profile_update_failed": "ไม่สามารถอัปเดตโปรไฟล์ชุมชนได้",
749
+ "amity_social_toast_community_setup_create_success": "สร้างชุมชนสำเร็จแล้ว!",
750
+ "amity_social_toast_community_setup_toast_create_failed": "ไม่สามารถสร้างชุมชนได้ กรุณาลองใหม่อีกครั้ง",
751
+ "amity_social_toast_community_setup_toast_update_failed": "ไม่สามารถบันทึกโปรไฟล์ชุมชนของคุณได้ กรุณาลองใหม่อีกครั้ง",
752
+ "amity_social_toast_community_setup_toast_update_success": "อัปเดตโปรไฟล์ชุมชนสำเร็จแล้ว",
753
+ "amity_social_toast_community_update_failed": "ไม่สามารถอัปเดตชุมชนได้ กรุณาลองใหม่อีกครั้ง",
754
+ "amity_social_toast_create_livestream_no_microphone_found": "ไม่พบไมโครโฟน",
755
+ "amity_social_toast_create_livestream_no_microphone_found_description": "ไม่พบไมโครโฟนของคุณ กรุณาตรวจสอบว่าเชื่อมต่ออย่างถูกต้อง",
756
+ "amity_social_toast_decline_join_request_failed": "ไม่สามารถปฏิเสธคำขอเข้าร่วมได้ กรุณาลองใหม่อีกครั้ง",
757
+ "amity_social_toast_decline_post_reviewed_by_moderator": "ไม่สามารถปฏิเสธโพสต์ได้ โพสต์นี้ได้รับการตรวจสอบโดยผู้ดูแลคนอื่นแล้ว",
758
+ "amity_social_toast_delete_post_failed": "ไม่สามารถลบโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
759
+ "amity_social_toast_dialog_title_failed_to_upload": "อัปโหลดไม่สำเร็จ",
760
+ "amity_social_toast_dialog_title_failed_to_upload_story": "อัปโหลดสตอรี่ไม่สำเร็จ",
761
+ "amity_social_toast_edit_user_admin_only": "เฉพาะผู้ดูแลระบบเท่านั้นที่สามารถอัปเดตชื่อแสดงของผู้ใช้ได้",
762
+ "amity_social_toast_error_create_post_failed": "ไม่สามารถสร้างโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
763
+ "amity_social_toast_event_create_blocked_url_error": "ไม่สามารถสร้างกิจกรรมของคุณได้เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
764
+ "amity_social_toast_event_create_blocked_word_error": "ไม่สามารถสร้างกิจกรรมของคุณได้เนื่องจากมีคำที่ไม่เหมาะสม",
765
+ "amity_social_toast_event_create_start_time_too_soon_error": "ไม่สามารถสร้างกิจกรรมของคุณได้เนื่องจากต้องเริ่มต้นอย่างน้อย 15 นาทีจากนี้",
766
+ "amity_social_toast_event_update_blocked_url_error": "ไม่สามารถอัปเดตกิจกรรมของคุณได้เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
767
+ "amity_social_toast_event_update_blocked_word_error": "ไม่สามารถอัปเดตกิจกรรมของคุณได้เนื่องจากมีคำที่ไม่เหมาะสม",
768
+ "amity_social_toast_event_update_start_time_too_soon_error": "ไม่สามารถอัปเดตกิจกรรมของคุณได้เนื่องจากต้องเริ่มต้นอย่างน้อย 15 นาทีจากนี้",
769
+ "amity_social_toast_failed_generic": "อุ๊ปส์ เกิดข้อผิดพลาดบางอย่าง",
770
+ "amity_social_toast_failed_to_upload": "อัปโหลดไม่สำเร็จ",
771
+ "amity_social_toast_follow_request_accept_failed": "ไม่สามารถยอมรับคำขอติดตามได้ กรุณาลองใหม่อีกครั้ง",
772
+ "amity_social_toast_image_add_alt_text_generic_error_message": "ไม่สามารถเพิ่มข้อความอธิบายภาพได้ กรุณาลองใหม่อีกครั้ง",
773
+ "amity_social_toast_image_edit_alt_text_generic_error_message": "ไม่สามารถแก้ไขข้อความอธิบายภาพได้ กรุณาลองใหม่อีกครั้ง",
774
+ "amity_social_toast_leave_community_failed": "ไม่สามารถออกจากชุมชนได้ กรุณาลองใหม่อีกครั้ง",
775
+ "amity_social_toast_member_demote_failed": "ไม่สามารถลดตำแหน่งสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
776
+ "amity_social_toast_member_promote_failed": "ไม่สามารถเลื่อนตำแหน่งสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
777
+ "amity_social_toast_member_remove_failed": "ไม่สามารถลบสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
778
+ "amity_social_toast_member_report_failed": "ไม่สามารถรายงานสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
779
+ "amity_social_toast_member_unban_failed": "ไม่สามารถยกเลิกการแบนสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
780
+ "amity_social_toast_member_unreport_failed": "ไม่สามารถยกเลิกการรายงานสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
781
+ "amity_social_toast_message_report_failed": "ไม่สามารถรายงานข้อความได้ กรุณาลองใหม่อีกครั้ง",
782
+ "amity_social_toast_pin_product_tag_failed": "ไม่สามารถปักหมุดแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
783
+ "amity_social_toast_poll_create_posting_toast": "กำลังโพสต์...",
784
+ "amity_social_toast_poll_post_unavailable_toast": "โพสต์นี้ไม่พร้อมใช้งานอีกต่อไป",
785
+ "amity_social_error_post_create_ban_word_error": "โพสต์ของคุณไม่ถูกโพสต์เนื่องจากมีคำที่ไม่เหมาะสม",
786
+ "amity_social_toast_post_create_generic_error_message": "ไม่สามารถสร้างโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
787
+ "amity_social_toast_post_deleted": "ลบโพสต์แล้ว",
788
+ "amity_social_toast_post_edit_generic_error_message": "ไม่สามารถแก้ไขโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
789
+ "amity_social_toast_post_products_unavailable_toast": "สินค้าบางรายการที่คุณแท็กไว้ไม่พร้อมใช้งานแล้ว",
790
+ "amity_social_toast_post_report_failed": "ไม่สามารถรายงานโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
791
+ "amity_social_toast_post_unreport_failed": "ไม่สามารถยกเลิกการรายงานโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
792
+ "amity_social_toast_product_tag_add_failed": "ไม่สามารถเพิ่มแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
793
+ "amity_social_toast_product_tag_remove_failed": "ไม่สามารถลบแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
794
+ "amity_social_toast_reply_reported_toast_message": "รายงานการตอบกลับแล้ว",
795
+ "amity_social_toast_reply_unreported_toast_message": "ยกเลิกการรายงานการตอบกลับแล้ว",
796
+ "amity_social_toast_remove_co_host_failed_toast": "ไม่สามารถลบผู้ร่วมโฮสต์ได้ กรุณาลองอีกครั้ง",
797
+ "amity_social_toast_setting_leave_success": "ออกจากชุมชนสำเร็จแล้ว!",
798
+ "amity_social_button_address_copied": "คัดลอกที่อยู่แล้ว",
799
+ "amity_social_toast_snackbar_attending_status_updated": "อัปเดตสถานะการเข้าร่วมเรียบร้อยแล้ว",
800
+ "amity_social_toast_snackbar_create_event_failed": "ไม่สามารถสร้างกิจกรรมได้ กรุณาลองใหม่อีกครั้ง",
801
+ "amity_social_toast_snackbar_delete_event_failed": "ไม่สามารถลบกิจกรรมได้ กรุณาลองใหม่อีกครั้ง",
802
+ "amity_social_toast_snackbar_event_created": "สร้างกิจกรรมสำเร็จแล้ว",
803
+ "amity_social_toast_snackbar_event_deleted": "ลบกิจกรรมแล้ว",
804
+ "amity_social_toast_snackbar_event_updated": "อัปเดตกิจกรรมสำเร็จแล้ว",
805
+ "amity_social_toast_snackbar_invitation_declined": "ปฏิเสธคำเชิญแล้ว",
806
+ "amity_social_toast_snackbar_join_community_failed": "ไม่สามารถเข้าร่วมชุมชนได้ กรุณาลองใหม่อีกครั้ง",
807
+ "amity_social_button_link_copied": "คัดลอกลิงก์แล้ว",
808
+ "amity_social_toast_snackbar_profile_save_failed": "ไม่สามารถบันทึกโปรไฟล์ของคุณได้ กรุณาลองใหม่อีกครั้ง",
809
+ "amity_social_toast_snackbar_profile_updated": "อัปเดตโปรไฟล์ของคุณสำเร็จแล้ว!",
810
+ "amity_social_toast_snackbar_story_link_limit": "ไม่สามารถเพิ่มลิงก์ได้มากกว่าหนึ่งลิงก์ในสตอรี่ของคุณ",
811
+ "amity_social_toast_snackbar_story_shared": "แชร์สตอรี่สำเร็จแล้ว",
812
+ "amity_social_toast_snackbar_update_event_failed": "ไม่สามารถอัปเดตกิจกรรมได้ กรุณาลองใหม่อีกครั้ง",
813
+ "amity_social_toast_snackbar_user_promoted": "เลื่อนตำแหน่งผู้ใช้แล้ว",
814
+ "amity_social_toast_unpin_product_tag_failed": "ไม่สามารถเลิกปักหมุดแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
815
+ "amity_social_toast_update_cohost_permission_failed": "ไม่สามารถอัปเดตสิทธิ์การแท็กสินค้าของผู้ร่วมดำเนินรายการได้ กรุณาลองใหม่อีกครั้ง",
816
+ "amity_social_toast_user_block_failed": "ไม่สามารถบล็อกผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
817
+ "amity_social_toast_user_demoted_failed": "ไม่สามารถลดตำแหน่งผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
818
+ "amity_social_toast_user_muted_failed": "ไม่สามารถปิดเสียงผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
819
+ "amity_social_toast_user_promoted_failed": "ไม่สามารถเลื่อนตำแหน่งผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
820
+ "amity_social_toast_user_report_failed": "ไม่สามารถรายงานผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
821
+ "amity_social_toast_user_unblock_failed": "ไม่สามารถยกเลิกการบล็อกผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
822
+ "amity_social_toast_user_unmuted_failed": "ไม่สามารถเปิดเสียงผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
823
+ "amity_social_toast_user_unreport_failed": "ไม่สามารถยกเลิกการรายงานผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
824
+ "amity_social_too_many_users_mentioned": "กล่าวถึงผู้ใช้มากเกินไป",
825
+ "amity_social_type_a_message": "พิมพ์ข้อความ...",
826
+ "amity_social_type_or_paste_a_link": "พิมพ์หรือวางลิงก์",
827
+ "amity_social_unfollow_user_dialog_content": "หากคุณเปลี่ยนใจ คุณจะต้องส่งคำขอติดตามพวกเขาอีกครั้ง",
828
+ "amity_social_unpin_product": "เลิกปักหมุดสินค้า",
829
+ "amity_social_unsaved_products": "คุณมีสินค้าที่เลือกไว้แต่ยังไม่ได้เพิ่ม หากคุณปิดตอนนี้ การเลือกของคุณจะหายไป",
830
+ "amity_social_unsaved_tagged_products": "คุณมีสินค้าที่แท็กไว้แต่ยังไม่ได้บันทึก หากคุณออกตอนนี้ การเปลี่ยนแปลงของคุณจะหายไป",
831
+ "amity_social_upload_image_failed": "ไม่สามารถอัปโหลดรูปภาพได้ กรุณาลองใหม่อีกครั้ง",
832
+ "amity_social_upload_not_complete": "การอัปโหลดยังไม่เสร็จสมบูรณ์",
833
+ "amity_social_user_profile_all_post_title": "โพสต์ในชุมชนสาธารณะและโปรไฟล์",
834
+ "amity_social_user_profile_blocked_word_error": "โปรไฟล์ของคุณไม่ถูกอัปเดตเนื่องจากมีคำที่ไม่เหมาะสม",
835
+ "amity_social_modal_dialog_upload_failed": "คุณต้องการยกเลิกการอัปโหลดหรือไม่?",
836
+ "amity_social_write_a_comment": "เขียนความคิดเห็น...",
837
+ "amity_social_you_havent_joined_any_communities": "คุณยังไม่ได้เข้าร่วมชุมชนใดเลย",
838
+ "amity_social_your_attending_status_cannot_be_changed_once_the_e": "ไม่สามารถเปลี่ยนสถานะการเข้าร่วมได้หลังจากกิจกรรมเริ่มต้นแล้ว",
839
+ "amity_social_label_page_pending_post_title": "โพสต์ที่รอดำเนินการ",
840
+ "amity_social_button_share_to": "แชร์ไปที่",
841
+ "amity_social_notification_title_notifications": "การแจ้งเตือน",
842
+ "amity_social_status_banned_page_title": "ไลฟ์สตรีม",
843
+ "amity_social_empty_state_social_home_empty_title": "ฟีดของคุณว่างเปล่า",
844
+ "amity_social_label_blocked_user_feed": "คุณได้บล็อกผู้ใช้รายนี้",
845
+ "amity_social_label_blocked_user_feed_info": "ยกเลิกการบล็อกเพื่อดูโพสต์ของพวกเขา",
846
+ "amity_social_label_blocked_user_image_feed": "คุณได้บล็อกผู้ใช้รายนี้",
847
+ "amity_social_label_blocked_user_image_feed_info": "ยกเลิกการบล็อกเพื่อดูโพสต์ของพวกเขา",
848
+ "amity_social_label_blocked_user_video_feed": "คุณได้บล็อกผู้ใช้รายนี้",
849
+ "amity_social_label_blocked_user_video_feed_info": "ยกเลิกการบล็อกเพื่อดูโพสต์ของพวกเขา",
850
+ "amity_social_label_private_user_feed": "บัญชีนี้เป็นส่วนตัว",
851
+ "amity_social_label_private_user_feed_info": "ติดตามผู้ใช้รายนี้เพื่อดูโพสต์ของพวกเขา",
852
+ "amity_social_label_private_user_image_feed": "บัญชีนี้เป็นส่วนตัว",
853
+ "amity_social_label_private_user_image_feed_info": "ติดตามผู้ใช้รายนี้เพื่อดูโพสต์ของพวกเขา",
854
+ "amity_social_label_private_user_video_feed": "บัญชีนี้เป็นส่วนตัว",
855
+ "amity_social_label_private_user_video_feed_info": "ติดตามผู้ใช้รายนี้เพื่อดูโพสต์ของพวกเขา",
856
+ "amity_social_tab_tab_photos": "รูปภาพ",
857
+ "amity_social_tab_tab_videos": "วิดีโอ",
858
+ "amity_social_tab_tab_clips": "คลิป",
859
+ "amity_social_button_community_setup_camera_button": "กล้อง",
860
+ "amity_social_button_search": "ค้นหา",
861
+ "amity_social_empty_state_explore_empty": "หน้าสำรวจของคุณว่างเปล่า",
862
+ "amity_social_empty_state_empty_feed_no_posts": "ยังไม่มีโพสต์",
863
+ "amity_social_label_edit_user_about_title": "เกี่ยวกับ",
864
+ "amity_social_label_edit_user_display_name_title": "ชื่อที่แสดง",
865
+ "amity_social_label_poll_post_title": "หัวข้อโพสต์",
866
+ "amity_social_label_select_event_target_title": "สร้างกิจกรรมใน",
867
+ "amity_social_label_no_internet_connection": "ไม่มีการเชื่อมต่ออินเทอร์เน็ต",
868
+ "amity_social_label_no_users_available": "ไม่มีผู้ใช้",
869
+ "amity_social_label_copy_clip_link": "คัดลอกลิงก์คลิป",
870
+ "amity_social_label_copy_profile_link": "คัดลอกลิงก์โปรไฟล์",
871
+ "amity_social_button_post_composer_camera_button": "กล้อง",
872
+ "amity_social_button_social_home_clips_button": "คลิป",
873
+ "amity_social_label_community_setup_membership_desc": "ต้องได้รับการอนุมัติจากผู้ดูแล",
874
+ "amity_social_label_community_setup_membership_sub_desc": "ผู้ใช้จะเป็นสมาชิกเมื่อคำขอเข้าร่วมได้รับการอนุมัติจากผู้ดูแลชุมชนนี้เท่านั้น",
875
+ "amity_social_label_no_community_yet_description": "มาสร้างชุมชนของคุณเองกันเถอะ",
876
+ "amity_social_modal_alert_remove_cohost_message": "คุณแน่ใจหรือไม่ว่าต้องการลบผู้ร่วมดำเนินรายการนี้ออกจากไลฟ์สตรีม? พวกเขาจะหยุดออกอากาศทันทีและกลับไปเป็นผู้ชม",
877
+ "amity_social_label_product_tagging_unavailable_title": "การแท็กสินค้าไม่พร้อมใช้งาน",
878
+ "amity_social_placeholder_post_composer_body_placeholder": "มีอะไรเกิดขึ้นบ้าง...",
879
+ "amity_social_status_copy_live_stream_link": "คัดลอกลิงก์ไลฟ์สตรีม",
880
+ "amity_social_status_live_stream": "ไลฟ์สตรีม",
881
+ "amity_social_label_report_reason_community_guidelines": "ขัดต่อแนวทางชุมชน",
882
+ "amity_social_label_report_reason_harassment_or_bullying": "การคุกคามหรือการกลั่นแกล้ง",
883
+ "amity_social_label_report_reason_self_harm_or_suicide": "การทำร้ายตัวเองหรือการฆ่าตัวตาย",
884
+ "amity_social_label_report_reason_violence_or_threatening": "ความรุนแรงหรือเนื้อหาที่คุกคาม",
885
+ "amity_social_label_report_reason_selling_restricted": "การขายและการโปรโมตสินค้าที่ถูกจำกัด",
886
+ "amity_social_label_report_reason_sexual_content_or_nudity": "เนื้อหาทางเพศหรือภาพเปลือย",
887
+ "amity_social_label_report_reason_spam_or_scams": "สแปมหรือการหลอกลวง",
888
+ "amity_social_label_report_reason_false_information": "ข้อมูลเท็จหรือข้อมูลบิดเบือน",
889
+ "amity_social_error_image_alt_text_ban_url_error_message": "ข้อความอธิบายภาพของคุณมีลิงก์ที่ไม่ได้รับอนุญาต",
890
+ "amity_social_error_image_alt_text_ban_word_error_message": "ข้อความอธิบายภาพของคุณมีคำที่ไม่เหมาะสม",
891
+ "amity_social_leave_community": "ออกจากชุมชน",
892
+ "amity_social_unable_to_post": "ไม่สามารถโพสต์ได้",
893
+ "amity_social_error_post_text_exceed_error_message": "โพสต์ของคุณไม่ถูกโพสต์เนื่องจากเกินขีดจำกัด %1$d ตัวอักษร",
894
+ "amity_social_failed_to_delete_story_please_try_again": "ไม่สามารถลบสตอรี่ได้ กรุณาลองใหม่อีกครั้ง",
895
+ "amity_social_your_post_can_still_be_published_but_product_tags_": "โพสต์ของคุณยังสามารถเผยแพร่ได้ แต่แท็กสินค้าจะไม่ปรากฏเนื่องจากฟีเจอร์นี้ไม่พร้อมใช้งาน",
896
+ "amity_social_button_post_composer_create_buttons_sent_for_review": "โพสต์ที่ส่งเพื่อตรวจสอบ",
897
+ "amity_social_button_post_composer_create_button_will_be_sent_for_review": "โพสต์จะถูกส่งเพื่อตรวจสอบ",
898
+ "amity_social_community_invitation_accept_success": "คุณได้เข้าร่วม %1 สำเร็จแล้ว",
899
+ "amity_common_button_all_description": "แจ้งเตือนสมาชิกทั้งหมด",
900
+ "amity_social_label_event_time": "เวลา",
901
+ "amity_social_label_event_type_in_person": "ในสถานที่",
902
+ "amity_social_label_event_type_virtual": "ออนไลน์",
903
+ "amity_chat_home_title": "แชท",
904
+ "amity_chat_home_empty_title": "ยังไม่มีบทสนทนา",
905
+ "amity_chat_home_empty_description": "เริ่มสร้างแชทเพื่อเริ่มต้นใช้งาน",
906
+ "amity_chat_home_notifications_off_banner": "",
907
+ "amity_chat_tab_all": "ทั้งหมด",
908
+ "amity_chat_tab_direct": "ส่วนตัว",
909
+ "amity_chat_tab_groups": "กลุ่ม",
910
+ "amity_chat_create_new_chat": "สร้างแชทใหม่",
911
+ "amity_chat_create_direct": "แชทส่วนตัว",
912
+ "amity_chat_create_group": "แชทกลุ่ม",
913
+ "amity_chat_timestamp_now": "ตอนนี้",
914
+ "amity_chat_reaction_label_like": "ถูกใจ",
915
+ "amity_chat_reaction_label_love": "รักเลย",
916
+ "amity_chat_reaction_label_fire": "เจ๋ง",
917
+ "amity_chat_reaction_label_happy": "ฮา",
918
+ "amity_chat_reaction_label_sad": "เสียใจ",
919
+ "amity_chat_preview_message": "ส่งข้อความ",
920
+ "amity_chat_preview_no_message": "ยังไม่มีข้อความ",
921
+ "amity_chat_preview_not_available": "ไม่สามารถแสดงตัวอย่างได้",
922
+ "amity_chat_preview_sent_photo": "ส่งรูปภาพ",
923
+ "amity_chat_preview_sent_video": "ส่งวิดีโอ",
924
+ "amity_chat_preview_deleted": "ข้อความนี้ถูกลบแล้ว",
925
+ "amity_chat_archived": "เก็บถาวรแล้ว",
926
+ "amity_chat_archived_badge_label": "เก็บถาวรแล้ว",
927
+ "amity_chat_archive": "เก็บถาวร",
928
+ "amity_chat_unarchive": "ยกเลิกการเก็บถาวร",
929
+ "amity_chat_search_placeholder": "ค้นหา",
930
+ "amity_chat_search_min_chars": "เริ่มค้นหาโดยพิมพ์\nอย่างน้อย 3 ตัวอักษร",
931
+ "amity_chat_search_no_results": "ไม่พบผลการค้นหา",
932
+ "amity_chat_search_tab_chats": "แชท",
933
+ "amity_chat_search_tab_messages": "ข้อความ",
934
+ "amity_chat_archived_navbar_title": "แชทที่เก็บถาวร",
935
+ "amity_chat_archived_empty_title": "ไม่มีแชทที่เก็บถาวร",
936
+ "amity_chat_archived_toast": "เก็บถาวรแชทแล้ว",
937
+ "amity_chat_archive_error_toast": "เก็บถาวรแชทไม่สำเร็จ โปรดลองอีกครั้ง",
938
+ "amity_chat_archive_limit_title": "เก็บถาวรแชทมากเกินไป",
939
+ "amity_chat_archive_limit_message": "คุณสามารถเก็บถาวรได้สูงสุด 100 รายการ",
940
+ "amity_chat_unarchived_toast": "ยกเลิกการเก็บถาวรแชทแล้ว",
941
+ "amity_chat_unarchive_error_toast": "ยกเลิกการเก็บถาวรแชทไม่สำเร็จ โปรดลองอีกครั้ง",
942
+ "amity_chat_create_conversation_title": "บทสนทนาใหม่",
943
+ "amity_chat_blocked_message": "คุณไม่สามารถส่งข้อความถึงผู้ใช้นี้ได้",
944
+ "amity_chat_action_turn_off_notification": "ปิดการแจ้งเตือน",
945
+ "amity_chat_action_turn_on_notification": "เปิดการแจ้งเตือน",
946
+ "amity_chat_action_mute": "ปิดการแจ้งเตือนแล้ว",
947
+ "amity_chat_action_mute_failed": "ปิดการแจ้งเตือนไม่สำเร็จ โปรดลองอีกครั้ง",
948
+ "amity_chat_action_unmute": "เปิดการแจ้งเตือนแล้ว",
949
+ "amity_chat_action_unmute_failed": "เปิดการแจ้งเตือนไม่สำเร็จ โปรดลองอีกครั้ง",
950
+ "amity_chat_action_block_user": "บล็อกผู้ใช้",
951
+ "amity_chat_action_unblock_user": "ยกเลิกการบล็อกผู้ใช้",
952
+ "amity_chat_block_confirm_title": "บล็อกผู้ใช้?",
953
+ "amity_chat_block_confirm_message": "%s จะไม่สามารถส่งข้อความถึงคุณได้ ผู้ใช้จะไม่ได้รับการแจ้งเตือนว่าคุณบล็อกพวกเขา",
954
+ "amity_chat_block_confirm_label": "บล็อก",
955
+ "amity_chat_block_success": "บล็อกผู้ใช้แล้ว",
956
+ "amity_chat_block_failed": "บล็อกผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
957
+ "amity_chat_unblock_confirm_title": "ยกเลิกการบล็อกผู้ใช้?",
958
+ "amity_chat_unblock_confirm_message": "%s จะสามารถส่งข้อความถึงคุณได้อีกครั้ง ผู้ใช้จะไม่ได้รับการแจ้งเตือนว่าคุณยกเลิกการบล็อก",
959
+ "amity_chat_unblock_confirm_label": "ยกเลิกการบล็อก",
960
+ "amity_chat_unblock_success": "ยกเลิกการบล็อกผู้ใช้แล้ว",
961
+ "amity_chat_unblock_failed": "ยกเลิกการบล็อกผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
962
+ "amity_chat_action_report_user": "รายงานผู้ใช้",
963
+ "amity_chat_action_report_user_success": "รายงานผู้ใช้แล้ว",
964
+ "amity_chat_action_report_user_failed": "รายงานผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
965
+ "amity_chat_action_unreport_user": "ยกเลิกการรายงานผู้ใช้",
966
+ "amity_chat_action_unreport_user_success": "ยกเลิกการรายงานผู้ใช้แล้ว",
967
+ "amity_chat_action_unreport_user_failed": "ยกเลิกการรายงานผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
968
+ "amity_chat_group_profile": "โปรไฟล์กลุ่ม",
969
+ "amity_chat_group_settings_section": "การตั้งค่ากลุ่ม",
970
+ "amity_chat_group_leave": "ออกจากกลุ่ม",
971
+ "amity_chat_group_leave_confirm_title": "ออกจากกลุ่ม",
972
+ "amity_chat_group_leave_confirm_message": "หากคุณออกจากกลุ่มนี้ คุณจะไม่เห็นกิจกรรมใหม่หรือมีส่วนร่วมในกลุ่มนี้อีก",
973
+ "amity_chat_group_leave_confirm_label": "ออก",
974
+ "amity_chat_group_leave_last_mod_title": "คุณเป็นผู้ดูแลคนสุดท้าย",
975
+ "amity_chat_group_leave_last_mod_message": "คุณต้องเลื่อนตำแหน่งสมาชิกคนอื่นเป็นผู้ดูแลก่อนออกจากกลุ่ม",
976
+ "amity_chat_toast_group_chat_left": "ออกจากแชทกลุ่มแล้ว",
977
+ "amity_chat_action_leave_group_failed": "ออกจากแชทกลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
978
+ "amity_chat_group_banned_members": "ผู้ใช้ที่ถูกแบน",
979
+ "amity_chat_group_promote_member": "เลื่อนตำแหน่งสมาชิก",
980
+ "amity_chat_group_member_permissions": "สิทธิ์ของสมาชิก",
981
+ "amity_chat_group_members_label": "สมาชิกทั้งหมด",
982
+ "amity_chat_group_member_count": "สมาชิก %s คน",
983
+ "amity_chat_group_notifications": "การแจ้งเตือนของกลุ่ม",
984
+ "amity_chat_group_notifications_disabled": "ผู้ดูแลได้ปิดการแจ้งเตือนของกลุ่ม",
985
+ "amity_chat_group_user_banned": "",
986
+ "amity_chat_group_user_muted": "",
987
+ "amity_chat_error_banned_chat_navbar_title": "แชทว่างเปล่า",
988
+ "amity_chat_error_banned_chat_title": "คุณถูกแบน",
989
+ "amity_chat_error_banned_chat_sub_title": "คุณถูกแบนจากกลุ่มนี้เนื่องจากกิจกรรมก่อนหน้านี้ของคุณ",
990
+ "amity_chat_create_group_title": "กลุ่มใหม่",
991
+ "amity_chat_create_group_button": "สร้าง",
992
+ "amity_chat_create_group_success": "สร้างแชทกลุ่มแล้ว",
993
+ "amity_chat_create_group_error": "สร้างแชทกลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
994
+ "amity_chat_create_group_public_title": "สาธารณะ",
995
+ "amity_chat_create_group_public_subtitle": "ทุกคนสามารถค้นหากลุ่มผ่านการค้นหาและเข้าร่วมบทสนทนาได้",
996
+ "amity_chat_create_group_private_title": "ส่วนตัว",
997
+ "amity_chat_create_group_private_subtitle": "กลุ่มจะถูกซ่อนจากการค้นหาและเข้าถึงได้เฉพาะผ่านคำเชิญจากผู้ดูแลเท่านั้น",
998
+ "amity_chat_privacy_label": "ความเป็นส่วนตัว",
999
+ "amity_chat_privacy_warning": "โปรดเลือกการตั้งค่าความเป็นส่วนตัวให้ถูกต้อง เนื่องจากไม่สามารถเปลี่ยนแปลงในภายหลังได้",
1000
+ "amity_chat_group_name_label": "ชื่อกลุ่ม",
1001
+ "amity_chat_group_name_placeholder": "ตั้งชื่อกลุ่มของคุณ",
1002
+ "amity_chat_group_name_optional": "(ไม่บังคับ)",
1003
+ "amity_chat_group_name_required": "(จำเป็น)",
1004
+ "amity_chat_group_members": "สมาชิก",
1005
+ "amity_chat_add_member_chip": "เพิ่ม",
1006
+ "amity_chat_leave_without_finishing_title": "ออกโดยไม่บันทึก?",
1007
+ "amity_chat_leave_without_finishing_message": "ความคืบหน้าของคุณจะไม่ถูกบันทึกและกลุ่มจะไม่ถูกสร้าง",
1008
+ "amity_chat_select_members_title": "กลุ่มใหม่",
1009
+ "amity_chat_next": "ถัดไป",
1010
+ "amity_chat_no_members_found": "ไม่พบสมาชิก",
1011
+ "amity_chat_no_users_found": "ไม่พบผู้ใช้",
1012
+ "amity_chat_member_limit_reached_title": "จำนวนสมาชิกถึงขีดจำกัด",
1013
+ "amity_chat_member_limit_reached_message": "คุณได้ถึงจำนวนสมาชิกสูงสุดที่อนุญาตในกลุ่มนี้แล้ว",
1014
+ "amity_chat_edit_group_profile_navbar_title": "โปรไฟล์กลุ่ม",
1015
+ "amity_chat_edit_group_profile_name_placeholder": "โปรดป้อนชื่อกลุ่ม",
1016
+ "amity_chat_group_edit_profile_save": "บันทึก",
1017
+ "amity_chat_group_edit_profile_failed": "อัปเดตโปรไฟล์กลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
1018
+ "amity_chat_group_edit_profile": "อัปเดตโปรไฟล์กลุ่มแล้ว",
1019
+ "amity_chat_group_notification_default_label": "เริ่มต้น",
1020
+ "amity_chat_group_notification_default_title": "โหมดเริ่มต้น",
1021
+ "amity_chat_group_notification_default_desc": "ตามค่าเริ่มต้น สมาชิกในชุมชนนี้จะได้รับการแจ้งเตือน แต่สามารถเลือกปิดได้",
1022
+ "amity_chat_group_notification_silent_label": "ปิดเสียง",
1023
+ "amity_chat_group_notification_silent_title": "โหมดปิดเสียง",
1024
+ "amity_chat_group_notification_silent_desc": "ไม่มีการแจ้งเตือนสำหรับทุกคนในช่องนี้ สมาชิกไม่สามารถเปิดการแจ้งเตือนในช่องได้",
1025
+ "amity_chat_group_notification_subscribe_label": "ติดตาม",
1026
+ "amity_chat_group_notification_subscribe_title": "โหมดติดตาม",
1027
+ "amity_chat_group_notification_subscribe_desc": "สมาชิกทุกคนมีตัวเลือกในการรับการแจ้งเตือน แต่ต้องเปิดใช้งานเอง ตามค่าเริ่มต้น การแจ้งเตือนจะถูกปิดสำหรับสมาชิกแต่ละคน",
1028
+ "amity_chat_group_edit_notification_save": "บันทึก",
1029
+ "amity_chat_group_notification_save_success": "อัปเดตการแจ้งเตือนของกลุ่มแล้ว",
1030
+ "amity_chat_group_notification_save_error": "อัปเดตการแจ้งเตือนของกลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
1031
+ "amity_chat_group_member_permissions_navbar_title": "สิทธิ์ของสมาชิก",
1032
+ "amity_chat_group_edit_permissions_messaging_title": "การส่งข้อความ",
1033
+ "amity_chat_group_edit_permissions_everyone_title": "ทุกคน",
1034
+ "amity_chat_group_edit_permissions_everyone_description": "ทุกคนสามารถส่งข้อความในกลุ่มได้",
1035
+ "amity_chat_group_edit_permissions_moderators_only_title": "เฉพาะผู้ดูแลเท่านั้น",
1036
+ "amity_chat_group_edit_permissions_moderators_only_description": "สมาชิกที่ไม่ใช่ผู้ดูแลสามารถอ่านข้อความได้ แต่ไม่สามารถส่งข้อความได้",
1037
+ "amity_chat_group_permission_only_moderators_banner": "สมาชิกที่ไม่ใช่ผู้ดูแลสามารถอ่านได้ แต่ไม่สามารถส่งข้อความได้",
1038
+ "amity_chat_group_edit_permission_save": "บันทึก",
1039
+ "amity_chat_edit_group_perm_toast_failed": "อัปเดตสิทธิ์ของสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
1040
+ "amity_chat_edit_group_perm_toast_success": "อัปเดตสิทธิ์ของสมาชิกแล้ว",
1041
+ "amity_chat_member_list_title": "สมาชิกทั้งหมด",
1042
+ "amity_chat_member_tab_members": "สมาชิก",
1043
+ "amity_chat_member_tab_moderators": "ผู้ดูแล",
1044
+ "amity_chat_group_member_list_promote_title": "การเลื่อนตำแหน่งผู้ดูแล",
1045
+ "amity_chat_group_member_list_promote_message": "คุณแน่ใจหรือไม่ว่าต้องการเลื่อนตำแหน่งสมาชิกคนนี้เป็นผู้ดูแล? พวกเขาจะสามารถใช้ฟีเจอร์ของผู้ดูแลได้ทั้งหมด",
1046
+ "amity_chat_group_member_list_promote_confirm": "เลื่อนตำแหน่ง",
1047
+ "amity_chat_group_member_list_demote_title": "การลดตำแหน่งผู้ดูแล",
1048
+ "amity_chat_group_member_list_demote_message": "คุณแน่ใจหรือไม่ว่าต้องการลดตำแหน่งผู้ดูแลคนนี้? พวกเขาจะสูญเสียสิทธิ์การเข้าถึงฟีเจอร์ของผู้ดูแลทั้งหมด",
1049
+ "amity_chat_group_member_list_demote_confirm": "ลดตำแหน่ง",
1050
+ "amity_chat_group_member_list_remove_title": "ยืนยันการลบ",
1051
+ "amity_chat_group_member_list_remove_message": "คุณแน่ใจหรือไม่ว่าต้องการลบสมาชิกคนนี้ออกจากกลุ่ม? พวกเขาจะทราบว่าถูกลบออก",
1052
+ "amity_chat_group_member_list_remove_confirm": "ลบ",
1053
+ "amity_chat_group_member_list_toast_banned": "แบนผู้ใช้แล้ว",
1054
+ "amity_chat_group_member_list_toast_demoted": "ลดตำแหน่งสมาชิกแล้ว",
1055
+ "amity_chat_group_member_list_toast_promoted": "เลื่อนตำแหน่งสมาชิกแล้ว",
1056
+ "amity_chat_action_remove_member": "ลบสมาชิกแล้ว",
1057
+ "amity_chat_member_action_demote": "ลดตำแหน่งจากผู้ดูแล",
1058
+ "amity_chat_member_action_promote": "เลื่อนตำแหน่งเป็นผู้ดูแล",
1059
+ "amity_chat_member_action_remove": "ลบออกจากกลุ่ม",
1060
+ "amity_chat_member_action_report": "รายงานสมาชิก",
1061
+ "amity_chat_member_action_unban": "ยกเลิกการแบนผู้ใช้",
1062
+ "amity_chat_member_action_unreport": "ยกเลิกการรายงานสมาชิก",
1063
+ "amity_chat_user_action_ban": "แบนผู้ใช้",
1064
+ "amity_chat_action_ban_member_failed": "แบนผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
1065
+ "amity_chat_action_demote_member_failed": "ลดตำแหน่งสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
1066
+ "amity_chat_action_promote_member_failed": "เลื่อนตำแหน่งสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
1067
+ "amity_chat_action_remove_member_failed": "ลบสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
1068
+ "amity_chat_action_unban_user_failed": "ยกเลิกการแบนผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
1069
+ "amity_chat_action_mute_user_failed": "ปิดเสียงผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
1070
+ "amity_chat_action_unmute_user_failed": "เปิดเสียงผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
1071
+ "amity_chat_group_member_action_mute": "ปิดเสียงผู้ใช้",
1072
+ "amity_chat_group_member_action_unmute": "เปิดเสียงผู้ใช้",
1073
+ "amity_chat_mute_confirm_title": "ยืนยันการปิดเสียง",
1074
+ "amity_chat_mute_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการปิดเสียงผู้ใช้นี้? พวกเขาจะไม่สามารถส่งข้อความได้",
1075
+ "amity_chat_mute_confirm_label": "ปิดเสียง",
1076
+ "amity_chat_unmute_confirm_title": "ยืนยันการเปิดเสียง",
1077
+ "amity_chat_unmute_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการเปิดเสียงผู้ใช้นี้? พวกเขาจะสามารถส่งข้อความได้",
1078
+ "amity_chat_unmute_confirm_label": "เปิดเสียง",
1079
+ "amity_chat_action_mute_user": "ปิดเสียงผู้ใช้แล้ว",
1080
+ "amity_chat_action_unmute_user": "เปิดเสียงผู้ใช้แล้ว",
1081
+ "amity_chat_add_member_title": "เพิ่มสมาชิก",
1082
+ "amity_chat_add_member_button": "เพิ่มสมาชิก",
1083
+ "amity_chat_add_group_member_toast_failed": "เพิ่มสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
1084
+ "amity_chat_toast_members_add_error": "เพิ่มสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
1085
+ "amity_chat_toast_member_added": "เพิ่มสมาชิกแล้ว",
1086
+ "amity_chat_toast_members_added": "เพิ่มสมาชิกแล้ว",
1087
+ "amity_chat_banned_member_list_navbar_title": "ผู้ใช้ที่ถูกแบน",
1088
+ "amity_chat_banned_members_empty": "ยังไม่มีอะไรให้แสดง",
1089
+ "amity_chat_ban_confirm_title": "ยืนยันการแบน",
1090
+ "amity_chat_ban_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการแบนผู้ใช้นี้? พวกเขาจะถูกลบออกจากกลุ่มและไม่สามารถค้นหาหรือเข้าร่วมได้จนกว่าจะถูกยกเลิกการแบน",
1091
+ "amity_chat_ban_confirm_label": "แบน",
1092
+ "amity_chat_unban_confirm_title": "ยืนยันการยกเลิกการแบน",
1093
+ "amity_chat_unban_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการแบนผู้ใช้นี้? พวกเขาจะสามารถเข้าร่วมกลุ่มได้อีกครั้ง",
1094
+ "amity_chat_unban_confirm_label": "ยกเลิกการแบน",
1095
+ "amity_chat_action_unban_user": "ยกเลิกการแบนผู้ใช้แล้ว",
1096
+ "amity_chat_group_notif_pref_navbar_title": "การแจ้งเตือน",
1097
+ "amity_chat_group_notification_preference_title": "อนุญาตการแจ้งเตือน",
1098
+ "amity_chat_group_notification_preference_description": "เปิดเพื่อรับการแจ้งเตือนแบบพุชจากกลุ่มนี้",
1099
+ "amity_chat_your_preferences_section": "การตั้งค่าของคุณ",
1100
+ "amity_chat_composer_placeholder": "เขียนข้อความ",
1101
+ "amity_chat_char_limit_alert_title": "ไม่สามารถส่งข้อความได้",
1102
+ "amity_chat_char_limit_alert_message": "ข้อความของคุณยาวเกินไป โปรดย่อข้อความและลองอีกครั้ง",
1103
+ "amity_chat_message_deleted": "ข้อความนี้ถูกลบแล้ว",
1104
+ "amity_chat_message_failed_to_send": "ส่งข้อความไม่สำเร็จ",
1105
+ "amity_chat_message_no_preview": "ไม่รองรับการแสดงตัวอย่างสำหรับข้อความประเภทนี้",
1106
+ "amity_chat_message_replied_message": "ตอบกลับข้อความ",
1107
+ "amity_chat_message_replying_yourself": "ตัวเอง",
1108
+ "amity_chat_message_unavailable": "ข้อความไม่สามารถใช้งานได้",
1109
+ "amity_chat_message_resend": "ส่งใหม่",
1110
+ "amity_chat_editing_message": "กำลังแก้ไขข้อความ",
1111
+ "amity_chat_sending_status": "กำลังส่ง…",
1112
+ "amity_chat_status_edited": "แก้ไขแล้ว",
1113
+ "amity_chat_load_error": "ไม่สามารถโหลดแชทได้",
1114
+ "amity_chat_waiting_for_network": "กำลังรอเครือข่าย…",
1115
+ "amity_chat_bubble_link_preview_no_data": "ไม่มีข้อมูลที่จะแสดง",
1116
+ "amity_chat_see_more": "ดูเพิ่มเติม",
1117
+ "amity_chat_user_is_muted": "คุณถูกปิดเสียงแล้ว คุณจะไม่สามารถส่งข้อความได้",
1118
+ "amity_chat_toast_banned_word": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีคำที่ไม่เหมาะสม",
1119
+ "amity_chat_toast_link_not_allow": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
1120
+ "amity_chat_toast_reply_parent_deleted": "ข้อความนี้ไม่สามารถใช้งานได้อีกต่อไป",
1121
+ "amity_chat_reach_mention_limit_title": "กล่าวถึงผู้ใช้มากเกินไป",
1122
+ "amity_chat_reach_mention_limit_message": "คุณสามารถกล่าวถึงได้สูงสุด 30 ครั้งต่อข้อความ",
1123
+ "amity_chat_mention_everyone": "แจ้งเตือนทุกคน",
1124
+ "amity_chat_option_copy": "คัดลอก",
1125
+ "amity_chat_option_delete": "ลบ",
1126
+ "amity_chat_option_edit": "แก้ไข",
1127
+ "amity_chat_option_reply": "ตอบกลับ",
1128
+ "amity_chat_option_report": "รายงาน",
1129
+ "amity_chat_action_save": "บันทึก",
1130
+ "amity_chat_option_unreport": "ยกเลิกการรายงาน",
1131
+ "amity_chat_delete_alert_title": "ลบข้อความนี้?",
1132
+ "amity_chat_delete_alert_message": "ข้อความนี้จะถูกลบออกจากอุปกรณ์ของเพื่อนคุณด้วย",
1133
+ "amity_chat_toast_delete_error": "ลบข้อความไม่สำเร็จ โปรดลองอีกครั้ง",
1134
+ "amity_chat_toast_copied": "คัดลอกแล้ว",
1135
+ "amity_chat_toast_message_reported_error": "รายงานข้อความไม่สำเร็จ โปรดลองอีกครั้ง",
1136
+ "amity_chat_toast_un_report_message": "ยกเลิกการรายงานข้อความแล้ว",
1137
+ "amity_chat_toast_un_report_message_error": "ยกเลิกการรายงานข้อความไม่สำเร็จ โปรดลองอีกครั้ง",
1138
+ "amity_chat_save_photo_failed": "บันทึกรูปภาพไม่สำเร็จ โปรดลองอีกครั้ง",
1139
+ "amity_chat_save_photo_success": "บันทึกรูปภาพแล้ว",
1140
+ "amity_chat_save_video_failed": "บันทึกวิดีโอไม่สำเร็จ",
1141
+ "amity_chat_save_video_success": "บันทึกวิดีโอแล้ว",
1142
+ "amity_chat_replying_to": "กำลังตอบกลับ",
1143
+ "amity_chat_reply_to_deleted": "ตอบกลับข้อความที่ถูกลบ",
1144
+ "amity_chat_reply_to_themself": "ตอบกลับตัวเอง",
1145
+ "amity_chat_reply_to_you": "ตอบกลับคุณ",
1146
+ "amity_chat_reply_you": "คุณตอบกลับ",
1147
+ "amity_chat_reply_you_to_deleted": "คุณตอบกลับข้อความที่ถูกลบ",
1148
+ "amity_chat_reply_you_to_yourself": "คุณตอบกลับตัวเอง",
1149
+ "amity_chat_reply_you_to_name": "คุณตอบกลับ %s",
1150
+ "amity_chat_reply_name_to_you": "%s ตอบกลับคุณ",
1151
+ "amity_chat_reply_name_to_themself": "%s ตอบกลับตัวเอง",
1152
+ "amity_chat_reply_name_to_name": "%1$s ตอบกลับ %2$s",
1153
+ "amity_chat_reply_photo_label": "รูปภาพ",
1154
+ "amity_chat_reply_video_label": "วิดีโอ",
1155
+ "amity_chat_media_camera": "กล้อง",
1156
+ "amity_chat_media_photo": "รูปภาพ",
1157
+ "amity_chat_media_video": "วิดีโอ",
1158
+ "amity_chat_permission_camera_title": "ต้องการสิทธิ์เข้าถึงกล้อง",
1159
+ "amity_chat_permission_camera_detail": "กรุณาอนุญาตการเข้าถึงกล้องในการตั้งค่า",
1160
+ "amity_chat_permission_microphone_title": "ต้องการสิทธิ์เข้าถึงไมโครโฟน",
1161
+ "amity_chat_permission_microphone_detail": "กรุณาอนุญาตการเข้าถึงไมโครโฟนในการตั้งค่า",
1162
+ "amity_chat_composer_camera_denied_open_settings": "เปิดการตั้งค่า",
1163
+ "amity_chat_media": "สื่อ",
1164
+ "amity_chat_member_you": "คุณ",
1165
+ "amity_chat_member_you_suffix": "(คุณ)",
1166
+ "amity_chat_unknown_user": "ไม่ทราบ",
1167
+ "amity_chat_deleted_user": "ผู้ใช้ที่ถูกลบ",
1168
+ "amity_chat_button_ok": "ตกลง",
1169
+ "amity_chat_cancel": "ยกเลิก",
1170
+ "amity_chat_notifications_title": "การแจ้งเตือน",
1171
+ "amity_chat_notifications_off": "ปิด",
1172
+ "amity_chat_notifications_on": "เปิด",
1173
+ "amity_chat_notifications_disabled": "การแจ้งเตือนแบบพุชถูกปิดโดยผู้ดูแลระบบ"
1174
+ }