@amityco/react-native-social-uikit 4.1.1-2a1adfb8.0 → 4.1.1-79bc765b.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 (3714) hide show
  1. package/lib/commonjs/core/assets/icons/xml.js +69 -1
  2. package/lib/commonjs/core/assets/icons/xml.js.map +1 -1
  3. package/lib/commonjs/core/hooks/usePostByIds.js +38 -0
  4. package/lib/commonjs/core/hooks/usePostByIds.js.map +1 -0
  5. package/lib/commonjs/core/index.js +0 -7
  6. package/lib/commonjs/core/index.js.map +1 -1
  7. package/lib/commonjs/core/providers/AmityUIKitProvider.js +2 -11
  8. package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
  9. package/lib/commonjs/core/routes/AmityUIKitNavigator.js +1 -68
  10. package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
  11. package/lib/commonjs/core/stores/slices/toastSlice.js +1 -4
  12. package/lib/commonjs/core/stores/slices/toastSlice.js.map +1 -1
  13. package/lib/commonjs/index.js +0 -6
  14. package/lib/commonjs/index.js.map +1 -1
  15. package/lib/commonjs/social/components/LoadingImage/index.js +4 -3
  16. package/lib/commonjs/social/components/LoadingImage/index.js.map +1 -1
  17. package/lib/commonjs/social/components/LoadingImage/styles.js +4 -0
  18. package/lib/commonjs/social/components/LoadingImage/styles.js.map +1 -1
  19. package/lib/commonjs/social/components/LoadingVideo/index.js +12 -6
  20. package/lib/commonjs/social/components/LoadingVideo/index.js.map +1 -1
  21. package/lib/commonjs/social/components/LoadingVideo/styles.js +4 -0
  22. package/lib/commonjs/social/components/LoadingVideo/styles.js.map +1 -1
  23. package/lib/commonjs/social/components/MediaSelector/MediaSelector.js +164 -0
  24. package/lib/commonjs/social/components/MediaSelector/MediaSelector.js.map +1 -0
  25. package/lib/commonjs/social/components/MediaSelector/index.js +13 -0
  26. package/lib/commonjs/social/components/MediaSelector/index.js.map +1 -0
  27. package/lib/commonjs/social/components/MediaSelector/styles.js +130 -0
  28. package/lib/commonjs/social/components/MediaSelector/styles.js.map +1 -0
  29. package/lib/commonjs/social/components/MediaViewer/MediaViewer.js +287 -0
  30. package/lib/commonjs/social/components/MediaViewer/MediaViewer.js.map +1 -0
  31. package/lib/commonjs/social/components/MediaViewer/index.js.map +1 -0
  32. package/lib/commonjs/social/components/MediaViewer/styles.js +116 -0
  33. package/lib/commonjs/social/components/MediaViewer/styles.js.map +1 -0
  34. package/lib/commonjs/social/components/PostContent/index.js +75 -120
  35. package/lib/commonjs/social/components/PostContent/index.js.map +1 -1
  36. package/lib/commonjs/social/components/SelectedMediaComponent/SelectedMediaComponent.js +147 -0
  37. package/lib/commonjs/social/components/SelectedMediaComponent/SelectedMediaComponent.js.map +1 -0
  38. package/lib/commonjs/social/components/SelectedMediaComponent/index.js +13 -0
  39. package/lib/commonjs/social/components/SelectedMediaComponent/index.js.map +1 -0
  40. package/lib/commonjs/social/components/SelectedMediaComponent/styles.js +43 -0
  41. package/lib/commonjs/social/components/SelectedMediaComponent/styles.js.map +1 -0
  42. package/lib/commonjs/social/components/Toast/index.js +8 -38
  43. package/lib/commonjs/social/components/Toast/index.js.map +1 -1
  44. package/lib/commonjs/social/components/Toast/styles.js +4 -16
  45. package/lib/commonjs/social/components/Toast/styles.js.map +1 -1
  46. package/lib/commonjs/social/constants/index.js +11 -0
  47. package/lib/commonjs/social/constants/index.js.map +1 -0
  48. package/lib/commonjs/social/elements/PostMediaElement/PostMediaElement.js +244 -0
  49. package/lib/commonjs/social/elements/PostMediaElement/PostMediaElement.js.map +1 -0
  50. package/lib/commonjs/social/elements/PostMediaElement/index.js +13 -0
  51. package/lib/commonjs/social/elements/PostMediaElement/index.js.map +1 -0
  52. package/lib/commonjs/social/elements/PostMediaElement/styles.js +117 -0
  53. package/lib/commonjs/social/elements/PostMediaElement/styles.js.map +1 -0
  54. package/lib/commonjs/social/features/post/Composer/PostComposer.js +71 -105
  55. package/lib/commonjs/social/features/post/Composer/PostComposer.js.map +1 -1
  56. package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +17 -7
  57. package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
  58. package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js +17 -7
  59. package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
  60. package/lib/commonjs/social/utils/getFrameRatio.js +52 -0
  61. package/lib/commonjs/social/utils/getFrameRatio.js.map +1 -0
  62. package/lib/commonjs/social/utils/getIndicatorConfig.js +59 -0
  63. package/lib/commonjs/social/utils/getIndicatorConfig.js.map +1 -0
  64. package/lib/module/core/assets/icons/xml.js +60 -0
  65. package/lib/module/core/assets/icons/xml.js.map +1 -1
  66. package/lib/module/core/hooks/usePostByIds.js +32 -0
  67. package/lib/module/core/hooks/usePostByIds.js.map +1 -0
  68. package/lib/module/core/index.js +0 -1
  69. package/lib/module/core/index.js.map +1 -1
  70. package/lib/module/core/providers/AmityUIKitProvider.js +2 -11
  71. package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
  72. package/lib/module/core/routes/AmityUIKitNavigator.js +1 -68
  73. package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
  74. package/lib/module/core/stores/slices/toastSlice.js +1 -4
  75. package/lib/module/core/stores/slices/toastSlice.js.map +1 -1
  76. package/lib/module/index.js +2 -2
  77. package/lib/module/index.js.map +1 -1
  78. package/lib/module/social/components/LoadingImage/index.js +4 -3
  79. package/lib/module/social/components/LoadingImage/index.js.map +1 -1
  80. package/lib/module/social/components/LoadingImage/styles.js +4 -0
  81. package/lib/module/social/components/LoadingImage/styles.js.map +1 -1
  82. package/lib/module/social/components/LoadingVideo/index.js +13 -7
  83. package/lib/module/social/components/LoadingVideo/index.js.map +1 -1
  84. package/lib/module/social/components/LoadingVideo/styles.js +4 -0
  85. package/lib/module/social/components/LoadingVideo/styles.js.map +1 -1
  86. package/lib/module/social/components/MediaSelector/MediaSelector.js +158 -0
  87. package/lib/module/social/components/MediaSelector/MediaSelector.js.map +1 -0
  88. package/lib/module/social/components/MediaSelector/index.js +2 -0
  89. package/lib/module/social/components/MediaSelector/index.js.map +1 -0
  90. package/lib/module/social/components/MediaSelector/styles.js +123 -0
  91. package/lib/module/social/components/MediaSelector/styles.js.map +1 -0
  92. package/lib/module/social/components/MediaViewer/MediaViewer.js +280 -0
  93. package/lib/module/social/components/MediaViewer/MediaViewer.js.map +1 -0
  94. package/lib/module/social/components/MediaViewer/index.js.map +1 -0
  95. package/lib/module/social/components/MediaViewer/styles.js +109 -0
  96. package/lib/module/social/components/MediaViewer/styles.js.map +1 -0
  97. package/lib/module/social/components/PostContent/index.js +77 -122
  98. package/lib/module/social/components/PostContent/index.js.map +1 -1
  99. package/lib/module/social/components/SelectedMediaComponent/SelectedMediaComponent.js +141 -0
  100. package/lib/module/social/components/SelectedMediaComponent/SelectedMediaComponent.js.map +1 -0
  101. package/lib/module/social/components/SelectedMediaComponent/index.js +2 -0
  102. package/lib/module/social/components/SelectedMediaComponent/index.js.map +1 -0
  103. package/lib/module/social/components/SelectedMediaComponent/styles.js +36 -0
  104. package/lib/module/social/components/SelectedMediaComponent/styles.js.map +1 -0
  105. package/lib/module/social/components/Toast/index.js +8 -38
  106. package/lib/module/social/components/Toast/index.js.map +1 -1
  107. package/lib/module/social/components/Toast/styles.js +4 -16
  108. package/lib/module/social/components/Toast/styles.js.map +1 -1
  109. package/lib/module/social/constants/index.js +5 -0
  110. package/lib/module/social/constants/index.js.map +1 -0
  111. package/lib/module/social/elements/PostMediaElement/PostMediaElement.js +237 -0
  112. package/lib/module/social/elements/PostMediaElement/PostMediaElement.js.map +1 -0
  113. package/lib/module/social/elements/PostMediaElement/index.js +2 -0
  114. package/lib/module/social/elements/PostMediaElement/index.js.map +1 -0
  115. package/lib/module/social/elements/PostMediaElement/styles.js +110 -0
  116. package/lib/module/social/elements/PostMediaElement/styles.js.map +1 -0
  117. package/lib/module/social/features/post/Composer/PostComposer.js +74 -108
  118. package/lib/module/social/features/post/Composer/PostComposer.js.map +1 -1
  119. package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +17 -7
  120. package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
  121. package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js +17 -7
  122. package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
  123. package/lib/module/social/utils/getFrameRatio.js +44 -0
  124. package/lib/module/social/utils/getFrameRatio.js.map +1 -0
  125. package/lib/module/social/utils/getIndicatorConfig.js +53 -0
  126. package/lib/module/social/utils/getIndicatorConfig.js.map +1 -0
  127. package/lib/typescript/core/assets/icons/xml.d.ts +9 -0
  128. package/lib/typescript/core/assets/icons/xml.d.ts.map +1 -1
  129. package/lib/typescript/core/hooks/usePostByIds.d.ts +8 -0
  130. package/lib/typescript/core/hooks/usePostByIds.d.ts.map +1 -0
  131. package/lib/typescript/core/index.d.ts +0 -1
  132. package/lib/typescript/core/index.d.ts.map +1 -1
  133. package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -1
  134. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts +1 -5
  135. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -1
  136. package/lib/typescript/core/routes/RouteParamList.d.ts +0 -40
  137. package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -1
  138. package/lib/typescript/core/stores/slices/toastSlice.d.ts +0 -1
  139. package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -1
  140. package/lib/typescript/index.d.ts +2 -2
  141. package/lib/typescript/index.d.ts.map +1 -1
  142. package/lib/typescript/social/components/LoadingImage/index.d.ts +2 -1
  143. package/lib/typescript/social/components/LoadingImage/index.d.ts.map +1 -1
  144. package/lib/typescript/social/components/LoadingImage/styles.d.ts +4 -0
  145. package/lib/typescript/social/components/LoadingImage/styles.d.ts.map +1 -1
  146. package/lib/typescript/social/components/LoadingVideo/index.d.ts +2 -1
  147. package/lib/typescript/social/components/LoadingVideo/index.d.ts.map +1 -1
  148. package/lib/typescript/social/components/LoadingVideo/styles.d.ts +4 -0
  149. package/lib/typescript/social/components/LoadingVideo/styles.d.ts.map +1 -1
  150. package/lib/typescript/social/components/MediaSelector/MediaSelector.d.ts +14 -0
  151. package/lib/typescript/social/components/MediaSelector/MediaSelector.d.ts.map +1 -0
  152. package/lib/typescript/social/components/MediaSelector/index.d.ts +2 -0
  153. package/lib/typescript/social/components/MediaSelector/index.d.ts.map +1 -0
  154. package/lib/typescript/social/components/MediaSelector/styles.d.ts +116 -0
  155. package/lib/typescript/social/components/MediaSelector/styles.d.ts.map +1 -0
  156. package/lib/typescript/social/components/MediaViewer/MediaViewer.d.ts +17 -0
  157. package/lib/typescript/social/components/MediaViewer/MediaViewer.d.ts.map +1 -0
  158. package/lib/typescript/social/components/MediaViewer/index.d.ts +3 -0
  159. package/lib/typescript/social/components/MediaViewer/index.d.ts.map +1 -0
  160. package/lib/typescript/social/components/MediaViewer/styles.d.ts +99 -0
  161. package/lib/typescript/social/components/MediaViewer/styles.d.ts.map +1 -0
  162. package/lib/typescript/social/components/PostContent/index.d.ts.map +1 -1
  163. package/lib/typescript/social/components/SelectedMediaComponent/SelectedMediaComponent.d.ts +12 -0
  164. package/lib/typescript/social/components/SelectedMediaComponent/SelectedMediaComponent.d.ts.map +1 -0
  165. package/lib/typescript/social/components/SelectedMediaComponent/index.d.ts +3 -0
  166. package/lib/typescript/social/components/SelectedMediaComponent/index.d.ts.map +1 -0
  167. package/lib/typescript/social/components/SelectedMediaComponent/styles.d.ts +25 -0
  168. package/lib/typescript/social/components/SelectedMediaComponent/styles.d.ts.map +1 -0
  169. package/lib/typescript/social/components/Toast/index.d.ts.map +1 -1
  170. package/lib/typescript/social/components/Toast/styles.d.ts +1 -3
  171. package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -1
  172. package/lib/typescript/social/constants/index.d.ts +4 -0
  173. package/lib/typescript/social/constants/index.d.ts.map +1 -0
  174. package/lib/typescript/social/elements/PostMediaElement/PostMediaElement.d.ts +15 -0
  175. package/lib/typescript/social/elements/PostMediaElement/PostMediaElement.d.ts.map +1 -0
  176. package/lib/typescript/social/elements/PostMediaElement/index.d.ts +3 -0
  177. package/lib/typescript/social/elements/PostMediaElement/index.d.ts.map +1 -0
  178. package/lib/typescript/social/elements/PostMediaElement/styles.d.ts +88 -0
  179. package/lib/typescript/social/elements/PostMediaElement/styles.d.ts.map +1 -0
  180. package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +15 -15
  181. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +5 -5
  182. package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +10 -10
  183. package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +15 -15
  184. package/lib/typescript/social/features/post/Composer/PostComposer.d.ts.map +1 -1
  185. package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +3 -0
  186. package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +1 -1
  187. package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +3 -0
  188. package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +1 -1
  189. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +0 -1
  190. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -1
  191. package/lib/typescript/social/utils/getFrameRatio.d.ts +21 -0
  192. package/lib/typescript/social/utils/getFrameRatio.d.ts.map +1 -0
  193. package/lib/typescript/social/utils/getIndicatorConfig.d.ts +11 -0
  194. package/lib/typescript/social/utils/getIndicatorConfig.d.ts.map +1 -0
  195. package/package.json +9 -12
  196. package/src/core/assets/icons/xml.ts +76 -0
  197. package/src/core/hooks/usePostByIds.ts +33 -0
  198. package/src/core/index.tsx +0 -1
  199. package/src/core/providers/AmityUIKitProvider.tsx +29 -40
  200. package/src/core/routes/AmityUIKitNavigator.tsx +1 -86
  201. package/src/core/routes/RouteParamList.tsx +0 -19
  202. package/src/core/stores/slices/toastSlice.ts +0 -6
  203. package/src/index.tsx +0 -2
  204. package/src/social/components/LoadingImage/index.tsx +12 -2
  205. package/src/social/components/LoadingImage/styles.ts +4 -0
  206. package/src/social/components/LoadingVideo/index.tsx +28 -4
  207. package/src/social/components/LoadingVideo/styles.ts +4 -0
  208. package/src/social/components/MediaSelector/MediaSelector.tsx +231 -0
  209. package/src/social/components/MediaSelector/index.tsx +1 -0
  210. package/src/social/components/MediaSelector/styles.ts +124 -0
  211. package/src/social/components/MediaViewer/MediaViewer.tsx +413 -0
  212. package/src/social/components/MediaViewer/index.tsx +2 -0
  213. package/src/social/components/MediaViewer/styles.ts +109 -0
  214. package/src/social/components/PostContent/index.tsx +86 -159
  215. package/src/social/components/SelectedMediaComponent/SelectedMediaComponent.tsx +202 -0
  216. package/src/social/components/SelectedMediaComponent/index.ts +2 -0
  217. package/src/social/components/SelectedMediaComponent/styles.ts +38 -0
  218. package/src/social/components/Toast/index.tsx +27 -55
  219. package/src/social/components/Toast/styles.ts +3 -22
  220. package/src/social/constants/index.ts +4 -0
  221. package/src/social/elements/PostMediaElement/PostMediaElement.tsx +318 -0
  222. package/src/social/elements/PostMediaElement/index.tsx +5 -0
  223. package/src/social/elements/PostMediaElement/styles.ts +99 -0
  224. package/src/social/features/post/Composer/PostComposer.tsx +83 -114
  225. package/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.tsx +10 -3
  226. package/src/social/features/post/components/MediaAttachment/MediaAttachment.tsx +14 -3
  227. package/src/social/utils/getFrameRatio.ts +42 -0
  228. package/src/social/utils/getIndicatorConfig.ts +62 -0
  229. package/lib/commonjs/core/assets/icons/emptyCommunity2.js +0 -46
  230. package/lib/commonjs/core/assets/icons/emptyCommunity2.js.map +0 -1
  231. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js +0 -80
  232. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js.map +0 -1
  233. package/lib/commonjs/core/design/atoms/Avatar/index.js +0 -13
  234. package/lib/commonjs/core/design/atoms/Avatar/index.js.map +0 -1
  235. package/lib/commonjs/core/design/atoms/Avatar/styles.js +0 -140
  236. package/lib/commonjs/core/design/atoms/Avatar/styles.js.map +0 -1
  237. package/lib/commonjs/core/design/atoms/Badge/Badge.js +0 -89
  238. package/lib/commonjs/core/design/atoms/Badge/Badge.js.map +0 -1
  239. package/lib/commonjs/core/design/atoms/Badge/index.js +0 -19
  240. package/lib/commonjs/core/design/atoms/Badge/index.js.map +0 -1
  241. package/lib/commonjs/core/design/atoms/Badge/styles.js +0 -159
  242. package/lib/commonjs/core/design/atoms/Badge/styles.js.map +0 -1
  243. package/lib/commonjs/core/design/atoms/Button/Button.js +0 -77
  244. package/lib/commonjs/core/design/atoms/Button/Button.js.map +0 -1
  245. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js +0 -66
  246. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js.map +0 -1
  247. package/lib/commonjs/core/design/atoms/Button/Icon/index.js +0 -13
  248. package/lib/commonjs/core/design/atoms/Button/Icon/index.js.map +0 -1
  249. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js +0 -139
  250. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js.map +0 -1
  251. package/lib/commonjs/core/design/atoms/Button/index.js +0 -13
  252. package/lib/commonjs/core/design/atoms/Button/index.js.map +0 -1
  253. package/lib/commonjs/core/design/atoms/Button/styles.js +0 -277
  254. package/lib/commonjs/core/design/atoms/Button/styles.js.map +0 -1
  255. package/lib/commonjs/core/design/atoms/Divider/Divider.js +0 -39
  256. package/lib/commonjs/core/design/atoms/Divider/Divider.js.map +0 -1
  257. package/lib/commonjs/core/design/atoms/Divider/index.js +0 -13
  258. package/lib/commonjs/core/design/atoms/Divider/index.js.map +0 -1
  259. package/lib/commonjs/core/design/atoms/Divider/styles.js +0 -49
  260. package/lib/commonjs/core/design/atoms/Divider/styles.js.map +0 -1
  261. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js +0 -73
  262. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js.map +0 -1
  263. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js +0 -13
  264. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js.map +0 -1
  265. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js +0 -97
  266. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js.map +0 -1
  267. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js +0 -87
  268. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js.map +0 -1
  269. package/lib/commonjs/core/design/atoms/Input/Chip/index.js +0 -13
  270. package/lib/commonjs/core/design/atoms/Input/Chip/index.js.map +0 -1
  271. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js +0 -93
  272. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js.map +0 -1
  273. package/lib/commonjs/core/design/atoms/Input/Input.js +0 -20
  274. package/lib/commonjs/core/design/atoms/Input/Input.js.map +0 -1
  275. package/lib/commonjs/core/design/atoms/Input/Text/Text.js +0 -89
  276. package/lib/commonjs/core/design/atoms/Input/Text/Text.js.map +0 -1
  277. package/lib/commonjs/core/design/atoms/Input/Text/index.js +0 -13
  278. package/lib/commonjs/core/design/atoms/Input/Text/index.js.map +0 -1
  279. package/lib/commonjs/core/design/atoms/Input/Text/styles.js +0 -120
  280. package/lib/commonjs/core/design/atoms/Input/Text/styles.js.map +0 -1
  281. package/lib/commonjs/core/design/atoms/Input/User/User.js +0 -41
  282. package/lib/commonjs/core/design/atoms/Input/User/User.js.map +0 -1
  283. package/lib/commonjs/core/design/atoms/Input/User/index.js +0 -13
  284. package/lib/commonjs/core/design/atoms/Input/User/index.js.map +0 -1
  285. package/lib/commonjs/core/design/atoms/Input/User/styles.js +0 -69
  286. package/lib/commonjs/core/design/atoms/Input/User/styles.js.map +0 -1
  287. package/lib/commonjs/core/design/atoms/Input/index.js +0 -41
  288. package/lib/commonjs/core/design/atoms/Input/index.js.map +0 -1
  289. package/lib/commonjs/core/design/atoms/Loader/Loader.js +0 -16
  290. package/lib/commonjs/core/design/atoms/Loader/Loader.js.map +0 -1
  291. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js +0 -29
  292. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js.map +0 -1
  293. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js +0 -13
  294. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js.map +0 -1
  295. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js +0 -25
  296. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js.map +0 -1
  297. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js +0 -96
  298. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js.map +0 -1
  299. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js +0 -13
  300. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js.map +0 -1
  301. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js +0 -60
  302. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js.map +0 -1
  303. package/lib/commonjs/core/design/atoms/Loader/index.js +0 -27
  304. package/lib/commonjs/core/design/atoms/Loader/index.js.map +0 -1
  305. package/lib/commonjs/core/design/atoms/Selection/Selection.js +0 -87
  306. package/lib/commonjs/core/design/atoms/Selection/Selection.js.map +0 -1
  307. package/lib/commonjs/core/design/atoms/Selection/index.js +0 -13
  308. package/lib/commonjs/core/design/atoms/Selection/index.js.map +0 -1
  309. package/lib/commonjs/core/design/atoms/Selection/styles.js +0 -110
  310. package/lib/commonjs/core/design/atoms/Selection/styles.js.map +0 -1
  311. package/lib/commonjs/core/design/atoms/Tab/Tab.js +0 -51
  312. package/lib/commonjs/core/design/atoms/Tab/Tab.js.map +0 -1
  313. package/lib/commonjs/core/design/atoms/Tab/index.js +0 -13
  314. package/lib/commonjs/core/design/atoms/Tab/index.js.map +0 -1
  315. package/lib/commonjs/core/design/atoms/Tab/styles.js +0 -68
  316. package/lib/commonjs/core/design/atoms/Tab/styles.js.map +0 -1
  317. package/lib/commonjs/core/design/components/Menu/Menu.js +0 -96
  318. package/lib/commonjs/core/design/components/Menu/Menu.js.map +0 -1
  319. package/lib/commonjs/core/design/components/Menu/index.js +0 -13
  320. package/lib/commonjs/core/design/components/Menu/index.js.map +0 -1
  321. package/lib/commonjs/core/design/components/Menu/styles.js +0 -85
  322. package/lib/commonjs/core/design/components/Menu/styles.js.map +0 -1
  323. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js +0 -40
  324. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js.map +0 -1
  325. package/lib/commonjs/core/design/components/MenuOptionButton/index.js +0 -13
  326. package/lib/commonjs/core/design/components/MenuOptionButton/index.js.map +0 -1
  327. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js +0 -42
  328. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js.map +0 -1
  329. package/lib/commonjs/core/design/components/Popover/Popover.js +0 -118
  330. package/lib/commonjs/core/design/components/Popover/Popover.js.map +0 -1
  331. package/lib/commonjs/core/design/components/Popover/index.js +0 -13
  332. package/lib/commonjs/core/design/components/Popover/index.js.map +0 -1
  333. package/lib/commonjs/core/design/components/Popover/styles.js +0 -49
  334. package/lib/commonjs/core/design/components/Popover/styles.js.map +0 -1
  335. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js +0 -55
  336. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js.map +0 -1
  337. package/lib/commonjs/core/design/components/Skeleton/index.js +0 -13
  338. package/lib/commonjs/core/design/components/Skeleton/index.js.map +0 -1
  339. package/lib/commonjs/core/design/components/Skeleton/styles.js +0 -24
  340. package/lib/commonjs/core/design/components/Skeleton/styles.js.map +0 -1
  341. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js +0 -183
  342. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js.map +0 -1
  343. package/lib/commonjs/core/design/components/TextEditor/index.js +0 -20
  344. package/lib/commonjs/core/design/components/TextEditor/index.js.map +0 -1
  345. package/lib/commonjs/core/design/components/TextEditor/styles.js +0 -62
  346. package/lib/commonjs/core/design/components/TextEditor/styles.js.map +0 -1
  347. package/lib/commonjs/core/design/components/TextEditor/utils.js +0 -132
  348. package/lib/commonjs/core/design/components/TextEditor/utils.js.map +0 -1
  349. package/lib/commonjs/core/design/components/Typography/Typography.js +0 -29
  350. package/lib/commonjs/core/design/components/Typography/Typography.js.map +0 -1
  351. package/lib/commonjs/core/design/components/Typography/index.js +0 -13
  352. package/lib/commonjs/core/design/components/Typography/index.js.map +0 -1
  353. package/lib/commonjs/core/design/components/Typography/styles.js +0 -78
  354. package/lib/commonjs/core/design/components/Typography/styles.js.map +0 -1
  355. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js +0 -26
  356. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +0 -1
  357. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js +0 -13
  358. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js.map +0 -1
  359. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js +0 -32
  360. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js.map +0 -1
  361. package/lib/commonjs/core/design/elements/PrivateBadge/index.js +0 -13
  362. package/lib/commonjs/core/design/elements/PrivateBadge/index.js.map +0 -1
  363. package/lib/commonjs/core/design/icons/AmityIcon.js +0 -29
  364. package/lib/commonjs/core/design/icons/AmityIcon.js.map +0 -1
  365. package/lib/commonjs/core/design/icons/generated/iconRegistry.js +0 -702
  366. package/lib/commonjs/core/design/icons/generated/iconRegistry.js.map +0 -1
  367. package/lib/commonjs/core/design/icons/index.js +0 -38
  368. package/lib/commonjs/core/design/icons/index.js.map +0 -1
  369. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js +0 -52
  370. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js.map +0 -1
  371. package/lib/commonjs/core/design/molecules/SearchInput/index.js +0 -13
  372. package/lib/commonjs/core/design/molecules/SearchInput/index.js.map +0 -1
  373. package/lib/commonjs/core/design/molecules/SearchInput/styles.js +0 -30
  374. package/lib/commonjs/core/design/molecules/SearchInput/styles.js.map +0 -1
  375. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js +0 -38
  376. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js.map +0 -1
  377. package/lib/commonjs/core/design/molecules/Tabs/index.js +0 -13
  378. package/lib/commonjs/core/design/molecules/Tabs/index.js.map +0 -1
  379. package/lib/commonjs/core/design/molecules/Tabs/styles.js +0 -35
  380. package/lib/commonjs/core/design/molecules/Tabs/styles.js.map +0 -1
  381. package/lib/commonjs/core/design/theme/AmityForceMode.js +0 -28
  382. package/lib/commonjs/core/design/theme/AmityForceMode.js.map +0 -1
  383. package/lib/commonjs/core/design/theme/AmityThemeProvider.js +0 -58
  384. package/lib/commonjs/core/design/theme/AmityThemeProvider.js.map +0 -1
  385. package/lib/commonjs/core/design/theme/index.js +0 -52
  386. package/lib/commonjs/core/design/theme/index.js.map +0 -1
  387. package/lib/commonjs/core/design/theme/resolveTokens.js +0 -45
  388. package/lib/commonjs/core/design/theme/resolveTokens.js.map +0 -1
  389. package/lib/commonjs/core/design/theme/useToken.js +0 -22
  390. package/lib/commonjs/core/design/theme/useToken.js.map +0 -1
  391. package/lib/commonjs/core/design/tokens/CHECKSUMS.json +0 -9
  392. package/lib/commonjs/core/design/tokens/amity-color-tokens.js +0 -5076
  393. package/lib/commonjs/core/design/tokens/amity-color-tokens.js.map +0 -1
  394. package/lib/commonjs/core/design/tokens/amity-uikit-config.json +0 -1381
  395. package/lib/commonjs/core/design/tokens/amity-uikit-design-tokens.json +0 -2953
  396. package/lib/commonjs/core/design/tokens/config-resolver.d.js +0 -2
  397. package/lib/commonjs/core/design/tokens/config-resolver.d.js.map +0 -1
  398. package/lib/commonjs/core/design/tokens/config-resolver.js +0 -659
  399. package/lib/commonjs/core/design/tokens/config-resolver.js.map +0 -1
  400. package/lib/commonjs/core/design/tokens/geometry.json +0 -2673
  401. package/lib/commonjs/core/design/tokens/spacing.js +0 -33
  402. package/lib/commonjs/core/design/tokens/spacing.js.map +0 -1
  403. package/lib/commonjs/core/localization/LocaleProvider.js +0 -136
  404. package/lib/commonjs/core/localization/LocaleProvider.js.map +0 -1
  405. package/lib/commonjs/core/localization/defaultLocaleMap.js +0 -28
  406. package/lib/commonjs/core/localization/defaultLocaleMap.js.map +0 -1
  407. package/lib/commonjs/core/localization/defaults/en.js +0 -23
  408. package/lib/commonjs/core/localization/defaults/en.js.map +0 -1
  409. package/lib/commonjs/core/localization/defaults/en.json +0 -1175
  410. package/lib/commonjs/core/localization/defaults/th.js +0 -25
  411. package/lib/commonjs/core/localization/defaults/th.js.map +0 -1
  412. package/lib/commonjs/core/localization/defaults/th.json +0 -1174
  413. package/lib/commonjs/core/localization/index.js +0 -102
  414. package/lib/commonjs/core/localization/index.js.map +0 -1
  415. package/lib/commonjs/core/localization/resolveString.js +0 -190
  416. package/lib/commonjs/core/localization/resolveString.js.map +0 -1
  417. package/lib/commonjs/core/localization/useString.js +0 -36
  418. package/lib/commonjs/core/localization/useString.js.map +0 -1
  419. package/lib/commonjs/core/routes/AmityChatEntry.js +0 -17
  420. package/lib/commonjs/core/routes/AmityChatEntry.js.map +0 -1
  421. package/lib/commonjs/core/utils/abbreviateCount.js +0 -21
  422. package/lib/commonjs/core/utils/abbreviateCount.js.map +0 -1
  423. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +0 -340
  424. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +0 -1
  425. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js +0 -13
  426. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js.map +0 -1
  427. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js +0 -135
  428. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js.map +0 -1
  429. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +0 -238
  430. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +0 -1
  431. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +0 -13
  432. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +0 -1
  433. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +0 -31
  434. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +0 -1
  435. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +0 -243
  436. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +0 -1
  437. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js +0 -13
  438. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +0 -1
  439. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +0 -28
  440. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +0 -1
  441. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +0 -203
  442. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +0 -1
  443. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js +0 -13
  444. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +0 -1
  445. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +0 -70
  446. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +0 -1
  447. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +0 -223
  448. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +0 -1
  449. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js +0 -19
  450. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js.map +0 -1
  451. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js +0 -62
  452. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js.map +0 -1
  453. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +0 -478
  454. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +0 -1
  455. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js +0 -13
  456. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js.map +0 -1
  457. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js +0 -251
  458. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js.map +0 -1
  459. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +0 -266
  460. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +0 -1
  461. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js +0 -13
  462. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js.map +0 -1
  463. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js +0 -174
  464. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js.map +0 -1
  465. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +0 -135
  466. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +0 -1
  467. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +0 -82
  468. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +0 -1
  469. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js +0 -13
  470. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js.map +0 -1
  471. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js +0 -58
  472. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js.map +0 -1
  473. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +0 -156
  474. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +0 -1
  475. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js +0 -13
  476. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js.map +0 -1
  477. package/lib/commonjs/social/features/chat/constants/errorResponse.js +0 -16
  478. package/lib/commonjs/social/features/chat/constants/errorResponse.js.map +0 -1
  479. package/lib/commonjs/social/features/chat/constants/index.js +0 -39
  480. package/lib/commonjs/social/features/chat/constants/index.js.map +0 -1
  481. package/lib/commonjs/social/features/chat/constants/list.js +0 -13
  482. package/lib/commonjs/social/features/chat/constants/list.js.map +0 -1
  483. package/lib/commonjs/social/features/chat/constants/search.js +0 -17
  484. package/lib/commonjs/social/features/chat/constants/search.js.map +0 -1
  485. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +0 -32
  486. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +0 -1
  487. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js +0 -13
  488. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js.map +0 -1
  489. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js +0 -39
  490. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js.map +0 -1
  491. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js +0 -142
  492. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js.map +0 -1
  493. package/lib/commonjs/social/features/chat/elements/Avatar/index.js +0 -13
  494. package/lib/commonjs/social/features/chat/elements/Avatar/index.js.map +0 -1
  495. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js +0 -55
  496. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js.map +0 -1
  497. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js +0 -66
  498. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +0 -1
  499. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js +0 -13
  500. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js.map +0 -1
  501. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js +0 -50
  502. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js.map +0 -1
  503. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +0 -54
  504. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +0 -1
  505. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js +0 -13
  506. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js.map +0 -1
  507. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js +0 -54
  508. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js.map +0 -1
  509. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js +0 -13
  510. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js.map +0 -1
  511. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js +0 -27
  512. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js.map +0 -1
  513. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +0 -39
  514. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +0 -1
  515. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js +0 -13
  516. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js.map +0 -1
  517. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js +0 -31
  518. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js.map +0 -1
  519. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js +0 -83
  520. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +0 -1
  521. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js +0 -13
  522. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js.map +0 -1
  523. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js +0 -94
  524. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js.map +0 -1
  525. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js +0 -69
  526. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js.map +0 -1
  527. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js +0 -13
  528. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js.map +0 -1
  529. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js +0 -65
  530. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js.map +0 -1
  531. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js +0 -60
  532. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js.map +0 -1
  533. package/lib/commonjs/social/features/chat/elements/TopBar/index.js +0 -13
  534. package/lib/commonjs/social/features/chat/elements/TopBar/index.js.map +0 -1
  535. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js +0 -58
  536. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js.map +0 -1
  537. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +0 -56
  538. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +0 -1
  539. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js +0 -13
  540. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js.map +0 -1
  541. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js +0 -38
  542. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js.map +0 -1
  543. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js +0 -37
  544. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js.map +0 -1
  545. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +0 -134
  546. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +0 -1
  547. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js +0 -13
  548. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +0 -1
  549. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +0 -61
  550. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +0 -1
  551. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js +0 -28
  552. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js.map +0 -1
  553. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js +0 -13
  554. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js.map +0 -1
  555. package/lib/commonjs/social/features/chat/features/archive/components/index.js +0 -20
  556. package/lib/commonjs/social/features/chat/features/archive/components/index.js.map +0 -1
  557. package/lib/commonjs/social/features/chat/features/archive/index.js +0 -13
  558. package/lib/commonjs/social/features/chat/features/archive/index.js.map +0 -1
  559. package/lib/commonjs/social/features/chat/features/archive/styles.js +0 -29
  560. package/lib/commonjs/social/features/chat/features/archive/styles.js.map +0 -1
  561. package/lib/commonjs/social/features/chat/features/conversation/Chat.js +0 -142
  562. package/lib/commonjs/social/features/chat/features/conversation/Chat.js.map +0 -1
  563. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js +0 -74
  564. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js.map +0 -1
  565. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js +0 -13
  566. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js.map +0 -1
  567. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js +0 -64
  568. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js.map +0 -1
  569. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js +0 -184
  570. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +0 -1
  571. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js +0 -13
  572. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js.map +0 -1
  573. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js +0 -56
  574. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js.map +0 -1
  575. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +0 -192
  576. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +0 -1
  577. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js +0 -13
  578. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js.map +0 -1
  579. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js +0 -86
  580. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js.map +0 -1
  581. package/lib/commonjs/social/features/chat/features/conversation/components/index.js +0 -39
  582. package/lib/commonjs/social/features/chat/features/conversation/components/index.js.map +0 -1
  583. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js +0 -44
  584. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js.map +0 -1
  585. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js +0 -50
  586. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js.map +0 -1
  587. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js +0 -13
  588. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js.map +0 -1
  589. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js +0 -32
  590. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js.map +0 -1
  591. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +0 -81
  592. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +0 -1
  593. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js +0 -13
  594. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js.map +0 -1
  595. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js +0 -59
  596. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +0 -1
  597. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js +0 -94
  598. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +0 -1
  599. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js +0 -13
  600. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js.map +0 -1
  601. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js +0 -23
  602. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js.map +0 -1
  603. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js +0 -27
  604. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js.map +0 -1
  605. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js +0 -20
  606. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js.map +0 -1
  607. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +0 -72
  608. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +0 -1
  609. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +0 -75
  610. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +0 -1
  611. package/lib/commonjs/social/features/chat/features/conversation/create/index.js +0 -13
  612. package/lib/commonjs/social/features/chat/features/conversation/create/index.js.map +0 -1
  613. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js +0 -28
  614. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js.map +0 -1
  615. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js +0 -59
  616. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js.map +0 -1
  617. package/lib/commonjs/social/features/chat/features/conversation/index.js +0 -13
  618. package/lib/commonjs/social/features/chat/features/conversation/index.js.map +0 -1
  619. package/lib/commonjs/social/features/chat/features/conversation/styles.js +0 -26
  620. package/lib/commonjs/social/features/chat/features/conversation/styles.js.map +0 -1
  621. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js +0 -70
  622. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js.map +0 -1
  623. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +0 -43
  624. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +0 -1
  625. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +0 -13
  626. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +0 -1
  627. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +0 -30
  628. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +0 -1
  629. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js +0 -54
  630. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js.map +0 -1
  631. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js +0 -13
  632. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js.map +0 -1
  633. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js +0 -31
  634. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js.map +0 -1
  635. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -47
  636. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
  637. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +0 -13
  638. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +0 -1
  639. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +0 -37
  640. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +0 -1
  641. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js +0 -154
  642. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +0 -1
  643. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js +0 -13
  644. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js.map +0 -1
  645. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js +0 -48
  646. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js.map +0 -1
  647. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js +0 -50
  648. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js.map +0 -1
  649. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js +0 -17
  650. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js.map +0 -1
  651. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +0 -102
  652. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +0 -1
  653. package/lib/commonjs/social/features/chat/features/group/add-member/index.js +0 -13
  654. package/lib/commonjs/social/features/chat/features/group/add-member/index.js.map +0 -1
  655. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js +0 -31
  656. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js.map +0 -1
  657. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js +0 -61
  658. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +0 -1
  659. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +0 -121
  660. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +0 -1
  661. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +0 -13
  662. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +0 -1
  663. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +0 -28
  664. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +0 -1
  665. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js +0 -27
  666. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js.map +0 -1
  667. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js +0 -13
  668. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js.map +0 -1
  669. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js +0 -20
  670. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js.map +0 -1
  671. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js +0 -13
  672. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js.map +0 -1
  673. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +0 -70
  674. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +0 -1
  675. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js +0 -13
  676. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js.map +0 -1
  677. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js +0 -31
  678. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js.map +0 -1
  679. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js +0 -133
  680. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js.map +0 -1
  681. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +0 -39
  682. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +0 -1
  683. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +0 -13
  684. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +0 -1
  685. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +0 -40
  686. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +0 -1
  687. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js +0 -80
  688. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js.map +0 -1
  689. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js +0 -13
  690. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js.map +0 -1
  691. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js +0 -71
  692. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js.map +0 -1
  693. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js +0 -28
  694. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js.map +0 -1
  695. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js +0 -13
  696. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js.map +0 -1
  697. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js +0 -85
  698. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +0 -1
  699. package/lib/commonjs/social/features/chat/features/group/chat/index.js +0 -13
  700. package/lib/commonjs/social/features/chat/features/group/chat/index.js.map +0 -1
  701. package/lib/commonjs/social/features/chat/features/group/chat/styles.js +0 -24
  702. package/lib/commonjs/social/features/chat/features/group/chat/styles.js.map +0 -1
  703. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js +0 -104
  704. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js.map +0 -1
  705. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js +0 -45
  706. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js.map +0 -1
  707. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js +0 -13
  708. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js.map +0 -1
  709. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +0 -60
  710. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +0 -1
  711. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js +0 -13
  712. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js.map +0 -1
  713. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js +0 -42
  714. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +0 -1
  715. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +0 -113
  716. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +0 -1
  717. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js +0 -13
  718. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js.map +0 -1
  719. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js +0 -74
  720. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +0 -1
  721. package/lib/commonjs/social/features/chat/features/group/create/components/index.js +0 -27
  722. package/lib/commonjs/social/features/chat/features/group/create/components/index.js.map +0 -1
  723. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js +0 -13
  724. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js.map +0 -1
  725. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +0 -193
  726. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +0 -1
  727. package/lib/commonjs/social/features/chat/features/group/create/index.js +0 -13
  728. package/lib/commonjs/social/features/chat/features/group/create/index.js.map +0 -1
  729. package/lib/commonjs/social/features/chat/features/group/create/styles.js +0 -34
  730. package/lib/commonjs/social/features/chat/features/group/create/styles.js.map +0 -1
  731. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js +0 -36
  732. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js.map +0 -1
  733. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js +0 -13
  734. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js.map +0 -1
  735. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js +0 -110
  736. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +0 -1
  737. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +0 -42
  738. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +0 -1
  739. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +0 -13
  740. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +0 -1
  741. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +0 -37
  742. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +0 -1
  743. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +0 -46
  744. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +0 -1
  745. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +0 -13
  746. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +0 -1
  747. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +0 -37
  748. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +0 -1
  749. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js +0 -17
  750. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js.map +0 -1
  751. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js +0 -17
  752. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js.map +0 -1
  753. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +0 -134
  754. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +0 -1
  755. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js +0 -13
  756. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js.map +0 -1
  757. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js +0 -38
  758. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js.map +0 -1
  759. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +0 -81
  760. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +0 -1
  761. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +0 -45
  762. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +0 -1
  763. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +0 -13
  764. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +0 -1
  765. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +0 -37
  766. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +0 -1
  767. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js +0 -17
  768. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js.map +0 -1
  769. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js +0 -27
  770. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js.map +0 -1
  771. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js +0 -17
  772. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js.map +0 -1
  773. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +0 -117
  774. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +0 -1
  775. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js +0 -13
  776. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js.map +0 -1
  777. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js +0 -43
  778. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js.map +0 -1
  779. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js +0 -67
  780. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +0 -1
  781. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js +0 -46
  782. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +0 -1
  783. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js +0 -13
  784. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js.map +0 -1
  785. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js +0 -17
  786. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js.map +0 -1
  787. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js +0 -17
  788. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js.map +0 -1
  789. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +0 -156
  790. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +0 -1
  791. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js +0 -13
  792. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js.map +0 -1
  793. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js +0 -34
  794. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js.map +0 -1
  795. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js +0 -52
  796. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js.map +0 -1
  797. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js +0 -49
  798. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js.map +0 -1
  799. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js +0 -13
  800. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js.map +0 -1
  801. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +0 -96
  802. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +0 -1
  803. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js +0 -13
  804. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js.map +0 -1
  805. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js +0 -63
  806. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js.map +0 -1
  807. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js +0 -136
  808. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +0 -1
  809. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js +0 -13
  810. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js.map +0 -1
  811. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js +0 -25
  812. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js.map +0 -1
  813. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +0 -83
  814. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +0 -1
  815. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js +0 -19
  816. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js.map +0 -1
  817. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js +0 -26
  818. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +0 -1
  819. package/lib/commonjs/social/features/chat/features/group/members/components/index.js +0 -50
  820. package/lib/commonjs/social/features/chat/features/group/members/components/index.js.map +0 -1
  821. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js +0 -17
  822. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js.map +0 -1
  823. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js +0 -38
  824. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +0 -1
  825. package/lib/commonjs/social/features/chat/features/group/members/index.js +0 -13
  826. package/lib/commonjs/social/features/chat/features/group/members/index.js.map +0 -1
  827. package/lib/commonjs/social/features/chat/features/group/members/styles.js +0 -27
  828. package/lib/commonjs/social/features/chat/features/group/members/styles.js.map +0 -1
  829. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js +0 -80
  830. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +0 -1
  831. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +0 -63
  832. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +0 -1
  833. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +0 -17
  834. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +0 -1
  835. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +0 -53
  836. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +0 -1
  837. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +0 -49
  838. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +0 -1
  839. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +0 -17
  840. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +0 -1
  841. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +0 -41
  842. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +0 -1
  843. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js +0 -28
  844. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js.map +0 -1
  845. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js +0 -17
  846. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js.map +0 -1
  847. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +0 -153
  848. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +0 -1
  849. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js +0 -13
  850. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js.map +0 -1
  851. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js +0 -30
  852. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js.map +0 -1
  853. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js +0 -74
  854. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js.map +0 -1
  855. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js +0 -72
  856. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js.map +0 -1
  857. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js +0 -13
  858. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js.map +0 -1
  859. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js +0 -33
  860. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js.map +0 -1
  861. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -47
  862. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
  863. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +0 -13
  864. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +0 -1
  865. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +0 -37
  866. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +0 -1
  867. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +0 -76
  868. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +0 -1
  869. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js +0 -13
  870. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js.map +0 -1
  871. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js +0 -50
  872. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +0 -1
  873. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js +0 -132
  874. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +0 -1
  875. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js +0 -13
  876. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js.map +0 -1
  877. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js +0 -31
  878. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js.map +0 -1
  879. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js +0 -34
  880. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js.map +0 -1
  881. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js +0 -10
  882. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js.map +0 -1
  883. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js +0 -13
  884. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js.map +0 -1
  885. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +0 -111
  886. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +0 -1
  887. package/lib/commonjs/social/features/chat/features/group/select-member/index.js +0 -13
  888. package/lib/commonjs/social/features/chat/features/group/select-member/index.js.map +0 -1
  889. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js +0 -28
  890. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js.map +0 -1
  891. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js +0 -93
  892. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js.map +0 -1
  893. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js +0 -27
  894. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js.map +0 -1
  895. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js +0 -13
  896. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js.map +0 -1
  897. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js +0 -17
  898. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js.map +0 -1
  899. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js +0 -17
  900. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js.map +0 -1
  901. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js +0 -286
  902. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +0 -1
  903. package/lib/commonjs/social/features/chat/features/group/setting/index.js +0 -13
  904. package/lib/commonjs/social/features/chat/features/group/setting/index.js.map +0 -1
  905. package/lib/commonjs/social/features/chat/features/group/setting/styles.js +0 -58
  906. package/lib/commonjs/social/features/chat/features/group/setting/styles.js.map +0 -1
  907. package/lib/commonjs/social/features/chat/features/home/ChatHome.js +0 -80
  908. package/lib/commonjs/social/features/chat/features/home/ChatHome.js.map +0 -1
  909. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js +0 -196
  910. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +0 -1
  911. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js +0 -13
  912. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js.map +0 -1
  913. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js +0 -108
  914. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js.map +0 -1
  915. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js +0 -44
  916. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js.map +0 -1
  917. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js +0 -13
  918. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js.map +0 -1
  919. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js +0 -57
  920. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js.map +0 -1
  921. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +0 -45
  922. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +0 -1
  923. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +0 -13
  924. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +0 -1
  925. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +0 -43
  926. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +0 -1
  927. package/lib/commonjs/social/features/chat/features/home/components/index.js +0 -39
  928. package/lib/commonjs/social/features/chat/features/home/components/index.js.map +0 -1
  929. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +0 -91
  930. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +0 -1
  931. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js +0 -13
  932. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +0 -1
  933. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +0 -32
  934. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +0 -1
  935. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +0 -113
  936. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +0 -1
  937. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js +0 -13
  938. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +0 -1
  939. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js +0 -32
  940. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +0 -1
  941. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js +0 -55
  942. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +0 -1
  943. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js +0 -13
  944. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js.map +0 -1
  945. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js +0 -33
  946. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js.map +0 -1
  947. package/lib/commonjs/social/features/chat/features/home/hooks/index.js +0 -13
  948. package/lib/commonjs/social/features/chat/features/home/hooks/index.js.map +0 -1
  949. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +0 -37
  950. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +0 -1
  951. package/lib/commonjs/social/features/chat/features/home/index.js +0 -28
  952. package/lib/commonjs/social/features/chat/features/home/index.js.map +0 -1
  953. package/lib/commonjs/social/features/chat/features/home/styles.js +0 -32
  954. package/lib/commonjs/social/features/chat/features/home/styles.js.map +0 -1
  955. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js +0 -73
  956. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js.map +0 -1
  957. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js +0 -60
  958. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js.map +0 -1
  959. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js +0 -13
  960. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js.map +0 -1
  961. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js +0 -41
  962. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js.map +0 -1
  963. package/lib/commonjs/social/features/chat/features/search/components/index.js +0 -13
  964. package/lib/commonjs/social/features/chat/features/search/components/index.js.map +0 -1
  965. package/lib/commonjs/social/features/chat/features/search/hooks/index.js +0 -13
  966. package/lib/commonjs/social/features/chat/features/search/hooks/index.js.map +0 -1
  967. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js +0 -48
  968. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js.map +0 -1
  969. package/lib/commonjs/social/features/chat/features/search/index.js +0 -13
  970. package/lib/commonjs/social/features/chat/features/search/index.js.map +0 -1
  971. package/lib/commonjs/social/features/chat/features/search/styles.js +0 -33
  972. package/lib/commonjs/social/features/chat/features/search/styles.js.map +0 -1
  973. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js +0 -48
  974. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js.map +0 -1
  975. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js +0 -13
  976. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js.map +0 -1
  977. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js +0 -37
  978. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js.map +0 -1
  979. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +0 -243
  980. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +0 -1
  981. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js +0 -13
  982. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js.map +0 -1
  983. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js +0 -103
  984. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +0 -1
  985. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +0 -36
  986. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +0 -1
  987. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js +0 -13
  988. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js.map +0 -1
  989. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js +0 -55
  990. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js.map +0 -1
  991. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +0 -46
  992. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +0 -1
  993. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js +0 -13
  994. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +0 -1
  995. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +0 -42
  996. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +0 -1
  997. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js +0 -58
  998. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +0 -1
  999. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js +0 -13
  1000. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js.map +0 -1
  1001. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js +0 -38
  1002. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js.map +0 -1
  1003. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +0 -47
  1004. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +0 -1
  1005. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js +0 -13
  1006. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js.map +0 -1
  1007. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js +0 -40
  1008. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js.map +0 -1
  1009. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +0 -102
  1010. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +0 -1
  1011. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js +0 -13
  1012. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js.map +0 -1
  1013. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js +0 -73
  1014. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js.map +0 -1
  1015. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +0 -92
  1016. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +0 -1
  1017. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js.map +0 -1
  1018. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js +0 -97
  1019. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js.map +0 -1
  1020. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +0 -87
  1021. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +0 -1
  1022. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +0 -13
  1023. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +0 -1
  1024. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +0 -67
  1025. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +0 -1
  1026. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +0 -103
  1027. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +0 -1
  1028. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js +0 -13
  1029. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +0 -1
  1030. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +0 -80
  1031. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +0 -1
  1032. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +0 -52
  1033. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +0 -1
  1034. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +0 -65
  1035. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +0 -1
  1036. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js +0 -13
  1037. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +0 -1
  1038. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +0 -67
  1039. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +0 -1
  1040. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +0 -280
  1041. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +0 -1
  1042. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +0 -13
  1043. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +0 -1
  1044. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +0 -158
  1045. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +0 -1
  1046. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +0 -155
  1047. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +0 -1
  1048. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js +0 -13
  1049. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +0 -1
  1050. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js +0 -83
  1051. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +0 -1
  1052. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +0 -357
  1053. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +0 -1
  1054. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js +0 -13
  1055. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +0 -1
  1056. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +0 -125
  1057. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +0 -1
  1058. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +0 -78
  1059. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +0 -1
  1060. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +0 -41
  1061. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +0 -1
  1062. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js +0 -13
  1063. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js.map +0 -1
  1064. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js +0 -40
  1065. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js.map +0 -1
  1066. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +0 -114
  1067. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +0 -1
  1068. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js +0 -13
  1069. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +0 -1
  1070. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js +0 -77
  1071. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +0 -1
  1072. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +0 -39
  1073. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +0 -1
  1074. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +0 -13
  1075. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +0 -1
  1076. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +0 -26
  1077. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +0 -1
  1078. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +0 -68
  1079. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +0 -1
  1080. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js +0 -13
  1081. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js.map +0 -1
  1082. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js +0 -46
  1083. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js.map +0 -1
  1084. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +0 -177
  1085. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +0 -1
  1086. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +0 -116
  1087. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +0 -1
  1088. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +0 -13
  1089. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +0 -1
  1090. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +0 -62
  1091. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +0 -1
  1092. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +0 -110
  1093. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +0 -1
  1094. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +0 -13
  1095. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +0 -1
  1096. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +0 -69
  1097. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +0 -1
  1098. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js +0 -28
  1099. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +0 -1
  1100. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js +0 -13
  1101. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js.map +0 -1
  1102. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js +0 -31
  1103. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +0 -1
  1104. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js +0 -58
  1105. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js.map +0 -1
  1106. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js +0 -13
  1107. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js.map +0 -1
  1108. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js +0 -35
  1109. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js.map +0 -1
  1110. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js +0 -48
  1111. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js.map +0 -1
  1112. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js +0 -136
  1113. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +0 -1
  1114. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js +0 -267
  1115. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js.map +0 -1
  1116. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +0 -141
  1117. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +0 -1
  1118. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js +0 -53
  1119. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +0 -1
  1120. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js +0 -77
  1121. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js.map +0 -1
  1122. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js +0 -588
  1123. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js.map +0 -1
  1124. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js +0 -86
  1125. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js.map +0 -1
  1126. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js +0 -64
  1127. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +0 -1
  1128. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js +0 -287
  1129. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js.map +0 -1
  1130. package/lib/commonjs/social/features/chat/hooks/collections/index.js +0 -83
  1131. package/lib/commonjs/social/features/chat/hooks/collections/index.js.map +0 -1
  1132. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +0 -74
  1133. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +0 -1
  1134. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js +0 -92
  1135. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +0 -1
  1136. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +0 -69
  1137. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +0 -1
  1138. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js +0 -87
  1139. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js.map +0 -1
  1140. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js +0 -73
  1141. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +0 -1
  1142. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js +0 -81
  1143. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js.map +0 -1
  1144. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js +0 -81
  1145. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +0 -1
  1146. package/lib/commonjs/social/features/chat/hooks/index.js +0 -127
  1147. package/lib/commonjs/social/features/chat/hooks/index.js.map +0 -1
  1148. package/lib/commonjs/social/features/chat/hooks/queries/index.js +0 -50
  1149. package/lib/commonjs/social/features/chat/hooks/queries/index.js.map +0 -1
  1150. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js +0 -96
  1151. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +0 -1
  1152. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js +0 -68
  1153. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +0 -1
  1154. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js +0 -91
  1155. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +0 -1
  1156. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +0 -144
  1157. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +0 -1
  1158. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js +0 -55
  1159. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js.map +0 -1
  1160. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js +0 -28
  1161. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js.map +0 -1
  1162. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js +0 -65
  1163. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js.map +0 -1
  1164. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js +0 -69
  1165. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js.map +0 -1
  1166. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js +0 -17
  1167. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js.map +0 -1
  1168. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js +0 -34
  1169. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js.map +0 -1
  1170. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js +0 -37
  1171. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js.map +0 -1
  1172. package/lib/commonjs/social/features/chat/hooks/useMention.js +0 -130
  1173. package/lib/commonjs/social/features/chat/hooks/useMention.js.map +0 -1
  1174. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js +0 -31
  1175. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js.map +0 -1
  1176. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js +0 -35
  1177. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js.map +0 -1
  1178. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js +0 -26
  1179. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +0 -1
  1180. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js +0 -32
  1181. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js.map +0 -1
  1182. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js +0 -25
  1183. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +0 -1
  1184. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +0 -26
  1185. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +0 -1
  1186. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +0 -27
  1187. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +0 -1
  1188. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +0 -24
  1189. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +0 -1
  1190. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js +0 -40
  1191. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js.map +0 -1
  1192. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js +0 -25
  1193. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js.map +0 -1
  1194. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js +0 -38
  1195. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js.map +0 -1
  1196. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js +0 -24
  1197. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js.map +0 -1
  1198. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js +0 -24
  1199. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +0 -1
  1200. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +0 -24
  1201. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +0 -1
  1202. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +0 -30
  1203. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +0 -1
  1204. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js +0 -24
  1205. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +0 -1
  1206. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js +0 -27
  1207. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js.map +0 -1
  1208. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js +0 -29
  1209. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +0 -1
  1210. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +0 -29
  1211. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +0 -1
  1212. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js +0 -24
  1213. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js.map +0 -1
  1214. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js +0 -24
  1215. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js.map +0 -1
  1216. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +0 -18
  1217. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +0 -1
  1218. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js +0 -56
  1219. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js.map +0 -1
  1220. package/lib/commonjs/social/features/chat/utils/highlightMatch.js +0 -36
  1221. package/lib/commonjs/social/features/chat/utils/highlightMatch.js.map +0 -1
  1222. package/lib/commonjs/social/features/chat/utils/previewLink.js +0 -38
  1223. package/lib/commonjs/social/features/chat/utils/previewLink.js.map +0 -1
  1224. package/lib/commonjs/social/features/chat/utils/timestamp.js +0 -51
  1225. package/lib/commonjs/social/features/chat/utils/timestamp.js.map +0 -1
  1226. package/lib/module/core/assets/icons/emptyCommunity2.js +0 -39
  1227. package/lib/module/core/assets/icons/emptyCommunity2.js.map +0 -1
  1228. package/lib/module/core/design/atoms/Avatar/Avatar.js +0 -75
  1229. package/lib/module/core/design/atoms/Avatar/Avatar.js.map +0 -1
  1230. package/lib/module/core/design/atoms/Avatar/index.js +0 -2
  1231. package/lib/module/core/design/atoms/Avatar/index.js.map +0 -1
  1232. package/lib/module/core/design/atoms/Avatar/styles.js +0 -133
  1233. package/lib/module/core/design/atoms/Avatar/styles.js.map +0 -1
  1234. package/lib/module/core/design/atoms/Badge/Badge.js +0 -82
  1235. package/lib/module/core/design/atoms/Badge/Badge.js.map +0 -1
  1236. package/lib/module/core/design/atoms/Badge/index.js +0 -2
  1237. package/lib/module/core/design/atoms/Badge/index.js.map +0 -1
  1238. package/lib/module/core/design/atoms/Badge/styles.js +0 -151
  1239. package/lib/module/core/design/atoms/Badge/styles.js.map +0 -1
  1240. package/lib/module/core/design/atoms/Button/Button.js +0 -70
  1241. package/lib/module/core/design/atoms/Button/Button.js.map +0 -1
  1242. package/lib/module/core/design/atoms/Button/Icon/Icon.js +0 -60
  1243. package/lib/module/core/design/atoms/Button/Icon/Icon.js.map +0 -1
  1244. package/lib/module/core/design/atoms/Button/Icon/index.js +0 -2
  1245. package/lib/module/core/design/atoms/Button/Icon/index.js.map +0 -1
  1246. package/lib/module/core/design/atoms/Button/Icon/styles.js +0 -132
  1247. package/lib/module/core/design/atoms/Button/Icon/styles.js.map +0 -1
  1248. package/lib/module/core/design/atoms/Button/index.js +0 -8
  1249. package/lib/module/core/design/atoms/Button/index.js.map +0 -1
  1250. package/lib/module/core/design/atoms/Button/styles.js +0 -270
  1251. package/lib/module/core/design/atoms/Button/styles.js.map +0 -1
  1252. package/lib/module/core/design/atoms/Divider/Divider.js +0 -33
  1253. package/lib/module/core/design/atoms/Divider/Divider.js.map +0 -1
  1254. package/lib/module/core/design/atoms/Divider/index.js +0 -2
  1255. package/lib/module/core/design/atoms/Divider/index.js.map +0 -1
  1256. package/lib/module/core/design/atoms/Divider/styles.js +0 -42
  1257. package/lib/module/core/design/atoms/Divider/styles.js.map +0 -1
  1258. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js +0 -67
  1259. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js.map +0 -1
  1260. package/lib/module/core/design/atoms/Input/Boxed/index.js +0 -2
  1261. package/lib/module/core/design/atoms/Input/Boxed/index.js.map +0 -1
  1262. package/lib/module/core/design/atoms/Input/Boxed/styles.js +0 -90
  1263. package/lib/module/core/design/atoms/Input/Boxed/styles.js.map +0 -1
  1264. package/lib/module/core/design/atoms/Input/Chip/Chip.js +0 -81
  1265. package/lib/module/core/design/atoms/Input/Chip/Chip.js.map +0 -1
  1266. package/lib/module/core/design/atoms/Input/Chip/index.js +0 -2
  1267. package/lib/module/core/design/atoms/Input/Chip/index.js.map +0 -1
  1268. package/lib/module/core/design/atoms/Input/Chip/styles.js +0 -87
  1269. package/lib/module/core/design/atoms/Input/Chip/styles.js.map +0 -1
  1270. package/lib/module/core/design/atoms/Input/Input.js +0 -14
  1271. package/lib/module/core/design/atoms/Input/Input.js.map +0 -1
  1272. package/lib/module/core/design/atoms/Input/Text/Text.js +0 -83
  1273. package/lib/module/core/design/atoms/Input/Text/Text.js.map +0 -1
  1274. package/lib/module/core/design/atoms/Input/Text/index.js +0 -2
  1275. package/lib/module/core/design/atoms/Input/Text/index.js.map +0 -1
  1276. package/lib/module/core/design/atoms/Input/Text/styles.js +0 -114
  1277. package/lib/module/core/design/atoms/Input/Text/styles.js.map +0 -1
  1278. package/lib/module/core/design/atoms/Input/User/User.js +0 -35
  1279. package/lib/module/core/design/atoms/Input/User/User.js.map +0 -1
  1280. package/lib/module/core/design/atoms/Input/User/index.js +0 -2
  1281. package/lib/module/core/design/atoms/Input/User/index.js.map +0 -1
  1282. package/lib/module/core/design/atoms/Input/User/styles.js +0 -63
  1283. package/lib/module/core/design/atoms/Input/User/styles.js.map +0 -1
  1284. package/lib/module/core/design/atoms/Input/index.js +0 -6
  1285. package/lib/module/core/design/atoms/Input/index.js.map +0 -1
  1286. package/lib/module/core/design/atoms/Loader/Loader.js +0 -10
  1287. package/lib/module/core/design/atoms/Loader/Loader.js.map +0 -1
  1288. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js +0 -23
  1289. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js.map +0 -1
  1290. package/lib/module/core/design/atoms/Loader/Spinner/index.js +0 -2
  1291. package/lib/module/core/design/atoms/Loader/Spinner/index.js.map +0 -1
  1292. package/lib/module/core/design/atoms/Loader/Spinner/styles.js +0 -18
  1293. package/lib/module/core/design/atoms/Loader/Spinner/styles.js.map +0 -1
  1294. package/lib/module/core/design/atoms/Loader/Upload/Upload.js +0 -89
  1295. package/lib/module/core/design/atoms/Loader/Upload/Upload.js.map +0 -1
  1296. package/lib/module/core/design/atoms/Loader/Upload/index.js +0 -2
  1297. package/lib/module/core/design/atoms/Loader/Upload/index.js.map +0 -1
  1298. package/lib/module/core/design/atoms/Loader/Upload/styles.js +0 -53
  1299. package/lib/module/core/design/atoms/Loader/Upload/styles.js.map +0 -1
  1300. package/lib/module/core/design/atoms/Loader/index.js +0 -4
  1301. package/lib/module/core/design/atoms/Loader/index.js.map +0 -1
  1302. package/lib/module/core/design/atoms/Selection/Selection.js +0 -81
  1303. package/lib/module/core/design/atoms/Selection/Selection.js.map +0 -1
  1304. package/lib/module/core/design/atoms/Selection/index.js +0 -2
  1305. package/lib/module/core/design/atoms/Selection/index.js.map +0 -1
  1306. package/lib/module/core/design/atoms/Selection/styles.js +0 -104
  1307. package/lib/module/core/design/atoms/Selection/styles.js.map +0 -1
  1308. package/lib/module/core/design/atoms/Tab/Tab.js +0 -45
  1309. package/lib/module/core/design/atoms/Tab/Tab.js.map +0 -1
  1310. package/lib/module/core/design/atoms/Tab/index.js +0 -2
  1311. package/lib/module/core/design/atoms/Tab/index.js.map +0 -1
  1312. package/lib/module/core/design/atoms/Tab/styles.js +0 -61
  1313. package/lib/module/core/design/atoms/Tab/styles.js.map +0 -1
  1314. package/lib/module/core/design/components/Menu/Menu.js +0 -90
  1315. package/lib/module/core/design/components/Menu/Menu.js.map +0 -1
  1316. package/lib/module/core/design/components/Menu/index.js +0 -2
  1317. package/lib/module/core/design/components/Menu/index.js.map +0 -1
  1318. package/lib/module/core/design/components/Menu/styles.js +0 -78
  1319. package/lib/module/core/design/components/Menu/styles.js.map +0 -1
  1320. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js +0 -34
  1321. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js.map +0 -1
  1322. package/lib/module/core/design/components/MenuOptionButton/index.js +0 -2
  1323. package/lib/module/core/design/components/MenuOptionButton/index.js.map +0 -1
  1324. package/lib/module/core/design/components/MenuOptionButton/styles.js +0 -35
  1325. package/lib/module/core/design/components/MenuOptionButton/styles.js.map +0 -1
  1326. package/lib/module/core/design/components/Popover/Popover.js +0 -112
  1327. package/lib/module/core/design/components/Popover/Popover.js.map +0 -1
  1328. package/lib/module/core/design/components/Popover/index.js +0 -2
  1329. package/lib/module/core/design/components/Popover/index.js.map +0 -1
  1330. package/lib/module/core/design/components/Popover/styles.js +0 -42
  1331. package/lib/module/core/design/components/Popover/styles.js.map +0 -1
  1332. package/lib/module/core/design/components/Skeleton/Skeleton.js +0 -49
  1333. package/lib/module/core/design/components/Skeleton/Skeleton.js.map +0 -1
  1334. package/lib/module/core/design/components/Skeleton/index.js +0 -2
  1335. package/lib/module/core/design/components/Skeleton/index.js.map +0 -1
  1336. package/lib/module/core/design/components/Skeleton/styles.js +0 -18
  1337. package/lib/module/core/design/components/Skeleton/styles.js.map +0 -1
  1338. package/lib/module/core/design/components/TextEditor/TextEditor.js +0 -181
  1339. package/lib/module/core/design/components/TextEditor/TextEditor.js.map +0 -1
  1340. package/lib/module/core/design/components/TextEditor/index.js +0 -3
  1341. package/lib/module/core/design/components/TextEditor/index.js.map +0 -1
  1342. package/lib/module/core/design/components/TextEditor/styles.js +0 -55
  1343. package/lib/module/core/design/components/TextEditor/styles.js.map +0 -1
  1344. package/lib/module/core/design/components/TextEditor/utils.js +0 -123
  1345. package/lib/module/core/design/components/TextEditor/utils.js.map +0 -1
  1346. package/lib/module/core/design/components/Typography/Typography.js +0 -25
  1347. package/lib/module/core/design/components/Typography/Typography.js.map +0 -1
  1348. package/lib/module/core/design/components/Typography/index.js +0 -2
  1349. package/lib/module/core/design/components/Typography/index.js.map +0 -1
  1350. package/lib/module/core/design/components/Typography/styles.js +0 -72
  1351. package/lib/module/core/design/components/Typography/styles.js.map +0 -1
  1352. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js +0 -20
  1353. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +0 -1
  1354. package/lib/module/core/design/elements/ModeratorBadge/index.js +0 -2
  1355. package/lib/module/core/design/elements/ModeratorBadge/index.js.map +0 -1
  1356. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js +0 -26
  1357. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js.map +0 -1
  1358. package/lib/module/core/design/elements/PrivateBadge/index.js +0 -2
  1359. package/lib/module/core/design/elements/PrivateBadge/index.js.map +0 -1
  1360. package/lib/module/core/design/icons/AmityIcon.js +0 -23
  1361. package/lib/module/core/design/icons/AmityIcon.js.map +0 -1
  1362. package/lib/module/core/design/icons/generated/iconRegistry.js +0 -694
  1363. package/lib/module/core/design/icons/generated/iconRegistry.js.map +0 -1
  1364. package/lib/module/core/design/icons/index.js +0 -3
  1365. package/lib/module/core/design/icons/index.js.map +0 -1
  1366. package/lib/module/core/design/molecules/SearchInput/SearchInput.js +0 -46
  1367. package/lib/module/core/design/molecules/SearchInput/SearchInput.js.map +0 -1
  1368. package/lib/module/core/design/molecules/SearchInput/index.js +0 -2
  1369. package/lib/module/core/design/molecules/SearchInput/index.js.map +0 -1
  1370. package/lib/module/core/design/molecules/SearchInput/styles.js +0 -24
  1371. package/lib/module/core/design/molecules/SearchInput/styles.js.map +0 -1
  1372. package/lib/module/core/design/molecules/Tabs/Tabs.js +0 -32
  1373. package/lib/module/core/design/molecules/Tabs/Tabs.js.map +0 -1
  1374. package/lib/module/core/design/molecules/Tabs/index.js +0 -2
  1375. package/lib/module/core/design/molecules/Tabs/index.js.map +0 -1
  1376. package/lib/module/core/design/molecules/Tabs/styles.js +0 -28
  1377. package/lib/module/core/design/molecules/Tabs/styles.js.map +0 -1
  1378. package/lib/module/core/design/theme/AmityForceMode.js +0 -21
  1379. package/lib/module/core/design/theme/AmityForceMode.js.map +0 -1
  1380. package/lib/module/core/design/theme/AmityThemeProvider.js +0 -49
  1381. package/lib/module/core/design/theme/AmityThemeProvider.js.map +0 -1
  1382. package/lib/module/core/design/theme/index.js +0 -5
  1383. package/lib/module/core/design/theme/index.js.map +0 -1
  1384. package/lib/module/core/design/theme/resolveTokens.js +0 -38
  1385. package/lib/module/core/design/theme/resolveTokens.js.map +0 -1
  1386. package/lib/module/core/design/theme/useToken.js +0 -17
  1387. package/lib/module/core/design/theme/useToken.js.map +0 -1
  1388. package/lib/module/core/design/tokens/CHECKSUMS.json +0 -9
  1389. package/lib/module/core/design/tokens/amity-color-tokens.js +0 -5070
  1390. package/lib/module/core/design/tokens/amity-color-tokens.js.map +0 -1
  1391. package/lib/module/core/design/tokens/amity-uikit-config.json +0 -1381
  1392. package/lib/module/core/design/tokens/amity-uikit-design-tokens.json +0 -2953
  1393. package/lib/module/core/design/tokens/config-resolver.d.js +0 -2
  1394. package/lib/module/core/design/tokens/config-resolver.d.js.map +0 -1
  1395. package/lib/module/core/design/tokens/config-resolver.js +0 -657
  1396. package/lib/module/core/design/tokens/config-resolver.js.map +0 -1
  1397. package/lib/module/core/design/tokens/geometry.json +0 -2673
  1398. package/lib/module/core/design/tokens/spacing.js +0 -26
  1399. package/lib/module/core/design/tokens/spacing.js.map +0 -1
  1400. package/lib/module/core/localization/LocaleProvider.js +0 -127
  1401. package/lib/module/core/localization/LocaleProvider.js.map +0 -1
  1402. package/lib/module/core/localization/defaultLocaleMap.js +0 -22
  1403. package/lib/module/core/localization/defaultLocaleMap.js.map +0 -1
  1404. package/lib/module/core/localization/defaults/en.js +0 -16
  1405. package/lib/module/core/localization/defaults/en.js.map +0 -1
  1406. package/lib/module/core/localization/defaults/en.json +0 -1175
  1407. package/lib/module/core/localization/defaults/th.js +0 -18
  1408. package/lib/module/core/localization/defaults/th.js.map +0 -1
  1409. package/lib/module/core/localization/defaults/th.json +0 -1174
  1410. package/lib/module/core/localization/index.js +0 -27
  1411. package/lib/module/core/localization/index.js.map +0 -1
  1412. package/lib/module/core/localization/resolveString.js +0 -178
  1413. package/lib/module/core/localization/resolveString.js.map +0 -1
  1414. package/lib/module/core/localization/useString.js +0 -31
  1415. package/lib/module/core/localization/useString.js.map +0 -1
  1416. package/lib/module/core/routes/AmityChatEntry.js +0 -10
  1417. package/lib/module/core/routes/AmityChatEntry.js.map +0 -1
  1418. package/lib/module/core/utils/abbreviateCount.js +0 -14
  1419. package/lib/module/core/utils/abbreviateCount.js.map +0 -1
  1420. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +0 -333
  1421. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +0 -1
  1422. package/lib/module/social/features/chat/components/AmityChatListItem/index.js +0 -2
  1423. package/lib/module/social/features/chat/components/AmityChatListItem/index.js.map +0 -1
  1424. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js +0 -128
  1425. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js.map +0 -1
  1426. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +0 -231
  1427. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +0 -1
  1428. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +0 -2
  1429. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +0 -1
  1430. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +0 -24
  1431. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +0 -1
  1432. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +0 -236
  1433. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +0 -1
  1434. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js +0 -2
  1435. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +0 -1
  1436. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +0 -21
  1437. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +0 -1
  1438. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +0 -197
  1439. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +0 -1
  1440. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js +0 -2
  1441. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +0 -1
  1442. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +0 -63
  1443. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +0 -1
  1444. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +0 -215
  1445. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +0 -1
  1446. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js +0 -2
  1447. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js.map +0 -1
  1448. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js +0 -55
  1449. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js.map +0 -1
  1450. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +0 -471
  1451. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +0 -1
  1452. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js +0 -2
  1453. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js.map +0 -1
  1454. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js +0 -245
  1455. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js.map +0 -1
  1456. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +0 -260
  1457. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +0 -1
  1458. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js +0 -2
  1459. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js.map +0 -1
  1460. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js +0 -167
  1461. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js.map +0 -1
  1462. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +0 -130
  1463. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +0 -1
  1464. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +0 -76
  1465. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +0 -1
  1466. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js +0 -2
  1467. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js.map +0 -1
  1468. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js +0 -51
  1469. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js.map +0 -1
  1470. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +0 -151
  1471. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +0 -1
  1472. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js +0 -2
  1473. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js.map +0 -1
  1474. package/lib/module/social/features/chat/constants/errorResponse.js +0 -10
  1475. package/lib/module/social/features/chat/constants/errorResponse.js.map +0 -1
  1476. package/lib/module/social/features/chat/constants/index.js +0 -4
  1477. package/lib/module/social/features/chat/constants/index.js.map +0 -1
  1478. package/lib/module/social/features/chat/constants/list.js +0 -7
  1479. package/lib/module/social/features/chat/constants/list.js.map +0 -1
  1480. package/lib/module/social/features/chat/constants/search.js +0 -11
  1481. package/lib/module/social/features/chat/constants/search.js.map +0 -1
  1482. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +0 -26
  1483. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +0 -1
  1484. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js +0 -2
  1485. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js.map +0 -1
  1486. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js +0 -33
  1487. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js.map +0 -1
  1488. package/lib/module/social/features/chat/elements/Avatar/Avatar.js +0 -136
  1489. package/lib/module/social/features/chat/elements/Avatar/Avatar.js.map +0 -1
  1490. package/lib/module/social/features/chat/elements/Avatar/index.js +0 -2
  1491. package/lib/module/social/features/chat/elements/Avatar/index.js.map +0 -1
  1492. package/lib/module/social/features/chat/elements/Avatar/styles.js +0 -49
  1493. package/lib/module/social/features/chat/elements/Avatar/styles.js.map +0 -1
  1494. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js +0 -60
  1495. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +0 -1
  1496. package/lib/module/social/features/chat/elements/AvatarPicker/index.js +0 -2
  1497. package/lib/module/social/features/chat/elements/AvatarPicker/index.js.map +0 -1
  1498. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js +0 -44
  1499. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js.map +0 -1
  1500. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +0 -48
  1501. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +0 -1
  1502. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js +0 -2
  1503. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js.map +0 -1
  1504. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js +0 -48
  1505. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js.map +0 -1
  1506. package/lib/module/social/features/chat/elements/GroupNameField/index.js +0 -2
  1507. package/lib/module/social/features/chat/elements/GroupNameField/index.js.map +0 -1
  1508. package/lib/module/social/features/chat/elements/GroupNameField/styles.js +0 -21
  1509. package/lib/module/social/features/chat/elements/GroupNameField/styles.js.map +0 -1
  1510. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +0 -33
  1511. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +0 -1
  1512. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js +0 -2
  1513. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js.map +0 -1
  1514. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js +0 -24
  1515. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js.map +0 -1
  1516. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js +0 -77
  1517. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +0 -1
  1518. package/lib/module/social/features/chat/elements/ReactionPicker/index.js +0 -2
  1519. package/lib/module/social/features/chat/elements/ReactionPicker/index.js.map +0 -1
  1520. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js +0 -87
  1521. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js.map +0 -1
  1522. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js +0 -63
  1523. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js.map +0 -1
  1524. package/lib/module/social/features/chat/elements/SettingMenu/index.js +0 -2
  1525. package/lib/module/social/features/chat/elements/SettingMenu/index.js.map +0 -1
  1526. package/lib/module/social/features/chat/elements/SettingMenu/styles.js +0 -59
  1527. package/lib/module/social/features/chat/elements/SettingMenu/styles.js.map +0 -1
  1528. package/lib/module/social/features/chat/elements/TopBar/TopBar.js +0 -55
  1529. package/lib/module/social/features/chat/elements/TopBar/TopBar.js.map +0 -1
  1530. package/lib/module/social/features/chat/elements/TopBar/index.js +0 -2
  1531. package/lib/module/social/features/chat/elements/TopBar/index.js.map +0 -1
  1532. package/lib/module/social/features/chat/elements/TopBar/styles.js +0 -51
  1533. package/lib/module/social/features/chat/elements/TopBar/styles.js.map +0 -1
  1534. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +0 -49
  1535. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +0 -1
  1536. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js +0 -2
  1537. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js.map +0 -1
  1538. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js +0 -31
  1539. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js.map +0 -1
  1540. package/lib/module/social/features/chat/features/archive/ArchivedChat.js +0 -31
  1541. package/lib/module/social/features/chat/features/archive/ArchivedChat.js.map +0 -1
  1542. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +0 -126
  1543. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +0 -1
  1544. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js +0 -2
  1545. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +0 -1
  1546. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +0 -54
  1547. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +0 -1
  1548. package/lib/module/social/features/chat/features/archive/components/Header/Header.js +0 -22
  1549. package/lib/module/social/features/chat/features/archive/components/Header/Header.js.map +0 -1
  1550. package/lib/module/social/features/chat/features/archive/components/Header/index.js +0 -2
  1551. package/lib/module/social/features/chat/features/archive/components/Header/index.js.map +0 -1
  1552. package/lib/module/social/features/chat/features/archive/components/index.js +0 -3
  1553. package/lib/module/social/features/chat/features/archive/components/index.js.map +0 -1
  1554. package/lib/module/social/features/chat/features/archive/index.js +0 -2
  1555. package/lib/module/social/features/chat/features/archive/index.js.map +0 -1
  1556. package/lib/module/social/features/chat/features/archive/styles.js +0 -22
  1557. package/lib/module/social/features/chat/features/archive/styles.js.map +0 -1
  1558. package/lib/module/social/features/chat/features/conversation/Chat.js +0 -135
  1559. package/lib/module/social/features/chat/features/conversation/Chat.js.map +0 -1
  1560. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js +0 -69
  1561. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js.map +0 -1
  1562. package/lib/module/social/features/chat/features/conversation/components/Header/index.js +0 -2
  1563. package/lib/module/social/features/chat/features/conversation/components/Header/index.js.map +0 -1
  1564. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js +0 -57
  1565. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js.map +0 -1
  1566. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js +0 -178
  1567. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +0 -1
  1568. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js +0 -2
  1569. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js.map +0 -1
  1570. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js +0 -49
  1571. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js.map +0 -1
  1572. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +0 -185
  1573. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +0 -1
  1574. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js +0 -2
  1575. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js.map +0 -1
  1576. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js +0 -79
  1577. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js.map +0 -1
  1578. package/lib/module/social/features/chat/features/conversation/components/index.js +0 -4
  1579. package/lib/module/social/features/chat/features/conversation/components/index.js.map +0 -1
  1580. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js +0 -38
  1581. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js.map +0 -1
  1582. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js +0 -44
  1583. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js.map +0 -1
  1584. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js +0 -2
  1585. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js.map +0 -1
  1586. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js +0 -25
  1587. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js.map +0 -1
  1588. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +0 -74
  1589. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +0 -1
  1590. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js +0 -2
  1591. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js.map +0 -1
  1592. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js +0 -52
  1593. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +0 -1
  1594. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js +0 -89
  1595. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +0 -1
  1596. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js +0 -2
  1597. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js.map +0 -1
  1598. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js +0 -16
  1599. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js.map +0 -1
  1600. package/lib/module/social/features/chat/features/conversation/create/components/index.js +0 -4
  1601. package/lib/module/social/features/chat/features/conversation/create/components/index.js.map +0 -1
  1602. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js +0 -3
  1603. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js.map +0 -1
  1604. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +0 -65
  1605. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +0 -1
  1606. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +0 -68
  1607. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +0 -1
  1608. package/lib/module/social/features/chat/features/conversation/create/index.js +0 -2
  1609. package/lib/module/social/features/chat/features/conversation/create/index.js.map +0 -1
  1610. package/lib/module/social/features/chat/features/conversation/create/styles.js +0 -21
  1611. package/lib/module/social/features/chat/features/conversation/create/styles.js.map +0 -1
  1612. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js +0 -52
  1613. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js.map +0 -1
  1614. package/lib/module/social/features/chat/features/conversation/index.js +0 -2
  1615. package/lib/module/social/features/chat/features/conversation/index.js.map +0 -1
  1616. package/lib/module/social/features/chat/features/conversation/styles.js +0 -19
  1617. package/lib/module/social/features/chat/features/conversation/styles.js.map +0 -1
  1618. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js +0 -64
  1619. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js.map +0 -1
  1620. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +0 -37
  1621. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +0 -1
  1622. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +0 -2
  1623. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +0 -1
  1624. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +0 -23
  1625. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +0 -1
  1626. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js +0 -48
  1627. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js.map +0 -1
  1628. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js +0 -2
  1629. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js.map +0 -1
  1630. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js +0 -24
  1631. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js.map +0 -1
  1632. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -41
  1633. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
  1634. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +0 -2
  1635. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +0 -1
  1636. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +0 -30
  1637. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +0 -1
  1638. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js +0 -147
  1639. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +0 -1
  1640. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js +0 -2
  1641. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js.map +0 -1
  1642. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js +0 -41
  1643. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js.map +0 -1
  1644. package/lib/module/social/features/chat/features/group/add-member/components/index.js +0 -5
  1645. package/lib/module/social/features/chat/features/group/add-member/components/index.js.map +0 -1
  1646. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js +0 -2
  1647. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js.map +0 -1
  1648. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +0 -94
  1649. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +0 -1
  1650. package/lib/module/social/features/chat/features/group/add-member/index.js +0 -2
  1651. package/lib/module/social/features/chat/features/group/add-member/index.js.map +0 -1
  1652. package/lib/module/social/features/chat/features/group/add-member/styles.js +0 -24
  1653. package/lib/module/social/features/chat/features/group/add-member/styles.js.map +0 -1
  1654. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js +0 -55
  1655. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +0 -1
  1656. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +0 -116
  1657. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +0 -1
  1658. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +0 -2
  1659. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +0 -1
  1660. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +0 -21
  1661. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +0 -1
  1662. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js +0 -21
  1663. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js.map +0 -1
  1664. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js +0 -2
  1665. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js.map +0 -1
  1666. package/lib/module/social/features/chat/features/group/banned-members/components/index.js +0 -3
  1667. package/lib/module/social/features/chat/features/group/banned-members/components/index.js.map +0 -1
  1668. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js +0 -2
  1669. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js.map +0 -1
  1670. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +0 -63
  1671. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +0 -1
  1672. package/lib/module/social/features/chat/features/group/banned-members/index.js +0 -2
  1673. package/lib/module/social/features/chat/features/group/banned-members/index.js.map +0 -1
  1674. package/lib/module/social/features/chat/features/group/banned-members/styles.js +0 -24
  1675. package/lib/module/social/features/chat/features/group/banned-members/styles.js.map +0 -1
  1676. package/lib/module/social/features/chat/features/group/chat/GroupChat.js +0 -127
  1677. package/lib/module/social/features/chat/features/group/chat/GroupChat.js.map +0 -1
  1678. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +0 -33
  1679. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +0 -1
  1680. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +0 -2
  1681. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +0 -1
  1682. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +0 -33
  1683. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +0 -1
  1684. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js +0 -73
  1685. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js.map +0 -1
  1686. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js +0 -2
  1687. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js.map +0 -1
  1688. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js +0 -63
  1689. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js.map +0 -1
  1690. package/lib/module/social/features/chat/features/group/chat/components/index.js +0 -3
  1691. package/lib/module/social/features/chat/features/group/chat/components/index.js.map +0 -1
  1692. package/lib/module/social/features/chat/features/group/chat/hooks/index.js +0 -2
  1693. package/lib/module/social/features/chat/features/group/chat/hooks/index.js.map +0 -1
  1694. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js +0 -78
  1695. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +0 -1
  1696. package/lib/module/social/features/chat/features/group/chat/index.js +0 -2
  1697. package/lib/module/social/features/chat/features/group/chat/index.js.map +0 -1
  1698. package/lib/module/social/features/chat/features/group/chat/styles.js +0 -17
  1699. package/lib/module/social/features/chat/features/group/chat/styles.js.map +0 -1
  1700. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js +0 -98
  1701. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js.map +0 -1
  1702. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js +0 -39
  1703. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js.map +0 -1
  1704. package/lib/module/social/features/chat/features/group/create/components/Header/index.js +0 -2
  1705. package/lib/module/social/features/chat/features/group/create/components/Header/index.js.map +0 -1
  1706. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +0 -54
  1707. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +0 -1
  1708. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js +0 -2
  1709. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js.map +0 -1
  1710. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js +0 -35
  1711. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +0 -1
  1712. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +0 -108
  1713. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +0 -1
  1714. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js +0 -2
  1715. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js.map +0 -1
  1716. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js +0 -67
  1717. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +0 -1
  1718. package/lib/module/social/features/chat/features/group/create/components/index.js +0 -4
  1719. package/lib/module/social/features/chat/features/group/create/components/index.js.map +0 -1
  1720. package/lib/module/social/features/chat/features/group/create/hooks/index.js +0 -2
  1721. package/lib/module/social/features/chat/features/group/create/hooks/index.js.map +0 -1
  1722. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +0 -187
  1723. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +0 -1
  1724. package/lib/module/social/features/chat/features/group/create/index.js +0 -2
  1725. package/lib/module/social/features/chat/features/group/create/index.js.map +0 -1
  1726. package/lib/module/social/features/chat/features/group/create/styles.js +0 -27
  1727. package/lib/module/social/features/chat/features/group/create/styles.js.map +0 -1
  1728. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js +0 -30
  1729. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js.map +0 -1
  1730. package/lib/module/social/features/chat/features/group/create/utils/index.js +0 -2
  1731. package/lib/module/social/features/chat/features/group/create/utils/index.js.map +0 -1
  1732. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js +0 -104
  1733. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +0 -1
  1734. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +0 -36
  1735. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +0 -1
  1736. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +0 -2
  1737. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +0 -1
  1738. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +0 -30
  1739. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +0 -1
  1740. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +0 -40
  1741. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +0 -1
  1742. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +0 -2
  1743. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +0 -1
  1744. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +0 -30
  1745. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +0 -1
  1746. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js +0 -2
  1747. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js.map +0 -1
  1748. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js +0 -2
  1749. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js.map +0 -1
  1750. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +0 -124
  1751. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +0 -1
  1752. package/lib/module/social/features/chat/features/group/edit-notification/index.js +0 -2
  1753. package/lib/module/social/features/chat/features/group/edit-notification/index.js.map +0 -1
  1754. package/lib/module/social/features/chat/features/group/edit-notification/styles.js +0 -31
  1755. package/lib/module/social/features/chat/features/group/edit-notification/styles.js.map +0 -1
  1756. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +0 -75
  1757. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +0 -1
  1758. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +0 -39
  1759. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +0 -1
  1760. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +0 -2
  1761. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +0 -1
  1762. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +0 -30
  1763. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +0 -1
  1764. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js +0 -2
  1765. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js.map +0 -1
  1766. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js +0 -22
  1767. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js.map +0 -1
  1768. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js +0 -2
  1769. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js.map +0 -1
  1770. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +0 -109
  1771. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +0 -1
  1772. package/lib/module/social/features/chat/features/group/edit-permission/index.js +0 -2
  1773. package/lib/module/social/features/chat/features/group/edit-permission/index.js.map +0 -1
  1774. package/lib/module/social/features/chat/features/group/edit-permission/styles.js +0 -36
  1775. package/lib/module/social/features/chat/features/group/edit-permission/styles.js.map +0 -1
  1776. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js +0 -61
  1777. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +0 -1
  1778. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js +0 -40
  1779. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +0 -1
  1780. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js +0 -2
  1781. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js.map +0 -1
  1782. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js +0 -2
  1783. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js.map +0 -1
  1784. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js +0 -2
  1785. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js.map +0 -1
  1786. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +0 -148
  1787. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +0 -1
  1788. package/lib/module/social/features/chat/features/group/edit-profile/index.js +0 -2
  1789. package/lib/module/social/features/chat/features/group/edit-profile/index.js.map +0 -1
  1790. package/lib/module/social/features/chat/features/group/edit-profile/styles.js +0 -27
  1791. package/lib/module/social/features/chat/features/group/edit-profile/styles.js.map +0 -1
  1792. package/lib/module/social/features/chat/features/group/members/GroupMembers.js +0 -46
  1793. package/lib/module/social/features/chat/features/group/members/GroupMembers.js.map +0 -1
  1794. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js +0 -43
  1795. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js.map +0 -1
  1796. package/lib/module/social/features/chat/features/group/members/components/Header/index.js +0 -2
  1797. package/lib/module/social/features/chat/features/group/members/components/Header/index.js.map +0 -1
  1798. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +0 -90
  1799. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +0 -1
  1800. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js +0 -2
  1801. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js.map +0 -1
  1802. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js +0 -56
  1803. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js.map +0 -1
  1804. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js +0 -130
  1805. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +0 -1
  1806. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js +0 -2
  1807. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js.map +0 -1
  1808. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js +0 -18
  1809. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js.map +0 -1
  1810. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +0 -78
  1811. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +0 -1
  1812. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js +0 -2
  1813. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js.map +0 -1
  1814. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js +0 -19
  1815. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +0 -1
  1816. package/lib/module/social/features/chat/features/group/members/components/index.js +0 -5
  1817. package/lib/module/social/features/chat/features/group/members/components/index.js.map +0 -1
  1818. package/lib/module/social/features/chat/features/group/members/hooks/index.js +0 -2
  1819. package/lib/module/social/features/chat/features/group/members/hooks/index.js.map +0 -1
  1820. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js +0 -32
  1821. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +0 -1
  1822. package/lib/module/social/features/chat/features/group/members/index.js +0 -2
  1823. package/lib/module/social/features/chat/features/group/members/index.js.map +0 -1
  1824. package/lib/module/social/features/chat/features/group/members/styles.js +0 -20
  1825. package/lib/module/social/features/chat/features/group/members/styles.js.map +0 -1
  1826. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js +0 -74
  1827. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +0 -1
  1828. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +0 -57
  1829. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +0 -1
  1830. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +0 -2
  1831. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +0 -1
  1832. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +0 -46
  1833. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +0 -1
  1834. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +0 -43
  1835. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +0 -1
  1836. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +0 -2
  1837. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +0 -1
  1838. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +0 -34
  1839. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +0 -1
  1840. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js +0 -3
  1841. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js.map +0 -1
  1842. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js +0 -2
  1843. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js.map +0 -1
  1844. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +0 -144
  1845. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +0 -1
  1846. package/lib/module/social/features/chat/features/group/notification-preference/index.js +0 -2
  1847. package/lib/module/social/features/chat/features/group/notification-preference/index.js.map +0 -1
  1848. package/lib/module/social/features/chat/features/group/notification-preference/styles.js +0 -23
  1849. package/lib/module/social/features/chat/features/group/notification-preference/styles.js.map +0 -1
  1850. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js +0 -68
  1851. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js.map +0 -1
  1852. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js +0 -66
  1853. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js.map +0 -1
  1854. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js +0 -2
  1855. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js.map +0 -1
  1856. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js +0 -26
  1857. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js.map +0 -1
  1858. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -41
  1859. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
  1860. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +0 -2
  1861. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +0 -1
  1862. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +0 -30
  1863. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +0 -1
  1864. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +0 -69
  1865. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +0 -1
  1866. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js +0 -2
  1867. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js.map +0 -1
  1868. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js +0 -43
  1869. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +0 -1
  1870. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js +0 -127
  1871. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +0 -1
  1872. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js +0 -2
  1873. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js.map +0 -1
  1874. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js +0 -24
  1875. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js.map +0 -1
  1876. package/lib/module/social/features/chat/features/group/select-member/components/index.js +0 -5
  1877. package/lib/module/social/features/chat/features/group/select-member/components/index.js.map +0 -1
  1878. package/lib/module/social/features/chat/features/group/select-member/constants/index.js +0 -4
  1879. package/lib/module/social/features/chat/features/group/select-member/constants/index.js.map +0 -1
  1880. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js +0 -2
  1881. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js.map +0 -1
  1882. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +0 -105
  1883. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +0 -1
  1884. package/lib/module/social/features/chat/features/group/select-member/index.js +0 -2
  1885. package/lib/module/social/features/chat/features/group/select-member/index.js.map +0 -1
  1886. package/lib/module/social/features/chat/features/group/select-member/styles.js +0 -21
  1887. package/lib/module/social/features/chat/features/group/select-member/styles.js.map +0 -1
  1888. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js +0 -91
  1889. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js.map +0 -1
  1890. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js +0 -21
  1891. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js.map +0 -1
  1892. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js +0 -2
  1893. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js.map +0 -1
  1894. package/lib/module/social/features/chat/features/group/setting/components/index.js +0 -2
  1895. package/lib/module/social/features/chat/features/group/setting/components/index.js.map +0 -1
  1896. package/lib/module/social/features/chat/features/group/setting/hooks/index.js +0 -2
  1897. package/lib/module/social/features/chat/features/group/setting/hooks/index.js.map +0 -1
  1898. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js +0 -278
  1899. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +0 -1
  1900. package/lib/module/social/features/chat/features/group/setting/index.js +0 -2
  1901. package/lib/module/social/features/chat/features/group/setting/index.js.map +0 -1
  1902. package/lib/module/social/features/chat/features/group/setting/styles.js +0 -51
  1903. package/lib/module/social/features/chat/features/group/setting/styles.js.map +0 -1
  1904. package/lib/module/social/features/chat/features/home/ChatHome.js +0 -74
  1905. package/lib/module/social/features/chat/features/home/ChatHome.js.map +0 -1
  1906. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js +0 -189
  1907. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +0 -1
  1908. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js +0 -2
  1909. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js.map +0 -1
  1910. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js +0 -101
  1911. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js.map +0 -1
  1912. package/lib/module/social/features/chat/features/home/components/Header/Header.js +0 -38
  1913. package/lib/module/social/features/chat/features/home/components/Header/Header.js.map +0 -1
  1914. package/lib/module/social/features/chat/features/home/components/Header/index.js +0 -2
  1915. package/lib/module/social/features/chat/features/home/components/Header/index.js.map +0 -1
  1916. package/lib/module/social/features/chat/features/home/components/Header/styles.js +0 -50
  1917. package/lib/module/social/features/chat/features/home/components/Header/styles.js.map +0 -1
  1918. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +0 -39
  1919. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +0 -1
  1920. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +0 -2
  1921. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +0 -1
  1922. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +0 -36
  1923. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +0 -1
  1924. package/lib/module/social/features/chat/features/home/components/index.js +0 -4
  1925. package/lib/module/social/features/chat/features/home/components/index.js.map +0 -1
  1926. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +0 -84
  1927. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +0 -1
  1928. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js +0 -2
  1929. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +0 -1
  1930. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +0 -25
  1931. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +0 -1
  1932. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +0 -106
  1933. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +0 -1
  1934. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js +0 -2
  1935. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +0 -1
  1936. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js +0 -25
  1937. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +0 -1
  1938. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js +0 -48
  1939. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +0 -1
  1940. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js +0 -2
  1941. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js.map +0 -1
  1942. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js +0 -26
  1943. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js.map +0 -1
  1944. package/lib/module/social/features/chat/features/home/hooks/index.js +0 -2
  1945. package/lib/module/social/features/chat/features/home/hooks/index.js.map +0 -1
  1946. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +0 -31
  1947. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +0 -1
  1948. package/lib/module/social/features/chat/features/home/index.js +0 -3
  1949. package/lib/module/social/features/chat/features/home/index.js.map +0 -1
  1950. package/lib/module/social/features/chat/features/home/styles.js +0 -25
  1951. package/lib/module/social/features/chat/features/home/styles.js.map +0 -1
  1952. package/lib/module/social/features/chat/features/search/SearchChannel.js +0 -66
  1953. package/lib/module/social/features/chat/features/search/SearchChannel.js.map +0 -1
  1954. package/lib/module/social/features/chat/features/search/components/Header/Header.js +0 -54
  1955. package/lib/module/social/features/chat/features/search/components/Header/Header.js.map +0 -1
  1956. package/lib/module/social/features/chat/features/search/components/Header/index.js +0 -2
  1957. package/lib/module/social/features/chat/features/search/components/Header/index.js.map +0 -1
  1958. package/lib/module/social/features/chat/features/search/components/Header/styles.js +0 -34
  1959. package/lib/module/social/features/chat/features/search/components/Header/styles.js.map +0 -1
  1960. package/lib/module/social/features/chat/features/search/components/index.js +0 -6
  1961. package/lib/module/social/features/chat/features/search/components/index.js.map +0 -1
  1962. package/lib/module/social/features/chat/features/search/hooks/index.js +0 -2
  1963. package/lib/module/social/features/chat/features/search/hooks/index.js.map +0 -1
  1964. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js +0 -42
  1965. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js.map +0 -1
  1966. package/lib/module/social/features/chat/features/search/index.js +0 -2
  1967. package/lib/module/social/features/chat/features/search/index.js.map +0 -1
  1968. package/lib/module/social/features/chat/features/search/styles.js +0 -26
  1969. package/lib/module/social/features/chat/features/search/styles.js.map +0 -1
  1970. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js +0 -42
  1971. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js.map +0 -1
  1972. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js +0 -2
  1973. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js.map +0 -1
  1974. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js +0 -30
  1975. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js.map +0 -1
  1976. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +0 -236
  1977. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +0 -1
  1978. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js +0 -2
  1979. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js.map +0 -1
  1980. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js +0 -96
  1981. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +0 -1
  1982. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +0 -30
  1983. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +0 -1
  1984. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js +0 -2
  1985. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js.map +0 -1
  1986. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js +0 -48
  1987. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js.map +0 -1
  1988. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +0 -40
  1989. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +0 -1
  1990. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js +0 -2
  1991. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +0 -1
  1992. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +0 -35
  1993. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +0 -1
  1994. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js +0 -52
  1995. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +0 -1
  1996. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js +0 -2
  1997. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js.map +0 -1
  1998. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js +0 -31
  1999. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js.map +0 -1
  2000. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +0 -41
  2001. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +0 -1
  2002. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js +0 -2
  2003. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js.map +0 -1
  2004. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js +0 -33
  2005. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js.map +0 -1
  2006. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +0 -95
  2007. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +0 -1
  2008. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js +0 -2
  2009. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js.map +0 -1
  2010. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js +0 -66
  2011. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js.map +0 -1
  2012. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +0 -86
  2013. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +0 -1
  2014. package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js.map +0 -1
  2015. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js +0 -90
  2016. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js.map +0 -1
  2017. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +0 -81
  2018. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +0 -1
  2019. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +0 -2
  2020. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +0 -1
  2021. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +0 -60
  2022. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +0 -1
  2023. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +0 -97
  2024. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +0 -1
  2025. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js +0 -2
  2026. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +0 -1
  2027. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +0 -73
  2028. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +0 -1
  2029. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +0 -45
  2030. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +0 -1
  2031. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +0 -59
  2032. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +0 -1
  2033. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js +0 -2
  2034. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +0 -1
  2035. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +0 -60
  2036. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +0 -1
  2037. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +0 -274
  2038. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +0 -1
  2039. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +0 -2
  2040. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +0 -1
  2041. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +0 -151
  2042. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +0 -1
  2043. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +0 -148
  2044. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +0 -1
  2045. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js +0 -2
  2046. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +0 -1
  2047. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js +0 -76
  2048. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +0 -1
  2049. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +0 -350
  2050. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +0 -1
  2051. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js +0 -2
  2052. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +0 -1
  2053. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +0 -118
  2054. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +0 -1
  2055. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +0 -71
  2056. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +0 -1
  2057. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +0 -35
  2058. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +0 -1
  2059. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js +0 -2
  2060. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js.map +0 -1
  2061. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js +0 -33
  2062. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js.map +0 -1
  2063. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +0 -107
  2064. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +0 -1
  2065. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js +0 -2
  2066. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +0 -1
  2067. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js +0 -70
  2068. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +0 -1
  2069. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +0 -33
  2070. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +0 -1
  2071. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +0 -2
  2072. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +0 -1
  2073. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +0 -19
  2074. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +0 -1
  2075. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +0 -61
  2076. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +0 -1
  2077. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js +0 -2
  2078. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js.map +0 -1
  2079. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js +0 -40
  2080. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js.map +0 -1
  2081. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +0 -170
  2082. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +0 -1
  2083. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +0 -109
  2084. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +0 -1
  2085. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +0 -2
  2086. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +0 -1
  2087. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +0 -55
  2088. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +0 -1
  2089. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +0 -108
  2090. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +0 -1
  2091. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +0 -2
  2092. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +0 -1
  2093. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +0 -62
  2094. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +0 -1
  2095. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js +0 -3
  2096. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +0 -1
  2097. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js +0 -2
  2098. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js.map +0 -1
  2099. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js +0 -24
  2100. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +0 -1
  2101. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js +0 -51
  2102. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js.map +0 -1
  2103. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js +0 -2
  2104. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js.map +0 -1
  2105. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js +0 -28
  2106. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js.map +0 -1
  2107. package/lib/module/social/features/chat/features/shared/hooks/index.js +0 -10
  2108. package/lib/module/social/features/chat/features/shared/hooks/index.js.map +0 -1
  2109. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js +0 -129
  2110. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +0 -1
  2111. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js +0 -261
  2112. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js.map +0 -1
  2113. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +0 -135
  2114. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +0 -1
  2115. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js +0 -46
  2116. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +0 -1
  2117. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js +0 -71
  2118. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js.map +0 -1
  2119. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js +0 -579
  2120. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js.map +0 -1
  2121. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js +0 -80
  2122. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js.map +0 -1
  2123. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js +0 -58
  2124. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +0 -1
  2125. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js +0 -272
  2126. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js.map +0 -1
  2127. package/lib/module/social/features/chat/hooks/collections/index.js +0 -8
  2128. package/lib/module/social/features/chat/hooks/collections/index.js.map +0 -1
  2129. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +0 -67
  2130. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +0 -1
  2131. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js +0 -85
  2132. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +0 -1
  2133. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +0 -62
  2134. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +0 -1
  2135. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js +0 -80
  2136. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js.map +0 -1
  2137. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js +0 -66
  2138. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +0 -1
  2139. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js +0 -74
  2140. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js.map +0 -1
  2141. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js +0 -74
  2142. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +0 -1
  2143. package/lib/module/social/features/chat/hooks/index.js +0 -12
  2144. package/lib/module/social/features/chat/hooks/index.js.map +0 -1
  2145. package/lib/module/social/features/chat/hooks/queries/index.js +0 -5
  2146. package/lib/module/social/features/chat/hooks/queries/index.js.map +0 -1
  2147. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js +0 -90
  2148. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +0 -1
  2149. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js +0 -62
  2150. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +0 -1
  2151. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js +0 -85
  2152. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +0 -1
  2153. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +0 -137
  2154. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +0 -1
  2155. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js +0 -48
  2156. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js.map +0 -1
  2157. package/lib/module/social/features/chat/hooks/useChatNavigation.js +0 -22
  2158. package/lib/module/social/features/chat/hooks/useChatNavigation.js.map +0 -1
  2159. package/lib/module/social/features/chat/hooks/useChatNotifications.js +0 -59
  2160. package/lib/module/social/features/chat/hooks/useChatNotifications.js.map +0 -1
  2161. package/lib/module/social/features/chat/hooks/useCreateMessage.js +0 -62
  2162. package/lib/module/social/features/chat/hooks/useCreateMessage.js.map +0 -1
  2163. package/lib/module/social/features/chat/hooks/useCurrentUserId.js +0 -11
  2164. package/lib/module/social/features/chat/hooks/useCurrentUserId.js.map +0 -1
  2165. package/lib/module/social/features/chat/hooks/useDeleteMessage.js +0 -27
  2166. package/lib/module/social/features/chat/hooks/useDeleteMessage.js.map +0 -1
  2167. package/lib/module/social/features/chat/hooks/useEditMessage.js +0 -30
  2168. package/lib/module/social/features/chat/hooks/useEditMessage.js.map +0 -1
  2169. package/lib/module/social/features/chat/hooks/useMention.js +0 -123
  2170. package/lib/module/social/features/chat/hooks/useMention.js.map +0 -1
  2171. package/lib/module/social/features/chat/hooks/useNetworkOnline.js +0 -24
  2172. package/lib/module/social/features/chat/hooks/useNetworkOnline.js.map +0 -1
  2173. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js +0 -29
  2174. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js.map +0 -1
  2175. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js +0 -19
  2176. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +0 -1
  2177. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js +0 -26
  2178. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js.map +0 -1
  2179. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js +0 -18
  2180. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +0 -1
  2181. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +0 -19
  2182. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +0 -1
  2183. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +0 -21
  2184. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +0 -1
  2185. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +0 -17
  2186. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +0 -1
  2187. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js +0 -33
  2188. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js.map +0 -1
  2189. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js +0 -18
  2190. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js.map +0 -1
  2191. package/lib/module/social/features/chat/pages/AmityChatPage/index.js +0 -33
  2192. package/lib/module/social/features/chat/pages/AmityChatPage/index.js.map +0 -1
  2193. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js +0 -17
  2194. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js.map +0 -1
  2195. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js +0 -17
  2196. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +0 -1
  2197. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +0 -17
  2198. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +0 -1
  2199. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +0 -23
  2200. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +0 -1
  2201. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js +0 -17
  2202. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +0 -1
  2203. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js +0 -20
  2204. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js.map +0 -1
  2205. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js +0 -22
  2206. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +0 -1
  2207. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +0 -22
  2208. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +0 -1
  2209. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js +0 -17
  2210. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js.map +0 -1
  2211. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js +0 -18
  2212. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js.map +0 -1
  2213. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +0 -11
  2214. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +0 -1
  2215. package/lib/module/social/features/chat/utils/groupMessagesByDate.js +0 -50
  2216. package/lib/module/social/features/chat/utils/groupMessagesByDate.js.map +0 -1
  2217. package/lib/module/social/features/chat/utils/highlightMatch.js +0 -30
  2218. package/lib/module/social/features/chat/utils/highlightMatch.js.map +0 -1
  2219. package/lib/module/social/features/chat/utils/previewLink.js +0 -31
  2220. package/lib/module/social/features/chat/utils/previewLink.js.map +0 -1
  2221. package/lib/module/social/features/chat/utils/timestamp.js +0 -43
  2222. package/lib/module/social/features/chat/utils/timestamp.js.map +0 -1
  2223. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts +0 -2
  2224. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts.map +0 -1
  2225. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts +0 -20
  2226. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts.map +0 -1
  2227. package/lib/typescript/core/design/atoms/Avatar/index.d.ts +0 -3
  2228. package/lib/typescript/core/design/atoms/Avatar/index.d.ts.map +0 -1
  2229. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts +0 -51
  2230. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts.map +0 -1
  2231. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts +0 -35
  2232. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts.map +0 -1
  2233. package/lib/typescript/core/design/atoms/Badge/index.d.ts +0 -3
  2234. package/lib/typescript/core/design/atoms/Badge/index.d.ts.map +0 -1
  2235. package/lib/typescript/core/design/atoms/Badge/styles.d.ts +0 -50
  2236. package/lib/typescript/core/design/atoms/Badge/styles.d.ts.map +0 -1
  2237. package/lib/typescript/core/design/atoms/Button/Button.d.ts +0 -25
  2238. package/lib/typescript/core/design/atoms/Button/Button.d.ts.map +0 -1
  2239. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts +0 -25
  2240. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts.map +0 -1
  2241. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts +0 -3
  2242. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts.map +0 -1
  2243. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts +0 -22
  2244. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts.map +0 -1
  2245. package/lib/typescript/core/design/atoms/Button/index.d.ts +0 -8
  2246. package/lib/typescript/core/design/atoms/Button/index.d.ts.map +0 -1
  2247. package/lib/typescript/core/design/atoms/Button/styles.d.ts +0 -34
  2248. package/lib/typescript/core/design/atoms/Button/styles.d.ts.map +0 -1
  2249. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts +0 -10
  2250. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts.map +0 -1
  2251. package/lib/typescript/core/design/atoms/Divider/index.d.ts +0 -3
  2252. package/lib/typescript/core/design/atoms/Divider/index.d.ts.map +0 -1
  2253. package/lib/typescript/core/design/atoms/Divider/styles.d.ts +0 -34
  2254. package/lib/typescript/core/design/atoms/Divider/styles.d.ts.map +0 -1
  2255. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts +0 -22
  2256. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts.map +0 -1
  2257. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts +0 -3
  2258. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts.map +0 -1
  2259. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts +0 -45
  2260. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts.map +0 -1
  2261. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts +0 -22
  2262. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts.map +0 -1
  2263. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts +0 -3
  2264. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts.map +0 -1
  2265. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts +0 -56
  2266. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts.map +0 -1
  2267. package/lib/typescript/core/design/atoms/Input/Input.d.ts +0 -11
  2268. package/lib/typescript/core/design/atoms/Input/Input.d.ts.map +0 -1
  2269. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts +0 -23
  2270. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts.map +0 -1
  2271. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts +0 -3
  2272. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts.map +0 -1
  2273. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts +0 -66
  2274. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts.map +0 -1
  2275. package/lib/typescript/core/design/atoms/Input/User/User.d.ts +0 -14
  2276. package/lib/typescript/core/design/atoms/Input/User/User.d.ts.map +0 -1
  2277. package/lib/typescript/core/design/atoms/Input/User/index.d.ts +0 -3
  2278. package/lib/typescript/core/design/atoms/Input/User/index.d.ts.map +0 -1
  2279. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts +0 -38
  2280. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts.map +0 -1
  2281. package/lib/typescript/core/design/atoms/Input/index.d.ts +0 -10
  2282. package/lib/typescript/core/design/atoms/Input/index.d.ts.map +0 -1
  2283. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts +0 -7
  2284. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts.map +0 -1
  2285. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts +0 -7
  2286. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts.map +0 -1
  2287. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts +0 -3
  2288. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts.map +0 -1
  2289. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts +0 -7
  2290. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts.map +0 -1
  2291. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts +0 -9
  2292. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts.map +0 -1
  2293. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts +0 -3
  2294. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts.map +0 -1
  2295. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts +0 -42
  2296. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts.map +0 -1
  2297. package/lib/typescript/core/design/atoms/Loader/index.d.ts +0 -6
  2298. package/lib/typescript/core/design/atoms/Loader/index.d.ts.map +0 -1
  2299. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts +0 -23
  2300. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts.map +0 -1
  2301. package/lib/typescript/core/design/atoms/Selection/index.d.ts +0 -3
  2302. package/lib/typescript/core/design/atoms/Selection/index.d.ts.map +0 -1
  2303. package/lib/typescript/core/design/atoms/Selection/styles.d.ts +0 -61
  2304. package/lib/typescript/core/design/atoms/Selection/styles.d.ts.map +0 -1
  2305. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts +0 -12
  2306. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts.map +0 -1
  2307. package/lib/typescript/core/design/atoms/Tab/index.d.ts +0 -3
  2308. package/lib/typescript/core/design/atoms/Tab/index.d.ts.map +0 -1
  2309. package/lib/typescript/core/design/atoms/Tab/styles.d.ts +0 -53
  2310. package/lib/typescript/core/design/atoms/Tab/styles.d.ts.map +0 -1
  2311. package/lib/typescript/core/design/components/Menu/Menu.d.ts +0 -27
  2312. package/lib/typescript/core/design/components/Menu/Menu.d.ts.map +0 -1
  2313. package/lib/typescript/core/design/components/Menu/index.d.ts +0 -3
  2314. package/lib/typescript/core/design/components/Menu/index.d.ts.map +0 -1
  2315. package/lib/typescript/core/design/components/Menu/styles.d.ts +0 -51
  2316. package/lib/typescript/core/design/components/Menu/styles.d.ts.map +0 -1
  2317. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts +0 -9
  2318. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts.map +0 -1
  2319. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts +0 -3
  2320. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts.map +0 -1
  2321. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts +0 -35
  2322. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts.map +0 -1
  2323. package/lib/typescript/core/design/components/Popover/Popover.d.ts +0 -27
  2324. package/lib/typescript/core/design/components/Popover/Popover.d.ts.map +0 -1
  2325. package/lib/typescript/core/design/components/Popover/index.d.ts +0 -3
  2326. package/lib/typescript/core/design/components/Popover/index.d.ts.map +0 -1
  2327. package/lib/typescript/core/design/components/Popover/styles.d.ts +0 -27
  2328. package/lib/typescript/core/design/components/Popover/styles.d.ts.map +0 -1
  2329. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts +0 -10
  2330. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts.map +0 -1
  2331. package/lib/typescript/core/design/components/Skeleton/index.d.ts +0 -3
  2332. package/lib/typescript/core/design/components/Skeleton/index.d.ts.map +0 -1
  2333. package/lib/typescript/core/design/components/Skeleton/styles.d.ts +0 -8
  2334. package/lib/typescript/core/design/components/Skeleton/styles.d.ts.map +0 -1
  2335. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts +0 -36
  2336. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts.map +0 -1
  2337. package/lib/typescript/core/design/components/TextEditor/index.d.ts +0 -5
  2338. package/lib/typescript/core/design/components/TextEditor/index.d.ts.map +0 -1
  2339. package/lib/typescript/core/design/components/TextEditor/styles.d.ts +0 -29
  2340. package/lib/typescript/core/design/components/TextEditor/styles.d.ts.map +0 -1
  2341. package/lib/typescript/core/design/components/TextEditor/utils.d.ts +0 -54
  2342. package/lib/typescript/core/design/components/TextEditor/utils.d.ts.map +0 -1
  2343. package/lib/typescript/core/design/components/Typography/Typography.d.ts +0 -7
  2344. package/lib/typescript/core/design/components/Typography/Typography.d.ts.map +0 -1
  2345. package/lib/typescript/core/design/components/Typography/index.d.ts +0 -3
  2346. package/lib/typescript/core/design/components/Typography/index.d.ts.map +0 -1
  2347. package/lib/typescript/core/design/components/Typography/styles.d.ts +0 -53
  2348. package/lib/typescript/core/design/components/Typography/styles.d.ts.map +0 -1
  2349. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts +0 -6
  2350. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts.map +0 -1
  2351. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts +0 -3
  2352. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts.map +0 -1
  2353. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts +0 -7
  2354. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts.map +0 -1
  2355. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts +0 -3
  2356. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts.map +0 -1
  2357. package/lib/typescript/core/design/icons/AmityIcon.d.ts +0 -12
  2358. package/lib/typescript/core/design/icons/AmityIcon.d.ts.map +0 -1
  2359. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts +0 -222
  2360. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts.map +0 -1
  2361. package/lib/typescript/core/design/icons/index.d.ts +0 -5
  2362. package/lib/typescript/core/design/icons/index.d.ts.map +0 -1
  2363. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts +0 -12
  2364. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts.map +0 -1
  2365. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts +0 -3
  2366. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts.map +0 -1
  2367. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts +0 -19
  2368. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts.map +0 -1
  2369. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts +0 -16
  2370. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts.map +0 -1
  2371. package/lib/typescript/core/design/molecules/Tabs/index.d.ts +0 -3
  2372. package/lib/typescript/core/design/molecules/Tabs/index.d.ts.map +0 -1
  2373. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts +0 -19
  2374. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts.map +0 -1
  2375. package/lib/typescript/core/design/theme/AmityForceMode.d.ts +0 -8
  2376. package/lib/typescript/core/design/theme/AmityForceMode.d.ts.map +0 -1
  2377. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts +0 -27
  2378. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts.map +0 -1
  2379. package/lib/typescript/core/design/theme/index.d.ts +0 -9
  2380. package/lib/typescript/core/design/theme/index.d.ts.map +0 -1
  2381. package/lib/typescript/core/design/theme/resolveTokens.d.ts +0 -16
  2382. package/lib/typescript/core/design/theme/resolveTokens.d.ts.map +0 -1
  2383. package/lib/typescript/core/design/theme/useToken.d.ts +0 -6
  2384. package/lib/typescript/core/design/theme/useToken.d.ts.map +0 -1
  2385. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts +0 -5065
  2386. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts.map +0 -1
  2387. package/lib/typescript/core/design/tokens/spacing.d.ts +0 -22
  2388. package/lib/typescript/core/design/tokens/spacing.d.ts.map +0 -1
  2389. package/lib/typescript/core/localization/LocaleProvider.d.ts +0 -77
  2390. package/lib/typescript/core/localization/LocaleProvider.d.ts.map +0 -1
  2391. package/lib/typescript/core/localization/defaultLocaleMap.d.ts +0 -19
  2392. package/lib/typescript/core/localization/defaultLocaleMap.d.ts.map +0 -1
  2393. package/lib/typescript/core/localization/defaults/en.d.ts +0 -14
  2394. package/lib/typescript/core/localization/defaults/en.d.ts.map +0 -1
  2395. package/lib/typescript/core/localization/defaults/th.d.ts +0 -16
  2396. package/lib/typescript/core/localization/defaults/th.d.ts.map +0 -1
  2397. package/lib/typescript/core/localization/index.d.ts +0 -28
  2398. package/lib/typescript/core/localization/index.d.ts.map +0 -1
  2399. package/lib/typescript/core/localization/resolveString.d.ts +0 -82
  2400. package/lib/typescript/core/localization/resolveString.d.ts.map +0 -1
  2401. package/lib/typescript/core/localization/useString.d.ts +0 -23
  2402. package/lib/typescript/core/localization/useString.d.ts.map +0 -1
  2403. package/lib/typescript/core/routes/AmityChatEntry.d.ts +0 -2
  2404. package/lib/typescript/core/routes/AmityChatEntry.d.ts.map +0 -1
  2405. package/lib/typescript/core/utils/abbreviateCount.d.ts +0 -2
  2406. package/lib/typescript/core/utils/abbreviateCount.d.ts.map +0 -1
  2407. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts +0 -36
  2408. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts.map +0 -1
  2409. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts +0 -3
  2410. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts.map +0 -1
  2411. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts +0 -106
  2412. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts.map +0 -1
  2413. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts +0 -7
  2414. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts.map +0 -1
  2415. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts +0 -2
  2416. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts.map +0 -1
  2417. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts +0 -10
  2418. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts.map +0 -1
  2419. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts +0 -20
  2420. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts.map +0 -1
  2421. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts +0 -2
  2422. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts.map +0 -1
  2423. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts +0 -10
  2424. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts.map +0 -1
  2425. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts +0 -7
  2426. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts.map +0 -1
  2427. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts +0 -2
  2428. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts.map +0 -1
  2429. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts +0 -45
  2430. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts.map +0 -1
  2431. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts +0 -42
  2432. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts.map +0 -1
  2433. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts +0 -3
  2434. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts.map +0 -1
  2435. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts +0 -37
  2436. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts.map +0 -1
  2437. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts +0 -42
  2438. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts.map +0 -1
  2439. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts +0 -2
  2440. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts.map +0 -1
  2441. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts +0 -201
  2442. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts.map +0 -1
  2443. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts +0 -11
  2444. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts.map +0 -1
  2445. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts +0 -2
  2446. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts.map +0 -1
  2447. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts +0 -140
  2448. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts.map +0 -1
  2449. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts +0 -5
  2450. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts.map +0 -1
  2451. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts +0 -11
  2452. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts.map +0 -1
  2453. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts +0 -3
  2454. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts.map +0 -1
  2455. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts +0 -34
  2456. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts.map +0 -1
  2457. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts +0 -5
  2458. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts.map +0 -1
  2459. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts +0 -3
  2460. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts.map +0 -1
  2461. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts +0 -6
  2462. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts.map +0 -1
  2463. package/lib/typescript/social/features/chat/constants/index.d.ts +0 -4
  2464. package/lib/typescript/social/features/chat/constants/index.d.ts.map +0 -1
  2465. package/lib/typescript/social/features/chat/constants/list.d.ts +0 -3
  2466. package/lib/typescript/social/features/chat/constants/list.d.ts.map +0 -1
  2467. package/lib/typescript/social/features/chat/constants/search.d.ts +0 -8
  2468. package/lib/typescript/social/features/chat/constants/search.d.ts.map +0 -1
  2469. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts +0 -2
  2470. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts.map +0 -1
  2471. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts +0 -2
  2472. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts.map +0 -1
  2473. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts +0 -22
  2474. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts.map +0 -1
  2475. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts +0 -29
  2476. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts.map +0 -1
  2477. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts +0 -3
  2478. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts.map +0 -1
  2479. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts +0 -35
  2480. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts.map +0 -1
  2481. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts +0 -10
  2482. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts.map +0 -1
  2483. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts +0 -3
  2484. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts.map +0 -1
  2485. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts +0 -35
  2486. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts.map +0 -1
  2487. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts +0 -12
  2488. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts.map +0 -1
  2489. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts +0 -3
  2490. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts.map +0 -1
  2491. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts +0 -9
  2492. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts.map +0 -1
  2493. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts +0 -3
  2494. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts.map +0 -1
  2495. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts +0 -11
  2496. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts.map +0 -1
  2497. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts +0 -6
  2498. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts.map +0 -1
  2499. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts +0 -3
  2500. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts.map +0 -1
  2501. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts +0 -16
  2502. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts.map +0 -1
  2503. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts +0 -11
  2504. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts.map +0 -1
  2505. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts +0 -3
  2506. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts.map +0 -1
  2507. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts +0 -58
  2508. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts.map +0 -1
  2509. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts +0 -12
  2510. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts.map +0 -1
  2511. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts +0 -3
  2512. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts.map +0 -1
  2513. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts +0 -47
  2514. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts.map +0 -1
  2515. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts +0 -10
  2516. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts.map +0 -1
  2517. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts +0 -2
  2518. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts.map +0 -1
  2519. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts +0 -40
  2520. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts.map +0 -1
  2521. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts +0 -2
  2522. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts.map +0 -1
  2523. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts +0 -2
  2524. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts.map +0 -1
  2525. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts +0 -17
  2526. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts.map +0 -1
  2527. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts +0 -2
  2528. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts.map +0 -1
  2529. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts +0 -2
  2530. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts.map +0 -1
  2531. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts +0 -2
  2532. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts.map +0 -1
  2533. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts +0 -33
  2534. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts.map +0 -1
  2535. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts +0 -6
  2536. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts.map +0 -1
  2537. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts +0 -2
  2538. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts.map +0 -1
  2539. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts +0 -3
  2540. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts.map +0 -1
  2541. package/lib/typescript/social/features/chat/features/archive/index.d.ts +0 -2
  2542. package/lib/typescript/social/features/chat/features/archive/index.d.ts.map +0 -1
  2543. package/lib/typescript/social/features/chat/features/archive/styles.d.ts +0 -11
  2544. package/lib/typescript/social/features/chat/features/archive/styles.d.ts.map +0 -1
  2545. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts +0 -7
  2546. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts.map +0 -1
  2547. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts +0 -12
  2548. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts.map +0 -1
  2549. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts +0 -2
  2550. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts.map +0 -1
  2551. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts +0 -44
  2552. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts.map +0 -1
  2553. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts +0 -53
  2554. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts.map +0 -1
  2555. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts +0 -2
  2556. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts.map +0 -1
  2557. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts +0 -32
  2558. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts.map +0 -1
  2559. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts +0 -31
  2560. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts.map +0 -1
  2561. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts +0 -2
  2562. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts.map +0 -1
  2563. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts +0 -61
  2564. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts.map +0 -1
  2565. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts +0 -4
  2566. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts.map +0 -1
  2567. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts +0 -2
  2568. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts.map +0 -1
  2569. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts +0 -8
  2570. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts.map +0 -1
  2571. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts +0 -2
  2572. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts.map +0 -1
  2573. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts +0 -14
  2574. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts.map +0 -1
  2575. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts +0 -11
  2576. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts.map +0 -1
  2577. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts +0 -2
  2578. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts.map +0 -1
  2579. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts +0 -40
  2580. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts.map +0 -1
  2581. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts +0 -7
  2582. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts.map +0 -1
  2583. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts +0 -2
  2584. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts.map +0 -1
  2585. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts +0 -8
  2586. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts.map +0 -1
  2587. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts +0 -4
  2588. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts.map +0 -1
  2589. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts +0 -4
  2590. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts.map +0 -1
  2591. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts +0 -8
  2592. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts.map +0 -1
  2593. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts +0 -14
  2594. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts.map +0 -1
  2595. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts +0 -2
  2596. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts.map +0 -1
  2597. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts +0 -10
  2598. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts.map +0 -1
  2599. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts +0 -82
  2600. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts.map +0 -1
  2601. package/lib/typescript/social/features/chat/features/conversation/index.d.ts +0 -3
  2602. package/lib/typescript/social/features/chat/features/conversation/index.d.ts.map +0 -1
  2603. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts +0 -10
  2604. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts.map +0 -1
  2605. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts +0 -6
  2606. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts.map +0 -1
  2607. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts +0 -7
  2608. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts.map +0 -1
  2609. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts +0 -2
  2610. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts.map +0 -1
  2611. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts +0 -13
  2612. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts.map +0 -1
  2613. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts +0 -10
  2614. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts.map +0 -1
  2615. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts +0 -2
  2616. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts.map +0 -1
  2617. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts +0 -14
  2618. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts.map +0 -1
  2619. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +0 -7
  2620. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +0 -1
  2621. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts +0 -2
  2622. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts.map +0 -1
  2623. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts +0 -18
  2624. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts.map +0 -1
  2625. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts +0 -8
  2626. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts.map +0 -1
  2627. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts +0 -2
  2628. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts.map +0 -1
  2629. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts +0 -31
  2630. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts.map +0 -1
  2631. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts +0 -5
  2632. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts.map +0 -1
  2633. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts +0 -2
  2634. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts.map +0 -1
  2635. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts +0 -23
  2636. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts.map +0 -1
  2637. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts +0 -2
  2638. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts.map +0 -1
  2639. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts +0 -14
  2640. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts.map +0 -1
  2641. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts +0 -6
  2642. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts.map +0 -1
  2643. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts +0 -8
  2644. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts.map +0 -1
  2645. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts +0 -2
  2646. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts.map +0 -1
  2647. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts +0 -14
  2648. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts.map +0 -1
  2649. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts +0 -6
  2650. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts.map +0 -1
  2651. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts +0 -2
  2652. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts.map +0 -1
  2653. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts +0 -3
  2654. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts.map +0 -1
  2655. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts +0 -2
  2656. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts.map +0 -1
  2657. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts +0 -13
  2658. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts.map +0 -1
  2659. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts +0 -2
  2660. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts.map +0 -1
  2661. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts +0 -14
  2662. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts.map +0 -1
  2663. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts +0 -7
  2664. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts.map +0 -1
  2665. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts +0 -2
  2666. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts.map +0 -1
  2667. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts +0 -2
  2668. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts.map +0 -1
  2669. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts +0 -26
  2670. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts.map +0 -1
  2671. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts +0 -10
  2672. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts.map +0 -1
  2673. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts +0 -2
  2674. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts.map +0 -1
  2675. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts +0 -53
  2676. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts.map +0 -1
  2677. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts +0 -3
  2678. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts.map +0 -1
  2679. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts +0 -2
  2680. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts.map +0 -1
  2681. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts +0 -91
  2682. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts.map +0 -1
  2683. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts +0 -3
  2684. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts.map +0 -1
  2685. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts +0 -10
  2686. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts.map +0 -1
  2687. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts +0 -3
  2688. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts.map +0 -1
  2689. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts +0 -8
  2690. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts.map +0 -1
  2691. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts +0 -2
  2692. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts.map +0 -1
  2693. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts +0 -9
  2694. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts.map +0 -1
  2695. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts +0 -2
  2696. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts.map +0 -1
  2697. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts +0 -22
  2698. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts.map +0 -1
  2699. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts +0 -17
  2700. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts.map +0 -1
  2701. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts +0 -2
  2702. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts.map +0 -1
  2703. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts +0 -54
  2704. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts.map +0 -1
  2705. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts +0 -4
  2706. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts.map +0 -1
  2707. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts +0 -3
  2708. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts.map +0 -1
  2709. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts +0 -34
  2710. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts.map +0 -1
  2711. package/lib/typescript/social/features/chat/features/group/create/index.d.ts +0 -3
  2712. package/lib/typescript/social/features/chat/features/group/create/index.d.ts.map +0 -1
  2713. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts +0 -15
  2714. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts.map +0 -1
  2715. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts +0 -2
  2716. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts.map +0 -1
  2717. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts +0 -2
  2718. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts.map +0 -1
  2719. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts +0 -3
  2720. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts.map +0 -1
  2721. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts +0 -7
  2722. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts.map +0 -1
  2723. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts +0 -2
  2724. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts.map +0 -1
  2725. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts +0 -18
  2726. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts.map +0 -1
  2727. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts +0 -7
  2728. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts.map +0 -1
  2729. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts +0 -2
  2730. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts.map +0 -1
  2731. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts +0 -18
  2732. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts.map +0 -1
  2733. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts +0 -2
  2734. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts.map +0 -1
  2735. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts +0 -2
  2736. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts.map +0 -1
  2737. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts +0 -16
  2738. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts.map +0 -1
  2739. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts +0 -3
  2740. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts.map +0 -1
  2741. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts +0 -16
  2742. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts.map +0 -1
  2743. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts +0 -3
  2744. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts.map +0 -1
  2745. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts +0 -7
  2746. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts.map +0 -1
  2747. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts +0 -2
  2748. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts.map +0 -1
  2749. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts +0 -18
  2750. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts.map +0 -1
  2751. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts +0 -2
  2752. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts.map +0 -1
  2753. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts +0 -11
  2754. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts.map +0 -1
  2755. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts +0 -2
  2756. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts.map +0 -1
  2757. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts +0 -12
  2758. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts.map +0 -1
  2759. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts +0 -3
  2760. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts.map +0 -1
  2761. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts +0 -22
  2762. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts.map +0 -1
  2763. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts +0 -3
  2764. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts.map +0 -1
  2765. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts +0 -8
  2766. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts.map +0 -1
  2767. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts +0 -2
  2768. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts.map +0 -1
  2769. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts +0 -2
  2770. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts.map +0 -1
  2771. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts +0 -2
  2772. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts.map +0 -1
  2773. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts +0 -14
  2774. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts.map +0 -1
  2775. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts +0 -3
  2776. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts.map +0 -1
  2777. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts +0 -15
  2778. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts.map +0 -1
  2779. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts +0 -7
  2780. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts.map +0 -1
  2781. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts +0 -8
  2782. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts.map +0 -1
  2783. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts +0 -2
  2784. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts.map +0 -1
  2785. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts +0 -16
  2786. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts.map +0 -1
  2787. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts +0 -2
  2788. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts.map +0 -1
  2789. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts +0 -45
  2790. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts.map +0 -1
  2791. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts +0 -8
  2792. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts.map +0 -1
  2793. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts +0 -2
  2794. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts.map +0 -1
  2795. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts +0 -11
  2796. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts.map +0 -1
  2797. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts +0 -10
  2798. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts.map +0 -1
  2799. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts +0 -2
  2800. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts.map +0 -1
  2801. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts +0 -12
  2802. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts.map +0 -1
  2803. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts +0 -5
  2804. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts.map +0 -1
  2805. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts +0 -2
  2806. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts.map +0 -1
  2807. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts +0 -12
  2808. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts.map +0 -1
  2809. package/lib/typescript/social/features/chat/features/group/members/index.d.ts +0 -2
  2810. package/lib/typescript/social/features/chat/features/group/members/index.d.ts.map +0 -1
  2811. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts +0 -10
  2812. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts.map +0 -1
  2813. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts +0 -3
  2814. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts.map +0 -1
  2815. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts +0 -8
  2816. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts.map +0 -1
  2817. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts +0 -2
  2818. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts.map +0 -1
  2819. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts +0 -31
  2820. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts.map +0 -1
  2821. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts +0 -2
  2822. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts.map +0 -1
  2823. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts +0 -2
  2824. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts.map +0 -1
  2825. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts +0 -19
  2826. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts.map +0 -1
  2827. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts +0 -3
  2828. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts.map +0 -1
  2829. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts +0 -2
  2830. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts.map +0 -1
  2831. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts +0 -16
  2832. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts.map +0 -1
  2833. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts +0 -3
  2834. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts.map +0 -1
  2835. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts +0 -11
  2836. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts.map +0 -1
  2837. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts +0 -3
  2838. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts.map +0 -1
  2839. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts +0 -12
  2840. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts.map +0 -1
  2841. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts +0 -2
  2842. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts.map +0 -1
  2843. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts +0 -14
  2844. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts.map +0 -1
  2845. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +0 -7
  2846. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +0 -1
  2847. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts +0 -2
  2848. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts.map +0 -1
  2849. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts +0 -18
  2850. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts.map +0 -1
  2851. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts +0 -10
  2852. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts.map +0 -1
  2853. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts +0 -2
  2854. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts.map +0 -1
  2855. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts +0 -30
  2856. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts.map +0 -1
  2857. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts +0 -8
  2858. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts.map +0 -1
  2859. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts +0 -2
  2860. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts.map +0 -1
  2861. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts +0 -11
  2862. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts.map +0 -1
  2863. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts +0 -5
  2864. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts.map +0 -1
  2865. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts +0 -2
  2866. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts.map +0 -1
  2867. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts +0 -3
  2868. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts.map +0 -1
  2869. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts +0 -22
  2870. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts.map +0 -1
  2871. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts +0 -3
  2872. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts.map +0 -1
  2873. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts +0 -10
  2874. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts.map +0 -1
  2875. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts +0 -3
  2876. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts.map +0 -1
  2877. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts +0 -7
  2878. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts.map +0 -1
  2879. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts +0 -2
  2880. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts.map +0 -1
  2881. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts +0 -2
  2882. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts.map +0 -1
  2883. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts +0 -2
  2884. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts.map +0 -1
  2885. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts +0 -20
  2886. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts.map +0 -1
  2887. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts +0 -3
  2888. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts.map +0 -1
  2889. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts +0 -36
  2890. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts.map +0 -1
  2891. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts +0 -8
  2892. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts.map +0 -1
  2893. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts +0 -14
  2894. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts.map +0 -1
  2895. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts +0 -3
  2896. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts.map +0 -1
  2897. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts +0 -78
  2898. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts.map +0 -1
  2899. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts +0 -2
  2900. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts.map +0 -1
  2901. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts +0 -2
  2902. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts.map +0 -1
  2903. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts +0 -33
  2904. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts.map +0 -1
  2905. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts +0 -2
  2906. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts.map +0 -1
  2907. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts +0 -2
  2908. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts.map +0 -1
  2909. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts +0 -20
  2910. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts.map +0 -1
  2911. package/lib/typescript/social/features/chat/features/home/components/index.d.ts +0 -4
  2912. package/lib/typescript/social/features/chat/features/home/components/index.d.ts.map +0 -1
  2913. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts +0 -2
  2914. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts.map +0 -1
  2915. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts +0 -2
  2916. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts.map +0 -1
  2917. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts +0 -14
  2918. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts.map +0 -1
  2919. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts +0 -9
  2920. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts.map +0 -1
  2921. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts +0 -2
  2922. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts.map +0 -1
  2923. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts +0 -14
  2924. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts.map +0 -1
  2925. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts +0 -2
  2926. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts.map +0 -1
  2927. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts +0 -2
  2928. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts.map +0 -1
  2929. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts +0 -14
  2930. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts.map +0 -1
  2931. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts +0 -2
  2932. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts.map +0 -1
  2933. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts +0 -2
  2934. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts.map +0 -1
  2935. package/lib/typescript/social/features/chat/features/home/index.d.ts +0 -4
  2936. package/lib/typescript/social/features/chat/features/home/index.d.ts.map +0 -1
  2937. package/lib/typescript/social/features/chat/features/home/styles.d.ts +0 -15
  2938. package/lib/typescript/social/features/chat/features/home/styles.d.ts.map +0 -1
  2939. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts +0 -2
  2940. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts.map +0 -1
  2941. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts +0 -9
  2942. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts.map +0 -1
  2943. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts +0 -2
  2944. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts.map +0 -1
  2945. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts +0 -20
  2946. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts.map +0 -1
  2947. package/lib/typescript/social/features/chat/features/search/components/index.d.ts +0 -2
  2948. package/lib/typescript/social/features/chat/features/search/components/index.d.ts.map +0 -1
  2949. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts +0 -2
  2950. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts.map +0 -1
  2951. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts +0 -13
  2952. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts.map +0 -1
  2953. package/lib/typescript/social/features/chat/features/search/index.d.ts +0 -2
  2954. package/lib/typescript/social/features/chat/features/search/index.d.ts.map +0 -1
  2955. package/lib/typescript/social/features/chat/features/search/styles.d.ts +0 -14
  2956. package/lib/typescript/social/features/chat/features/search/styles.d.ts.map +0 -1
  2957. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts +0 -8
  2958. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts.map +0 -1
  2959. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts +0 -2
  2960. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts.map +0 -1
  2961. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts +0 -17
  2962. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts.map +0 -1
  2963. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts +0 -8
  2964. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts.map +0 -1
  2965. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts +0 -2
  2966. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts.map +0 -1
  2967. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts +0 -79
  2968. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts.map +0 -1
  2969. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts +0 -6
  2970. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts.map +0 -1
  2971. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts +0 -2
  2972. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts.map +0 -1
  2973. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts +0 -28
  2974. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts.map +0 -1
  2975. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts +0 -6
  2976. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts.map +0 -1
  2977. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts +0 -2
  2978. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts.map +0 -1
  2979. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts +0 -20
  2980. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts.map +0 -1
  2981. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts +0 -7
  2982. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts.map +0 -1
  2983. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts +0 -2
  2984. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts.map +0 -1
  2985. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts +0 -19
  2986. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts.map +0 -1
  2987. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts +0 -7
  2988. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts.map +0 -1
  2989. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts +0 -2
  2990. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts.map +0 -1
  2991. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts +0 -22
  2992. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts.map +0 -1
  2993. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts +0 -10
  2994. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts.map +0 -1
  2995. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts +0 -2
  2996. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts.map +0 -1
  2997. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts +0 -49
  2998. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts.map +0 -1
  2999. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts +0 -14
  3000. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts.map +0 -1
  3001. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts +0 -2
  3002. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts.map +0 -1
  3003. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts +0 -69
  3004. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts.map +0 -1
  3005. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts +0 -9
  3006. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts.map +0 -1
  3007. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts +0 -2
  3008. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts.map +0 -1
  3009. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts +0 -46
  3010. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts.map +0 -1
  3011. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts +0 -9
  3012. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts.map +0 -1
  3013. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts +0 -2
  3014. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts.map +0 -1
  3015. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts +0 -54
  3016. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts.map +0 -1
  3017. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts +0 -13
  3018. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts.map +0 -1
  3019. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts +0 -7
  3020. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts.map +0 -1
  3021. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts +0 -2
  3022. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts.map +0 -1
  3023. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts +0 -38
  3024. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts.map +0 -1
  3025. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts +0 -23
  3026. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts.map +0 -1
  3027. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts +0 -2
  3028. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts.map +0 -1
  3029. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts +0 -110
  3030. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts.map +0 -1
  3031. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts +0 -11
  3032. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts.map +0 -1
  3033. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts +0 -2
  3034. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts.map +0 -1
  3035. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts +0 -60
  3036. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts.map +0 -1
  3037. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts +0 -14
  3038. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts.map +0 -1
  3039. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts +0 -2
  3040. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts.map +0 -1
  3041. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts +0 -110
  3042. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts.map +0 -1
  3043. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts +0 -14
  3044. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts.map +0 -1
  3045. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts +0 -6
  3046. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts.map +0 -1
  3047. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts +0 -2
  3048. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts.map +0 -1
  3049. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts +0 -18
  3050. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts.map +0 -1
  3051. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts +0 -7
  3052. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts.map +0 -1
  3053. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts +0 -2
  3054. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts.map +0 -1
  3055. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts +0 -57
  3056. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts.map +0 -1
  3057. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts +0 -6
  3058. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts.map +0 -1
  3059. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts +0 -2
  3060. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts.map +0 -1
  3061. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts +0 -10
  3062. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts.map +0 -1
  3063. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts +0 -6
  3064. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts.map +0 -1
  3065. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts +0 -3
  3066. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts.map +0 -1
  3067. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts +0 -27
  3068. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts.map +0 -1
  3069. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts +0 -18
  3070. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts.map +0 -1
  3071. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts +0 -17
  3072. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts.map +0 -1
  3073. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts +0 -2
  3074. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts.map +0 -1
  3075. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts +0 -53
  3076. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts.map +0 -1
  3077. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts +0 -9
  3078. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts.map +0 -1
  3079. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts +0 -2
  3080. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts.map +0 -1
  3081. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts +0 -47
  3082. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts.map +0 -1
  3083. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts +0 -3
  3084. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts.map +0 -1
  3085. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts +0 -2
  3086. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts.map +0 -1
  3087. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts +0 -15
  3088. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts.map +0 -1
  3089. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts +0 -7
  3090. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts.map +0 -1
  3091. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts +0 -2
  3092. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts.map +0 -1
  3093. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts +0 -17
  3094. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts.map +0 -1
  3095. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts +0 -12
  3096. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts.map +0 -1
  3097. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts +0 -27
  3098. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts.map +0 -1
  3099. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts +0 -86
  3100. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts.map +0 -1
  3101. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts +0 -12
  3102. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts.map +0 -1
  3103. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts +0 -8
  3104. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts.map +0 -1
  3105. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts +0 -22
  3106. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts.map +0 -1
  3107. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts +0 -80
  3108. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts.map +0 -1
  3109. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts +0 -12
  3110. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts.map +0 -1
  3111. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts +0 -16
  3112. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts.map +0 -1
  3113. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts +0 -19
  3114. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts.map +0 -1
  3115. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts +0 -8
  3116. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts.map +0 -1
  3117. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts +0 -11
  3118. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts.map +0 -1
  3119. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts +0 -18
  3120. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts.map +0 -1
  3121. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts +0 -8
  3122. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts.map +0 -1
  3123. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts +0 -17
  3124. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts.map +0 -1
  3125. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts +0 -11
  3126. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts.map +0 -1
  3127. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts +0 -10
  3128. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts.map +0 -1
  3129. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts +0 -13
  3130. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts.map +0 -1
  3131. package/lib/typescript/social/features/chat/hooks/index.d.ts +0 -12
  3132. package/lib/typescript/social/features/chat/hooks/index.d.ts.map +0 -1
  3133. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts +0 -5
  3134. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts.map +0 -1
  3135. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts +0 -11
  3136. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts.map +0 -1
  3137. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts +0 -8
  3138. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts.map +0 -1
  3139. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts +0 -19
  3140. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts.map +0 -1
  3141. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts +0 -5
  3142. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts.map +0 -1
  3143. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts +0 -8
  3144. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts.map +0 -1
  3145. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts +0 -10
  3146. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts.map +0 -1
  3147. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts +0 -17
  3148. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts.map +0 -1
  3149. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts +0 -13
  3150. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts.map +0 -1
  3151. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts +0 -2
  3152. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts.map +0 -1
  3153. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts +0 -12
  3154. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts.map +0 -1
  3155. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts +0 -15
  3156. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts.map +0 -1
  3157. package/lib/typescript/social/features/chat/hooks/useMention.d.ts +0 -28
  3158. package/lib/typescript/social/features/chat/hooks/useMention.d.ts.map +0 -1
  3159. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts +0 -5
  3160. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts.map +0 -1
  3161. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts +0 -2
  3162. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts.map +0 -1
  3163. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts +0 -2
  3164. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts.map +0 -1
  3165. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts +0 -2
  3166. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts.map +0 -1
  3167. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts +0 -9
  3168. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts.map +0 -1
  3169. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts +0 -2
  3170. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts.map +0 -1
  3171. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts +0 -2
  3172. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts.map +0 -1
  3173. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts +0 -10
  3174. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts.map +0 -1
  3175. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts +0 -2
  3176. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts.map +0 -1
  3177. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts +0 -9
  3178. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts.map +0 -1
  3179. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts +0 -2
  3180. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts.map +0 -1
  3181. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts +0 -10
  3182. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts.map +0 -1
  3183. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts +0 -2
  3184. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts.map +0 -1
  3185. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts +0 -2
  3186. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts.map +0 -1
  3187. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts +0 -2
  3188. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts.map +0 -1
  3189. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts +0 -2
  3190. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts.map +0 -1
  3191. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts +0 -2
  3192. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts.map +0 -1
  3193. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts +0 -2
  3194. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts.map +0 -1
  3195. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts +0 -2
  3196. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts.map +0 -1
  3197. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts +0 -2
  3198. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts.map +0 -1
  3199. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts +0 -2
  3200. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts.map +0 -1
  3201. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts +0 -2
  3202. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts.map +0 -1
  3203. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts +0 -12
  3204. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts.map +0 -1
  3205. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts +0 -4
  3206. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts.map +0 -1
  3207. package/lib/typescript/social/features/chat/utils/previewLink.d.ts +0 -3
  3208. package/lib/typescript/social/features/chat/utils/previewLink.d.ts.map +0 -1
  3209. package/lib/typescript/social/features/chat/utils/timestamp.d.ts +0 -3
  3210. package/lib/typescript/social/features/chat/utils/timestamp.d.ts.map +0 -1
  3211. package/src/core/assets/icons/emptyCommunity2.tsx +0 -46
  3212. package/src/core/design/atoms/Avatar/Avatar.tsx +0 -93
  3213. package/src/core/design/atoms/Avatar/index.ts +0 -9
  3214. package/src/core/design/atoms/Avatar/styles.ts +0 -109
  3215. package/src/core/design/atoms/Badge/Badge.tsx +0 -103
  3216. package/src/core/design/atoms/Badge/index.ts +0 -10
  3217. package/src/core/design/atoms/Badge/styles.ts +0 -158
  3218. package/src/core/design/atoms/Button/Button.tsx +0 -112
  3219. package/src/core/design/atoms/Button/Icon/Icon.tsx +0 -87
  3220. package/src/core/design/atoms/Button/Icon/index.ts +0 -7
  3221. package/src/core/design/atoms/Button/Icon/styles.ts +0 -166
  3222. package/src/core/design/atoms/Button/index.ts +0 -18
  3223. package/src/core/design/atoms/Button/styles.ts +0 -309
  3224. package/src/core/design/atoms/Divider/Divider.tsx +0 -37
  3225. package/src/core/design/atoms/Divider/index.ts +0 -6
  3226. package/src/core/design/atoms/Divider/styles.ts +0 -44
  3227. package/src/core/design/atoms/Input/Boxed/Boxed.tsx +0 -97
  3228. package/src/core/design/atoms/Input/Boxed/index.ts +0 -2
  3229. package/src/core/design/atoms/Input/Boxed/styles.ts +0 -103
  3230. package/src/core/design/atoms/Input/Chip/Chip.tsx +0 -105
  3231. package/src/core/design/atoms/Input/Chip/index.ts +0 -2
  3232. package/src/core/design/atoms/Input/Chip/styles.ts +0 -95
  3233. package/src/core/design/atoms/Input/Input.tsx +0 -14
  3234. package/src/core/design/atoms/Input/Text/Text.tsx +0 -118
  3235. package/src/core/design/atoms/Input/Text/index.ts +0 -2
  3236. package/src/core/design/atoms/Input/Text/styles.ts +0 -137
  3237. package/src/core/design/atoms/Input/User/User.tsx +0 -53
  3238. package/src/core/design/atoms/Input/User/index.ts +0 -2
  3239. package/src/core/design/atoms/Input/User/styles.ts +0 -62
  3240. package/src/core/design/atoms/Input/index.ts +0 -9
  3241. package/src/core/design/atoms/Loader/Loader.tsx +0 -10
  3242. package/src/core/design/atoms/Loader/Spinner/Spinner.tsx +0 -30
  3243. package/src/core/design/atoms/Loader/Spinner/index.ts +0 -2
  3244. package/src/core/design/atoms/Loader/Spinner/styles.ts +0 -21
  3245. package/src/core/design/atoms/Loader/Upload/Upload.tsx +0 -119
  3246. package/src/core/design/atoms/Loader/Upload/index.ts +0 -2
  3247. package/src/core/design/atoms/Loader/Upload/styles.ts +0 -57
  3248. package/src/core/design/atoms/Loader/index.ts +0 -5
  3249. package/src/core/design/atoms/Selection/Selection.tsx +0 -96
  3250. package/src/core/design/atoms/Selection/index.ts +0 -2
  3251. package/src/core/design/atoms/Selection/styles.ts +0 -133
  3252. package/src/core/design/atoms/Tab/Tab.tsx +0 -65
  3253. package/src/core/design/atoms/Tab/index.ts +0 -2
  3254. package/src/core/design/atoms/Tab/styles.ts +0 -109
  3255. package/src/core/design/components/Menu/Menu.tsx +0 -92
  3256. package/src/core/design/components/Menu/index.ts +0 -2
  3257. package/src/core/design/components/Menu/styles.ts +0 -87
  3258. package/src/core/design/components/MenuOptionButton/MenuOptionButton.tsx +0 -36
  3259. package/src/core/design/components/MenuOptionButton/index.ts +0 -2
  3260. package/src/core/design/components/MenuOptionButton/styles.ts +0 -35
  3261. package/src/core/design/components/Popover/Popover.tsx +0 -149
  3262. package/src/core/design/components/Popover/index.ts +0 -2
  3263. package/src/core/design/components/Popover/styles.ts +0 -38
  3264. package/src/core/design/components/Skeleton/Skeleton.tsx +0 -72
  3265. package/src/core/design/components/Skeleton/index.ts +0 -2
  3266. package/src/core/design/components/Skeleton/styles.ts +0 -17
  3267. package/src/core/design/components/TextEditor/TextEditor.tsx +0 -262
  3268. package/src/core/design/components/TextEditor/index.ts +0 -4
  3269. package/src/core/design/components/TextEditor/styles.ts +0 -58
  3270. package/src/core/design/components/TextEditor/utils.ts +0 -145
  3271. package/src/core/design/components/Typography/Typography.tsx +0 -38
  3272. package/src/core/design/components/Typography/index.ts +0 -2
  3273. package/src/core/design/components/Typography/styles.ts +0 -31
  3274. package/src/core/design/elements/ModeratorBadge/ModeratorBadge.tsx +0 -21
  3275. package/src/core/design/elements/ModeratorBadge/index.ts +0 -2
  3276. package/src/core/design/elements/PrivateBadge/PrivateBadge.tsx +0 -29
  3277. package/src/core/design/elements/PrivateBadge/index.ts +0 -2
  3278. package/src/core/design/icons/AmityIcon.tsx +0 -28
  3279. package/src/core/design/icons/generated/iconRegistry.ts +0 -697
  3280. package/src/core/design/icons/index.ts +0 -9
  3281. package/src/core/design/molecules/SearchInput/SearchInput.tsx +0 -58
  3282. package/src/core/design/molecules/SearchInput/index.ts +0 -2
  3283. package/src/core/design/molecules/SearchInput/styles.ts +0 -23
  3284. package/src/core/design/molecules/Tabs/Tabs.tsx +0 -46
  3285. package/src/core/design/molecules/Tabs/index.ts +0 -2
  3286. package/src/core/design/molecules/Tabs/styles.ts +0 -25
  3287. package/src/core/design/theme/AmityForceMode.tsx +0 -24
  3288. package/src/core/design/theme/AmityThemeProvider.tsx +0 -85
  3289. package/src/core/design/theme/index.ts +0 -18
  3290. package/src/core/design/theme/resolveTokens.ts +0 -53
  3291. package/src/core/design/theme/useToken.ts +0 -17
  3292. package/src/core/design/tokens/CHECKSUMS.json +0 -9
  3293. package/src/core/design/tokens/amity-color-tokens.ts +0 -733
  3294. package/src/core/design/tokens/amity-uikit-config.json +0 -1381
  3295. package/src/core/design/tokens/amity-uikit-design-tokens.json +0 -2953
  3296. package/src/core/design/tokens/config-resolver.d.ts +0 -55
  3297. package/src/core/design/tokens/config-resolver.js +0 -525
  3298. package/src/core/design/tokens/geometry.json +0 -2673
  3299. package/src/core/design/tokens/spacing.ts +0 -28
  3300. package/src/core/localization/LocaleProvider.tsx +0 -187
  3301. package/src/core/localization/defaultLocaleMap.ts +0 -23
  3302. package/src/core/localization/defaults/en.json +0 -1175
  3303. package/src/core/localization/defaults/en.ts +0 -16
  3304. package/src/core/localization/defaults/th.json +0 -1174
  3305. package/src/core/localization/defaults/th.ts +0 -18
  3306. package/src/core/localization/index.ts +0 -41
  3307. package/src/core/localization/resolveString.ts +0 -176
  3308. package/src/core/localization/useString.ts +0 -30
  3309. package/src/core/routes/AmityChatEntry.tsx +0 -8
  3310. package/src/core/utils/abbreviateCount.ts +0 -13
  3311. package/src/social/features/chat/components/AmityChatListItem/AmityChatListItem.tsx +0 -394
  3312. package/src/social/features/chat/components/AmityChatListItem/index.ts +0 -2
  3313. package/src/social/features/chat/components/AmityChatListItem/styles.ts +0 -125
  3314. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.tsx +0 -293
  3315. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/index.ts +0 -1
  3316. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/styles.ts +0 -23
  3317. package/src/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.tsx +0 -347
  3318. package/src/social/features/chat/components/AmityGroupMemberActionComponent/index.ts +0 -1
  3319. package/src/social/features/chat/components/AmityGroupMemberActionComponent/styles.ts +0 -20
  3320. package/src/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.tsx +0 -239
  3321. package/src/social/features/chat/components/AmityMediaAttachmentPicker/index.ts +0 -1
  3322. package/src/social/features/chat/components/AmityMediaAttachmentPicker/styles.ts +0 -66
  3323. package/src/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.tsx +0 -294
  3324. package/src/social/features/chat/components/AmityMessageActionMenu/index.ts +0 -5
  3325. package/src/social/features/chat/components/AmityMessageActionMenu/styles.ts +0 -48
  3326. package/src/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.tsx +0 -700
  3327. package/src/social/features/chat/components/AmityMessageBubble/index.ts +0 -1
  3328. package/src/social/features/chat/components/AmityMessageBubble/styles.ts +0 -261
  3329. package/src/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.tsx +0 -325
  3330. package/src/social/features/chat/components/AmityMessageComposer/index.ts +0 -1
  3331. package/src/social/features/chat/components/AmityMessageComposer/styles.ts +0 -173
  3332. package/src/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.tsx +0 -148
  3333. package/src/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.tsx +0 -94
  3334. package/src/social/features/chat/components/AmitySearchChannelResults/index.ts +0 -2
  3335. package/src/social/features/chat/components/AmitySearchChannelResults/styles.ts +0 -53
  3336. package/src/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.tsx +0 -174
  3337. package/src/social/features/chat/components/AmitySearchMessageResults/index.ts +0 -2
  3338. package/src/social/features/chat/constants/errorResponse.ts +0 -9
  3339. package/src/social/features/chat/constants/index.ts +0 -3
  3340. package/src/social/features/chat/constants/list.ts +0 -7
  3341. package/src/social/features/chat/constants/search.ts +0 -13
  3342. package/src/social/features/chat/elements/ArchivedBadge/ArchivedBadge.tsx +0 -27
  3343. package/src/social/features/chat/elements/ArchivedBadge/index.ts +0 -1
  3344. package/src/social/features/chat/elements/ArchivedBadge/styles.ts +0 -34
  3345. package/src/social/features/chat/elements/Avatar/Avatar.tsx +0 -165
  3346. package/src/social/features/chat/elements/Avatar/index.ts +0 -2
  3347. package/src/social/features/chat/elements/Avatar/styles.ts +0 -49
  3348. package/src/social/features/chat/elements/AvatarPicker/AvatarPicker.tsx +0 -73
  3349. package/src/social/features/chat/elements/AvatarPicker/index.ts +0 -2
  3350. package/src/social/features/chat/elements/AvatarPicker/styles.ts +0 -44
  3351. package/src/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.tsx +0 -61
  3352. package/src/social/features/chat/elements/ConversationChatAvatar/index.ts +0 -2
  3353. package/src/social/features/chat/elements/GroupNameField/GroupNameField.tsx +0 -61
  3354. package/src/social/features/chat/elements/GroupNameField/index.ts +0 -2
  3355. package/src/social/features/chat/elements/GroupNameField/styles.ts +0 -19
  3356. package/src/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.tsx +0 -36
  3357. package/src/social/features/chat/elements/MediaUploadOverlay/index.ts +0 -2
  3358. package/src/social/features/chat/elements/MediaUploadOverlay/styles.ts +0 -25
  3359. package/src/social/features/chat/elements/ReactionPicker/ReactionPicker.tsx +0 -97
  3360. package/src/social/features/chat/elements/ReactionPicker/index.ts +0 -2
  3361. package/src/social/features/chat/elements/ReactionPicker/styles.ts +0 -90
  3362. package/src/social/features/chat/elements/SettingMenu/SettingMenu.tsx +0 -86
  3363. package/src/social/features/chat/elements/SettingMenu/index.ts +0 -2
  3364. package/src/social/features/chat/elements/SettingMenu/styles.ts +0 -57
  3365. package/src/social/features/chat/elements/TopBar/TopBar.tsx +0 -61
  3366. package/src/social/features/chat/elements/TopBar/index.ts +0 -1
  3367. package/src/social/features/chat/elements/TopBar/styles.ts +0 -50
  3368. package/src/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.tsx +0 -48
  3369. package/src/social/features/chat/elements/WaitingForNetwork/index.ts +0 -1
  3370. package/src/social/features/chat/elements/WaitingForNetwork/styles.ts +0 -30
  3371. package/src/social/features/chat/features/archive/ArchivedChat.tsx +0 -28
  3372. package/src/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.tsx +0 -131
  3373. package/src/social/features/chat/features/archive/components/ArchivedChannelList/index.ts +0 -1
  3374. package/src/social/features/chat/features/archive/components/ArchivedChannelList/styles.ts +0 -56
  3375. package/src/social/features/chat/features/archive/components/Header/Header.tsx +0 -18
  3376. package/src/social/features/chat/features/archive/components/Header/index.ts +0 -1
  3377. package/src/social/features/chat/features/archive/components/index.ts +0 -2
  3378. package/src/social/features/chat/features/archive/index.ts +0 -1
  3379. package/src/social/features/chat/features/archive/styles.ts +0 -21
  3380. package/src/social/features/chat/features/conversation/Chat.tsx +0 -154
  3381. package/src/social/features/chat/features/conversation/components/Header/Header.tsx +0 -73
  3382. package/src/social/features/chat/features/conversation/components/Header/index.ts +0 -1
  3383. package/src/social/features/chat/features/conversation/components/Header/styles.ts +0 -56
  3384. package/src/social/features/chat/features/conversation/components/MessageList/MessageList.tsx +0 -245
  3385. package/src/social/features/chat/features/conversation/components/MessageList/index.ts +0 -1
  3386. package/src/social/features/chat/features/conversation/components/MessageList/styles.ts +0 -48
  3387. package/src/social/features/chat/features/conversation/components/MessageRow/MessageRow.tsx +0 -245
  3388. package/src/social/features/chat/features/conversation/components/MessageRow/index.ts +0 -1
  3389. package/src/social/features/chat/features/conversation/components/MessageRow/styles.ts +0 -78
  3390. package/src/social/features/chat/features/conversation/components/index.ts +0 -3
  3391. package/src/social/features/chat/features/conversation/create/CreateConversation.tsx +0 -36
  3392. package/src/social/features/chat/features/conversation/create/components/Header/Header.tsx +0 -42
  3393. package/src/social/features/chat/features/conversation/create/components/Header/index.ts +0 -1
  3394. package/src/social/features/chat/features/conversation/create/components/Header/styles.ts +0 -24
  3395. package/src/social/features/chat/features/conversation/create/components/UserItem/UserItem.tsx +0 -66
  3396. package/src/social/features/chat/features/conversation/create/components/UserItem/index.ts +0 -1
  3397. package/src/social/features/chat/features/conversation/create/components/UserItem/styles.ts +0 -51
  3398. package/src/social/features/chat/features/conversation/create/components/UserList/UserList.tsx +0 -86
  3399. package/src/social/features/chat/features/conversation/create/components/UserList/index.ts +0 -1
  3400. package/src/social/features/chat/features/conversation/create/components/UserList/styles.ts +0 -15
  3401. package/src/social/features/chat/features/conversation/create/components/index.ts +0 -3
  3402. package/src/social/features/chat/features/conversation/create/hooks/index.ts +0 -6
  3403. package/src/social/features/chat/features/conversation/create/hooks/useCreateConversation.ts +0 -74
  3404. package/src/social/features/chat/features/conversation/create/hooks/useSearchUsers.ts +0 -80
  3405. package/src/social/features/chat/features/conversation/create/index.ts +0 -1
  3406. package/src/social/features/chat/features/conversation/create/styles.ts +0 -20
  3407. package/src/social/features/chat/features/conversation/hooks/useConversation.ts +0 -53
  3408. package/src/social/features/chat/features/conversation/index.ts +0 -2
  3409. package/src/social/features/chat/features/conversation/styles.ts +0 -18
  3410. package/src/social/features/chat/features/group/add-member/AddGroupMember.tsx +0 -61
  3411. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.tsx +0 -40
  3412. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/index.ts +0 -1
  3413. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/styles.ts +0 -22
  3414. package/src/social/features/chat/features/group/add-member/components/Header/Header.tsx +0 -50
  3415. package/src/social/features/chat/features/group/add-member/components/Header/index.ts +0 -1
  3416. package/src/social/features/chat/features/group/add-member/components/Header/styles.ts +0 -23
  3417. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.tsx +0 -49
  3418. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.ts +0 -1
  3419. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.ts +0 -29
  3420. package/src/social/features/chat/features/group/add-member/components/UserList/UserList.tsx +0 -157
  3421. package/src/social/features/chat/features/group/add-member/components/UserList/index.ts +0 -1
  3422. package/src/social/features/chat/features/group/add-member/components/UserList/styles.ts +0 -40
  3423. package/src/social/features/chat/features/group/add-member/components/index.ts +0 -4
  3424. package/src/social/features/chat/features/group/add-member/hooks/index.ts +0 -1
  3425. package/src/social/features/chat/features/group/add-member/hooks/useAddGroupMember.ts +0 -112
  3426. package/src/social/features/chat/features/group/add-member/index.ts +0 -1
  3427. package/src/social/features/chat/features/group/add-member/styles.ts +0 -23
  3428. package/src/social/features/chat/features/group/banned-members/BannedGroupMembers.tsx +0 -56
  3429. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.tsx +0 -126
  3430. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/index.ts +0 -1
  3431. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.ts +0 -20
  3432. package/src/social/features/chat/features/group/banned-members/components/Header/Header.tsx +0 -17
  3433. package/src/social/features/chat/features/group/banned-members/components/Header/index.ts +0 -1
  3434. package/src/social/features/chat/features/group/banned-members/components/index.ts +0 -2
  3435. package/src/social/features/chat/features/group/banned-members/hooks/index.ts +0 -1
  3436. package/src/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.ts +0 -75
  3437. package/src/social/features/chat/features/group/banned-members/index.ts +0 -1
  3438. package/src/social/features/chat/features/group/banned-members/styles.ts +0 -23
  3439. package/src/social/features/chat/features/group/chat/GroupChat.tsx +0 -151
  3440. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.tsx +0 -34
  3441. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/index.ts +0 -1
  3442. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/styles.ts +0 -27
  3443. package/src/social/features/chat/features/group/chat/components/Header/Header.tsx +0 -92
  3444. package/src/social/features/chat/features/group/chat/components/Header/index.ts +0 -1
  3445. package/src/social/features/chat/features/group/chat/components/Header/styles.ts +0 -53
  3446. package/src/social/features/chat/features/group/chat/components/index.ts +0 -2
  3447. package/src/social/features/chat/features/group/chat/hooks/index.ts +0 -1
  3448. package/src/social/features/chat/features/group/chat/hooks/useGroupChat.ts +0 -85
  3449. package/src/social/features/chat/features/group/chat/index.ts +0 -2
  3450. package/src/social/features/chat/features/group/chat/styles.ts +0 -14
  3451. package/src/social/features/chat/features/group/create/CreateGroupChat.tsx +0 -94
  3452. package/src/social/features/chat/features/group/create/components/Header/Header.tsx +0 -44
  3453. package/src/social/features/chat/features/group/create/components/Header/index.ts +0 -1
  3454. package/src/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.tsx +0 -62
  3455. package/src/social/features/chat/features/group/create/components/MemberGrid/index.ts +0 -1
  3456. package/src/social/features/chat/features/group/create/components/MemberGrid/styles.ts +0 -34
  3457. package/src/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.tsx +0 -117
  3458. package/src/social/features/chat/features/group/create/components/PrivacySection/index.ts +0 -1
  3459. package/src/social/features/chat/features/group/create/components/PrivacySection/styles.ts +0 -66
  3460. package/src/social/features/chat/features/group/create/components/index.ts +0 -3
  3461. package/src/social/features/chat/features/group/create/hooks/index.ts +0 -5
  3462. package/src/social/features/chat/features/group/create/hooks/useCreateGroupChat.ts +0 -237
  3463. package/src/social/features/chat/features/group/create/index.ts +0 -5
  3464. package/src/social/features/chat/features/group/create/styles.ts +0 -26
  3465. package/src/social/features/chat/features/group/create/utils/generateDisplayName.ts +0 -36
  3466. package/src/social/features/chat/features/group/create/utils/index.ts +0 -1
  3467. package/src/social/features/chat/features/group/edit-notification/EditGroupNotification.tsx +0 -121
  3468. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.tsx +0 -39
  3469. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/index.ts +0 -1
  3470. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.ts +0 -29
  3471. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.tsx +0 -43
  3472. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.ts +0 -1
  3473. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.ts +0 -29
  3474. package/src/social/features/chat/features/group/edit-notification/components/index.ts +0 -1
  3475. package/src/social/features/chat/features/group/edit-notification/hooks/index.ts +0 -1
  3476. package/src/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.ts +0 -127
  3477. package/src/social/features/chat/features/group/edit-notification/index.ts +0 -2
  3478. package/src/social/features/chat/features/group/edit-notification/styles.ts +0 -30
  3479. package/src/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.tsx +0 -83
  3480. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.tsx +0 -42
  3481. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/index.ts +0 -1
  3482. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.ts +0 -29
  3483. package/src/social/features/chat/features/group/edit-permission/components/index.ts +0 -1
  3484. package/src/social/features/chat/features/group/edit-permission/constants/index.ts +0 -31
  3485. package/src/social/features/chat/features/group/edit-permission/hooks/index.ts +0 -1
  3486. package/src/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.ts +0 -115
  3487. package/src/social/features/chat/features/group/edit-permission/index.ts +0 -2
  3488. package/src/social/features/chat/features/group/edit-permission/styles.ts +0 -35
  3489. package/src/social/features/chat/features/group/edit-profile/EditGroupProfile.tsx +0 -65
  3490. package/src/social/features/chat/features/group/edit-profile/components/Header/Header.tsx +0 -45
  3491. package/src/social/features/chat/features/group/edit-profile/components/Header/index.ts +0 -1
  3492. package/src/social/features/chat/features/group/edit-profile/components/index.ts +0 -1
  3493. package/src/social/features/chat/features/group/edit-profile/hooks/index.ts +0 -1
  3494. package/src/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.ts +0 -150
  3495. package/src/social/features/chat/features/group/edit-profile/index.ts +0 -2
  3496. package/src/social/features/chat/features/group/edit-profile/styles.ts +0 -26
  3497. package/src/social/features/chat/features/group/members/GroupMembers.tsx +0 -47
  3498. package/src/social/features/chat/features/group/members/components/Header/Header.tsx +0 -51
  3499. package/src/social/features/chat/features/group/members/components/Header/index.ts +0 -1
  3500. package/src/social/features/chat/features/group/members/components/MemberItem/MemberItem.tsx +0 -94
  3501. package/src/social/features/chat/features/group/members/components/MemberItem/index.ts +0 -1
  3502. package/src/social/features/chat/features/group/members/components/MemberItem/styles.ts +0 -55
  3503. package/src/social/features/chat/features/group/members/components/MemberList/MemberList.tsx +0 -144
  3504. package/src/social/features/chat/features/group/members/components/MemberList/index.ts +0 -1
  3505. package/src/social/features/chat/features/group/members/components/MemberList/styles.ts +0 -17
  3506. package/src/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.tsx +0 -86
  3507. package/src/social/features/chat/features/group/members/components/MemberTabs/index.ts +0 -1
  3508. package/src/social/features/chat/features/group/members/components/MemberTabs/styles.ts +0 -18
  3509. package/src/social/features/chat/features/group/members/components/index.ts +0 -4
  3510. package/src/social/features/chat/features/group/members/hooks/index.ts +0 -1
  3511. package/src/social/features/chat/features/group/members/hooks/useGroupMembers.ts +0 -36
  3512. package/src/social/features/chat/features/group/members/index.ts +0 -1
  3513. package/src/social/features/chat/features/group/members/styles.ts +0 -19
  3514. package/src/social/features/chat/features/group/notification-preference/NotificationPreference.tsx +0 -66
  3515. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.tsx +0 -75
  3516. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.ts +0 -1
  3517. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.ts +0 -45
  3518. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.tsx +0 -42
  3519. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.ts +0 -1
  3520. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.ts +0 -33
  3521. package/src/social/features/chat/features/group/notification-preference/components/index.ts +0 -2
  3522. package/src/social/features/chat/features/group/notification-preference/hooks/index.ts +0 -1
  3523. package/src/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.ts +0 -163
  3524. package/src/social/features/chat/features/group/notification-preference/index.ts +0 -2
  3525. package/src/social/features/chat/features/group/notification-preference/styles.ts +0 -22
  3526. package/src/social/features/chat/features/group/select-member/SelectGroupMember.tsx +0 -68
  3527. package/src/social/features/chat/features/group/select-member/components/Header/Header.tsx +0 -76
  3528. package/src/social/features/chat/features/group/select-member/components/Header/index.ts +0 -1
  3529. package/src/social/features/chat/features/group/select-member/components/Header/styles.ts +0 -25
  3530. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.tsx +0 -49
  3531. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.ts +0 -1
  3532. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.ts +0 -29
  3533. package/src/social/features/chat/features/group/select-member/components/UserItem/UserItem.tsx +0 -58
  3534. package/src/social/features/chat/features/group/select-member/components/UserItem/index.ts +0 -1
  3535. package/src/social/features/chat/features/group/select-member/components/UserItem/styles.ts +0 -42
  3536. package/src/social/features/chat/features/group/select-member/components/UserList/UserList.tsx +0 -131
  3537. package/src/social/features/chat/features/group/select-member/components/UserList/index.ts +0 -1
  3538. package/src/social/features/chat/features/group/select-member/components/UserList/styles.ts +0 -24
  3539. package/src/social/features/chat/features/group/select-member/components/index.ts +0 -4
  3540. package/src/social/features/chat/features/group/select-member/constants/index.ts +0 -3
  3541. package/src/social/features/chat/features/group/select-member/hooks/index.ts +0 -2
  3542. package/src/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.ts +0 -128
  3543. package/src/social/features/chat/features/group/select-member/index.ts +0 -2
  3544. package/src/social/features/chat/features/group/select-member/styles.ts +0 -20
  3545. package/src/social/features/chat/features/group/setting/GroupSetting.tsx +0 -94
  3546. package/src/social/features/chat/features/group/setting/components/Header/Header.tsx +0 -17
  3547. package/src/social/features/chat/features/group/setting/components/Header/index.ts +0 -1
  3548. package/src/social/features/chat/features/group/setting/components/index.ts +0 -1
  3549. package/src/social/features/chat/features/group/setting/hooks/index.ts +0 -1
  3550. package/src/social/features/chat/features/group/setting/hooks/useGroupSetting.ts +0 -324
  3551. package/src/social/features/chat/features/group/setting/index.ts +0 -2
  3552. package/src/social/features/chat/features/group/setting/styles.ts +0 -50
  3553. package/src/social/features/chat/features/home/ChatHome.tsx +0 -84
  3554. package/src/social/features/chat/features/home/components/ChannelList/ChannelList.tsx +0 -209
  3555. package/src/social/features/chat/features/home/components/ChannelList/index.ts +0 -2
  3556. package/src/social/features/chat/features/home/components/ChannelList/styles.ts +0 -102
  3557. package/src/social/features/chat/features/home/components/Header/Header.tsx +0 -38
  3558. package/src/social/features/chat/features/home/components/Header/index.ts +0 -1
  3559. package/src/social/features/chat/features/home/components/Header/styles.ts +0 -50
  3560. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.tsx +0 -36
  3561. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/index.ts +0 -1
  3562. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.ts +0 -35
  3563. package/src/social/features/chat/features/home/components/index.ts +0 -3
  3564. package/src/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.tsx +0 -89
  3565. package/src/social/features/chat/features/home/elements/ChatHomeMenu/index.ts +0 -1
  3566. package/src/social/features/chat/features/home/elements/ChatHomeMenu/styles.ts +0 -26
  3567. package/src/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.tsx +0 -131
  3568. package/src/social/features/chat/features/home/elements/CreateChatMenu/index.ts +0 -1
  3569. package/src/social/features/chat/features/home/elements/CreateChatMenu/styles.ts +0 -26
  3570. package/src/social/features/chat/features/home/elements/SearchButton/SearchButton.tsx +0 -57
  3571. package/src/social/features/chat/features/home/elements/SearchButton/index.ts +0 -1
  3572. package/src/social/features/chat/features/home/elements/SearchButton/styles.ts +0 -27
  3573. package/src/social/features/chat/features/home/hooks/index.ts +0 -1
  3574. package/src/social/features/chat/features/home/hooks/usePushNotificationEnabled.ts +0 -35
  3575. package/src/social/features/chat/features/home/index.ts +0 -3
  3576. package/src/social/features/chat/features/home/styles.ts +0 -25
  3577. package/src/social/features/chat/features/search/SearchChannel.tsx +0 -68
  3578. package/src/social/features/chat/features/search/components/Header/Header.tsx +0 -61
  3579. package/src/social/features/chat/features/search/components/Header/index.ts +0 -1
  3580. package/src/social/features/chat/features/search/components/Header/styles.ts +0 -33
  3581. package/src/social/features/chat/features/search/components/index.ts +0 -5
  3582. package/src/social/features/chat/features/search/hooks/index.ts +0 -1
  3583. package/src/social/features/chat/features/search/hooks/useSearchChannel.ts +0 -50
  3584. package/src/social/features/chat/features/search/index.ts +0 -1
  3585. package/src/social/features/chat/features/search/styles.ts +0 -25
  3586. package/src/social/features/chat/features/shared/components/AddTile/AddTile.tsx +0 -44
  3587. package/src/social/features/chat/features/shared/components/AddTile/index.ts +0 -1
  3588. package/src/social/features/chat/features/shared/components/AddTile/styles.ts +0 -29
  3589. package/src/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.tsx +0 -308
  3590. package/src/social/features/chat/features/shared/components/ContentReportReason/index.ts +0 -1
  3591. package/src/social/features/chat/features/shared/components/ContentReportReason/styles.ts +0 -95
  3592. package/src/social/features/chat/features/shared/components/DateSeparator/DateSeparator.tsx +0 -29
  3593. package/src/social/features/chat/features/shared/components/DateSeparator/index.ts +0 -1
  3594. package/src/social/features/chat/features/shared/components/DateSeparator/styles.ts +0 -46
  3595. package/src/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.tsx +0 -39
  3596. package/src/social/features/chat/features/shared/components/DeletedMessagePill/index.ts +0 -1
  3597. package/src/social/features/chat/features/shared/components/DeletedMessagePill/styles.ts +0 -43
  3598. package/src/social/features/chat/features/shared/components/EmptyState/EmptyState.tsx +0 -63
  3599. package/src/social/features/chat/features/shared/components/EmptyState/index.ts +0 -1
  3600. package/src/social/features/chat/features/shared/components/EmptyState/styles.ts +0 -30
  3601. package/src/social/features/chat/features/shared/components/FailedToShow/FailedToShow.tsx +0 -44
  3602. package/src/social/features/chat/features/shared/components/FailedToShow/index.ts +0 -1
  3603. package/src/social/features/chat/features/shared/components/FailedToShow/styles.ts +0 -32
  3604. package/src/social/features/chat/features/shared/components/ImageViewer/ImageViewer.tsx +0 -130
  3605. package/src/social/features/chat/features/shared/components/ImageViewer/index.ts +0 -1
  3606. package/src/social/features/chat/features/shared/components/ImageViewer/styles.ts +0 -69
  3607. package/src/social/features/chat/features/shared/components/MediaViewer/MediaViewer.tsx +0 -130
  3608. package/src/social/features/chat/features/shared/components/MediaViewer/index.ts +0 -1
  3609. package/src/social/features/chat/features/shared/components/MediaViewer/styles.ts +0 -93
  3610. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.tsx +0 -100
  3611. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/index.ts +0 -1
  3612. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/styles.ts +0 -59
  3613. package/src/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.tsx +0 -136
  3614. package/src/social/features/chat/features/shared/components/MessageLinkPreview/index.ts +0 -1
  3615. package/src/social/features/chat/features/shared/components/MessageLinkPreview/styles.ts +0 -72
  3616. package/src/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.ts +0 -58
  3617. package/src/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.tsx +0 -72
  3618. package/src/social/features/chat/features/shared/components/MessageReactionBadge/index.tsx +0 -1
  3619. package/src/social/features/chat/features/shared/components/MessageReactionBadge/styles.ts +0 -66
  3620. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.tsx +0 -330
  3621. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/index.tsx +0 -1
  3622. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/styles.ts +0 -150
  3623. package/src/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.tsx +0 -175
  3624. package/src/social/features/chat/features/shared/components/MessageReplyBand/index.ts +0 -1
  3625. package/src/social/features/chat/features/shared/components/MessageReplyBand/styles.ts +0 -77
  3626. package/src/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.tsx +0 -370
  3627. package/src/social/features/chat/features/shared/components/MessageReplyQuote/index.ts +0 -1
  3628. package/src/social/features/chat/features/shared/components/MessageReplyQuote/styles.ts +0 -132
  3629. package/src/social/features/chat/features/shared/components/MessageReplyQuote/utils.ts +0 -97
  3630. package/src/social/features/chat/features/shared/components/MutedBanner/MutedBanner.tsx +0 -42
  3631. package/src/social/features/chat/features/shared/components/MutedBanner/index.ts +0 -1
  3632. package/src/social/features/chat/features/shared/components/MutedBanner/styles.ts +0 -32
  3633. package/src/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.tsx +0 -120
  3634. package/src/social/features/chat/features/shared/components/NewMessageNotification/index.ts +0 -1
  3635. package/src/social/features/chat/features/shared/components/NewMessageNotification/styles.ts +0 -67
  3636. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.tsx +0 -34
  3637. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/index.ts +0 -1
  3638. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/styles.ts +0 -18
  3639. package/src/social/features/chat/features/shared/components/SelectedMember/SelectedMember.tsx +0 -65
  3640. package/src/social/features/chat/features/shared/components/SelectedMember/index.ts +0 -2
  3641. package/src/social/features/chat/features/shared/components/SelectedMember/styles.ts +0 -38
  3642. package/src/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.tsx +0 -213
  3643. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.tsx +0 -147
  3644. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.ts +0 -1
  3645. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.ts +0 -54
  3646. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.tsx +0 -131
  3647. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.ts +0 -1
  3648. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.ts +0 -62
  3649. package/src/social/features/chat/features/shared/components/VideoPlayer/components/index.ts +0 -2
  3650. package/src/social/features/chat/features/shared/components/VideoPlayer/index.ts +0 -1
  3651. package/src/social/features/chat/features/shared/components/VideoPlayer/styles.ts +0 -23
  3652. package/src/social/features/chat/features/shared/components/YouTile/YouTile.tsx +0 -55
  3653. package/src/social/features/chat/features/shared/components/YouTile/index.ts +0 -1
  3654. package/src/social/features/chat/features/shared/components/YouTile/styles.ts +0 -27
  3655. package/src/social/features/chat/features/shared/hooks/index.ts +0 -21
  3656. package/src/social/features/chat/features/shared/hooks/useBubbleMenu.tsx +0 -165
  3657. package/src/social/features/chat/features/shared/hooks/useChatMessage.ts +0 -303
  3658. package/src/social/features/chat/features/shared/hooks/useFailedMessageSheet.tsx +0 -143
  3659. package/src/social/features/chat/features/shared/hooks/useMarkAsRead.ts +0 -55
  3660. package/src/social/features/chat/features/shared/hooks/useMediaViewer.ts +0 -105
  3661. package/src/social/features/chat/features/shared/hooks/useMessageComposer.ts +0 -778
  3662. package/src/social/features/chat/features/shared/hooks/useMessageReactions.ts +0 -97
  3663. package/src/social/features/chat/features/shared/hooks/useReactorsCollection.ts +0 -71
  3664. package/src/social/features/chat/features/shared/utils/reactionIcons.tsx +0 -282
  3665. package/src/social/features/chat/hooks/collections/index.ts +0 -7
  3666. package/src/social/features/chat/hooks/collections/useArchivedChannelsCollection.ts +0 -72
  3667. package/src/social/features/chat/hooks/collections/useChannelMembersCollection.ts +0 -94
  3668. package/src/social/features/chat/hooks/collections/useChannelsByIdsCollection.ts +0 -66
  3669. package/src/social/features/chat/hooks/collections/useChannelsCollection.ts +0 -98
  3670. package/src/social/features/chat/hooks/collections/useMessageSearchCollection.ts +0 -75
  3671. package/src/social/features/chat/hooks/collections/useMessagesCollection.ts +0 -96
  3672. package/src/social/features/chat/hooks/collections/useSearchChannelsCollection.ts +0 -97
  3673. package/src/social/features/chat/hooks/index.ts +0 -11
  3674. package/src/social/features/chat/hooks/queries/index.ts +0 -4
  3675. package/src/social/features/chat/hooks/queries/useChannelArchiveQuery.ts +0 -99
  3676. package/src/social/features/chat/hooks/queries/useDeleteMessageQuery.ts +0 -71
  3677. package/src/social/features/chat/hooks/queries/useFlagMessageQuery.ts +0 -105
  3678. package/src/social/features/chat/hooks/queries/useSaveMediaMessageQuery.ts +0 -141
  3679. package/src/social/features/chat/hooks/useChannelMyMembership.ts +0 -56
  3680. package/src/social/features/chat/hooks/useChatNavigation.ts +0 -34
  3681. package/src/social/features/chat/hooks/useChatNotifications.ts +0 -83
  3682. package/src/social/features/chat/hooks/useCreateMessage.ts +0 -80
  3683. package/src/social/features/chat/hooks/useCurrentUserId.ts +0 -10
  3684. package/src/social/features/chat/hooks/useDeleteMessage.ts +0 -45
  3685. package/src/social/features/chat/hooks/useEditMessage.ts +0 -47
  3686. package/src/social/features/chat/hooks/useMention.ts +0 -163
  3687. package/src/social/features/chat/hooks/useNetworkOnline.ts +0 -29
  3688. package/src/social/features/chat/hooks/useVideoFileUrl.ts +0 -31
  3689. package/src/social/features/chat/pages/AmityAddGroupMemberPage/index.tsx +0 -27
  3690. package/src/social/features/chat/pages/AmityArchivedChatPage/index.tsx +0 -26
  3691. package/src/social/features/chat/pages/AmityArchivedChatPage/styles.ts +0 -18
  3692. package/src/social/features/chat/pages/AmityBannedGroupMemberListPage/index.tsx +0 -27
  3693. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/index.tsx +0 -21
  3694. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/styles.ts +0 -16
  3695. package/src/social/features/chat/pages/AmityChatHomePage/index.tsx +0 -39
  3696. package/src/social/features/chat/pages/AmityChatHomePage/styles.ts +0 -18
  3697. package/src/social/features/chat/pages/AmityChatPage/index.tsx +0 -37
  3698. package/src/social/features/chat/pages/AmityChatPage/styles.ts +0 -16
  3699. package/src/social/features/chat/pages/AmityCreateGroupChatPage/index.tsx +0 -17
  3700. package/src/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.tsx +0 -19
  3701. package/src/social/features/chat/pages/AmityEditGroupNotificationPage/index.tsx +0 -26
  3702. package/src/social/features/chat/pages/AmityEditGroupProfilePage/index.tsx +0 -17
  3703. package/src/social/features/chat/pages/AmityGroupChatPage/index.tsx +0 -28
  3704. package/src/social/features/chat/pages/AmityGroupMemberListPage/index.tsx +0 -32
  3705. package/src/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.tsx +0 -25
  3706. package/src/social/features/chat/pages/AmityGroupSettingPage/index.tsx +0 -17
  3707. package/src/social/features/chat/pages/AmitySearchChannelPage/index.tsx +0 -19
  3708. package/src/social/features/chat/pages/AmitySelectGroupMemberPage/index.tsx +0 -12
  3709. package/src/social/features/chat/utils/groupMessagesByDate.ts +0 -67
  3710. package/src/social/features/chat/utils/highlightMatch.tsx +0 -40
  3711. package/src/social/features/chat/utils/previewLink.ts +0 -37
  3712. package/src/social/features/chat/utils/timestamp.ts +0 -54
  3713. /package/lib/commonjs/social/{features/chat/features/shared/components → components}/MediaViewer/index.js +0 -0
  3714. /package/lib/module/social/{features/chat/features/shared/components → components}/MediaViewer/index.js +0 -0
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.video = exports.userIcon = exports.unfollow = exports.toastSuccess = exports.toastIcon = exports.threeDots = exports.syncIcon = exports.switchCamera = exports.storyThreedotsMenu = exports.storyRing = exports.storyLikedIcon = exports.storyLikeIcon = exports.storyHyperLinkIcon = exports.storyGallery = exports.storyDraftDeletHyperLink = exports.storyCommentIcon = exports.storyCircleCreatePlusIcon = exports.stopIcon = exports.star = exports.seenIcon = exports.searchIcon = exports.rightLongArrow = exports.reportOutLine = exports.report = exports.replyIcon = exports.radioOn = exports.radioOff = exports.publicIcon = exports.privateUserProfile = exports.privateIcon = exports.primaryDot = exports.postIconOutlined = exports.postIcon = exports.pollIcon = exports.plusIcon = exports.playVideoIcon = exports.playIcon = exports.playBtn = exports.photo = exports.personXml = exports.officialIcon = exports.loveReaction = exports.livestreamIcon = exports.likedXml = exports.likeXml = exports.likeReaction = exports.likeCircle = exports.leftLongArrow = exports.infoIcon = exports.galleryIcon = exports.flashOn = exports.flashOff = exports.fileSearch = exports.expandIcon = exports.exclamationIcon = exports.errorIcon = exports.editThumbnailIcon = exports.editIcon = exports.communityIcon = exports.commentXml = exports.closeIcon = exports.circleCloseIcon = exports.categoryIcon = exports.cancelFollowRequest = exports.cameraIcon = exports.blockOrUnblock = exports.arrowXml = exports.arrowOutlined = exports.arrowForward = exports.arrowDown = exports.arrowBack = void 0;
6
+ exports.videoControlIcon = exports.video = exports.userIcon = exports.unfollow = exports.toastSuccess = exports.toastIcon = exports.threeDots = exports.syncIcon = exports.switchCamera = exports.storyThreedotsMenu = exports.storyRing = exports.storyLikedIcon = exports.storyLikeIcon = exports.storyHyperLinkIcon = exports.storyGallery = exports.storyDraftDeletHyperLink = exports.storyCommentIcon = exports.storyCircleCreatePlusIcon = exports.stopIcon = exports.star = exports.soundOnIcon = exports.soundOffIcon = exports.seenIcon = exports.searchIcon = exports.rightLongArrow = exports.reportOutLine = exports.report = exports.replyIcon = exports.radioOn = exports.radioOff = exports.publicIcon = exports.privateUserProfile = exports.privateIcon = exports.primaryDot = exports.postIconOutlined = exports.postIcon = exports.pollIcon = exports.plusIcon = exports.playVideoIcon = exports.playIcon = exports.playControlIcon = exports.playBtn = exports.photo = exports.personXml = exports.pauseControlIcon = exports.officialIcon = exports.loveReaction = exports.livestreamIcon = exports.likedXml = exports.likeXml = exports.likeReaction = exports.likeCircle = exports.leftLongArrow = exports.infoIcon = exports.galleryIcon = exports.forward10Icon = exports.flashOn = exports.flashOff = exports.fileSearch = exports.expandIcon = exports.exclamationIcon = exports.errorIcon = exports.editThumbnailIcon = exports.editIcon = exports.communityIcon = exports.commentXml = exports.closeIcon = exports.clearIcon = exports.circleCloseIcon = exports.categoryIcon = exports.cancelFollowRequest = exports.cameraIcon = exports.brokenImageIcon = exports.blockOrUnblock = exports.backward10Icon = exports.arrowXml = exports.arrowOutlined = exports.arrowForward = exports.arrowDown = exports.arrowBack = void 0;
7
7
  const likeXml = exports.likeXml = `<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
8
8
  <path d="M14.5625 8.96875C14.8438 8.5 15 8 15 7.40625C15 6.03125 13.8125 4.75 12.3125 4.75H11.1562C11.3125 4.34375 11.4375 3.875 11.4375 3.28125C11.4375 1 10.25 0 8.46875 0C6.53125 0 6.65625 2.96875 6.21875 3.40625C5.5 4.125 4.65625 5.5 4.0625 6H1C0.4375 6 0 6.46875 0 7V14.5C0 15.0625 0.4375 15.5 1 15.5H3C3.4375 15.5 3.84375 15.1875 3.9375 14.7812C5.34375 14.8125 6.3125 16 9.5 16C9.75 16 10 16 10.2188 16C12.625 16 13.6875 14.7812 13.7188 13.0312C14.1562 12.4688 14.375 11.6875 14.2812 10.9375C14.5938 10.375 14.6875 9.6875 14.5625 8.96875ZM12.625 10.6562C13.0312 11.3125 12.6562 12.1875 12.1875 12.4688C12.4375 13.9688 11.625 14.5 10.5312 14.5H9.34375C7.125 14.5 5.65625 13.3438 4 13.3438V7.5H4.3125C5.21875 7.5 6.4375 5.3125 7.28125 4.46875C8.15625 3.59375 7.875 2.09375 8.46875 1.5C9.9375 1.5 9.9375 2.53125 9.9375 3.28125C9.9375 4.5 9.0625 5.0625 9.0625 6.25H12.3125C12.9688 6.25 13.4688 6.84375 13.5 7.4375C13.5 8 13.0938 8.59375 12.7812 8.59375C13.2188 9.0625 13.3125 10.0312 12.625 10.6562ZM2.75 13.5C2.75 13.9375 2.40625 14.25 2 14.25C1.5625 14.25 1.25 13.9375 1.25 13.5C1.25 13.0938 1.5625 12.75 2 12.75C2.40625 12.75 2.75 13.0938 2.75 13.5Z" fill="#898E9E"/>
9
9
  </svg>`;
@@ -60,7 +60,75 @@ exports.postIconOutlined = postIconOutlined;
60
60
  const closeIcon = (color = '#292B32') => `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
61
61
  <path d="M7.65234 6.25L11.4492 2.48828C11.6602 2.27734 11.6602 1.89062 11.4492 1.67969L10.5703 0.800781C10.3594 0.589844 9.97266 0.589844 9.76172 0.800781L6 4.59766L2.20312 0.800781C1.99219 0.589844 1.60547 0.589844 1.39453 0.800781L0.515625 1.67969C0.304688 1.89062 0.304688 2.27734 0.515625 2.48828L4.3125 6.25L0.515625 10.0469C0.304688 10.2578 0.304688 10.6445 0.515625 10.8555L1.39453 11.7344C1.60547 11.9453 1.99219 11.9453 2.20312 11.7344L6 7.9375L9.76172 11.7344C9.97266 11.9453 10.3594 11.9453 10.5703 11.7344L11.4492 10.8555C11.6602 10.6445 11.6602 10.2578 11.4492 10.0469L7.65234 6.25Z" fill="${color}"/>
62
62
  </svg>`;
63
+ // Ported from web UIKit icons/MutedFilled (speaker + waves) — shown when audio
64
+ // is ON (unmuted). Used by the carousel full-screen media viewer.
63
65
  exports.closeIcon = closeIcon;
66
+ const soundOnIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
67
+ <path d="M11.1211 5.78125C11.6484 5.25391 12.5625 5.60547 12.5625 6.37891V18.1562C12.5625 18.9297 11.6484 19.2812 11.1211 18.7539L7.99219 15.625H4.40625C3.91406 15.625 3.5625 15.2734 3.5625 14.7812V9.71875C3.5625 9.26172 3.91406 8.875 4.40625 8.875H7.99219L11.1211 5.78125ZM20.4375 12.25C20.4375 14.5 19.2773 16.5391 17.4141 17.7695C16.9922 18.0156 16.4648 17.875 16.2539 17.4883C16.0078 17.1016 16.1133 16.5742 16.5 16.3281C17.9062 15.4492 18.75 13.9023 18.75 12.25C18.75 10.6328 17.9062 9.08594 16.5 8.20703C16.1133 7.96094 16.0078 7.43359 16.2539 7.04688C16.5 6.625 17.0273 6.51953 17.4141 6.76562C19.2773 7.99609 20.4375 10.0352 20.4375 12.25ZM15.4453 9.57812C16.4297 10.1055 17.0625 11.1602 17.0625 12.25C17.0625 13.375 16.4297 14.4297 15.4453 14.957C15.0234 15.2031 14.5312 15.0625 14.2852 14.6406C14.0742 14.2188 14.2148 13.7266 14.6367 13.4805C15.0586 13.2344 15.375 12.7773 15.375 12.25C15.375 11.7578 15.0586 11.3008 14.6367 11.0547C14.2148 10.8086 14.0742 10.3164 14.2852 9.89453C14.5312 9.47266 15.0234 9.33203 15.4453 9.57812Z" fill="${color}"/>
68
+ </svg>`;
69
+ // Ported from web UIKit icons/UnMuted (speaker with slash) — shown when audio
70
+ // is OFF (muted).
71
+ exports.soundOnIcon = soundOnIcon;
72
+ const soundOffIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
73
+ <path d="M23.0039 19.3867C23.25 19.5625 23.3203 19.9141 23.1094 20.1602L22.4414 21.0391C22.2305 21.2852 21.8789 21.3555 21.6328 21.1445L0.960938 5.14844C0.714844 4.97266 0.644531 4.62109 0.855469 4.375L1.55859 3.49609C1.73438 3.25 2.08594 3.17969 2.33203 3.39062L7.67578 7.50391L9.43359 5.78125C9.96094 5.25391 10.875 5.60547 10.875 6.37891V9.96484L13.6523 12.1445C13.6172 11.6875 13.3359 11.2656 12.9492 11.0547C12.5273 10.8086 12.3867 10.3164 12.5977 9.89453C12.8438 9.47266 13.3359 9.33203 13.7578 9.57812C14.7422 10.1055 15.375 11.1602 15.375 12.25C15.375 12.6367 15.2695 12.9531 15.1641 13.3047L16.5352 14.3594C16.8516 13.7266 17.0625 13.0234 17.0625 12.25C17.0625 10.6328 16.2188 9.08594 14.8125 8.20703C14.4258 7.96094 14.3203 7.43359 14.5664 7.04688C14.8125 6.66016 15.3398 6.51953 15.7266 6.76562C17.5898 7.96094 18.75 10.0352 18.75 12.25C18.75 13.4102 18.4336 14.4648 17.9062 15.4141L19.2422 16.4688C19.9805 15.2031 20.4023 13.7617 20.4023 12.2852C20.4023 9.50781 19.0312 6.90625 16.6758 5.39453C16.2891 5.14844 16.1836 4.62109 16.4297 4.19922C16.7109 3.8125 17.2383 3.70703 17.625 3.95312C20.4375 5.81641 22.125 8.91016 22.125 12.25C22.125 14.1484 21.5625 15.9414 20.5781 17.4883L23.0039 19.3867ZM1.875 9.71875C1.875 9.4375 2.01562 9.19141 2.26172 9.01562L10.875 15.6602V18.1562C10.875 18.9297 9.96094 19.2812 9.43359 18.7539L6.30469 15.625H2.71875C2.22656 15.625 1.875 15.2734 1.875 14.7812V9.71875Z" fill="${color}"/>
74
+ </svg>`;
75
+ // Ported from web UIKit icons/VideoControl — the play overlay on video frames
76
+ // (50% black disc + white triangle). Replaces the generic playBtn in carousels.
77
+ exports.soundOffIcon = soundOffIcon;
78
+ const videoControlIcon = exports.videoControlIcon = `<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
79
+ <circle cx="20" cy="20" r="20" fill="black" fill-opacity="0.5"/>
80
+ <g clip-path="url(#clip0_212_1181)">
81
+ <path d="M16 13V27L27 20L16 13Z" fill="white"/>
82
+ </g>
83
+ <defs>
84
+ <clipPath id="clip0_212_1181">
85
+ <rect width="24" height="24" fill="white" transform="translate(8 8)"/>
86
+ </clipPath>
87
+ </defs>
88
+ </svg>`;
89
+ // Ported from web UIKit icons/BrokenImage — shown on a media frame that fails
90
+ // to load. Defaults to base-shade2.
91
+ const brokenImageIcon = (color = '#898E9E') => `<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
92
+ <path d="M26.8655 25.3718L1.64863 5.63684C1.35345 5.42599 1.26912 5.00431 1.52213 4.70913L1.94381 4.16093C2.19683 3.90792 2.61851 3.82358 2.91369 4.0766L28.1306 23.8115C28.3836 24.0224 28.4679 24.4441 28.2149 24.7392L27.7932 25.2453C27.5402 25.5404 27.1185 25.6248 26.8655 25.3718Z" fill="${color}"/>
93
+ <path d="M6.11895 10.8249V21.422C6.11895 21.5907 6.20329 21.675 6.37196 21.675H20.021L22.6144 23.6991H6.11895C4.9804 23.6991 4.09442 22.8135 4.09442 21.675V9.53041C4.09442 9.43874 4.10085 9.34826 4.11287 9.25939L6.11895 10.8249Z" fill="${color}"/>
94
+ <path d="M23.6611 7.50631C24.7574 7.50644 25.6852 8.4341 25.6852 9.53041V21.675C25.6852 21.7472 25.6806 21.8184 25.6734 21.8885L23.6611 20.3133V9.78342C23.6611 9.65699 23.5345 9.53056 23.4081 9.53041H9.88251L7.29616 7.50631H23.6611Z" fill="${color}"/>
95
+ <path d="M9.78763 15.9822C9.99846 15.7715 10.2937 15.7714 10.5045 15.9822L12.1912 17.6268L13.3496 16.468L17.4272 19.6509H8.14305V17.6268L9.78763 15.9822Z" fill="${color}"/>
96
+ <path d="M17.2093 12.6087C17.4201 12.398 17.7154 12.3979 17.9262 12.6087L21.637 16.2774V18.7293L15.7194 14.0982L17.2093 12.6087Z" fill="${color}"/>
97
+ <path d="M10.5142 14.2555C10.2301 14.4677 9.87584 14.5906 9.49245 14.5907C8.52257 14.5907 7.8057 13.8738 7.8057 12.9039C7.8057 12.6695 7.8512 12.4458 7.93528 12.2424L10.5142 14.2555Z" fill="${color}"/>
98
+ </svg>`;
99
+ // Ported from web UIKit icons/Clear (ClearIcon) — the circular close button
100
+ // used in the full-screen media viewers.
101
+ exports.brokenImageIcon = brokenImageIcon;
102
+ const clearIcon = (color = '#FFFFFF') => `<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
103
+ <path d="M8.82715 17.3906C13.4238 17.3906 17.2119 13.5938 17.2119 9.00586C17.2119 4.40918 13.415 0.612305 8.82715 0.612305C4.23047 0.612305 0.442383 4.40918 0.442383 9.00586C0.442383 13.5938 4.23926 17.3906 8.82715 17.3906ZM5.88281 12.5479C5.54883 12.5479 5.28516 12.2842 5.28516 11.9502C5.28516 11.792 5.34668 11.6514 5.46973 11.5283L7.9834 9.01465L5.46973 6.49219C5.34668 6.37793 5.28516 6.22852 5.28516 6.07031C5.28516 5.74512 5.54883 5.49023 5.88281 5.49023C6.0498 5.49023 6.19043 5.54297 6.2959 5.66602L8.82715 8.17969L11.3584 5.65723C11.4902 5.52539 11.6221 5.47266 11.7803 5.47266C12.1055 5.47266 12.3691 5.73633 12.3691 6.06152C12.3691 6.22852 12.3164 6.36035 12.1934 6.4834L9.6709 9.01465L12.1846 11.5283C12.3076 11.6514 12.3691 11.7832 12.3691 11.9502C12.3691 12.2842 12.1055 12.5479 11.7627 12.5479C11.5957 12.5479 11.4551 12.4863 11.332 12.3721L8.82715 9.84961L6.32227 12.3721C6.19922 12.4863 6.0498 12.5479 5.88281 12.5479Z" fill="${color}"/>
104
+ </svg>`;
105
+ // Ported from web UIKit icons/Play — solid triangle, used in the full-screen
106
+ // video player control bar (play/pause toggle).
107
+ exports.clearIcon = clearIcon;
108
+ const playControlIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
109
+ <path d="M19.531 10.809a1.71 1.71 0 010 2.918L7.156 21.039c-1.125.668-2.531-.14-2.531-1.477V4.938c0-1.44 1.512-2.039 2.531-1.44l12.375 7.312z" fill="${color}"/>
110
+ </svg>`;
111
+ // Ported from web UIKit icons/Pause — two bars, used in the full-screen video
112
+ // player control bar.
113
+ exports.playControlIcon = playControlIcon;
114
+ const pauseControlIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
115
+ <path d="M9.1875 20.0898H5.8125C4.86328 20.0898 4.125 19.3516 4.125 18.4023V6.02734C4.125 5.11328 4.86328 4.33984 5.8125 4.33984H9.1875C10.1016 4.33984 10.875 5.11328 10.875 6.02734V18.4023C10.875 19.3516 10.1016 20.0898 9.1875 20.0898ZM19.875 18.4023C19.875 19.3516 19.1016 20.0898 18.1875 20.0898H14.8125C13.8633 20.0898 13.125 19.3516 13.125 18.4023V6.02734C13.125 5.11328 13.8633 4.33984 14.8125 4.33984H18.1875C19.1016 4.33984 19.875 5.11328 19.875 6.02734V18.4023Z" fill="${color}"/>
116
+ </svg>`;
117
+ // Ported from web UIKit icons/Backward10 — skip back 10 seconds.
118
+ exports.pauseControlIcon = pauseControlIcon;
119
+ const backward10Icon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 26 28" fill="none" xmlns="http://www.w3.org/2000/svg">
120
+ <path d="M11 19V12L9 13.3125" stroke="${color}" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
121
+ <ellipse cx="15.5" cy="15.5" rx="1.75" ry="3.5" stroke="${color}" stroke-width="1.5" fill="none"/>
122
+ <path d="M4.81605 6.80412C-0.0309168 11.1977 -0.296082 18.579 4.22379 23.2905C8.74366 28.0021 16.337 28.2599 21.1839 23.8663C26.0309 19.4726 26.2961 12.0914 21.7762 7.37984C19.2053 4.69988 15.64 3.46089 12.1514 3.69923M13.8571 1L10.8008 3.83294L13.8571 6.87098" stroke="${color}" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
123
+ </svg>`;
124
+ // Ported from web UIKit icons/Forward10 — skip forward 10 seconds.
125
+ exports.backward10Icon = backward10Icon;
126
+ const forward10Icon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 26 28" fill="none" xmlns="http://www.w3.org/2000/svg">
127
+ <path d="M11 19V12L9 13.3125" stroke="${color}" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
128
+ <ellipse cx="15.5" cy="15.5" rx="1.75" ry="3.5" stroke="${color}" stroke-width="1.5" fill="none"/>
129
+ <path d="M21.1839 6.80412C26.0309 11.1977 26.2961 18.579 21.7762 23.2905C17.2563 28.0021 9.66302 28.2599 4.81605 23.8663C-0.0309169 19.4726 -0.296081 12.0914 4.22379 7.37984C6.7947 4.69988 10.36 3.46089 13.8486 3.69923M12.1429 1L15.1992 3.83294L12.1429 6.87098" stroke="${color}" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
130
+ </svg>`;
131
+ exports.forward10Icon = forward10Icon;
64
132
  const cameraIcon = exports.cameraIcon = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
65
133
  <path d="M19.5 19.5H4.5C4.10218 19.5 3.72064 19.342 3.43934 19.0607C3.15804 18.7794 3 18.3978 3 18V7.5C3 7.10218 3.15804 6.72064 3.43934 6.43934C3.72064 6.15804 4.10218 6 4.5 6H7.49945L8.99945 3.75H14.9995L16.4995 6H19.5C19.8978 6 20.2794 6.15804 20.5607 6.43934C20.842 6.72064 21 7.10218 21 7.5V18C21 18.3978 20.842 18.7794 20.5607 19.0607C20.2794 19.342 19.8978 19.5 19.5 19.5Z" stroke="#292B32" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
66
134
  <path d="M12 15.75C13.864 15.75 15.375 14.239 15.375 12.375C15.375 10.511 13.864 9 12 9C10.136 9 8.625 10.511 8.625 12.375C8.625 14.239 10.136 15.75 12 15.75Z" stroke="#292B32" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
@@ -1 +1 @@
1
- {"version":3,"names":["likeXml","exports","personXml","commentXml","likedXml","color","arrowXml","arrowOutlined","playBtn","replyIcon","postIcon","postIconOutlined","closeIcon","cameraIcon","galleryIcon","playVideoIcon","arrowDown","arrowBack","searchIcon","circleCloseIcon","communityIcon","threeDots","privateIcon","officialIcon","plusIcon","categoryIcon","publicIcon","editIcon","userIcon","primaryDot","storyRing","colorOne","colorTwo","expandIcon","pollIcon","radioOn","radioOff","blockOrUnblock","unfollow","report","reportOutLine","photo","video","fileSearch","likeCircle","seenIcon","storyCommentIcon","storyLikedIcon","storyLikeIcon","storyHyperLinkIcon","storyCircleCreatePlusIcon","leftLongArrow","rightLongArrow","flashOn","flashOff","switchCamera","storyGallery","storyThreedotsMenu","storyDraftDeletHyperLink","toastIcon","arrowForward","likeReaction","circleColor","loveReaction","cancelFollowRequest","privateUserProfile","syncIcon","editThumbnailIcon","livestreamIcon","exclamationIcon","playIcon","stopIcon","toastSuccess","star","infoIcon","errorIcon"],"sourceRoot":"../../../../../src","sources":["core/assets/icons/xml.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["likeXml","exports","personXml","commentXml","likedXml","color","arrowXml","arrowOutlined","playBtn","replyIcon","postIcon","postIconOutlined","closeIcon","soundOnIcon","soundOffIcon","videoControlIcon","brokenImageIcon","clearIcon","playControlIcon","pauseControlIcon","backward10Icon","forward10Icon","cameraIcon","galleryIcon","playVideoIcon","arrowDown","arrowBack","searchIcon","circleCloseIcon","communityIcon","threeDots","privateIcon","officialIcon","plusIcon","categoryIcon","publicIcon","editIcon","userIcon","primaryDot","storyRing","colorOne","colorTwo","expandIcon","pollIcon","radioOn","radioOff","blockOrUnblock","unfollow","report","reportOutLine","photo","video","fileSearch","likeCircle","seenIcon","storyCommentIcon","storyLikedIcon","storyLikeIcon","storyHyperLinkIcon","storyCircleCreatePlusIcon","leftLongArrow","rightLongArrow","flashOn","flashOff","switchCamera","storyGallery","storyThreedotsMenu","storyDraftDeletHyperLink","toastIcon","arrowForward","likeReaction","circleColor","loveReaction","cancelFollowRequest","privateUserProfile","syncIcon","editThumbnailIcon","livestreamIcon","exclamationIcon","playIcon","stopIcon","toastSuccess","star","infoIcon","errorIcon"],"sourceRoot":"../../../../../src","sources":["core/assets/icons/xml.ts"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.usePostByIds = void 0;
7
+ var _react = require("react");
8
+ var _tsSdkReactNative = require("@amityco/ts-sdk-react-native");
9
+ /**
10
+ * Resolve a list of post ids to their loaded post objects — the same approach
11
+ * the web UIKit uses (core/hooks/usePostByIds) to load an edited post's child
12
+ * media. Uses the batch `getPostByIds` API, which is properly awaited, instead
13
+ * of the racy per-id live-object fetch.
14
+ */
15
+ const usePostByIds = postIds => {
16
+ const [posts, setPosts] = (0, _react.useState)([]);
17
+ // Depend on a stable string key so a fresh `[]`/array identity each render
18
+ // doesn't re-trigger the effect (and loop).
19
+ const key = (postIds ?? []).join(',');
20
+ (0, _react.useEffect)(() => {
21
+ let active = true;
22
+ async function run() {
23
+ if (!key) {
24
+ setPosts(prev => prev.length ? [] : prev);
25
+ return;
26
+ }
27
+ const response = await _tsSdkReactNative.PostRepository.getPostByIds(key.split(','));
28
+ if (active) setPosts(response.data);
29
+ }
30
+ run();
31
+ return () => {
32
+ active = false;
33
+ };
34
+ }, [key]);
35
+ return posts;
36
+ };
37
+ exports.usePostByIds = usePostByIds;
38
+ //# sourceMappingURL=usePostByIds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_tsSdkReactNative","usePostByIds","postIds","posts","setPosts","useState","key","join","useEffect","active","run","prev","length","response","PostRepository","getPostByIds","split","data","exports"],"sourceRoot":"../../../../src","sources":["core/hooks/usePostByIds.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,iBAAA,GAAAD,OAAA;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,MAAME,YAAY,GAAIC,OAAiB,IAAK;EACjD,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAG,IAAAC,eAAQ,EAAe,EAAE,CAAC;EACpD;EACA;EACA,MAAMC,GAAG,GAAG,CAACJ,OAAO,IAAI,EAAE,EAAEK,IAAI,CAAC,GAAG,CAAC;EAErC,IAAAC,gBAAS,EAAC,MAAM;IACd,IAAIC,MAAM,GAAG,IAAI;IACjB,eAAeC,GAAGA,CAAA,EAAG;MACnB,IAAI,CAACJ,GAAG,EAAE;QACRF,QAAQ,CAAEO,IAAI,IAAMA,IAAI,CAACC,MAAM,GAAG,EAAE,GAAGD,IAAK,CAAC;QAC7C;MACF;MACA,MAAME,QAAQ,GAAG,MAAMC,gCAAc,CAACC,YAAY,CAACT,GAAG,CAACU,KAAK,CAAC,GAAG,CAAC,CAAC;MAClE,IAAIP,MAAM,EAAEL,QAAQ,CAACS,QAAQ,CAACI,IAAI,CAAC;IACrC;IACAP,GAAG,CAAC,CAAC;IACL,OAAO,MAAM;MACXD,MAAM,GAAG,KAAK;IAChB,CAAC;EACH,CAAC,EAAE,CAACH,GAAG,CAAC,CAAC;EAET,OAAOH,KAAK;AACd,CAAC;AAACe,OAAA,CAAAjB,YAAA,GAAAA,YAAA","ignoreList":[]}
@@ -9,12 +9,6 @@ Object.defineProperty(exports, "AmityPageRenderer", {
9
9
  return _AmityPageRenderer.default;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "AmityUiKitChat", {
13
- enumerable: true,
14
- get: function () {
15
- return _AmityChatEntry.default;
16
- }
17
- });
18
12
  Object.defineProperty(exports, "AmityUiKitProvider", {
19
13
  enumerable: true,
20
14
  get: function () {
@@ -41,7 +35,6 @@ Object.defineProperty(exports, "navigate", {
41
35
  });
42
36
  var _AmityUIKitProvider = _interopRequireDefault(require("./providers/AmityUIKitProvider"));
43
37
  var _AmityUIKitNavigator = _interopRequireDefault(require("./routes/AmityUIKitNavigator"));
44
- var _AmityChatEntry = _interopRequireDefault(require("./routes/AmityChatEntry"));
45
38
  var _AmityPageRenderer = _interopRequireDefault(require("./routes/AmityPageRenderer"));
46
39
  var _ErrorBoundary = require("./components/ErrorBoundary");
47
40
  var _navigation = require("./routes/navigation");
@@ -1 +1 @@
1
- {"version":3,"names":["_AmityUIKitProvider","_interopRequireDefault","require","_AmityUIKitNavigator","_AmityChatEntry","_AmityPageRenderer","_ErrorBoundary","_navigation","e","__esModule","default"],"sourceRoot":"../../../src","sources":["core/index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,oBAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,eAAA,GAAAH,sBAAA,CAAAC,OAAA;AAEA,IAAAG,kBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AAEA,IAAAI,cAAA,GAAAJ,OAAA;AAEA,IAAAK,WAAA,GAAAL,OAAA;AAA+C,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_AmityUIKitProvider","_interopRequireDefault","require","_AmityUIKitNavigator","_AmityPageRenderer","_ErrorBoundary","_navigation","e","__esModule","default"],"sourceRoot":"../../../src","sources":["core/index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,oBAAA,GAAAF,sBAAA,CAAAC,OAAA;AAEA,IAAAE,kBAAA,GAAAH,sBAAA,CAAAC,OAAA;AAEA,IAAAG,cAAA,GAAAH,OAAA;AAEA,IAAAI,WAAA,GAAAJ,OAAA;AAA+C,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -21,10 +21,7 @@ var _BottomSheetComponent = _interopRequireDefault(require("../../social/compone
21
21
  var _Toast = _interopRequireDefault(require("../../social/components/Toast"));
22
22
  var _reactQuery = require("@tanstack/react-query");
23
23
  var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
24
- var _reactNativeGestureHandler = require("react-native-gesture-handler");
25
24
  var _ErrorBoundary = require("../components/ErrorBoundary");
26
- var _theme = require("../design/theme");
27
- var _localization = require("../localization");
28
25
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
29
26
  const queryClient = new _reactQuery.QueryClient();
30
27
  function AmityUiKitProvider({
@@ -97,11 +94,7 @@ function AmityUiKitProvider({
97
94
  white: '#FFFFFF'
98
95
  }
99
96
  };
100
- return /*#__PURE__*/React.createElement(_ErrorBoundary.ErrorBoundary, null, /*#__PURE__*/React.createElement(_reactNativeGestureHandler.GestureHandlerRootView, {
101
- style: {
102
- flex: 1
103
- }
104
- }, /*#__PURE__*/React.createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, /*#__PURE__*/React.createElement(_reactQuery.QueryClientProvider, {
97
+ return /*#__PURE__*/React.createElement(_ErrorBoundary.ErrorBoundary, null, /*#__PURE__*/React.createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, /*#__PURE__*/React.createElement(_reactQuery.QueryClientProvider, {
105
98
  client: queryClient
106
99
  }, /*#__PURE__*/React.createElement(_reactRedux.Provider, {
107
100
  store: _store.store,
@@ -120,8 +113,6 @@ function AmityUiKitProvider({
120
113
  behaviour: behaviour
121
114
  }, /*#__PURE__*/React.createElement(_ExploreProvider.ExploreProvider, null, /*#__PURE__*/React.createElement(_reactNativePaper.PaperProvider, {
122
115
  theme: globalTheme
123
- }, /*#__PURE__*/React.createElement(_theme.AmityThemeProvider, {
124
- mode: isDarkTheme ? 'dark' : 'light'
125
- }, /*#__PURE__*/React.createElement(_localization.LocaleProvider, null, children, /*#__PURE__*/React.createElement(_BottomSheetComponent.default, null), /*#__PURE__*/React.createElement(_Toast.default, null))))))))))))));
116
+ }, children, /*#__PURE__*/React.createElement(_BottomSheetComponent.default, null), /*#__PURE__*/React.createElement(_Toast.default, null)))))))))));
126
117
  }
127
118
  //# sourceMappingURL=AmityUIKitProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_reactRedux","_AuthProvider","_interopRequireDefault","_reactNativePaper","_store","_ConfigProvider","_color","_useValidateConfig","_uikitConfig","_BehaviourProvider","_ExploreProvider","_polished","_AdEngineProvider","_BottomSheetComponent","_Toast","_reactQuery","_reactNativeSafeAreaContext","_reactNativeGestureHandler","_ErrorBoundary","_theme","_localization","e","__esModule","default","queryClient","QueryClient","AmityUiKitProvider","userId","displayName","apiKey","apiRegion","apiEndpoint","children","authToken","configs","behaviour","fcmToken","socialCommunityCreationButtonVisible","hideExplore","colorScheme","useColorScheme","SHADE_PERCENTAGES","generateShades","hexColor","isDarkTheme","toLowerCase","Array","length","fill","hslColor","parseToHsl","shades","map","percentage","darken","hslToColorString","lighten","isValidConfig","useValidateConfig","baseConfigData","fallBackConfig","extraExcludes","configData","excludes","preferred_theme","themeColor","theme","dark","light","primaryShades","primary_color","secondaryShades","secondary_color","globalTheme","DefaultTheme","colors","primary","validateConfigColor","primaryShade1","primaryShade2","primaryShade3","primaryShade4","secondary","secondaryShade1","secondaryShade2","secondaryShade3","secondaryShade4","background","background_color","backgroundShade1","background_shade1_color","base","base_color","baseShade1","base_shade1_color","baseShade2","base_shade2_color","baseShade3","base_shade3_color","baseShade4","base_shade4_color","alert","alert_color","live","live_color","transparentBlack","black","white","React","createElement","ErrorBoundary","GestureHandlerRootView","style","flex","SafeAreaProvider","QueryClientProvider","client","Provider","store","context","AmityUIKitReduxContext","undefined","AdEngineProvider","ConfigProvider","BehaviourProvider","ExploreProvider","PaperProvider","AmityThemeProvider","mode","LocaleProvider"],"sourceRoot":"../../../../src","sources":["core/providers/AmityUIKitProvider.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_reactRedux","_AuthProvider","_interopRequireDefault","_reactNativePaper","_store","_ConfigProvider","_color","_useValidateConfig","_uikitConfig","_BehaviourProvider","_ExploreProvider","_polished","_AdEngineProvider","_BottomSheetComponent","_Toast","_reactQuery","_reactNativeSafeAreaContext","_ErrorBoundary","e","__esModule","default","queryClient","QueryClient","AmityUiKitProvider","userId","displayName","apiKey","apiRegion","apiEndpoint","children","authToken","configs","behaviour","fcmToken","socialCommunityCreationButtonVisible","hideExplore","colorScheme","useColorScheme","SHADE_PERCENTAGES","generateShades","hexColor","isDarkTheme","toLowerCase","Array","length","fill","hslColor","parseToHsl","shades","map","percentage","darken","hslToColorString","lighten","isValidConfig","useValidateConfig","baseConfigData","fallBackConfig","extraExcludes","configData","excludes","preferred_theme","themeColor","theme","dark","light","primaryShades","primary_color","secondaryShades","secondary_color","globalTheme","DefaultTheme","colors","primary","validateConfigColor","primaryShade1","primaryShade2","primaryShade3","primaryShade4","secondary","secondaryShade1","secondaryShade2","secondaryShade3","secondaryShade4","background","background_color","backgroundShade1","background_shade1_color","base","base_color","baseShade1","base_shade1_color","baseShade2","base_shade2_color","baseShade3","base_shade3_color","baseShade4","base_shade4_color","alert","alert_color","live","live_color","transparentBlack","black","white","React","createElement","ErrorBoundary","SafeAreaProvider","QueryClientProvider","client","Provider","store","context","AmityUIKitReduxContext","undefined","AdEngineProvider","ConfigProvider","BehaviourProvider","ExploreProvider","PaperProvider"],"sourceRoot":"../../../../src","sources":["core/providers/AmityUIKitProvider.tsx"],"mappings":"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","ignoreList":[]}
@@ -9,22 +9,6 @@ var _native = require("@react-navigation/native");
9
9
  var _navigation = require("./navigation");
10
10
  var _nativeStack = require("@react-navigation/native-stack");
11
11
  var _useAuth = _interopRequireDefault(require("../hooks/useAuth"));
12
- var _AmityChatHomePage = _interopRequireDefault(require("../../social/features/chat/pages/AmityChatHomePage"));
13
- var _AmityChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityChatPage"));
14
- var _AmityChannelCreateConversationPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityChannelCreateConversationPage"));
15
- var _AmityGroupChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupChatPage"));
16
- var _AmitySelectGroupMemberPage = _interopRequireDefault(require("../../social/features/chat/pages/AmitySelectGroupMemberPage"));
17
- var _AmityCreateGroupChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityCreateGroupChatPage"));
18
- var _AmityAddGroupMemberPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityAddGroupMemberPage"));
19
- var _AmityGroupMemberListPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupMemberListPage"));
20
- var _AmityBannedGroupMemberListPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityBannedGroupMemberListPage"));
21
- var _AmityGroupSettingPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupSettingPage"));
22
- var _AmityEditGroupProfilePage = _interopRequireDefault(require("../../social/features/chat/pages/AmityEditGroupProfilePage"));
23
- var _AmityEditGroupMemberPermissionsPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityEditGroupMemberPermissionsPage"));
24
- var _AmitySearchChannelPage = _interopRequireDefault(require("../../social/features/chat/pages/AmitySearchChannelPage"));
25
- var _AmityArchivedChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityArchivedChatPage"));
26
- var _AmityGroupNotificationPreferencePage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupNotificationPreferencePage"));
27
- var _AmityEditGroupNotificationPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityEditGroupNotificationPage"));
28
12
  var _SocialHomePage = _interopRequireDefault(require("../../social/screens/SocialHomePage"));
29
13
  var _PostDetail = _interopRequireDefault(require("../../social/screens/PostDetail"));
30
14
  var _CreatePost = _interopRequireDefault(require("../../social/screens/CreatePost"));
@@ -66,9 +50,7 @@ var _BehaviourProvider = require("../../social/providers/BehaviourProvider");
66
50
  var _screens = require("../../social/screens");
67
51
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
68
52
  const Stack = (0, _nativeStack.createNativeStackNavigator)();
69
- function AmitySocialUIKitV4Navigator({
70
- initialRouteName = 'AmitySocialHomePage'
71
- } = {}) {
53
+ function AmitySocialUIKitV4Navigator() {
72
54
  const theme = (0, _reactNativePaper.useTheme)();
73
55
  const {
74
56
  isGlobalBan,
@@ -98,7 +80,6 @@ function AmitySocialUIKitV4Navigator({
98
80
  onReady: _navigation.onNavigationReady
99
81
  }, /*#__PURE__*/React.createElement(Stack.Navigator, {
100
82
  id: "AmitySocialUIKit",
101
- initialRouteName: initialRouteName,
102
83
  screenOptions: {
103
84
  headerShown: false,
104
85
  headerShadowVisible: false,
@@ -113,54 +94,6 @@ function AmitySocialUIKitV4Navigator({
113
94
  }
114
95
  }
115
96
  }, /*#__PURE__*/React.createElement(Stack.Screen, {
116
- name: "AmityChatHomePage",
117
- component: _AmityChatHomePage.default
118
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
119
- name: "AmityChatPage",
120
- component: _AmityChatPage.default
121
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
122
- name: "AmityChannelCreateConversationPage",
123
- component: _AmityChannelCreateConversationPage.default
124
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
125
- name: "AmityGroupChatPage",
126
- component: _AmityGroupChatPage.default
127
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
128
- name: "AmitySelectGroupMemberPage",
129
- component: _AmitySelectGroupMemberPage.default
130
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
131
- name: "AmityCreateGroupChatPage",
132
- component: _AmityCreateGroupChatPage.default
133
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
134
- name: "AmityAddGroupMemberPage",
135
- component: _AmityAddGroupMemberPage.default
136
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
137
- name: "AmityGroupMemberListPage",
138
- component: _AmityGroupMemberListPage.default
139
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
140
- name: "AmityBannedGroupMemberListPage",
141
- component: _AmityBannedGroupMemberListPage.default
142
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
143
- name: "AmityGroupSettingPage",
144
- component: _AmityGroupSettingPage.default
145
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
146
- name: "AmityEditGroupProfilePage",
147
- component: _AmityEditGroupProfilePage.default
148
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
149
- name: "AmityEditGroupMemberPermissionsPage",
150
- component: _AmityEditGroupMemberPermissionsPage.default
151
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
152
- name: "AmitySearchChannelPage",
153
- component: _AmitySearchChannelPage.default
154
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
155
- name: "AmityArchivedChatPage",
156
- component: _AmityArchivedChatPage.default
157
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
158
- name: "AmityGroupNotificationPreferencePage",
159
- component: _AmityGroupNotificationPreferencePage.default
160
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
161
- name: "AmityEditGroupNotificationPage",
162
- component: _AmityEditGroupNotificationPage.default
163
- }), /*#__PURE__*/React.createElement(Stack.Screen, {
164
97
  name: "AmitySocialHomePage",
165
98
  component: _SocialHomePage.default
166
99
  }), /*#__PURE__*/React.createElement(Stack.Screen, {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_native","_navigation","_nativeStack","_useAuth","_interopRequireDefault","_AmityChatHomePage","_AmityChatPage","_AmityChannelCreateConversationPage","_AmityGroupChatPage","_AmitySelectGroupMemberPage","_AmityCreateGroupChatPage","_AmityAddGroupMemberPage","_AmityGroupMemberListPage","_AmityBannedGroupMemberListPage","_AmityGroupSettingPage","_AmityEditGroupProfilePage","_AmityEditGroupMemberPermissionsPage","_AmitySearchChannelPage","_AmityArchivedChatPage","_AmityGroupNotificationPreferencePage","_AmityEditGroupNotificationPage","_SocialHomePage","_PostDetail","_CreatePost","_CreateCommunity","_reactNativePaper","_PostTypeChoiceModal","_CreateStoryScreen","_Toast","_SocialGlobalSearch","_MyCommunitiesSearch","_CreateLivestream","_PostTargetSelection","_TargetSelection","_LivestreamPostTargetSelection","_AllCategories","_CommunitiesByCategory","_CommunityProfile","_EditPost","_LivestreamPlayer","_LivestreamTerminated","_PollTargetSelection","_PollPostComposer","_CommunityAddCategory","_CommunityAddMember","_EditCommunity","_CommunitySetting","_CommunityMembership","_CommunityPostPermission","_CommunityStorySetting","_CommunityNotificationSetting","_CommunityPostsNotificationSetting","_CommunityCommentsNotificationSetting","_CommunityStoriesNotificationSetting","_CommunityLivestreamsNotificationSetting","_CommunityPendingRequest","_GlobalBan","_VisitorUsageLimit","_BehaviourProvider","_screens","e","__esModule","default","Stack","createNativeStackNavigator","AmitySocialUIKitV4Navigator","initialRouteName","theme","useTheme","isGlobalBan","isVisitorUsageLimitReached","useAuth","AmityGlobalBehaviour","useBehaviour","handleVisitorUsageLimitReached","hasHandledUsageLimit","useRef","useEffect","current","React","createElement","GlobalBan","VisitorUsageLimit","NavigationIndependentTree","NavigationContainer","ref","navigationRef","onReady","onNavigationReady","Navigator","id","screenOptions","headerShown","headerShadowVisible","contentStyle","backgroundColor","colors","background","headerStyle","headerTitleStyle","color","base","Screen","name","component","AmityChatHomePage","AmityChatPage","AmityChannelCreateConversationPage","AmityGroupChatPage","AmitySelectGroupMemberPage","AmityCreateGroupChatPage","AmityAddGroupMemberPage","AmityGroupMemberListPage","AmityBannedGroupMemberListPage","AmityGroupSettingPage","AmityEditGroupProfilePage","AmityEditGroupMemberPermissionsPage","AmitySearchChannelPage","AmityArchivedChatPage","AmityGroupNotificationPreferencePage","AmityEditGroupNotificationPage","AmitySocialHomePage","AmitySocialGlobalSearchPage","AmityMyCommunitiesSearchPage","AmityAllCategoriesPage","AmityCommunitiesByCategoryPage","CreateCommunity","CommunityAddCategory","CommunityAddMember","AmityCommunityProfilePage","CommunityPendingRequest","CommunitySetting","EditCommunity","CommunityMembership","CommunityPostPermission","CommunityStorySetting","CommunityNotificationSettingScreen","CommunityPostsNotificationSettingScreen","CommunityCommentsNotificationSettingScreen","CommunityStoriesNotificationSettingScreen","CommunityLivestreamsNotificationSettingScreen","PostTargetSelection","options","animation","CreatePost","EditPost","PostDetail","PollTargetSelection","PollPostComposer","UserProfileScreen","EditUserScreen","UserRelationshipScreen","BlockedUsersScreen","UserPendingFollowRequests","StoryTargetSelection","CreateStoryScreen","LivestreamPostTargetSelection","CreateLivestream","LivestreamPlayer","LivestreamTerminated","ImageViewerScreen","presentation","VideoPlayerScreen"],"sourceRoot":"../../../../src","sources":["core/routes/AmityUIKitNavigator.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_native","_navigation","_nativeStack","_useAuth","_interopRequireDefault","_SocialHomePage","_PostDetail","_CreatePost","_CreateCommunity","_reactNativePaper","_PostTypeChoiceModal","_CreateStoryScreen","_Toast","_SocialGlobalSearch","_MyCommunitiesSearch","_CreateLivestream","_PostTargetSelection","_TargetSelection","_LivestreamPostTargetSelection","_AllCategories","_CommunitiesByCategory","_CommunityProfile","_EditPost","_LivestreamPlayer","_LivestreamTerminated","_PollTargetSelection","_PollPostComposer","_CommunityAddCategory","_CommunityAddMember","_EditCommunity","_CommunitySetting","_CommunityMembership","_CommunityPostPermission","_CommunityStorySetting","_CommunityNotificationSetting","_CommunityPostsNotificationSetting","_CommunityCommentsNotificationSetting","_CommunityStoriesNotificationSetting","_CommunityLivestreamsNotificationSetting","_CommunityPendingRequest","_GlobalBan","_VisitorUsageLimit","_BehaviourProvider","_screens","e","__esModule","default","Stack","createNativeStackNavigator","AmitySocialUIKitV4Navigator","theme","useTheme","isGlobalBan","isVisitorUsageLimitReached","useAuth","AmityGlobalBehaviour","useBehaviour","handleVisitorUsageLimitReached","hasHandledUsageLimit","useRef","useEffect","current","React","createElement","GlobalBan","VisitorUsageLimit","NavigationIndependentTree","NavigationContainer","ref","navigationRef","onReady","onNavigationReady","Navigator","id","screenOptions","headerShown","headerShadowVisible","contentStyle","backgroundColor","colors","background","headerStyle","headerTitleStyle","color","base","Screen","name","component","AmitySocialHomePage","AmitySocialGlobalSearchPage","AmityMyCommunitiesSearchPage","AmityAllCategoriesPage","AmityCommunitiesByCategoryPage","CreateCommunity","CommunityAddCategory","CommunityAddMember","AmityCommunityProfilePage","CommunityPendingRequest","CommunitySetting","EditCommunity","CommunityMembership","CommunityPostPermission","CommunityStorySetting","CommunityNotificationSettingScreen","CommunityPostsNotificationSettingScreen","CommunityCommentsNotificationSettingScreen","CommunityStoriesNotificationSettingScreen","CommunityLivestreamsNotificationSettingScreen","PostTargetSelection","options","animation","CreatePost","EditPost","PostDetail","PollTargetSelection","PollPostComposer","UserProfileScreen","EditUserScreen","UserRelationshipScreen","BlockedUsersScreen","UserPendingFollowRequests","StoryTargetSelection","CreateStoryScreen","LivestreamPostTargetSelection","CreateLivestream","LivestreamPlayer","LivestreamTerminated","ImageViewerScreen","presentation","VideoPlayerScreen"],"sourceRoot":"../../../../src","sources":["core/routes/AmityUIKitNavigator.tsx"],"mappings":"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","ignoreList":[]}
@@ -12,8 +12,7 @@ const initialState = {
12
12
  message: '',
13
13
  type: 'loading',
14
14
  duration: 2500,
15
- bottomPosition: 16,
16
- variant: 'default'
15
+ bottomPosition: 16
17
16
  };
18
17
  const toastSlice = (0, _toolkit.createSlice)({
19
18
  name: 'toast',
@@ -25,7 +24,6 @@ const toastSlice = (0, _toolkit.createSlice)({
25
24
  state.type = action.payload.type;
26
25
  state.duration = action.payload.duration ?? initialState.duration;
27
26
  state.bottomPosition = action.payload.bottomPosition ?? initialState.bottomPosition;
28
- state.variant = action.payload.variant ?? initialState.variant;
29
27
  },
30
28
  hideToast: state => {
31
29
  state.visible = false;
@@ -33,7 +31,6 @@ const toastSlice = (0, _toolkit.createSlice)({
33
31
  state.type = 'loading';
34
32
  state.duration = 2500;
35
33
  state.bottomPosition = 16;
36
- state.variant = 'default';
37
34
  }
38
35
  }
39
36
  });
@@ -1 +1 @@
1
- {"version":3,"names":["_toolkit","require","_store","_errors","initialState","visible","message","type","duration","bottomPosition","variant","toastSlice","createSlice","name","reducers","showToast","state","action","payload","hideToast","_default","exports","default","useToast","dispatch","useUIKitDispatch","toast","useUIKitSelector","$showToast","$hideToast","actions","showCommentErrorToast","error","errorMessage","getCommentErrorMessage"],"sourceRoot":"../../../../../src","sources":["core/stores/slices/toastSlice.ts"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AAWA,MAAMG,YAAwB,GAAG;EAC/BC,OAAO,EAAE,KAAK;EACdC,OAAO,EAAE,EAAE;EACXC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,IAAI;EACdC,cAAc,EAAE,EAAE;EAClBC,OAAO,EAAE;AACX,CAAC;AAED,MAAMC,UAAU,GAAG,IAAAC,oBAAW,EAAC;EAC7BC,IAAI,EAAE,OAAO;EACbT,YAAY;EACZU,QAAQ,EAAE;IACRC,SAAS,EAAEA,CAACC,KAAK,EAAEC,MAAiC,KAAK;MACvDD,KAAK,CAACX,OAAO,GAAG,IAAI;MACpBW,KAAK,CAACV,OAAO,GAAGW,MAAM,CAACC,OAAO,CAACZ,OAAO;MACtCU,KAAK,CAACT,IAAI,GAAGU,MAAM,CAACC,OAAO,CAACX,IAAI;MAChCS,KAAK,CAACR,QAAQ,GAAGS,MAAM,CAACC,OAAO,CAACV,QAAQ,IAAIJ,YAAY,CAACI,QAAQ;MACjEQ,KAAK,CAACP,cAAc,GAClBQ,MAAM,CAACC,OAAO,CAACT,cAAc,IAAIL,YAAY,CAACK,cAAc;MAC9DO,KAAK,CAACN,OAAO,GAAGO,MAAM,CAACC,OAAO,CAACR,OAAO,IAAIN,YAAY,CAACM,OAAO;IAChE,CAAC;IACDS,SAAS,EAAGH,KAAK,IAAK;MACpBA,KAAK,CAACX,OAAO,GAAG,KAAK;MACrBW,KAAK,CAACV,OAAO,GAAG,EAAE;MAClBU,KAAK,CAACT,IAAI,GAAG,SAAS;MACtBS,KAAK,CAACR,QAAQ,GAAG,IAAI;MACrBQ,KAAK,CAACP,cAAc,GAAG,EAAE;MACzBO,KAAK,CAACN,OAAO,GAAG,SAAS;IAC3B;EACF;AACF,CAAC,CAAC;AAAC,IAAAU,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEYX,UAAU;AAElB,MAAMY,QAAQ,GAAGA,CAAA,KAAM;EAC5B,MAAMC,QAAQ,GAAG,IAAAC,uBAAgB,EAAC,CAAC;EACnC,MAAMC,KAAK,GAAG,IAAAC,uBAAgB,EAAyBX,KAAK,IAAKA,KAAK,CAACU,KAAK,CAAC;EAC7E,MAAM;IAAEX,SAAS,EAAEa,UAAU;IAAET,SAAS,EAAEU;EAAW,CAAC,GAAGlB,UAAU,CAACmB,OAAO;EAE3E,MAAMX,SAAS,GAAGA,CAAA,KAAMK,QAAQ,CAACK,UAAU,CAAC,CAAC,CAAC;EAE9C,MAAMd,SAAS,GAAIG,OAAmB,IAAKM,QAAQ,CAACI,UAAU,CAACV,OAAO,CAAC,CAAC;EAExE,MAAMa,qBAAqB,GAAIC,KAAY,IAAK;IAC9C,MAAMC,YAAY,GAAG,IAAAC,8BAAsB,EAACF,KAAK,CAAC;IAClDjB,SAAS,CAAC;MAAET,OAAO,EAAE2B,YAAY;MAAE1B,IAAI,EAAE;IAAc,CAAC,CAAC;EAC3D,CAAC;EAED,OAAO;IACLmB,KAAK;IACLP,SAAS;IACTJ,SAAS;IACTgB;EACF,CAAC;AACH,CAAC;AAACV,OAAA,CAAAE,QAAA,GAAAA,QAAA","ignoreList":[]}
1
+ {"version":3,"names":["_toolkit","require","_store","_errors","initialState","visible","message","type","duration","bottomPosition","toastSlice","createSlice","name","reducers","showToast","state","action","payload","hideToast","_default","exports","default","useToast","dispatch","useUIKitDispatch","toast","useUIKitSelector","$showToast","$hideToast","actions","showCommentErrorToast","error","errorMessage","getCommentErrorMessage"],"sourceRoot":"../../../../../src","sources":["core/stores/slices/toastSlice.ts"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AAQA,MAAMG,YAAwB,GAAG;EAC/BC,OAAO,EAAE,KAAK;EACdC,OAAO,EAAE,EAAE;EACXC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,IAAI;EACdC,cAAc,EAAE;AAClB,CAAC;AAED,MAAMC,UAAU,GAAG,IAAAC,oBAAW,EAAC;EAC7BC,IAAI,EAAE,OAAO;EACbR,YAAY;EACZS,QAAQ,EAAE;IACRC,SAAS,EAAEA,CAACC,KAAK,EAAEC,MAAiC,KAAK;MACvDD,KAAK,CAACV,OAAO,GAAG,IAAI;MACpBU,KAAK,CAACT,OAAO,GAAGU,MAAM,CAACC,OAAO,CAACX,OAAO;MACtCS,KAAK,CAACR,IAAI,GAAGS,MAAM,CAACC,OAAO,CAACV,IAAI;MAChCQ,KAAK,CAACP,QAAQ,GAAGQ,MAAM,CAACC,OAAO,CAACT,QAAQ,IAAIJ,YAAY,CAACI,QAAQ;MACjEO,KAAK,CAACN,cAAc,GAClBO,MAAM,CAACC,OAAO,CAACR,cAAc,IAAIL,YAAY,CAACK,cAAc;IAChE,CAAC;IACDS,SAAS,EAAGH,KAAK,IAAK;MACpBA,KAAK,CAACV,OAAO,GAAG,KAAK;MACrBU,KAAK,CAACT,OAAO,GAAG,EAAE;MAClBS,KAAK,CAACR,IAAI,GAAG,SAAS;MACtBQ,KAAK,CAACP,QAAQ,GAAG,IAAI;MACrBO,KAAK,CAACN,cAAc,GAAG,EAAE;IAC3B;EACF;AACF,CAAC,CAAC;AAAC,IAAAU,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEYX,UAAU;AAElB,MAAMY,QAAQ,GAAGA,CAAA,KAAM;EAC5B,MAAMC,QAAQ,GAAG,IAAAC,uBAAgB,EAAC,CAAC;EACnC,MAAMC,KAAK,GAAG,IAAAC,uBAAgB,EAAyBX,KAAK,IAAKA,KAAK,CAACU,KAAK,CAAC;EAC7E,MAAM;IAAEX,SAAS,EAAEa,UAAU;IAAET,SAAS,EAAEU;EAAW,CAAC,GAAGlB,UAAU,CAACmB,OAAO;EAE3E,MAAMX,SAAS,GAAGA,CAAA,KAAMK,QAAQ,CAACK,UAAU,CAAC,CAAC,CAAC;EAE9C,MAAMd,SAAS,GAAIG,OAAmB,IAAKM,QAAQ,CAACI,UAAU,CAACV,OAAO,CAAC,CAAC;EAExE,MAAMa,qBAAqB,GAAIC,KAAY,IAAK;IAC9C,MAAMC,YAAY,GAAG,IAAAC,8BAAsB,EAACF,KAAK,CAAC;IAClDjB,SAAS,CAAC;MAAER,OAAO,EAAE0B,YAAY;MAAEzB,IAAI,EAAE;IAAc,CAAC,CAAC;EAC3D,CAAC;EAED,OAAO;IACLkB,KAAK;IACLP,SAAS;IACTJ,SAAS;IACTgB;EACF,CAAC;AACH,CAAC;AAACV,OAAA,CAAAE,QAAA,GAAAA,QAAA","ignoreList":[]}
@@ -375,12 +375,6 @@ Object.defineProperty(exports, "AmityTopSearchBarComponent", {
375
375
  return _social.AmityTopSearchBarComponent;
376
376
  }
377
377
  });
378
- Object.defineProperty(exports, "AmityUiKitChat", {
379
- enumerable: true,
380
- get: function () {
381
- return _core.AmityUiKitChat;
382
- }
383
- });
384
378
  Object.defineProperty(exports, "AmityUiKitProvider", {
385
379
  enumerable: true,
386
380
  get: function () {
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_core","_social","BackHandler","removeEventListener","listeners","Map","originalAddEventListener","addEventListener","eventName","handler","subscription","set","_eventName","get","remove","delete"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AAQA,IAAAE,OAAA,GAAAF,OAAA;AAuEA;AACA;AACA;AACA,IAAI,CAAEG,wBAAW,CAASC,mBAAmB,EAAE;EAC7C,MAAMC,SAAS,GAAG,IAAIC,GAAG,CAAC,CAAC;EAC3B,MAAMC,wBAAwB,GAAGJ,wBAAW,CAACK,gBAAgB;EAE7DL,wBAAW,CAACK,gBAAgB,GAAG,CAACC,SAAS,EAAEC,OAAO,KAAK;IACrD,MAAMC,YAAY,GAAGJ,wBAAwB,CAACE,SAAS,EAAEC,OAAO,CAAC;IACjEL,SAAS,CAACO,GAAG,CAACF,OAAO,EAAEC,YAAY,CAAC;IACpC,OAAOA,YAAY;EACrB,CAAC;EAEAR,wBAAW,CAASC,mBAAmB,GAAG,CACzCS,UAAkB,EAClBH,OAAsB,KACnB;IACH,MAAMC,YAAY,GAAGN,SAAS,CAACS,GAAG,CAACJ,OAAO,CAAC;IAC3C,IAAIC,YAAY,EAAE;MAChBA,YAAY,CAACI,MAAM,CAAC,CAAC;MACrBV,SAAS,CAACW,MAAM,CAACN,OAAO,CAAC;IAC3B;EACF,CAAC;AACH","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_core","_social","BackHandler","removeEventListener","listeners","Map","originalAddEventListener","addEventListener","eventName","handler","subscription","set","_eventName","get","remove","delete"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AAOA,IAAAE,OAAA,GAAAF,OAAA;AAuEA;AACA;AACA;AACA,IAAI,CAAEG,wBAAW,CAASC,mBAAmB,EAAE;EAC7C,MAAMC,SAAS,GAAG,IAAIC,GAAG,CAAC,CAAC;EAC3B,MAAMC,wBAAwB,GAAGJ,wBAAW,CAACK,gBAAgB;EAE7DL,wBAAW,CAACK,gBAAgB,GAAG,CAACC,SAAS,EAAEC,OAAO,KAAK;IACrD,MAAMC,YAAY,GAAGJ,wBAAwB,CAACE,SAAS,EAAEC,OAAO,CAAC;IACjEL,SAAS,CAACO,GAAG,CAACF,OAAO,EAAEC,YAAY,CAAC;IACpC,OAAOA,YAAY;EACrB,CAAC;EAEAR,wBAAW,CAASC,mBAAmB,GAAG,CACzCS,UAAkB,EAClBH,OAAsB,KACnB;IACH,MAAMC,YAAY,GAAGN,SAAS,CAACS,GAAG,CAACJ,OAAO,CAAC;IAC3C,IAAIC,YAAY,EAAE;MAChBA,YAAY,CAACI,MAAM,CAAC,CAAC;MACrBV,SAAS,CAACW,MAAM,CAACN,OAAO,CAAC;IAC3B;EACF,CAAC;AACH","ignoreList":[]}
@@ -23,7 +23,8 @@ const LoadingImage = ({
23
23
  isEditMode = false,
24
24
  fileCount,
25
25
  postId,
26
- setIsUploading
26
+ setIsUploading,
27
+ carousel = false
27
28
  }) => {
28
29
  const [loading, setLoading] = (0, _react.useState)(true);
29
30
  const [progress, setProgress] = (0, _react.useState)(0);
@@ -87,12 +88,12 @@ const LoadingImage = ({
87
88
  uploadFileToAmity();
88
89
  };
89
90
  return /*#__PURE__*/React.createElement(_reactNative.View, {
90
- style: fileCount >= 3 ? styles.image3XContainer : styles.container
91
+ style: carousel ? styles.carouselContainer : fileCount >= 3 ? styles.image3XContainer : styles.container
91
92
  }, /*#__PURE__*/React.createElement(_reactNative.Image, {
92
93
  source: {
93
94
  uri: source
94
95
  },
95
- resizeMode: "contain",
96
+ resizeMode: carousel ? 'cover' : 'contain',
96
97
  style: [styles.image, loading ? styles.loadingImage : styles.loadedImage]
97
98
  }), loading && /*#__PURE__*/React.createElement(_reactNative.View, {
98
99
  style: styles.overlay