@amityco/react-native-social-uikit 4.1.0 → 4.1.1-d7da0c5c.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3543) hide show
  1. package/lib/commonjs/core/assets/icons/emptyCommunity2.js +46 -0
  2. package/lib/commonjs/core/assets/icons/emptyCommunity2.js.map +1 -0
  3. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js +80 -0
  4. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js.map +1 -0
  5. package/lib/commonjs/core/design/atoms/Avatar/index.js +13 -0
  6. package/lib/commonjs/core/design/atoms/Avatar/index.js.map +1 -0
  7. package/lib/commonjs/core/design/atoms/Avatar/styles.js +140 -0
  8. package/lib/commonjs/core/design/atoms/Avatar/styles.js.map +1 -0
  9. package/lib/commonjs/core/design/atoms/Badge/Badge.js +89 -0
  10. package/lib/commonjs/core/design/atoms/Badge/Badge.js.map +1 -0
  11. package/lib/commonjs/core/design/atoms/Badge/index.js +19 -0
  12. package/lib/commonjs/core/design/atoms/Badge/index.js.map +1 -0
  13. package/lib/commonjs/core/design/atoms/Badge/styles.js +159 -0
  14. package/lib/commonjs/core/design/atoms/Badge/styles.js.map +1 -0
  15. package/lib/commonjs/core/design/atoms/Button/Button.js +77 -0
  16. package/lib/commonjs/core/design/atoms/Button/Button.js.map +1 -0
  17. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js +66 -0
  18. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js.map +1 -0
  19. package/lib/commonjs/core/design/atoms/Button/Icon/index.js +13 -0
  20. package/lib/commonjs/core/design/atoms/Button/Icon/index.js.map +1 -0
  21. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js +139 -0
  22. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js.map +1 -0
  23. package/lib/commonjs/core/design/atoms/Button/index.js +13 -0
  24. package/lib/commonjs/core/design/atoms/Button/index.js.map +1 -0
  25. package/lib/commonjs/core/design/atoms/Button/styles.js +277 -0
  26. package/lib/commonjs/core/design/atoms/Button/styles.js.map +1 -0
  27. package/lib/commonjs/core/design/atoms/Divider/Divider.js +39 -0
  28. package/lib/commonjs/core/design/atoms/Divider/Divider.js.map +1 -0
  29. package/lib/commonjs/core/design/atoms/Divider/index.js +13 -0
  30. package/lib/commonjs/core/design/atoms/Divider/index.js.map +1 -0
  31. package/lib/commonjs/core/design/atoms/Divider/styles.js +49 -0
  32. package/lib/commonjs/core/design/atoms/Divider/styles.js.map +1 -0
  33. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js +73 -0
  34. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
  35. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js +13 -0
  36. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js.map +1 -0
  37. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js +97 -0
  38. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js.map +1 -0
  39. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js +87 -0
  40. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js.map +1 -0
  41. package/lib/commonjs/core/design/atoms/Input/Chip/index.js +13 -0
  42. package/lib/commonjs/core/design/atoms/Input/Chip/index.js.map +1 -0
  43. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js +93 -0
  44. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js.map +1 -0
  45. package/lib/commonjs/core/design/atoms/Input/Input.js +20 -0
  46. package/lib/commonjs/core/design/atoms/Input/Input.js.map +1 -0
  47. package/lib/commonjs/core/design/atoms/Input/Text/Text.js +89 -0
  48. package/lib/commonjs/core/design/atoms/Input/Text/Text.js.map +1 -0
  49. package/lib/commonjs/core/design/atoms/Input/Text/index.js +13 -0
  50. package/lib/commonjs/core/design/atoms/Input/Text/index.js.map +1 -0
  51. package/lib/commonjs/core/design/atoms/Input/Text/styles.js +120 -0
  52. package/lib/commonjs/core/design/atoms/Input/Text/styles.js.map +1 -0
  53. package/lib/commonjs/core/design/atoms/Input/User/User.js +41 -0
  54. package/lib/commonjs/core/design/atoms/Input/User/User.js.map +1 -0
  55. package/lib/commonjs/core/design/atoms/Input/User/index.js +13 -0
  56. package/lib/commonjs/core/design/atoms/Input/User/index.js.map +1 -0
  57. package/lib/commonjs/core/design/atoms/Input/User/styles.js +69 -0
  58. package/lib/commonjs/core/design/atoms/Input/User/styles.js.map +1 -0
  59. package/lib/commonjs/core/design/atoms/Input/index.js +41 -0
  60. package/lib/commonjs/core/design/atoms/Input/index.js.map +1 -0
  61. package/lib/commonjs/core/design/atoms/Loader/Loader.js +16 -0
  62. package/lib/commonjs/core/design/atoms/Loader/Loader.js.map +1 -0
  63. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js +29 -0
  64. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
  65. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js +13 -0
  66. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js.map +1 -0
  67. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js +25 -0
  68. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
  69. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js +96 -0
  70. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
  71. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js +13 -0
  72. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js.map +1 -0
  73. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js +60 -0
  74. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js.map +1 -0
  75. package/lib/commonjs/core/design/atoms/Loader/index.js +27 -0
  76. package/lib/commonjs/core/design/atoms/Loader/index.js.map +1 -0
  77. package/lib/commonjs/core/design/atoms/Selection/Selection.js +87 -0
  78. package/lib/commonjs/core/design/atoms/Selection/Selection.js.map +1 -0
  79. package/lib/commonjs/core/design/atoms/Selection/index.js +13 -0
  80. package/lib/commonjs/core/design/atoms/Selection/index.js.map +1 -0
  81. package/lib/commonjs/core/design/atoms/Selection/styles.js +110 -0
  82. package/lib/commonjs/core/design/atoms/Selection/styles.js.map +1 -0
  83. package/lib/commonjs/core/design/atoms/Tab/Tab.js +51 -0
  84. package/lib/commonjs/core/design/atoms/Tab/Tab.js.map +1 -0
  85. package/lib/commonjs/core/design/atoms/Tab/index.js +13 -0
  86. package/lib/commonjs/core/design/atoms/Tab/index.js.map +1 -0
  87. package/lib/commonjs/core/design/atoms/Tab/styles.js +68 -0
  88. package/lib/commonjs/core/design/atoms/Tab/styles.js.map +1 -0
  89. package/lib/commonjs/core/design/components/Menu/Menu.js +96 -0
  90. package/lib/commonjs/core/design/components/Menu/Menu.js.map +1 -0
  91. package/lib/commonjs/core/design/components/Menu/index.js +13 -0
  92. package/lib/commonjs/core/design/components/Menu/index.js.map +1 -0
  93. package/lib/commonjs/core/design/components/Menu/styles.js +85 -0
  94. package/lib/commonjs/core/design/components/Menu/styles.js.map +1 -0
  95. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js +40 -0
  96. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
  97. package/lib/commonjs/core/design/components/MenuOptionButton/index.js +13 -0
  98. package/lib/commonjs/core/design/components/MenuOptionButton/index.js.map +1 -0
  99. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js +42 -0
  100. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js.map +1 -0
  101. package/lib/commonjs/core/design/components/Popover/Popover.js +118 -0
  102. package/lib/commonjs/core/design/components/Popover/Popover.js.map +1 -0
  103. package/lib/commonjs/core/design/components/Popover/index.js +13 -0
  104. package/lib/commonjs/core/design/components/Popover/index.js.map +1 -0
  105. package/lib/commonjs/core/design/components/Popover/styles.js +49 -0
  106. package/lib/commonjs/core/design/components/Popover/styles.js.map +1 -0
  107. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js +55 -0
  108. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js.map +1 -0
  109. package/lib/commonjs/core/design/components/Skeleton/index.js +13 -0
  110. package/lib/commonjs/core/design/components/Skeleton/index.js.map +1 -0
  111. package/lib/commonjs/core/design/components/Skeleton/styles.js +24 -0
  112. package/lib/commonjs/core/design/components/Skeleton/styles.js.map +1 -0
  113. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js +183 -0
  114. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js.map +1 -0
  115. package/lib/commonjs/core/design/components/TextEditor/index.js +20 -0
  116. package/lib/commonjs/core/design/components/TextEditor/index.js.map +1 -0
  117. package/lib/commonjs/core/design/components/TextEditor/styles.js +62 -0
  118. package/lib/commonjs/core/design/components/TextEditor/styles.js.map +1 -0
  119. package/lib/commonjs/core/design/components/TextEditor/utils.js +132 -0
  120. package/lib/commonjs/core/design/components/TextEditor/utils.js.map +1 -0
  121. package/lib/commonjs/core/design/components/Typography/Typography.js +29 -0
  122. package/lib/commonjs/core/design/components/Typography/Typography.js.map +1 -0
  123. package/lib/commonjs/core/design/components/Typography/index.js +13 -0
  124. package/lib/commonjs/core/design/components/Typography/index.js.map +1 -0
  125. package/lib/commonjs/core/design/components/Typography/styles.js +78 -0
  126. package/lib/commonjs/core/design/components/Typography/styles.js.map +1 -0
  127. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js +26 -0
  128. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
  129. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js +13 -0
  130. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js.map +1 -0
  131. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js +32 -0
  132. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
  133. package/lib/commonjs/core/design/elements/PrivateBadge/index.js +13 -0
  134. package/lib/commonjs/core/design/elements/PrivateBadge/index.js.map +1 -0
  135. package/lib/commonjs/core/design/icons/AmityIcon.js +29 -0
  136. package/lib/commonjs/core/design/icons/AmityIcon.js.map +1 -0
  137. package/lib/commonjs/core/design/icons/generated/iconRegistry.js +702 -0
  138. package/lib/commonjs/core/design/icons/generated/iconRegistry.js.map +1 -0
  139. package/lib/commonjs/core/design/icons/index.js +38 -0
  140. package/lib/commonjs/core/design/icons/index.js.map +1 -0
  141. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js +52 -0
  142. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
  143. package/lib/commonjs/core/design/molecules/SearchInput/index.js +13 -0
  144. package/lib/commonjs/core/design/molecules/SearchInput/index.js.map +1 -0
  145. package/lib/commonjs/core/design/molecules/SearchInput/styles.js +30 -0
  146. package/lib/commonjs/core/design/molecules/SearchInput/styles.js.map +1 -0
  147. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js +38 -0
  148. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js.map +1 -0
  149. package/lib/commonjs/core/design/molecules/Tabs/index.js +13 -0
  150. package/lib/commonjs/core/design/molecules/Tabs/index.js.map +1 -0
  151. package/lib/commonjs/core/design/molecules/Tabs/styles.js +35 -0
  152. package/lib/commonjs/core/design/molecules/Tabs/styles.js.map +1 -0
  153. package/lib/commonjs/core/design/theme/AmityForceMode.js +28 -0
  154. package/lib/commonjs/core/design/theme/AmityForceMode.js.map +1 -0
  155. package/lib/commonjs/core/design/theme/AmityThemeProvider.js +58 -0
  156. package/lib/commonjs/core/design/theme/AmityThemeProvider.js.map +1 -0
  157. package/lib/commonjs/core/design/theme/index.js +52 -0
  158. package/lib/commonjs/core/design/theme/index.js.map +1 -0
  159. package/lib/commonjs/core/design/theme/resolveTokens.js +45 -0
  160. package/lib/commonjs/core/design/theme/resolveTokens.js.map +1 -0
  161. package/lib/commonjs/core/design/theme/useToken.js +22 -0
  162. package/lib/commonjs/core/design/theme/useToken.js.map +1 -0
  163. package/lib/commonjs/core/design/tokens/CHECKSUMS.json +9 -0
  164. package/lib/commonjs/core/design/tokens/amity-color-tokens.js +5076 -0
  165. package/lib/commonjs/core/design/tokens/amity-color-tokens.js.map +1 -0
  166. package/lib/commonjs/core/design/tokens/amity-uikit-config.json +1381 -0
  167. package/lib/commonjs/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  168. package/lib/commonjs/core/design/tokens/config-resolver.d.js +2 -0
  169. package/lib/commonjs/core/design/tokens/config-resolver.d.js.map +1 -0
  170. package/lib/commonjs/core/design/tokens/config-resolver.js +659 -0
  171. package/lib/commonjs/core/design/tokens/config-resolver.js.map +1 -0
  172. package/lib/commonjs/core/design/tokens/geometry.json +2673 -0
  173. package/lib/commonjs/core/design/tokens/spacing.js +33 -0
  174. package/lib/commonjs/core/design/tokens/spacing.js.map +1 -0
  175. package/lib/commonjs/core/index.js +7 -0
  176. package/lib/commonjs/core/index.js.map +1 -1
  177. package/lib/commonjs/core/localization/LocaleProvider.js +136 -0
  178. package/lib/commonjs/core/localization/LocaleProvider.js.map +1 -0
  179. package/lib/commonjs/core/localization/defaultLocaleMap.js +28 -0
  180. package/lib/commonjs/core/localization/defaultLocaleMap.js.map +1 -0
  181. package/lib/commonjs/core/localization/defaults/en.js +23 -0
  182. package/lib/commonjs/core/localization/defaults/en.js.map +1 -0
  183. package/lib/commonjs/core/localization/defaults/en.json +1175 -0
  184. package/lib/commonjs/core/localization/defaults/th.js +25 -0
  185. package/lib/commonjs/core/localization/defaults/th.js.map +1 -0
  186. package/lib/commonjs/core/localization/defaults/th.json +1174 -0
  187. package/lib/commonjs/core/localization/index.js +102 -0
  188. package/lib/commonjs/core/localization/index.js.map +1 -0
  189. package/lib/commonjs/core/localization/resolveString.js +190 -0
  190. package/lib/commonjs/core/localization/resolveString.js.map +1 -0
  191. package/lib/commonjs/core/localization/useString.js +36 -0
  192. package/lib/commonjs/core/localization/useString.js.map +1 -0
  193. package/lib/commonjs/core/providers/AmityUIKitProvider.js +11 -2
  194. package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
  195. package/lib/commonjs/core/routes/AmityChatEntry.js +17 -0
  196. package/lib/commonjs/core/routes/AmityChatEntry.js.map +1 -0
  197. package/lib/commonjs/core/routes/AmityUIKitNavigator.js +68 -1
  198. package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
  199. package/lib/commonjs/core/stores/slices/toastSlice.js +4 -1
  200. package/lib/commonjs/core/stores/slices/toastSlice.js.map +1 -1
  201. package/lib/commonjs/core/utils/abbreviateCount.js +21 -0
  202. package/lib/commonjs/core/utils/abbreviateCount.js.map +1 -0
  203. package/lib/commonjs/index.js +6 -0
  204. package/lib/commonjs/index.js.map +1 -1
  205. package/lib/commonjs/social/components/Toast/index.js +38 -8
  206. package/lib/commonjs/social/components/Toast/index.js.map +1 -1
  207. package/lib/commonjs/social/components/Toast/styles.js +16 -4
  208. package/lib/commonjs/social/components/Toast/styles.js.map +1 -1
  209. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +340 -0
  210. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
  211. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js +13 -0
  212. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
  213. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js +135 -0
  214. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
  215. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +238 -0
  216. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
  217. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +13 -0
  218. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
  219. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +31 -0
  220. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
  221. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +243 -0
  222. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
  223. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js +13 -0
  224. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
  225. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +28 -0
  226. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
  227. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +203 -0
  228. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
  229. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js +13 -0
  230. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
  231. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +70 -0
  232. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
  233. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +223 -0
  234. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
  235. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js +19 -0
  236. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
  237. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js +62 -0
  238. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
  239. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +432 -0
  240. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
  241. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js +13 -0
  242. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
  243. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js +242 -0
  244. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
  245. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +266 -0
  246. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
  247. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js +13 -0
  248. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
  249. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js +174 -0
  250. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
  251. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +135 -0
  252. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
  253. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +82 -0
  254. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
  255. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js +13 -0
  256. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
  257. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js +58 -0
  258. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
  259. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +156 -0
  260. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
  261. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js +13 -0
  262. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
  263. package/lib/commonjs/social/features/chat/constants/errorResponse.js +16 -0
  264. package/lib/commonjs/social/features/chat/constants/errorResponse.js.map +1 -0
  265. package/lib/commonjs/social/features/chat/constants/index.js +39 -0
  266. package/lib/commonjs/social/features/chat/constants/index.js.map +1 -0
  267. package/lib/commonjs/social/features/chat/constants/list.js +13 -0
  268. package/lib/commonjs/social/features/chat/constants/list.js.map +1 -0
  269. package/lib/commonjs/social/features/chat/constants/search.js +17 -0
  270. package/lib/commonjs/social/features/chat/constants/search.js.map +1 -0
  271. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +32 -0
  272. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
  273. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js +13 -0
  274. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
  275. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js +39 -0
  276. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
  277. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js +142 -0
  278. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
  279. package/lib/commonjs/social/features/chat/elements/Avatar/index.js +13 -0
  280. package/lib/commonjs/social/features/chat/elements/Avatar/index.js.map +1 -0
  281. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js +55 -0
  282. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js.map +1 -0
  283. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js +66 -0
  284. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
  285. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js +13 -0
  286. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
  287. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js +50 -0
  288. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
  289. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +54 -0
  290. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
  291. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js +13 -0
  292. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
  293. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js +54 -0
  294. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
  295. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js +13 -0
  296. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js.map +1 -0
  297. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js +27 -0
  298. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
  299. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +39 -0
  300. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
  301. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js +13 -0
  302. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
  303. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js +31 -0
  304. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
  305. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js +83 -0
  306. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
  307. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js +13 -0
  308. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
  309. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js +94 -0
  310. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
  311. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js +69 -0
  312. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
  313. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js +13 -0
  314. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js.map +1 -0
  315. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js +65 -0
  316. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
  317. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js +60 -0
  318. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
  319. package/lib/commonjs/social/features/chat/elements/TopBar/index.js +13 -0
  320. package/lib/commonjs/social/features/chat/elements/TopBar/index.js.map +1 -0
  321. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js +58 -0
  322. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js.map +1 -0
  323. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +56 -0
  324. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
  325. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js +13 -0
  326. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
  327. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js +38 -0
  328. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
  329. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js +37 -0
  330. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
  331. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +134 -0
  332. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
  333. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js +13 -0
  334. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
  335. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +61 -0
  336. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
  337. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js +28 -0
  338. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
  339. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js +13 -0
  340. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js.map +1 -0
  341. package/lib/commonjs/social/features/chat/features/archive/components/index.js +20 -0
  342. package/lib/commonjs/social/features/chat/features/archive/components/index.js.map +1 -0
  343. package/lib/commonjs/social/features/chat/features/archive/index.js +13 -0
  344. package/lib/commonjs/social/features/chat/features/archive/index.js.map +1 -0
  345. package/lib/commonjs/social/features/chat/features/archive/styles.js +29 -0
  346. package/lib/commonjs/social/features/chat/features/archive/styles.js.map +1 -0
  347. package/lib/commonjs/social/features/chat/features/conversation/Chat.js +141 -0
  348. package/lib/commonjs/social/features/chat/features/conversation/Chat.js.map +1 -0
  349. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js +74 -0
  350. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
  351. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js +13 -0
  352. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
  353. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js +64 -0
  354. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
  355. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js +182 -0
  356. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
  357. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js +13 -0
  358. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
  359. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js +56 -0
  360. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
  361. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +183 -0
  362. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
  363. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js +13 -0
  364. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
  365. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js +86 -0
  366. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
  367. package/lib/commonjs/social/features/chat/features/conversation/components/index.js +39 -0
  368. package/lib/commonjs/social/features/chat/features/conversation/components/index.js.map +1 -0
  369. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js +44 -0
  370. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
  371. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js +50 -0
  372. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
  373. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js +13 -0
  374. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
  375. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js +32 -0
  376. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
  377. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +81 -0
  378. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
  379. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js +13 -0
  380. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
  381. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js +59 -0
  382. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
  383. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js +94 -0
  384. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
  385. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js +13 -0
  386. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
  387. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js +23 -0
  388. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
  389. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js +27 -0
  390. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js.map +1 -0
  391. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js +20 -0
  392. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
  393. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +72 -0
  394. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
  395. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +75 -0
  396. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
  397. package/lib/commonjs/social/features/chat/features/conversation/create/index.js +13 -0
  398. package/lib/commonjs/social/features/chat/features/conversation/create/index.js.map +1 -0
  399. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js +28 -0
  400. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js.map +1 -0
  401. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js +59 -0
  402. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
  403. package/lib/commonjs/social/features/chat/features/conversation/index.js +13 -0
  404. package/lib/commonjs/social/features/chat/features/conversation/index.js.map +1 -0
  405. package/lib/commonjs/social/features/chat/features/conversation/styles.js +26 -0
  406. package/lib/commonjs/social/features/chat/features/conversation/styles.js.map +1 -0
  407. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js +70 -0
  408. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
  409. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +43 -0
  410. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
  411. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +13 -0
  412. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
  413. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +30 -0
  414. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
  415. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js +54 -0
  416. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
  417. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js +13 -0
  418. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
  419. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js +31 -0
  420. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
  421. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
  422. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  423. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +13 -0
  424. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
  425. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +37 -0
  426. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
  427. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js +154 -0
  428. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
  429. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js +13 -0
  430. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
  431. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js +48 -0
  432. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
  433. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js +50 -0
  434. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js.map +1 -0
  435. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js +17 -0
  436. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
  437. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +102 -0
  438. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
  439. package/lib/commonjs/social/features/chat/features/group/add-member/index.js +13 -0
  440. package/lib/commonjs/social/features/chat/features/group/add-member/index.js.map +1 -0
  441. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js +31 -0
  442. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js.map +1 -0
  443. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js +61 -0
  444. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
  445. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +121 -0
  446. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
  447. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +13 -0
  448. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
  449. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +28 -0
  450. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
  451. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js +27 -0
  452. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
  453. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js +13 -0
  454. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
  455. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js +20 -0
  456. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
  457. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js +13 -0
  458. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
  459. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +70 -0
  460. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
  461. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js +13 -0
  462. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js.map +1 -0
  463. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js +31 -0
  464. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js.map +1 -0
  465. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js +132 -0
  466. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
  467. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +39 -0
  468. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
  469. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +13 -0
  470. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
  471. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +40 -0
  472. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
  473. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js +80 -0
  474. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
  475. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js +13 -0
  476. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
  477. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js +71 -0
  478. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
  479. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js +28 -0
  480. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js.map +1 -0
  481. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js +13 -0
  482. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
  483. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js +85 -0
  484. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
  485. package/lib/commonjs/social/features/chat/features/group/chat/index.js +13 -0
  486. package/lib/commonjs/social/features/chat/features/group/chat/index.js.map +1 -0
  487. package/lib/commonjs/social/features/chat/features/group/chat/styles.js +24 -0
  488. package/lib/commonjs/social/features/chat/features/group/chat/styles.js.map +1 -0
  489. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js +104 -0
  490. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
  491. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js +45 -0
  492. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
  493. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js +13 -0
  494. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
  495. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +60 -0
  496. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
  497. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js +13 -0
  498. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
  499. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js +42 -0
  500. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
  501. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +113 -0
  502. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
  503. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js +13 -0
  504. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
  505. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js +74 -0
  506. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
  507. package/lib/commonjs/social/features/chat/features/group/create/components/index.js +27 -0
  508. package/lib/commonjs/social/features/chat/features/group/create/components/index.js.map +1 -0
  509. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js +13 -0
  510. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js.map +1 -0
  511. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +193 -0
  512. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
  513. package/lib/commonjs/social/features/chat/features/group/create/index.js +13 -0
  514. package/lib/commonjs/social/features/chat/features/group/create/index.js.map +1 -0
  515. package/lib/commonjs/social/features/chat/features/group/create/styles.js +34 -0
  516. package/lib/commonjs/social/features/chat/features/group/create/styles.js.map +1 -0
  517. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js +36 -0
  518. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
  519. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js +13 -0
  520. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js.map +1 -0
  521. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js +110 -0
  522. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
  523. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +42 -0
  524. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
  525. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +13 -0
  526. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
  527. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +37 -0
  528. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
  529. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +46 -0
  530. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
  531. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +13 -0
  532. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
  533. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +37 -0
  534. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
  535. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js +17 -0
  536. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
  537. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js +17 -0
  538. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
  539. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +134 -0
  540. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
  541. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js +13 -0
  542. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js.map +1 -0
  543. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js +38 -0
  544. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
  545. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +81 -0
  546. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
  547. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +45 -0
  548. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
  549. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +13 -0
  550. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
  551. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +37 -0
  552. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
  553. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js +17 -0
  554. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
  555. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js +27 -0
  556. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
  557. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js +17 -0
  558. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
  559. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +117 -0
  560. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
  561. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js +13 -0
  562. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js.map +1 -0
  563. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js +43 -0
  564. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
  565. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js +67 -0
  566. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
  567. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js +46 -0
  568. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
  569. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js +13 -0
  570. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
  571. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js +17 -0
  572. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
  573. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js +17 -0
  574. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
  575. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +156 -0
  576. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
  577. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js +13 -0
  578. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js.map +1 -0
  579. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js +34 -0
  580. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
  581. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js +52 -0
  582. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
  583. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js +49 -0
  584. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
  585. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js +13 -0
  586. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
  587. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +96 -0
  588. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
  589. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js +13 -0
  590. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
  591. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js +63 -0
  592. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
  593. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js +136 -0
  594. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
  595. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js +13 -0
  596. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
  597. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js +25 -0
  598. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
  599. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +83 -0
  600. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
  601. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js +19 -0
  602. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
  603. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js +26 -0
  604. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
  605. package/lib/commonjs/social/features/chat/features/group/members/components/index.js +50 -0
  606. package/lib/commonjs/social/features/chat/features/group/members/components/index.js.map +1 -0
  607. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js +17 -0
  608. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js.map +1 -0
  609. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js +38 -0
  610. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
  611. package/lib/commonjs/social/features/chat/features/group/members/index.js +13 -0
  612. package/lib/commonjs/social/features/chat/features/group/members/index.js.map +1 -0
  613. package/lib/commonjs/social/features/chat/features/group/members/styles.js +27 -0
  614. package/lib/commonjs/social/features/chat/features/group/members/styles.js.map +1 -0
  615. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js +80 -0
  616. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
  617. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +63 -0
  618. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
  619. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +17 -0
  620. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
  621. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +53 -0
  622. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
  623. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +49 -0
  624. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
  625. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +17 -0
  626. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
  627. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +41 -0
  628. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
  629. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js +28 -0
  630. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
  631. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js +17 -0
  632. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
  633. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +153 -0
  634. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
  635. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js +13 -0
  636. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js.map +1 -0
  637. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js +30 -0
  638. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
  639. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js +74 -0
  640. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
  641. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js +72 -0
  642. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
  643. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js +13 -0
  644. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
  645. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js +33 -0
  646. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
  647. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
  648. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  649. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +13 -0
  650. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
  651. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +37 -0
  652. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
  653. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +76 -0
  654. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
  655. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js +13 -0
  656. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
  657. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js +50 -0
  658. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
  659. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js +132 -0
  660. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
  661. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js +13 -0
  662. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
  663. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js +31 -0
  664. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
  665. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js +34 -0
  666. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js.map +1 -0
  667. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js +10 -0
  668. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
  669. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js +13 -0
  670. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
  671. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +111 -0
  672. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
  673. package/lib/commonjs/social/features/chat/features/group/select-member/index.js +13 -0
  674. package/lib/commonjs/social/features/chat/features/group/select-member/index.js.map +1 -0
  675. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js +28 -0
  676. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js.map +1 -0
  677. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js +93 -0
  678. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
  679. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js +27 -0
  680. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
  681. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js +13 -0
  682. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
  683. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js +17 -0
  684. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js.map +1 -0
  685. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js +17 -0
  686. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
  687. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js +286 -0
  688. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
  689. package/lib/commonjs/social/features/chat/features/group/setting/index.js +13 -0
  690. package/lib/commonjs/social/features/chat/features/group/setting/index.js.map +1 -0
  691. package/lib/commonjs/social/features/chat/features/group/setting/styles.js +58 -0
  692. package/lib/commonjs/social/features/chat/features/group/setting/styles.js.map +1 -0
  693. package/lib/commonjs/social/features/chat/features/home/ChatHome.js +80 -0
  694. package/lib/commonjs/social/features/chat/features/home/ChatHome.js.map +1 -0
  695. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js +196 -0
  696. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
  697. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js +13 -0
  698. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
  699. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js +108 -0
  700. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
  701. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js +44 -0
  702. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js.map +1 -0
  703. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js +13 -0
  704. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js.map +1 -0
  705. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js +57 -0
  706. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js.map +1 -0
  707. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +45 -0
  708. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
  709. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +13 -0
  710. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
  711. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +43 -0
  712. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
  713. package/lib/commonjs/social/features/chat/features/home/components/index.js +39 -0
  714. package/lib/commonjs/social/features/chat/features/home/components/index.js.map +1 -0
  715. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +91 -0
  716. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
  717. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js +13 -0
  718. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
  719. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +32 -0
  720. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
  721. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +113 -0
  722. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
  723. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js +13 -0
  724. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
  725. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js +32 -0
  726. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
  727. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js +55 -0
  728. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
  729. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js +13 -0
  730. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
  731. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js +33 -0
  732. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
  733. package/lib/commonjs/social/features/chat/features/home/hooks/index.js +13 -0
  734. package/lib/commonjs/social/features/chat/features/home/hooks/index.js.map +1 -0
  735. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +37 -0
  736. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
  737. package/lib/commonjs/social/features/chat/features/home/index.js +28 -0
  738. package/lib/commonjs/social/features/chat/features/home/index.js.map +1 -0
  739. package/lib/commonjs/social/features/chat/features/home/styles.js +32 -0
  740. package/lib/commonjs/social/features/chat/features/home/styles.js.map +1 -0
  741. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js +73 -0
  742. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js.map +1 -0
  743. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js +60 -0
  744. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js.map +1 -0
  745. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js +13 -0
  746. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js.map +1 -0
  747. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js +41 -0
  748. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js.map +1 -0
  749. package/lib/commonjs/social/features/chat/features/search/components/index.js +13 -0
  750. package/lib/commonjs/social/features/chat/features/search/components/index.js.map +1 -0
  751. package/lib/commonjs/social/features/chat/features/search/hooks/index.js +13 -0
  752. package/lib/commonjs/social/features/chat/features/search/hooks/index.js.map +1 -0
  753. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js +48 -0
  754. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
  755. package/lib/commonjs/social/features/chat/features/search/index.js +13 -0
  756. package/lib/commonjs/social/features/chat/features/search/index.js.map +1 -0
  757. package/lib/commonjs/social/features/chat/features/search/styles.js +33 -0
  758. package/lib/commonjs/social/features/chat/features/search/styles.js.map +1 -0
  759. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js +48 -0
  760. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
  761. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js +13 -0
  762. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
  763. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js +37 -0
  764. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
  765. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +243 -0
  766. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
  767. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js +13 -0
  768. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
  769. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js +103 -0
  770. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
  771. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +36 -0
  772. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
  773. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js +13 -0
  774. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
  775. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js +55 -0
  776. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
  777. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +46 -0
  778. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
  779. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js +13 -0
  780. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
  781. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +42 -0
  782. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
  783. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js +58 -0
  784. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
  785. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js +13 -0
  786. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
  787. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js +38 -0
  788. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
  789. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +47 -0
  790. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
  791. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js +13 -0
  792. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
  793. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js +40 -0
  794. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
  795. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +102 -0
  796. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
  797. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js +13 -0
  798. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
  799. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js +73 -0
  800. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
  801. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +92 -0
  802. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
  803. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js +13 -0
  804. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
  805. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js +97 -0
  806. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
  807. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +87 -0
  808. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
  809. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +13 -0
  810. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
  811. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +67 -0
  812. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
  813. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +103 -0
  814. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
  815. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js +13 -0
  816. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
  817. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +80 -0
  818. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
  819. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +52 -0
  820. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
  821. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +65 -0
  822. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
  823. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js +13 -0
  824. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
  825. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +67 -0
  826. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
  827. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +280 -0
  828. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
  829. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +13 -0
  830. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
  831. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +158 -0
  832. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
  833. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +155 -0
  834. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
  835. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js +13 -0
  836. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
  837. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js +83 -0
  838. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
  839. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +357 -0
  840. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
  841. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js +13 -0
  842. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
  843. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +125 -0
  844. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
  845. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +78 -0
  846. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
  847. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +41 -0
  848. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
  849. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js +13 -0
  850. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
  851. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js +40 -0
  852. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
  853. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +114 -0
  854. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
  855. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js +13 -0
  856. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
  857. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js +77 -0
  858. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
  859. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +39 -0
  860. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
  861. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +13 -0
  862. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
  863. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +26 -0
  864. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
  865. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +68 -0
  866. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
  867. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js +13 -0
  868. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
  869. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js +46 -0
  870. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
  871. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +177 -0
  872. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
  873. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +116 -0
  874. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
  875. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +13 -0
  876. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
  877. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +62 -0
  878. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
  879. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +110 -0
  880. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
  881. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +13 -0
  882. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
  883. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +69 -0
  884. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
  885. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js +28 -0
  886. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
  887. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js +13 -0
  888. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
  889. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js +31 -0
  890. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
  891. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js +58 -0
  892. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
  893. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js +13 -0
  894. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
  895. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js +35 -0
  896. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
  897. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js +48 -0
  898. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js.map +1 -0
  899. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js +136 -0
  900. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
  901. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js +267 -0
  902. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
  903. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +141 -0
  904. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
  905. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js +53 -0
  906. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
  907. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js +77 -0
  908. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
  909. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js +588 -0
  910. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
  911. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js +86 -0
  912. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
  913. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js +64 -0
  914. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
  915. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js +287 -0
  916. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
  917. package/lib/commonjs/social/features/chat/hooks/collections/index.js +83 -0
  918. package/lib/commonjs/social/features/chat/hooks/collections/index.js.map +1 -0
  919. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +74 -0
  920. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
  921. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js +92 -0
  922. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
  923. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +69 -0
  924. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
  925. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js +87 -0
  926. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
  927. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js +73 -0
  928. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
  929. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js +81 -0
  930. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
  931. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js +81 -0
  932. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
  933. package/lib/commonjs/social/features/chat/hooks/index.js +127 -0
  934. package/lib/commonjs/social/features/chat/hooks/index.js.map +1 -0
  935. package/lib/commonjs/social/features/chat/hooks/queries/index.js +50 -0
  936. package/lib/commonjs/social/features/chat/hooks/queries/index.js.map +1 -0
  937. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js +96 -0
  938. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
  939. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js +68 -0
  940. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
  941. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js +91 -0
  942. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
  943. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +144 -0
  944. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
  945. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js +55 -0
  946. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
  947. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js +28 -0
  948. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js.map +1 -0
  949. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js +65 -0
  950. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js.map +1 -0
  951. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js +69 -0
  952. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js.map +1 -0
  953. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js +17 -0
  954. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
  955. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js +34 -0
  956. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
  957. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js +37 -0
  958. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js.map +1 -0
  959. package/lib/commonjs/social/features/chat/hooks/useMention.js +130 -0
  960. package/lib/commonjs/social/features/chat/hooks/useMention.js.map +1 -0
  961. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js +31 -0
  962. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
  963. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js +35 -0
  964. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
  965. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js +26 -0
  966. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
  967. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js +32 -0
  968. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
  969. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js +25 -0
  970. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
  971. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +26 -0
  972. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
  973. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +27 -0
  974. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
  975. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +24 -0
  976. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
  977. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js +40 -0
  978. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
  979. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js +25 -0
  980. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
  981. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js +38 -0
  982. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
  983. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js +24 -0
  984. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
  985. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js +24 -0
  986. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
  987. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +24 -0
  988. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
  989. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +30 -0
  990. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
  991. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js +24 -0
  992. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
  993. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js +27 -0
  994. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
  995. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js +29 -0
  996. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
  997. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +29 -0
  998. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
  999. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js +24 -0
  1000. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
  1001. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js +24 -0
  1002. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
  1003. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +18 -0
  1004. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
  1005. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js +56 -0
  1006. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
  1007. package/lib/commonjs/social/features/chat/utils/highlightMatch.js +36 -0
  1008. package/lib/commonjs/social/features/chat/utils/highlightMatch.js.map +1 -0
  1009. package/lib/commonjs/social/features/chat/utils/previewLink.js +38 -0
  1010. package/lib/commonjs/social/features/chat/utils/previewLink.js.map +1 -0
  1011. package/lib/commonjs/social/features/chat/utils/timestamp.js +51 -0
  1012. package/lib/commonjs/social/features/chat/utils/timestamp.js.map +1 -0
  1013. package/lib/module/core/assets/icons/emptyCommunity2.js +39 -0
  1014. package/lib/module/core/assets/icons/emptyCommunity2.js.map +1 -0
  1015. package/lib/module/core/design/atoms/Avatar/Avatar.js +75 -0
  1016. package/lib/module/core/design/atoms/Avatar/Avatar.js.map +1 -0
  1017. package/lib/module/core/design/atoms/Avatar/index.js +2 -0
  1018. package/lib/module/core/design/atoms/Avatar/index.js.map +1 -0
  1019. package/lib/module/core/design/atoms/Avatar/styles.js +133 -0
  1020. package/lib/module/core/design/atoms/Avatar/styles.js.map +1 -0
  1021. package/lib/module/core/design/atoms/Badge/Badge.js +82 -0
  1022. package/lib/module/core/design/atoms/Badge/Badge.js.map +1 -0
  1023. package/lib/module/core/design/atoms/Badge/index.js +2 -0
  1024. package/lib/module/core/design/atoms/Badge/index.js.map +1 -0
  1025. package/lib/module/core/design/atoms/Badge/styles.js +151 -0
  1026. package/lib/module/core/design/atoms/Badge/styles.js.map +1 -0
  1027. package/lib/module/core/design/atoms/Button/Button.js +70 -0
  1028. package/lib/module/core/design/atoms/Button/Button.js.map +1 -0
  1029. package/lib/module/core/design/atoms/Button/Icon/Icon.js +60 -0
  1030. package/lib/module/core/design/atoms/Button/Icon/Icon.js.map +1 -0
  1031. package/lib/module/core/design/atoms/Button/Icon/index.js +2 -0
  1032. package/lib/module/core/design/atoms/Button/Icon/index.js.map +1 -0
  1033. package/lib/module/core/design/atoms/Button/Icon/styles.js +132 -0
  1034. package/lib/module/core/design/atoms/Button/Icon/styles.js.map +1 -0
  1035. package/lib/module/core/design/atoms/Button/index.js +8 -0
  1036. package/lib/module/core/design/atoms/Button/index.js.map +1 -0
  1037. package/lib/module/core/design/atoms/Button/styles.js +270 -0
  1038. package/lib/module/core/design/atoms/Button/styles.js.map +1 -0
  1039. package/lib/module/core/design/atoms/Divider/Divider.js +33 -0
  1040. package/lib/module/core/design/atoms/Divider/Divider.js.map +1 -0
  1041. package/lib/module/core/design/atoms/Divider/index.js +2 -0
  1042. package/lib/module/core/design/atoms/Divider/index.js.map +1 -0
  1043. package/lib/module/core/design/atoms/Divider/styles.js +42 -0
  1044. package/lib/module/core/design/atoms/Divider/styles.js.map +1 -0
  1045. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js +67 -0
  1046. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
  1047. package/lib/module/core/design/atoms/Input/Boxed/index.js +2 -0
  1048. package/lib/module/core/design/atoms/Input/Boxed/index.js.map +1 -0
  1049. package/lib/module/core/design/atoms/Input/Boxed/styles.js +90 -0
  1050. package/lib/module/core/design/atoms/Input/Boxed/styles.js.map +1 -0
  1051. package/lib/module/core/design/atoms/Input/Chip/Chip.js +81 -0
  1052. package/lib/module/core/design/atoms/Input/Chip/Chip.js.map +1 -0
  1053. package/lib/module/core/design/atoms/Input/Chip/index.js +2 -0
  1054. package/lib/module/core/design/atoms/Input/Chip/index.js.map +1 -0
  1055. package/lib/module/core/design/atoms/Input/Chip/styles.js +87 -0
  1056. package/lib/module/core/design/atoms/Input/Chip/styles.js.map +1 -0
  1057. package/lib/module/core/design/atoms/Input/Input.js +14 -0
  1058. package/lib/module/core/design/atoms/Input/Input.js.map +1 -0
  1059. package/lib/module/core/design/atoms/Input/Text/Text.js +83 -0
  1060. package/lib/module/core/design/atoms/Input/Text/Text.js.map +1 -0
  1061. package/lib/module/core/design/atoms/Input/Text/index.js +2 -0
  1062. package/lib/module/core/design/atoms/Input/Text/index.js.map +1 -0
  1063. package/lib/module/core/design/atoms/Input/Text/styles.js +114 -0
  1064. package/lib/module/core/design/atoms/Input/Text/styles.js.map +1 -0
  1065. package/lib/module/core/design/atoms/Input/User/User.js +35 -0
  1066. package/lib/module/core/design/atoms/Input/User/User.js.map +1 -0
  1067. package/lib/module/core/design/atoms/Input/User/index.js +2 -0
  1068. package/lib/module/core/design/atoms/Input/User/index.js.map +1 -0
  1069. package/lib/module/core/design/atoms/Input/User/styles.js +63 -0
  1070. package/lib/module/core/design/atoms/Input/User/styles.js.map +1 -0
  1071. package/lib/module/core/design/atoms/Input/index.js +6 -0
  1072. package/lib/module/core/design/atoms/Input/index.js.map +1 -0
  1073. package/lib/module/core/design/atoms/Loader/Loader.js +10 -0
  1074. package/lib/module/core/design/atoms/Loader/Loader.js.map +1 -0
  1075. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js +23 -0
  1076. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
  1077. package/lib/module/core/design/atoms/Loader/Spinner/index.js +2 -0
  1078. package/lib/module/core/design/atoms/Loader/Spinner/index.js.map +1 -0
  1079. package/lib/module/core/design/atoms/Loader/Spinner/styles.js +18 -0
  1080. package/lib/module/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
  1081. package/lib/module/core/design/atoms/Loader/Upload/Upload.js +89 -0
  1082. package/lib/module/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
  1083. package/lib/module/core/design/atoms/Loader/Upload/index.js +2 -0
  1084. package/lib/module/core/design/atoms/Loader/Upload/index.js.map +1 -0
  1085. package/lib/module/core/design/atoms/Loader/Upload/styles.js +53 -0
  1086. package/lib/module/core/design/atoms/Loader/Upload/styles.js.map +1 -0
  1087. package/lib/module/core/design/atoms/Loader/index.js +4 -0
  1088. package/lib/module/core/design/atoms/Loader/index.js.map +1 -0
  1089. package/lib/module/core/design/atoms/Selection/Selection.js +81 -0
  1090. package/lib/module/core/design/atoms/Selection/Selection.js.map +1 -0
  1091. package/lib/module/core/design/atoms/Selection/index.js +2 -0
  1092. package/lib/module/core/design/atoms/Selection/index.js.map +1 -0
  1093. package/lib/module/core/design/atoms/Selection/styles.js +104 -0
  1094. package/lib/module/core/design/atoms/Selection/styles.js.map +1 -0
  1095. package/lib/module/core/design/atoms/Tab/Tab.js +45 -0
  1096. package/lib/module/core/design/atoms/Tab/Tab.js.map +1 -0
  1097. package/lib/module/core/design/atoms/Tab/index.js +2 -0
  1098. package/lib/module/core/design/atoms/Tab/index.js.map +1 -0
  1099. package/lib/module/core/design/atoms/Tab/styles.js +61 -0
  1100. package/lib/module/core/design/atoms/Tab/styles.js.map +1 -0
  1101. package/lib/module/core/design/components/Menu/Menu.js +90 -0
  1102. package/lib/module/core/design/components/Menu/Menu.js.map +1 -0
  1103. package/lib/module/core/design/components/Menu/index.js +2 -0
  1104. package/lib/module/core/design/components/Menu/index.js.map +1 -0
  1105. package/lib/module/core/design/components/Menu/styles.js +78 -0
  1106. package/lib/module/core/design/components/Menu/styles.js.map +1 -0
  1107. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js +34 -0
  1108. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
  1109. package/lib/module/core/design/components/MenuOptionButton/index.js +2 -0
  1110. package/lib/module/core/design/components/MenuOptionButton/index.js.map +1 -0
  1111. package/lib/module/core/design/components/MenuOptionButton/styles.js +35 -0
  1112. package/lib/module/core/design/components/MenuOptionButton/styles.js.map +1 -0
  1113. package/lib/module/core/design/components/Popover/Popover.js +112 -0
  1114. package/lib/module/core/design/components/Popover/Popover.js.map +1 -0
  1115. package/lib/module/core/design/components/Popover/index.js +2 -0
  1116. package/lib/module/core/design/components/Popover/index.js.map +1 -0
  1117. package/lib/module/core/design/components/Popover/styles.js +42 -0
  1118. package/lib/module/core/design/components/Popover/styles.js.map +1 -0
  1119. package/lib/module/core/design/components/Skeleton/Skeleton.js +49 -0
  1120. package/lib/module/core/design/components/Skeleton/Skeleton.js.map +1 -0
  1121. package/lib/module/core/design/components/Skeleton/index.js +2 -0
  1122. package/lib/module/core/design/components/Skeleton/index.js.map +1 -0
  1123. package/lib/module/core/design/components/Skeleton/styles.js +18 -0
  1124. package/lib/module/core/design/components/Skeleton/styles.js.map +1 -0
  1125. package/lib/module/core/design/components/TextEditor/TextEditor.js +181 -0
  1126. package/lib/module/core/design/components/TextEditor/TextEditor.js.map +1 -0
  1127. package/lib/module/core/design/components/TextEditor/index.js +3 -0
  1128. package/lib/module/core/design/components/TextEditor/index.js.map +1 -0
  1129. package/lib/module/core/design/components/TextEditor/styles.js +55 -0
  1130. package/lib/module/core/design/components/TextEditor/styles.js.map +1 -0
  1131. package/lib/module/core/design/components/TextEditor/utils.js +123 -0
  1132. package/lib/module/core/design/components/TextEditor/utils.js.map +1 -0
  1133. package/lib/module/core/design/components/Typography/Typography.js +25 -0
  1134. package/lib/module/core/design/components/Typography/Typography.js.map +1 -0
  1135. package/lib/module/core/design/components/Typography/index.js +2 -0
  1136. package/lib/module/core/design/components/Typography/index.js.map +1 -0
  1137. package/lib/module/core/design/components/Typography/styles.js +72 -0
  1138. package/lib/module/core/design/components/Typography/styles.js.map +1 -0
  1139. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js +20 -0
  1140. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
  1141. package/lib/module/core/design/elements/ModeratorBadge/index.js +2 -0
  1142. package/lib/module/core/design/elements/ModeratorBadge/index.js.map +1 -0
  1143. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js +26 -0
  1144. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
  1145. package/lib/module/core/design/elements/PrivateBadge/index.js +2 -0
  1146. package/lib/module/core/design/elements/PrivateBadge/index.js.map +1 -0
  1147. package/lib/module/core/design/icons/AmityIcon.js +23 -0
  1148. package/lib/module/core/design/icons/AmityIcon.js.map +1 -0
  1149. package/lib/module/core/design/icons/generated/iconRegistry.js +694 -0
  1150. package/lib/module/core/design/icons/generated/iconRegistry.js.map +1 -0
  1151. package/lib/module/core/design/icons/index.js +3 -0
  1152. package/lib/module/core/design/icons/index.js.map +1 -0
  1153. package/lib/module/core/design/molecules/SearchInput/SearchInput.js +46 -0
  1154. package/lib/module/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
  1155. package/lib/module/core/design/molecules/SearchInput/index.js +2 -0
  1156. package/lib/module/core/design/molecules/SearchInput/index.js.map +1 -0
  1157. package/lib/module/core/design/molecules/SearchInput/styles.js +24 -0
  1158. package/lib/module/core/design/molecules/SearchInput/styles.js.map +1 -0
  1159. package/lib/module/core/design/molecules/Tabs/Tabs.js +32 -0
  1160. package/lib/module/core/design/molecules/Tabs/Tabs.js.map +1 -0
  1161. package/lib/module/core/design/molecules/Tabs/index.js +2 -0
  1162. package/lib/module/core/design/molecules/Tabs/index.js.map +1 -0
  1163. package/lib/module/core/design/molecules/Tabs/styles.js +28 -0
  1164. package/lib/module/core/design/molecules/Tabs/styles.js.map +1 -0
  1165. package/lib/module/core/design/theme/AmityForceMode.js +21 -0
  1166. package/lib/module/core/design/theme/AmityForceMode.js.map +1 -0
  1167. package/lib/module/core/design/theme/AmityThemeProvider.js +49 -0
  1168. package/lib/module/core/design/theme/AmityThemeProvider.js.map +1 -0
  1169. package/lib/module/core/design/theme/index.js +5 -0
  1170. package/lib/module/core/design/theme/index.js.map +1 -0
  1171. package/lib/module/core/design/theme/resolveTokens.js +38 -0
  1172. package/lib/module/core/design/theme/resolveTokens.js.map +1 -0
  1173. package/lib/module/core/design/theme/useToken.js +17 -0
  1174. package/lib/module/core/design/theme/useToken.js.map +1 -0
  1175. package/lib/module/core/design/tokens/CHECKSUMS.json +9 -0
  1176. package/lib/module/core/design/tokens/amity-color-tokens.js +5070 -0
  1177. package/lib/module/core/design/tokens/amity-color-tokens.js.map +1 -0
  1178. package/lib/module/core/design/tokens/amity-uikit-config.json +1381 -0
  1179. package/lib/module/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  1180. package/lib/module/core/design/tokens/config-resolver.d.js +2 -0
  1181. package/lib/module/core/design/tokens/config-resolver.d.js.map +1 -0
  1182. package/lib/module/core/design/tokens/config-resolver.js +657 -0
  1183. package/lib/module/core/design/tokens/config-resolver.js.map +1 -0
  1184. package/lib/module/core/design/tokens/geometry.json +2673 -0
  1185. package/lib/module/core/design/tokens/spacing.js +26 -0
  1186. package/lib/module/core/design/tokens/spacing.js.map +1 -0
  1187. package/lib/module/core/index.js +1 -0
  1188. package/lib/module/core/index.js.map +1 -1
  1189. package/lib/module/core/localization/LocaleProvider.js +127 -0
  1190. package/lib/module/core/localization/LocaleProvider.js.map +1 -0
  1191. package/lib/module/core/localization/defaultLocaleMap.js +22 -0
  1192. package/lib/module/core/localization/defaultLocaleMap.js.map +1 -0
  1193. package/lib/module/core/localization/defaults/en.js +16 -0
  1194. package/lib/module/core/localization/defaults/en.js.map +1 -0
  1195. package/lib/module/core/localization/defaults/en.json +1175 -0
  1196. package/lib/module/core/localization/defaults/th.js +18 -0
  1197. package/lib/module/core/localization/defaults/th.js.map +1 -0
  1198. package/lib/module/core/localization/defaults/th.json +1174 -0
  1199. package/lib/module/core/localization/index.js +27 -0
  1200. package/lib/module/core/localization/index.js.map +1 -0
  1201. package/lib/module/core/localization/resolveString.js +178 -0
  1202. package/lib/module/core/localization/resolveString.js.map +1 -0
  1203. package/lib/module/core/localization/useString.js +31 -0
  1204. package/lib/module/core/localization/useString.js.map +1 -0
  1205. package/lib/module/core/providers/AmityUIKitProvider.js +11 -2
  1206. package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
  1207. package/lib/module/core/routes/AmityChatEntry.js +10 -0
  1208. package/lib/module/core/routes/AmityChatEntry.js.map +1 -0
  1209. package/lib/module/core/routes/AmityUIKitNavigator.js +68 -1
  1210. package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
  1211. package/lib/module/core/stores/slices/toastSlice.js +4 -1
  1212. package/lib/module/core/stores/slices/toastSlice.js.map +1 -1
  1213. package/lib/module/core/utils/abbreviateCount.js +14 -0
  1214. package/lib/module/core/utils/abbreviateCount.js.map +1 -0
  1215. package/lib/module/index.js +2 -2
  1216. package/lib/module/index.js.map +1 -1
  1217. package/lib/module/social/components/Toast/index.js +38 -8
  1218. package/lib/module/social/components/Toast/index.js.map +1 -1
  1219. package/lib/module/social/components/Toast/styles.js +16 -4
  1220. package/lib/module/social/components/Toast/styles.js.map +1 -1
  1221. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +333 -0
  1222. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
  1223. package/lib/module/social/features/chat/components/AmityChatListItem/index.js +2 -0
  1224. package/lib/module/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
  1225. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js +128 -0
  1226. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
  1227. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +231 -0
  1228. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
  1229. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +2 -0
  1230. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
  1231. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +24 -0
  1232. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
  1233. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +236 -0
  1234. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
  1235. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js +2 -0
  1236. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
  1237. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +21 -0
  1238. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
  1239. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +197 -0
  1240. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
  1241. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js +2 -0
  1242. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
  1243. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +63 -0
  1244. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
  1245. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +215 -0
  1246. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
  1247. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js +2 -0
  1248. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
  1249. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js +55 -0
  1250. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
  1251. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +425 -0
  1252. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
  1253. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js +2 -0
  1254. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
  1255. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js +236 -0
  1256. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
  1257. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +260 -0
  1258. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
  1259. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js +2 -0
  1260. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
  1261. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js +167 -0
  1262. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
  1263. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +130 -0
  1264. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
  1265. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +76 -0
  1266. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
  1267. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js +2 -0
  1268. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
  1269. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js +51 -0
  1270. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
  1271. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +151 -0
  1272. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
  1273. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js +2 -0
  1274. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
  1275. package/lib/module/social/features/chat/constants/errorResponse.js +10 -0
  1276. package/lib/module/social/features/chat/constants/errorResponse.js.map +1 -0
  1277. package/lib/module/social/features/chat/constants/index.js +4 -0
  1278. package/lib/module/social/features/chat/constants/index.js.map +1 -0
  1279. package/lib/module/social/features/chat/constants/list.js +7 -0
  1280. package/lib/module/social/features/chat/constants/list.js.map +1 -0
  1281. package/lib/module/social/features/chat/constants/search.js +11 -0
  1282. package/lib/module/social/features/chat/constants/search.js.map +1 -0
  1283. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +26 -0
  1284. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
  1285. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js +2 -0
  1286. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
  1287. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js +33 -0
  1288. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
  1289. package/lib/module/social/features/chat/elements/Avatar/Avatar.js +136 -0
  1290. package/lib/module/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
  1291. package/lib/module/social/features/chat/elements/Avatar/index.js +2 -0
  1292. package/lib/module/social/features/chat/elements/Avatar/index.js.map +1 -0
  1293. package/lib/module/social/features/chat/elements/Avatar/styles.js +49 -0
  1294. package/lib/module/social/features/chat/elements/Avatar/styles.js.map +1 -0
  1295. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js +60 -0
  1296. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
  1297. package/lib/module/social/features/chat/elements/AvatarPicker/index.js +2 -0
  1298. package/lib/module/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
  1299. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js +44 -0
  1300. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
  1301. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +48 -0
  1302. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
  1303. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js +2 -0
  1304. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
  1305. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js +48 -0
  1306. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
  1307. package/lib/module/social/features/chat/elements/GroupNameField/index.js +2 -0
  1308. package/lib/module/social/features/chat/elements/GroupNameField/index.js.map +1 -0
  1309. package/lib/module/social/features/chat/elements/GroupNameField/styles.js +21 -0
  1310. package/lib/module/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
  1311. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +33 -0
  1312. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
  1313. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js +2 -0
  1314. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
  1315. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js +24 -0
  1316. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
  1317. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js +77 -0
  1318. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
  1319. package/lib/module/social/features/chat/elements/ReactionPicker/index.js +2 -0
  1320. package/lib/module/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
  1321. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js +87 -0
  1322. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
  1323. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js +63 -0
  1324. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
  1325. package/lib/module/social/features/chat/elements/SettingMenu/index.js +2 -0
  1326. package/lib/module/social/features/chat/elements/SettingMenu/index.js.map +1 -0
  1327. package/lib/module/social/features/chat/elements/SettingMenu/styles.js +59 -0
  1328. package/lib/module/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
  1329. package/lib/module/social/features/chat/elements/TopBar/TopBar.js +55 -0
  1330. package/lib/module/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
  1331. package/lib/module/social/features/chat/elements/TopBar/index.js +2 -0
  1332. package/lib/module/social/features/chat/elements/TopBar/index.js.map +1 -0
  1333. package/lib/module/social/features/chat/elements/TopBar/styles.js +51 -0
  1334. package/lib/module/social/features/chat/elements/TopBar/styles.js.map +1 -0
  1335. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +49 -0
  1336. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
  1337. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js +2 -0
  1338. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
  1339. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js +31 -0
  1340. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
  1341. package/lib/module/social/features/chat/features/archive/ArchivedChat.js +31 -0
  1342. package/lib/module/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
  1343. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +126 -0
  1344. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
  1345. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js +2 -0
  1346. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
  1347. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +54 -0
  1348. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
  1349. package/lib/module/social/features/chat/features/archive/components/Header/Header.js +22 -0
  1350. package/lib/module/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
  1351. package/lib/module/social/features/chat/features/archive/components/Header/index.js +2 -0
  1352. package/lib/module/social/features/chat/features/archive/components/Header/index.js.map +1 -0
  1353. package/lib/module/social/features/chat/features/archive/components/index.js +3 -0
  1354. package/lib/module/social/features/chat/features/archive/components/index.js.map +1 -0
  1355. package/lib/module/social/features/chat/features/archive/index.js +2 -0
  1356. package/lib/module/social/features/chat/features/archive/index.js.map +1 -0
  1357. package/lib/module/social/features/chat/features/archive/styles.js +22 -0
  1358. package/lib/module/social/features/chat/features/archive/styles.js.map +1 -0
  1359. package/lib/module/social/features/chat/features/conversation/Chat.js +134 -0
  1360. package/lib/module/social/features/chat/features/conversation/Chat.js.map +1 -0
  1361. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js +69 -0
  1362. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
  1363. package/lib/module/social/features/chat/features/conversation/components/Header/index.js +2 -0
  1364. package/lib/module/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
  1365. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js +57 -0
  1366. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
  1367. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js +176 -0
  1368. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
  1369. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js +2 -0
  1370. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
  1371. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js +49 -0
  1372. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
  1373. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +176 -0
  1374. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
  1375. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js +2 -0
  1376. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
  1377. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js +79 -0
  1378. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
  1379. package/lib/module/social/features/chat/features/conversation/components/index.js +4 -0
  1380. package/lib/module/social/features/chat/features/conversation/components/index.js.map +1 -0
  1381. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js +38 -0
  1382. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
  1383. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js +44 -0
  1384. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
  1385. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js +2 -0
  1386. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
  1387. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js +25 -0
  1388. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
  1389. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +74 -0
  1390. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
  1391. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js +2 -0
  1392. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
  1393. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js +52 -0
  1394. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
  1395. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js +89 -0
  1396. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
  1397. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js +2 -0
  1398. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
  1399. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js +16 -0
  1400. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
  1401. package/lib/module/social/features/chat/features/conversation/create/components/index.js +4 -0
  1402. package/lib/module/social/features/chat/features/conversation/create/components/index.js.map +1 -0
  1403. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js +3 -0
  1404. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
  1405. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +65 -0
  1406. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
  1407. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +68 -0
  1408. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
  1409. package/lib/module/social/features/chat/features/conversation/create/index.js +2 -0
  1410. package/lib/module/social/features/chat/features/conversation/create/index.js.map +1 -0
  1411. package/lib/module/social/features/chat/features/conversation/create/styles.js +21 -0
  1412. package/lib/module/social/features/chat/features/conversation/create/styles.js.map +1 -0
  1413. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js +52 -0
  1414. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
  1415. package/lib/module/social/features/chat/features/conversation/index.js +2 -0
  1416. package/lib/module/social/features/chat/features/conversation/index.js.map +1 -0
  1417. package/lib/module/social/features/chat/features/conversation/styles.js +19 -0
  1418. package/lib/module/social/features/chat/features/conversation/styles.js.map +1 -0
  1419. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js +64 -0
  1420. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
  1421. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +37 -0
  1422. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
  1423. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +2 -0
  1424. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
  1425. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +23 -0
  1426. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
  1427. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js +48 -0
  1428. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
  1429. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js +2 -0
  1430. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
  1431. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js +24 -0
  1432. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
  1433. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
  1434. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  1435. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +2 -0
  1436. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
  1437. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +30 -0
  1438. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
  1439. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js +147 -0
  1440. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
  1441. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js +2 -0
  1442. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
  1443. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js +41 -0
  1444. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
  1445. package/lib/module/social/features/chat/features/group/add-member/components/index.js +5 -0
  1446. package/lib/module/social/features/chat/features/group/add-member/components/index.js.map +1 -0
  1447. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js +2 -0
  1448. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
  1449. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +94 -0
  1450. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
  1451. package/lib/module/social/features/chat/features/group/add-member/index.js +2 -0
  1452. package/lib/module/social/features/chat/features/group/add-member/index.js.map +1 -0
  1453. package/lib/module/social/features/chat/features/group/add-member/styles.js +24 -0
  1454. package/lib/module/social/features/chat/features/group/add-member/styles.js.map +1 -0
  1455. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js +55 -0
  1456. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
  1457. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +116 -0
  1458. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
  1459. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +2 -0
  1460. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
  1461. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +21 -0
  1462. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
  1463. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js +21 -0
  1464. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
  1465. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js +2 -0
  1466. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
  1467. package/lib/module/social/features/chat/features/group/banned-members/components/index.js +3 -0
  1468. package/lib/module/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
  1469. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js +2 -0
  1470. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
  1471. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +63 -0
  1472. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
  1473. package/lib/module/social/features/chat/features/group/banned-members/index.js +2 -0
  1474. package/lib/module/social/features/chat/features/group/banned-members/index.js.map +1 -0
  1475. package/lib/module/social/features/chat/features/group/banned-members/styles.js +24 -0
  1476. package/lib/module/social/features/chat/features/group/banned-members/styles.js.map +1 -0
  1477. package/lib/module/social/features/chat/features/group/chat/GroupChat.js +126 -0
  1478. package/lib/module/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
  1479. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +33 -0
  1480. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
  1481. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +2 -0
  1482. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
  1483. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +33 -0
  1484. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
  1485. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js +73 -0
  1486. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
  1487. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js +2 -0
  1488. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
  1489. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js +63 -0
  1490. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
  1491. package/lib/module/social/features/chat/features/group/chat/components/index.js +3 -0
  1492. package/lib/module/social/features/chat/features/group/chat/components/index.js.map +1 -0
  1493. package/lib/module/social/features/chat/features/group/chat/hooks/index.js +2 -0
  1494. package/lib/module/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
  1495. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js +78 -0
  1496. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
  1497. package/lib/module/social/features/chat/features/group/chat/index.js +2 -0
  1498. package/lib/module/social/features/chat/features/group/chat/index.js.map +1 -0
  1499. package/lib/module/social/features/chat/features/group/chat/styles.js +17 -0
  1500. package/lib/module/social/features/chat/features/group/chat/styles.js.map +1 -0
  1501. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js +98 -0
  1502. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
  1503. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js +39 -0
  1504. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
  1505. package/lib/module/social/features/chat/features/group/create/components/Header/index.js +2 -0
  1506. package/lib/module/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
  1507. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +54 -0
  1508. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
  1509. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js +2 -0
  1510. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
  1511. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js +35 -0
  1512. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
  1513. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +108 -0
  1514. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
  1515. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js +2 -0
  1516. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
  1517. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js +67 -0
  1518. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
  1519. package/lib/module/social/features/chat/features/group/create/components/index.js +4 -0
  1520. package/lib/module/social/features/chat/features/group/create/components/index.js.map +1 -0
  1521. package/lib/module/social/features/chat/features/group/create/hooks/index.js +2 -0
  1522. package/lib/module/social/features/chat/features/group/create/hooks/index.js.map +1 -0
  1523. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +187 -0
  1524. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
  1525. package/lib/module/social/features/chat/features/group/create/index.js +2 -0
  1526. package/lib/module/social/features/chat/features/group/create/index.js.map +1 -0
  1527. package/lib/module/social/features/chat/features/group/create/styles.js +27 -0
  1528. package/lib/module/social/features/chat/features/group/create/styles.js.map +1 -0
  1529. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js +30 -0
  1530. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
  1531. package/lib/module/social/features/chat/features/group/create/utils/index.js +2 -0
  1532. package/lib/module/social/features/chat/features/group/create/utils/index.js.map +1 -0
  1533. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js +104 -0
  1534. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
  1535. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +36 -0
  1536. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
  1537. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +2 -0
  1538. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
  1539. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +30 -0
  1540. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
  1541. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +40 -0
  1542. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
  1543. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +2 -0
  1544. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
  1545. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +30 -0
  1546. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
  1547. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js +2 -0
  1548. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
  1549. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js +2 -0
  1550. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
  1551. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +124 -0
  1552. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
  1553. package/lib/module/social/features/chat/features/group/edit-notification/index.js +2 -0
  1554. package/lib/module/social/features/chat/features/group/edit-notification/index.js.map +1 -0
  1555. package/lib/module/social/features/chat/features/group/edit-notification/styles.js +31 -0
  1556. package/lib/module/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
  1557. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +75 -0
  1558. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
  1559. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +39 -0
  1560. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
  1561. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +2 -0
  1562. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
  1563. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +30 -0
  1564. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
  1565. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js +2 -0
  1566. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
  1567. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js +22 -0
  1568. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
  1569. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js +2 -0
  1570. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
  1571. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +109 -0
  1572. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
  1573. package/lib/module/social/features/chat/features/group/edit-permission/index.js +2 -0
  1574. package/lib/module/social/features/chat/features/group/edit-permission/index.js.map +1 -0
  1575. package/lib/module/social/features/chat/features/group/edit-permission/styles.js +36 -0
  1576. package/lib/module/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
  1577. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js +61 -0
  1578. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
  1579. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js +40 -0
  1580. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
  1581. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js +2 -0
  1582. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
  1583. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js +2 -0
  1584. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
  1585. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js +2 -0
  1586. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
  1587. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +148 -0
  1588. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
  1589. package/lib/module/social/features/chat/features/group/edit-profile/index.js +2 -0
  1590. package/lib/module/social/features/chat/features/group/edit-profile/index.js.map +1 -0
  1591. package/lib/module/social/features/chat/features/group/edit-profile/styles.js +27 -0
  1592. package/lib/module/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
  1593. package/lib/module/social/features/chat/features/group/members/GroupMembers.js +46 -0
  1594. package/lib/module/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
  1595. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js +43 -0
  1596. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
  1597. package/lib/module/social/features/chat/features/group/members/components/Header/index.js +2 -0
  1598. package/lib/module/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
  1599. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +90 -0
  1600. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
  1601. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js +2 -0
  1602. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
  1603. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js +56 -0
  1604. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
  1605. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js +130 -0
  1606. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
  1607. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js +2 -0
  1608. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
  1609. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js +18 -0
  1610. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
  1611. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +78 -0
  1612. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
  1613. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js +2 -0
  1614. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
  1615. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js +19 -0
  1616. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
  1617. package/lib/module/social/features/chat/features/group/members/components/index.js +5 -0
  1618. package/lib/module/social/features/chat/features/group/members/components/index.js.map +1 -0
  1619. package/lib/module/social/features/chat/features/group/members/hooks/index.js +2 -0
  1620. package/lib/module/social/features/chat/features/group/members/hooks/index.js.map +1 -0
  1621. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js +32 -0
  1622. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
  1623. package/lib/module/social/features/chat/features/group/members/index.js +2 -0
  1624. package/lib/module/social/features/chat/features/group/members/index.js.map +1 -0
  1625. package/lib/module/social/features/chat/features/group/members/styles.js +20 -0
  1626. package/lib/module/social/features/chat/features/group/members/styles.js.map +1 -0
  1627. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js +74 -0
  1628. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
  1629. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +57 -0
  1630. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
  1631. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +2 -0
  1632. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
  1633. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +46 -0
  1634. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
  1635. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +43 -0
  1636. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
  1637. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +2 -0
  1638. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
  1639. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +34 -0
  1640. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
  1641. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js +3 -0
  1642. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
  1643. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js +2 -0
  1644. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
  1645. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +144 -0
  1646. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
  1647. package/lib/module/social/features/chat/features/group/notification-preference/index.js +2 -0
  1648. package/lib/module/social/features/chat/features/group/notification-preference/index.js.map +1 -0
  1649. package/lib/module/social/features/chat/features/group/notification-preference/styles.js +23 -0
  1650. package/lib/module/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
  1651. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js +68 -0
  1652. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
  1653. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js +66 -0
  1654. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
  1655. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js +2 -0
  1656. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
  1657. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js +26 -0
  1658. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
  1659. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
  1660. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  1661. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +2 -0
  1662. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
  1663. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +30 -0
  1664. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
  1665. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +69 -0
  1666. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
  1667. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js +2 -0
  1668. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
  1669. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js +43 -0
  1670. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
  1671. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js +127 -0
  1672. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
  1673. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js +2 -0
  1674. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
  1675. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js +24 -0
  1676. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
  1677. package/lib/module/social/features/chat/features/group/select-member/components/index.js +5 -0
  1678. package/lib/module/social/features/chat/features/group/select-member/components/index.js.map +1 -0
  1679. package/lib/module/social/features/chat/features/group/select-member/constants/index.js +4 -0
  1680. package/lib/module/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
  1681. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js +2 -0
  1682. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
  1683. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +105 -0
  1684. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
  1685. package/lib/module/social/features/chat/features/group/select-member/index.js +2 -0
  1686. package/lib/module/social/features/chat/features/group/select-member/index.js.map +1 -0
  1687. package/lib/module/social/features/chat/features/group/select-member/styles.js +21 -0
  1688. package/lib/module/social/features/chat/features/group/select-member/styles.js.map +1 -0
  1689. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js +91 -0
  1690. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
  1691. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js +21 -0
  1692. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
  1693. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js +2 -0
  1694. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
  1695. package/lib/module/social/features/chat/features/group/setting/components/index.js +2 -0
  1696. package/lib/module/social/features/chat/features/group/setting/components/index.js.map +1 -0
  1697. package/lib/module/social/features/chat/features/group/setting/hooks/index.js +2 -0
  1698. package/lib/module/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
  1699. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js +278 -0
  1700. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
  1701. package/lib/module/social/features/chat/features/group/setting/index.js +2 -0
  1702. package/lib/module/social/features/chat/features/group/setting/index.js.map +1 -0
  1703. package/lib/module/social/features/chat/features/group/setting/styles.js +51 -0
  1704. package/lib/module/social/features/chat/features/group/setting/styles.js.map +1 -0
  1705. package/lib/module/social/features/chat/features/home/ChatHome.js +74 -0
  1706. package/lib/module/social/features/chat/features/home/ChatHome.js.map +1 -0
  1707. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js +189 -0
  1708. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
  1709. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js +2 -0
  1710. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
  1711. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js +101 -0
  1712. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
  1713. package/lib/module/social/features/chat/features/home/components/Header/Header.js +38 -0
  1714. package/lib/module/social/features/chat/features/home/components/Header/Header.js.map +1 -0
  1715. package/lib/module/social/features/chat/features/home/components/Header/index.js +2 -0
  1716. package/lib/module/social/features/chat/features/home/components/Header/index.js.map +1 -0
  1717. package/lib/module/social/features/chat/features/home/components/Header/styles.js +50 -0
  1718. package/lib/module/social/features/chat/features/home/components/Header/styles.js.map +1 -0
  1719. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +39 -0
  1720. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
  1721. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +2 -0
  1722. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
  1723. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +36 -0
  1724. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
  1725. package/lib/module/social/features/chat/features/home/components/index.js +4 -0
  1726. package/lib/module/social/features/chat/features/home/components/index.js.map +1 -0
  1727. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +84 -0
  1728. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
  1729. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js +2 -0
  1730. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
  1731. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +25 -0
  1732. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
  1733. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +106 -0
  1734. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
  1735. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js +2 -0
  1736. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
  1737. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js +25 -0
  1738. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
  1739. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js +48 -0
  1740. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
  1741. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js +2 -0
  1742. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
  1743. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js +26 -0
  1744. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
  1745. package/lib/module/social/features/chat/features/home/hooks/index.js +2 -0
  1746. package/lib/module/social/features/chat/features/home/hooks/index.js.map +1 -0
  1747. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +31 -0
  1748. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
  1749. package/lib/module/social/features/chat/features/home/index.js +3 -0
  1750. package/lib/module/social/features/chat/features/home/index.js.map +1 -0
  1751. package/lib/module/social/features/chat/features/home/styles.js +25 -0
  1752. package/lib/module/social/features/chat/features/home/styles.js.map +1 -0
  1753. package/lib/module/social/features/chat/features/search/SearchChannel.js +66 -0
  1754. package/lib/module/social/features/chat/features/search/SearchChannel.js.map +1 -0
  1755. package/lib/module/social/features/chat/features/search/components/Header/Header.js +54 -0
  1756. package/lib/module/social/features/chat/features/search/components/Header/Header.js.map +1 -0
  1757. package/lib/module/social/features/chat/features/search/components/Header/index.js +2 -0
  1758. package/lib/module/social/features/chat/features/search/components/Header/index.js.map +1 -0
  1759. package/lib/module/social/features/chat/features/search/components/Header/styles.js +34 -0
  1760. package/lib/module/social/features/chat/features/search/components/Header/styles.js.map +1 -0
  1761. package/lib/module/social/features/chat/features/search/components/index.js +6 -0
  1762. package/lib/module/social/features/chat/features/search/components/index.js.map +1 -0
  1763. package/lib/module/social/features/chat/features/search/hooks/index.js +2 -0
  1764. package/lib/module/social/features/chat/features/search/hooks/index.js.map +1 -0
  1765. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js +42 -0
  1766. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
  1767. package/lib/module/social/features/chat/features/search/index.js +2 -0
  1768. package/lib/module/social/features/chat/features/search/index.js.map +1 -0
  1769. package/lib/module/social/features/chat/features/search/styles.js +26 -0
  1770. package/lib/module/social/features/chat/features/search/styles.js.map +1 -0
  1771. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js +42 -0
  1772. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
  1773. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js +2 -0
  1774. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
  1775. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js +30 -0
  1776. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
  1777. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +236 -0
  1778. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
  1779. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js +2 -0
  1780. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
  1781. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js +96 -0
  1782. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
  1783. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +30 -0
  1784. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
  1785. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js +2 -0
  1786. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
  1787. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js +48 -0
  1788. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
  1789. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +40 -0
  1790. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
  1791. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js +2 -0
  1792. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
  1793. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +35 -0
  1794. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
  1795. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js +52 -0
  1796. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
  1797. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js +2 -0
  1798. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
  1799. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js +31 -0
  1800. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
  1801. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +41 -0
  1802. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
  1803. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js +2 -0
  1804. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
  1805. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js +33 -0
  1806. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
  1807. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +95 -0
  1808. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
  1809. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js +2 -0
  1810. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
  1811. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js +66 -0
  1812. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
  1813. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +86 -0
  1814. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
  1815. package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js +2 -0
  1816. package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
  1817. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js +90 -0
  1818. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
  1819. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +81 -0
  1820. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
  1821. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +2 -0
  1822. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
  1823. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +60 -0
  1824. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
  1825. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +97 -0
  1826. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
  1827. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js +2 -0
  1828. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
  1829. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +73 -0
  1830. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
  1831. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +45 -0
  1832. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
  1833. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +59 -0
  1834. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
  1835. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js +2 -0
  1836. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
  1837. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +60 -0
  1838. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
  1839. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +274 -0
  1840. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
  1841. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +2 -0
  1842. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
  1843. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +151 -0
  1844. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
  1845. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +148 -0
  1846. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
  1847. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js +2 -0
  1848. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
  1849. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js +76 -0
  1850. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
  1851. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +350 -0
  1852. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
  1853. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js +2 -0
  1854. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
  1855. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +118 -0
  1856. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
  1857. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +71 -0
  1858. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
  1859. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +35 -0
  1860. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
  1861. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js +2 -0
  1862. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
  1863. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js +33 -0
  1864. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
  1865. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +107 -0
  1866. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
  1867. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js +2 -0
  1868. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
  1869. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js +70 -0
  1870. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
  1871. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +33 -0
  1872. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
  1873. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +2 -0
  1874. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
  1875. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +19 -0
  1876. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
  1877. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +61 -0
  1878. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
  1879. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js +2 -0
  1880. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
  1881. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js +40 -0
  1882. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
  1883. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +170 -0
  1884. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
  1885. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +109 -0
  1886. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
  1887. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +2 -0
  1888. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
  1889. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +55 -0
  1890. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
  1891. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +108 -0
  1892. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
  1893. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +2 -0
  1894. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
  1895. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +62 -0
  1896. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
  1897. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js +3 -0
  1898. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
  1899. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js +2 -0
  1900. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
  1901. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js +24 -0
  1902. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
  1903. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js +51 -0
  1904. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
  1905. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js +2 -0
  1906. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
  1907. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js +28 -0
  1908. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
  1909. package/lib/module/social/features/chat/features/shared/hooks/index.js +10 -0
  1910. package/lib/module/social/features/chat/features/shared/hooks/index.js.map +1 -0
  1911. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js +129 -0
  1912. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
  1913. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js +261 -0
  1914. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
  1915. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +135 -0
  1916. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
  1917. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js +46 -0
  1918. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
  1919. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js +71 -0
  1920. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
  1921. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js +579 -0
  1922. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
  1923. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js +80 -0
  1924. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
  1925. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js +58 -0
  1926. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
  1927. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js +272 -0
  1928. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
  1929. package/lib/module/social/features/chat/hooks/collections/index.js +8 -0
  1930. package/lib/module/social/features/chat/hooks/collections/index.js.map +1 -0
  1931. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +67 -0
  1932. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
  1933. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js +85 -0
  1934. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
  1935. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +62 -0
  1936. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
  1937. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js +80 -0
  1938. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
  1939. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js +66 -0
  1940. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
  1941. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js +74 -0
  1942. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
  1943. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js +74 -0
  1944. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
  1945. package/lib/module/social/features/chat/hooks/index.js +12 -0
  1946. package/lib/module/social/features/chat/hooks/index.js.map +1 -0
  1947. package/lib/module/social/features/chat/hooks/queries/index.js +5 -0
  1948. package/lib/module/social/features/chat/hooks/queries/index.js.map +1 -0
  1949. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js +90 -0
  1950. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
  1951. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js +62 -0
  1952. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
  1953. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js +85 -0
  1954. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
  1955. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +137 -0
  1956. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
  1957. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js +48 -0
  1958. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
  1959. package/lib/module/social/features/chat/hooks/useChatNavigation.js +22 -0
  1960. package/lib/module/social/features/chat/hooks/useChatNavigation.js.map +1 -0
  1961. package/lib/module/social/features/chat/hooks/useChatNotifications.js +59 -0
  1962. package/lib/module/social/features/chat/hooks/useChatNotifications.js.map +1 -0
  1963. package/lib/module/social/features/chat/hooks/useCreateMessage.js +62 -0
  1964. package/lib/module/social/features/chat/hooks/useCreateMessage.js.map +1 -0
  1965. package/lib/module/social/features/chat/hooks/useCurrentUserId.js +11 -0
  1966. package/lib/module/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
  1967. package/lib/module/social/features/chat/hooks/useDeleteMessage.js +27 -0
  1968. package/lib/module/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
  1969. package/lib/module/social/features/chat/hooks/useEditMessage.js +30 -0
  1970. package/lib/module/social/features/chat/hooks/useEditMessage.js.map +1 -0
  1971. package/lib/module/social/features/chat/hooks/useMention.js +123 -0
  1972. package/lib/module/social/features/chat/hooks/useMention.js.map +1 -0
  1973. package/lib/module/social/features/chat/hooks/useNetworkOnline.js +24 -0
  1974. package/lib/module/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
  1975. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js +29 -0
  1976. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
  1977. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js +19 -0
  1978. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
  1979. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js +26 -0
  1980. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
  1981. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js +18 -0
  1982. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
  1983. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +19 -0
  1984. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
  1985. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +21 -0
  1986. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
  1987. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +17 -0
  1988. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
  1989. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js +33 -0
  1990. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
  1991. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js +18 -0
  1992. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
  1993. package/lib/module/social/features/chat/pages/AmityChatPage/index.js +33 -0
  1994. package/lib/module/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
  1995. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js +17 -0
  1996. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
  1997. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js +17 -0
  1998. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
  1999. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +17 -0
  2000. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
  2001. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +23 -0
  2002. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
  2003. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js +17 -0
  2004. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
  2005. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js +20 -0
  2006. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
  2007. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js +22 -0
  2008. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
  2009. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +22 -0
  2010. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
  2011. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js +17 -0
  2012. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
  2013. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js +18 -0
  2014. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
  2015. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +11 -0
  2016. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
  2017. package/lib/module/social/features/chat/utils/groupMessagesByDate.js +50 -0
  2018. package/lib/module/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
  2019. package/lib/module/social/features/chat/utils/highlightMatch.js +30 -0
  2020. package/lib/module/social/features/chat/utils/highlightMatch.js.map +1 -0
  2021. package/lib/module/social/features/chat/utils/previewLink.js +31 -0
  2022. package/lib/module/social/features/chat/utils/previewLink.js.map +1 -0
  2023. package/lib/module/social/features/chat/utils/timestamp.js +43 -0
  2024. package/lib/module/social/features/chat/utils/timestamp.js.map +1 -0
  2025. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts +2 -0
  2026. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts.map +1 -0
  2027. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts +20 -0
  2028. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts.map +1 -0
  2029. package/lib/typescript/core/design/atoms/Avatar/index.d.ts +3 -0
  2030. package/lib/typescript/core/design/atoms/Avatar/index.d.ts.map +1 -0
  2031. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts +51 -0
  2032. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts.map +1 -0
  2033. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts +35 -0
  2034. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts.map +1 -0
  2035. package/lib/typescript/core/design/atoms/Badge/index.d.ts +3 -0
  2036. package/lib/typescript/core/design/atoms/Badge/index.d.ts.map +1 -0
  2037. package/lib/typescript/core/design/atoms/Badge/styles.d.ts +50 -0
  2038. package/lib/typescript/core/design/atoms/Badge/styles.d.ts.map +1 -0
  2039. package/lib/typescript/core/design/atoms/Button/Button.d.ts +25 -0
  2040. package/lib/typescript/core/design/atoms/Button/Button.d.ts.map +1 -0
  2041. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts +25 -0
  2042. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts.map +1 -0
  2043. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts +3 -0
  2044. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts.map +1 -0
  2045. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts +22 -0
  2046. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts.map +1 -0
  2047. package/lib/typescript/core/design/atoms/Button/index.d.ts +8 -0
  2048. package/lib/typescript/core/design/atoms/Button/index.d.ts.map +1 -0
  2049. package/lib/typescript/core/design/atoms/Button/styles.d.ts +34 -0
  2050. package/lib/typescript/core/design/atoms/Button/styles.d.ts.map +1 -0
  2051. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts +10 -0
  2052. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts.map +1 -0
  2053. package/lib/typescript/core/design/atoms/Divider/index.d.ts +3 -0
  2054. package/lib/typescript/core/design/atoms/Divider/index.d.ts.map +1 -0
  2055. package/lib/typescript/core/design/atoms/Divider/styles.d.ts +34 -0
  2056. package/lib/typescript/core/design/atoms/Divider/styles.d.ts.map +1 -0
  2057. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts +22 -0
  2058. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts.map +1 -0
  2059. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts +3 -0
  2060. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts.map +1 -0
  2061. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts +45 -0
  2062. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts.map +1 -0
  2063. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts +22 -0
  2064. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts.map +1 -0
  2065. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts +3 -0
  2066. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts.map +1 -0
  2067. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts +56 -0
  2068. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts.map +1 -0
  2069. package/lib/typescript/core/design/atoms/Input/Input.d.ts +11 -0
  2070. package/lib/typescript/core/design/atoms/Input/Input.d.ts.map +1 -0
  2071. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts +23 -0
  2072. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts.map +1 -0
  2073. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts +3 -0
  2074. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts.map +1 -0
  2075. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts +66 -0
  2076. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts.map +1 -0
  2077. package/lib/typescript/core/design/atoms/Input/User/User.d.ts +14 -0
  2078. package/lib/typescript/core/design/atoms/Input/User/User.d.ts.map +1 -0
  2079. package/lib/typescript/core/design/atoms/Input/User/index.d.ts +3 -0
  2080. package/lib/typescript/core/design/atoms/Input/User/index.d.ts.map +1 -0
  2081. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts +38 -0
  2082. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts.map +1 -0
  2083. package/lib/typescript/core/design/atoms/Input/index.d.ts +10 -0
  2084. package/lib/typescript/core/design/atoms/Input/index.d.ts.map +1 -0
  2085. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts +7 -0
  2086. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts.map +1 -0
  2087. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts +7 -0
  2088. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts.map +1 -0
  2089. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts +3 -0
  2090. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts.map +1 -0
  2091. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts +7 -0
  2092. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts.map +1 -0
  2093. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts +9 -0
  2094. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts.map +1 -0
  2095. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts +3 -0
  2096. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts.map +1 -0
  2097. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts +42 -0
  2098. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts.map +1 -0
  2099. package/lib/typescript/core/design/atoms/Loader/index.d.ts +6 -0
  2100. package/lib/typescript/core/design/atoms/Loader/index.d.ts.map +1 -0
  2101. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts +23 -0
  2102. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts.map +1 -0
  2103. package/lib/typescript/core/design/atoms/Selection/index.d.ts +3 -0
  2104. package/lib/typescript/core/design/atoms/Selection/index.d.ts.map +1 -0
  2105. package/lib/typescript/core/design/atoms/Selection/styles.d.ts +61 -0
  2106. package/lib/typescript/core/design/atoms/Selection/styles.d.ts.map +1 -0
  2107. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts +12 -0
  2108. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts.map +1 -0
  2109. package/lib/typescript/core/design/atoms/Tab/index.d.ts +3 -0
  2110. package/lib/typescript/core/design/atoms/Tab/index.d.ts.map +1 -0
  2111. package/lib/typescript/core/design/atoms/Tab/styles.d.ts +53 -0
  2112. package/lib/typescript/core/design/atoms/Tab/styles.d.ts.map +1 -0
  2113. package/lib/typescript/core/design/components/Menu/Menu.d.ts +27 -0
  2114. package/lib/typescript/core/design/components/Menu/Menu.d.ts.map +1 -0
  2115. package/lib/typescript/core/design/components/Menu/index.d.ts +3 -0
  2116. package/lib/typescript/core/design/components/Menu/index.d.ts.map +1 -0
  2117. package/lib/typescript/core/design/components/Menu/styles.d.ts +51 -0
  2118. package/lib/typescript/core/design/components/Menu/styles.d.ts.map +1 -0
  2119. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts +9 -0
  2120. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts.map +1 -0
  2121. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts +3 -0
  2122. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts.map +1 -0
  2123. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts +35 -0
  2124. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts.map +1 -0
  2125. package/lib/typescript/core/design/components/Popover/Popover.d.ts +27 -0
  2126. package/lib/typescript/core/design/components/Popover/Popover.d.ts.map +1 -0
  2127. package/lib/typescript/core/design/components/Popover/index.d.ts +3 -0
  2128. package/lib/typescript/core/design/components/Popover/index.d.ts.map +1 -0
  2129. package/lib/typescript/core/design/components/Popover/styles.d.ts +27 -0
  2130. package/lib/typescript/core/design/components/Popover/styles.d.ts.map +1 -0
  2131. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts +10 -0
  2132. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts.map +1 -0
  2133. package/lib/typescript/core/design/components/Skeleton/index.d.ts +3 -0
  2134. package/lib/typescript/core/design/components/Skeleton/index.d.ts.map +1 -0
  2135. package/lib/typescript/core/design/components/Skeleton/styles.d.ts +8 -0
  2136. package/lib/typescript/core/design/components/Skeleton/styles.d.ts.map +1 -0
  2137. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts +36 -0
  2138. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts.map +1 -0
  2139. package/lib/typescript/core/design/components/TextEditor/index.d.ts +5 -0
  2140. package/lib/typescript/core/design/components/TextEditor/index.d.ts.map +1 -0
  2141. package/lib/typescript/core/design/components/TextEditor/styles.d.ts +29 -0
  2142. package/lib/typescript/core/design/components/TextEditor/styles.d.ts.map +1 -0
  2143. package/lib/typescript/core/design/components/TextEditor/utils.d.ts +54 -0
  2144. package/lib/typescript/core/design/components/TextEditor/utils.d.ts.map +1 -0
  2145. package/lib/typescript/core/design/components/Typography/Typography.d.ts +7 -0
  2146. package/lib/typescript/core/design/components/Typography/Typography.d.ts.map +1 -0
  2147. package/lib/typescript/core/design/components/Typography/index.d.ts +3 -0
  2148. package/lib/typescript/core/design/components/Typography/index.d.ts.map +1 -0
  2149. package/lib/typescript/core/design/components/Typography/styles.d.ts +53 -0
  2150. package/lib/typescript/core/design/components/Typography/styles.d.ts.map +1 -0
  2151. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts +6 -0
  2152. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts.map +1 -0
  2153. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts +3 -0
  2154. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts.map +1 -0
  2155. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts +7 -0
  2156. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts.map +1 -0
  2157. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts +3 -0
  2158. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts.map +1 -0
  2159. package/lib/typescript/core/design/icons/AmityIcon.d.ts +12 -0
  2160. package/lib/typescript/core/design/icons/AmityIcon.d.ts.map +1 -0
  2161. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts +222 -0
  2162. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts.map +1 -0
  2163. package/lib/typescript/core/design/icons/index.d.ts +5 -0
  2164. package/lib/typescript/core/design/icons/index.d.ts.map +1 -0
  2165. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts +12 -0
  2166. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts.map +1 -0
  2167. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts +3 -0
  2168. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts.map +1 -0
  2169. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts +19 -0
  2170. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts.map +1 -0
  2171. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts +16 -0
  2172. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts.map +1 -0
  2173. package/lib/typescript/core/design/molecules/Tabs/index.d.ts +3 -0
  2174. package/lib/typescript/core/design/molecules/Tabs/index.d.ts.map +1 -0
  2175. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts +19 -0
  2176. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts.map +1 -0
  2177. package/lib/typescript/core/design/theme/AmityForceMode.d.ts +8 -0
  2178. package/lib/typescript/core/design/theme/AmityForceMode.d.ts.map +1 -0
  2179. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts +27 -0
  2180. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts.map +1 -0
  2181. package/lib/typescript/core/design/theme/index.d.ts +9 -0
  2182. package/lib/typescript/core/design/theme/index.d.ts.map +1 -0
  2183. package/lib/typescript/core/design/theme/resolveTokens.d.ts +16 -0
  2184. package/lib/typescript/core/design/theme/resolveTokens.d.ts.map +1 -0
  2185. package/lib/typescript/core/design/theme/useToken.d.ts +6 -0
  2186. package/lib/typescript/core/design/theme/useToken.d.ts.map +1 -0
  2187. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts +5065 -0
  2188. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts.map +1 -0
  2189. package/lib/typescript/core/design/tokens/spacing.d.ts +22 -0
  2190. package/lib/typescript/core/design/tokens/spacing.d.ts.map +1 -0
  2191. package/lib/typescript/core/index.d.ts +1 -0
  2192. package/lib/typescript/core/index.d.ts.map +1 -1
  2193. package/lib/typescript/core/localization/LocaleProvider.d.ts +77 -0
  2194. package/lib/typescript/core/localization/LocaleProvider.d.ts.map +1 -0
  2195. package/lib/typescript/core/localization/defaultLocaleMap.d.ts +19 -0
  2196. package/lib/typescript/core/localization/defaultLocaleMap.d.ts.map +1 -0
  2197. package/lib/typescript/core/localization/defaults/en.d.ts +14 -0
  2198. package/lib/typescript/core/localization/defaults/en.d.ts.map +1 -0
  2199. package/lib/typescript/core/localization/defaults/th.d.ts +16 -0
  2200. package/lib/typescript/core/localization/defaults/th.d.ts.map +1 -0
  2201. package/lib/typescript/core/localization/index.d.ts +28 -0
  2202. package/lib/typescript/core/localization/index.d.ts.map +1 -0
  2203. package/lib/typescript/core/localization/resolveString.d.ts +82 -0
  2204. package/lib/typescript/core/localization/resolveString.d.ts.map +1 -0
  2205. package/lib/typescript/core/localization/useString.d.ts +23 -0
  2206. package/lib/typescript/core/localization/useString.d.ts.map +1 -0
  2207. package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -1
  2208. package/lib/typescript/core/routes/AmityChatEntry.d.ts +2 -0
  2209. package/lib/typescript/core/routes/AmityChatEntry.d.ts.map +1 -0
  2210. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts +5 -1
  2211. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -1
  2212. package/lib/typescript/core/routes/RouteParamList.d.ts +40 -0
  2213. package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -1
  2214. package/lib/typescript/core/stores/slices/toastSlice.d.ts +1 -0
  2215. package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -1
  2216. package/lib/typescript/core/utils/abbreviateCount.d.ts +2 -0
  2217. package/lib/typescript/core/utils/abbreviateCount.d.ts.map +1 -0
  2218. package/lib/typescript/index.d.ts +2 -2
  2219. package/lib/typescript/index.d.ts.map +1 -1
  2220. package/lib/typescript/social/components/Toast/index.d.ts.map +1 -1
  2221. package/lib/typescript/social/components/Toast/styles.d.ts +3 -1
  2222. package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -1
  2223. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts +36 -0
  2224. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts.map +1 -0
  2225. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts +3 -0
  2226. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts.map +1 -0
  2227. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts +106 -0
  2228. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts.map +1 -0
  2229. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts +7 -0
  2230. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts.map +1 -0
  2231. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts +2 -0
  2232. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts.map +1 -0
  2233. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts +10 -0
  2234. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts.map +1 -0
  2235. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts +20 -0
  2236. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts.map +1 -0
  2237. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts +2 -0
  2238. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts.map +1 -0
  2239. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts +10 -0
  2240. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts.map +1 -0
  2241. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts +7 -0
  2242. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts.map +1 -0
  2243. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts +2 -0
  2244. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts.map +1 -0
  2245. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts +45 -0
  2246. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts.map +1 -0
  2247. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts +42 -0
  2248. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts.map +1 -0
  2249. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts +3 -0
  2250. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts.map +1 -0
  2251. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts +37 -0
  2252. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts.map +1 -0
  2253. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts +25 -0
  2254. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts.map +1 -0
  2255. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts +2 -0
  2256. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts.map +1 -0
  2257. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts +195 -0
  2258. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts.map +1 -0
  2259. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts +11 -0
  2260. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts.map +1 -0
  2261. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts +2 -0
  2262. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts.map +1 -0
  2263. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts +140 -0
  2264. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts.map +1 -0
  2265. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts +5 -0
  2266. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts.map +1 -0
  2267. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts +11 -0
  2268. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts.map +1 -0
  2269. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts +3 -0
  2270. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts.map +1 -0
  2271. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts +34 -0
  2272. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts.map +1 -0
  2273. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts +5 -0
  2274. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts.map +1 -0
  2275. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts +3 -0
  2276. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts.map +1 -0
  2277. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts +6 -0
  2278. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts.map +1 -0
  2279. package/lib/typescript/social/features/chat/constants/index.d.ts +4 -0
  2280. package/lib/typescript/social/features/chat/constants/index.d.ts.map +1 -0
  2281. package/lib/typescript/social/features/chat/constants/list.d.ts +3 -0
  2282. package/lib/typescript/social/features/chat/constants/list.d.ts.map +1 -0
  2283. package/lib/typescript/social/features/chat/constants/search.d.ts +8 -0
  2284. package/lib/typescript/social/features/chat/constants/search.d.ts.map +1 -0
  2285. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts +2 -0
  2286. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts.map +1 -0
  2287. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts +2 -0
  2288. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts.map +1 -0
  2289. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts +22 -0
  2290. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts.map +1 -0
  2291. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts +29 -0
  2292. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts.map +1 -0
  2293. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts +3 -0
  2294. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts.map +1 -0
  2295. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts +35 -0
  2296. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts.map +1 -0
  2297. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts +10 -0
  2298. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts.map +1 -0
  2299. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts +3 -0
  2300. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts.map +1 -0
  2301. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts +35 -0
  2302. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts.map +1 -0
  2303. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts +12 -0
  2304. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts.map +1 -0
  2305. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts +3 -0
  2306. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts.map +1 -0
  2307. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts +9 -0
  2308. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts.map +1 -0
  2309. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts +3 -0
  2310. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts.map +1 -0
  2311. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts +11 -0
  2312. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts.map +1 -0
  2313. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts +6 -0
  2314. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts.map +1 -0
  2315. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts +3 -0
  2316. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts.map +1 -0
  2317. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts +16 -0
  2318. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts.map +1 -0
  2319. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts +11 -0
  2320. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts.map +1 -0
  2321. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts +3 -0
  2322. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts.map +1 -0
  2323. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts +58 -0
  2324. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts.map +1 -0
  2325. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts +12 -0
  2326. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts.map +1 -0
  2327. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts +3 -0
  2328. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts.map +1 -0
  2329. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts +47 -0
  2330. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts.map +1 -0
  2331. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts +10 -0
  2332. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts.map +1 -0
  2333. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts +2 -0
  2334. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts.map +1 -0
  2335. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts +40 -0
  2336. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts.map +1 -0
  2337. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts +2 -0
  2338. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts.map +1 -0
  2339. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts +2 -0
  2340. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts.map +1 -0
  2341. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts +17 -0
  2342. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts.map +1 -0
  2343. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts +2 -0
  2344. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts.map +1 -0
  2345. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts +2 -0
  2346. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts.map +1 -0
  2347. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts +2 -0
  2348. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts.map +1 -0
  2349. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts +33 -0
  2350. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts.map +1 -0
  2351. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts +6 -0
  2352. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts.map +1 -0
  2353. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts +2 -0
  2354. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts.map +1 -0
  2355. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts +3 -0
  2356. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts.map +1 -0
  2357. package/lib/typescript/social/features/chat/features/archive/index.d.ts +2 -0
  2358. package/lib/typescript/social/features/chat/features/archive/index.d.ts.map +1 -0
  2359. package/lib/typescript/social/features/chat/features/archive/styles.d.ts +11 -0
  2360. package/lib/typescript/social/features/chat/features/archive/styles.d.ts.map +1 -0
  2361. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts +7 -0
  2362. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts.map +1 -0
  2363. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts +12 -0
  2364. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts.map +1 -0
  2365. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts +2 -0
  2366. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts.map +1 -0
  2367. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts +44 -0
  2368. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts.map +1 -0
  2369. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts +45 -0
  2370. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts.map +1 -0
  2371. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts +2 -0
  2372. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts.map +1 -0
  2373. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts +32 -0
  2374. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts.map +1 -0
  2375. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts +29 -0
  2376. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts.map +1 -0
  2377. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts +2 -0
  2378. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts.map +1 -0
  2379. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts +61 -0
  2380. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts.map +1 -0
  2381. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts +4 -0
  2382. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts.map +1 -0
  2383. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts +2 -0
  2384. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts.map +1 -0
  2385. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts +8 -0
  2386. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts.map +1 -0
  2387. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts +2 -0
  2388. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts.map +1 -0
  2389. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts +14 -0
  2390. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts.map +1 -0
  2391. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts +11 -0
  2392. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts.map +1 -0
  2393. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts +2 -0
  2394. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts.map +1 -0
  2395. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts +40 -0
  2396. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts.map +1 -0
  2397. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts +7 -0
  2398. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts.map +1 -0
  2399. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts +2 -0
  2400. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts.map +1 -0
  2401. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts +8 -0
  2402. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts.map +1 -0
  2403. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts +4 -0
  2404. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts.map +1 -0
  2405. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts +4 -0
  2406. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts.map +1 -0
  2407. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts +8 -0
  2408. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts.map +1 -0
  2409. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts +14 -0
  2410. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts.map +1 -0
  2411. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts +2 -0
  2412. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts.map +1 -0
  2413. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts +10 -0
  2414. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts.map +1 -0
  2415. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts +82 -0
  2416. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts.map +1 -0
  2417. package/lib/typescript/social/features/chat/features/conversation/index.d.ts +3 -0
  2418. package/lib/typescript/social/features/chat/features/conversation/index.d.ts.map +1 -0
  2419. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts +10 -0
  2420. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts.map +1 -0
  2421. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts +6 -0
  2422. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts.map +1 -0
  2423. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts +7 -0
  2424. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts.map +1 -0
  2425. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts +2 -0
  2426. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts.map +1 -0
  2427. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts +13 -0
  2428. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts.map +1 -0
  2429. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts +10 -0
  2430. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts.map +1 -0
  2431. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts +2 -0
  2432. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts.map +1 -0
  2433. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts +14 -0
  2434. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts.map +1 -0
  2435. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
  2436. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
  2437. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts +2 -0
  2438. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts.map +1 -0
  2439. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts +18 -0
  2440. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
  2441. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts +8 -0
  2442. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts.map +1 -0
  2443. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts +2 -0
  2444. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts.map +1 -0
  2445. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts +31 -0
  2446. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts.map +1 -0
  2447. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts +5 -0
  2448. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts.map +1 -0
  2449. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts +2 -0
  2450. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts.map +1 -0
  2451. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts +23 -0
  2452. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts.map +1 -0
  2453. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts +2 -0
  2454. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts.map +1 -0
  2455. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts +14 -0
  2456. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts.map +1 -0
  2457. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts +6 -0
  2458. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts.map +1 -0
  2459. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts +8 -0
  2460. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts.map +1 -0
  2461. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts +2 -0
  2462. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts.map +1 -0
  2463. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts +14 -0
  2464. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts.map +1 -0
  2465. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts +6 -0
  2466. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts.map +1 -0
  2467. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts +2 -0
  2468. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts.map +1 -0
  2469. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts +3 -0
  2470. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts.map +1 -0
  2471. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts +2 -0
  2472. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts.map +1 -0
  2473. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts +13 -0
  2474. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts.map +1 -0
  2475. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts +2 -0
  2476. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts.map +1 -0
  2477. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts +14 -0
  2478. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts.map +1 -0
  2479. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts +7 -0
  2480. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts.map +1 -0
  2481. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts +2 -0
  2482. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts.map +1 -0
  2483. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts +2 -0
  2484. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts.map +1 -0
  2485. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts +26 -0
  2486. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts.map +1 -0
  2487. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts +10 -0
  2488. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts.map +1 -0
  2489. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts +2 -0
  2490. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts.map +1 -0
  2491. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts +53 -0
  2492. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts.map +1 -0
  2493. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts +3 -0
  2494. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts.map +1 -0
  2495. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts +2 -0
  2496. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts.map +1 -0
  2497. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts +91 -0
  2498. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts.map +1 -0
  2499. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts +3 -0
  2500. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts.map +1 -0
  2501. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts +10 -0
  2502. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts.map +1 -0
  2503. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts +3 -0
  2504. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts.map +1 -0
  2505. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts +8 -0
  2506. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts.map +1 -0
  2507. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts +2 -0
  2508. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts.map +1 -0
  2509. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts +9 -0
  2510. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts.map +1 -0
  2511. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts +2 -0
  2512. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts.map +1 -0
  2513. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts +22 -0
  2514. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts.map +1 -0
  2515. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts +17 -0
  2516. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts.map +1 -0
  2517. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts +2 -0
  2518. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts.map +1 -0
  2519. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts +54 -0
  2520. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts.map +1 -0
  2521. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts +4 -0
  2522. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts.map +1 -0
  2523. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts +3 -0
  2524. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts.map +1 -0
  2525. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts +34 -0
  2526. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts.map +1 -0
  2527. package/lib/typescript/social/features/chat/features/group/create/index.d.ts +3 -0
  2528. package/lib/typescript/social/features/chat/features/group/create/index.d.ts.map +1 -0
  2529. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts +15 -0
  2530. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts.map +1 -0
  2531. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts +2 -0
  2532. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts.map +1 -0
  2533. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts +2 -0
  2534. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts.map +1 -0
  2535. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts +3 -0
  2536. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts.map +1 -0
  2537. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts +7 -0
  2538. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts.map +1 -0
  2539. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts +2 -0
  2540. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts.map +1 -0
  2541. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts +18 -0
  2542. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts.map +1 -0
  2543. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts +7 -0
  2544. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts.map +1 -0
  2545. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts +2 -0
  2546. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts.map +1 -0
  2547. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts +18 -0
  2548. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts.map +1 -0
  2549. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts +2 -0
  2550. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts.map +1 -0
  2551. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts +2 -0
  2552. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts.map +1 -0
  2553. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts +16 -0
  2554. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts.map +1 -0
  2555. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts +3 -0
  2556. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts.map +1 -0
  2557. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts +16 -0
  2558. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts.map +1 -0
  2559. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts +3 -0
  2560. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts.map +1 -0
  2561. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts +7 -0
  2562. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts.map +1 -0
  2563. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts +2 -0
  2564. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts.map +1 -0
  2565. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts +18 -0
  2566. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts.map +1 -0
  2567. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts +2 -0
  2568. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts.map +1 -0
  2569. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts +11 -0
  2570. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts.map +1 -0
  2571. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts +2 -0
  2572. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts.map +1 -0
  2573. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts +12 -0
  2574. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts.map +1 -0
  2575. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts +3 -0
  2576. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts.map +1 -0
  2577. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts +22 -0
  2578. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts.map +1 -0
  2579. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts +3 -0
  2580. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts.map +1 -0
  2581. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts +8 -0
  2582. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts.map +1 -0
  2583. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts +2 -0
  2584. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts.map +1 -0
  2585. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts +2 -0
  2586. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts.map +1 -0
  2587. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts +2 -0
  2588. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts.map +1 -0
  2589. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts +14 -0
  2590. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts.map +1 -0
  2591. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts +3 -0
  2592. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts.map +1 -0
  2593. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts +15 -0
  2594. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts.map +1 -0
  2595. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts +7 -0
  2596. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts.map +1 -0
  2597. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts +8 -0
  2598. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts.map +1 -0
  2599. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts +2 -0
  2600. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts.map +1 -0
  2601. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts +16 -0
  2602. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts.map +1 -0
  2603. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts +2 -0
  2604. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts.map +1 -0
  2605. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts +45 -0
  2606. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts.map +1 -0
  2607. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts +8 -0
  2608. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts.map +1 -0
  2609. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts +2 -0
  2610. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts.map +1 -0
  2611. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts +11 -0
  2612. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts.map +1 -0
  2613. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts +10 -0
  2614. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts.map +1 -0
  2615. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts +2 -0
  2616. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts.map +1 -0
  2617. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts +12 -0
  2618. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts.map +1 -0
  2619. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts +5 -0
  2620. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts.map +1 -0
  2621. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts +2 -0
  2622. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts.map +1 -0
  2623. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts +12 -0
  2624. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts.map +1 -0
  2625. package/lib/typescript/social/features/chat/features/group/members/index.d.ts +2 -0
  2626. package/lib/typescript/social/features/chat/features/group/members/index.d.ts.map +1 -0
  2627. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts +10 -0
  2628. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts.map +1 -0
  2629. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts +3 -0
  2630. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts.map +1 -0
  2631. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts +8 -0
  2632. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts.map +1 -0
  2633. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts +2 -0
  2634. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts.map +1 -0
  2635. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts +31 -0
  2636. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts.map +1 -0
  2637. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts +2 -0
  2638. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts.map +1 -0
  2639. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts +2 -0
  2640. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts.map +1 -0
  2641. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts +19 -0
  2642. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts.map +1 -0
  2643. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts +3 -0
  2644. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts.map +1 -0
  2645. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts +2 -0
  2646. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts.map +1 -0
  2647. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts +16 -0
  2648. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts.map +1 -0
  2649. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts +3 -0
  2650. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts.map +1 -0
  2651. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts +11 -0
  2652. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts.map +1 -0
  2653. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts +3 -0
  2654. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts.map +1 -0
  2655. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts +12 -0
  2656. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts.map +1 -0
  2657. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts +2 -0
  2658. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts.map +1 -0
  2659. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts +14 -0
  2660. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts.map +1 -0
  2661. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
  2662. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
  2663. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts +2 -0
  2664. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts.map +1 -0
  2665. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts +18 -0
  2666. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
  2667. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts +10 -0
  2668. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts.map +1 -0
  2669. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts +2 -0
  2670. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts.map +1 -0
  2671. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts +30 -0
  2672. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts.map +1 -0
  2673. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts +8 -0
  2674. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts.map +1 -0
  2675. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts +2 -0
  2676. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts.map +1 -0
  2677. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts +11 -0
  2678. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts.map +1 -0
  2679. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts +5 -0
  2680. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts.map +1 -0
  2681. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts +2 -0
  2682. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts.map +1 -0
  2683. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts +3 -0
  2684. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts.map +1 -0
  2685. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts +22 -0
  2686. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts.map +1 -0
  2687. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts +3 -0
  2688. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts.map +1 -0
  2689. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts +10 -0
  2690. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts.map +1 -0
  2691. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts +3 -0
  2692. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts.map +1 -0
  2693. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts +7 -0
  2694. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts.map +1 -0
  2695. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts +2 -0
  2696. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts.map +1 -0
  2697. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts +2 -0
  2698. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts.map +1 -0
  2699. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts +2 -0
  2700. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts.map +1 -0
  2701. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts +20 -0
  2702. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts.map +1 -0
  2703. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts +3 -0
  2704. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts.map +1 -0
  2705. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts +36 -0
  2706. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts.map +1 -0
  2707. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts +8 -0
  2708. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts.map +1 -0
  2709. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts +14 -0
  2710. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts.map +1 -0
  2711. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts +3 -0
  2712. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts.map +1 -0
  2713. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts +78 -0
  2714. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts.map +1 -0
  2715. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts +2 -0
  2716. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts.map +1 -0
  2717. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts +2 -0
  2718. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts.map +1 -0
  2719. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts +33 -0
  2720. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts.map +1 -0
  2721. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts +2 -0
  2722. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts.map +1 -0
  2723. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts +2 -0
  2724. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts.map +1 -0
  2725. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts +20 -0
  2726. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts.map +1 -0
  2727. package/lib/typescript/social/features/chat/features/home/components/index.d.ts +4 -0
  2728. package/lib/typescript/social/features/chat/features/home/components/index.d.ts.map +1 -0
  2729. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts +2 -0
  2730. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts.map +1 -0
  2731. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts +2 -0
  2732. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts.map +1 -0
  2733. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts +14 -0
  2734. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts.map +1 -0
  2735. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts +9 -0
  2736. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts.map +1 -0
  2737. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts +2 -0
  2738. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts.map +1 -0
  2739. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts +14 -0
  2740. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts.map +1 -0
  2741. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts +2 -0
  2742. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts.map +1 -0
  2743. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts +2 -0
  2744. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts.map +1 -0
  2745. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts +14 -0
  2746. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts.map +1 -0
  2747. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts +2 -0
  2748. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts.map +1 -0
  2749. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts +2 -0
  2750. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts.map +1 -0
  2751. package/lib/typescript/social/features/chat/features/home/index.d.ts +4 -0
  2752. package/lib/typescript/social/features/chat/features/home/index.d.ts.map +1 -0
  2753. package/lib/typescript/social/features/chat/features/home/styles.d.ts +15 -0
  2754. package/lib/typescript/social/features/chat/features/home/styles.d.ts.map +1 -0
  2755. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts +2 -0
  2756. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts.map +1 -0
  2757. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts +9 -0
  2758. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts.map +1 -0
  2759. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts +2 -0
  2760. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts.map +1 -0
  2761. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts +20 -0
  2762. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts.map +1 -0
  2763. package/lib/typescript/social/features/chat/features/search/components/index.d.ts +2 -0
  2764. package/lib/typescript/social/features/chat/features/search/components/index.d.ts.map +1 -0
  2765. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts +2 -0
  2766. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts.map +1 -0
  2767. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts +13 -0
  2768. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts.map +1 -0
  2769. package/lib/typescript/social/features/chat/features/search/index.d.ts +2 -0
  2770. package/lib/typescript/social/features/chat/features/search/index.d.ts.map +1 -0
  2771. package/lib/typescript/social/features/chat/features/search/styles.d.ts +14 -0
  2772. package/lib/typescript/social/features/chat/features/search/styles.d.ts.map +1 -0
  2773. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts +8 -0
  2774. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts.map +1 -0
  2775. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts +2 -0
  2776. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts.map +1 -0
  2777. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts +17 -0
  2778. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts.map +1 -0
  2779. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts +8 -0
  2780. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts.map +1 -0
  2781. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts +2 -0
  2782. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts.map +1 -0
  2783. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts +79 -0
  2784. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts.map +1 -0
  2785. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts +6 -0
  2786. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts.map +1 -0
  2787. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts +2 -0
  2788. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts.map +1 -0
  2789. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts +28 -0
  2790. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts.map +1 -0
  2791. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts +6 -0
  2792. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts.map +1 -0
  2793. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts +2 -0
  2794. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts.map +1 -0
  2795. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts +20 -0
  2796. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts.map +1 -0
  2797. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts +7 -0
  2798. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts.map +1 -0
  2799. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts +2 -0
  2800. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts.map +1 -0
  2801. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts +19 -0
  2802. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts.map +1 -0
  2803. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts +7 -0
  2804. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts.map +1 -0
  2805. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts +2 -0
  2806. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts.map +1 -0
  2807. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts +22 -0
  2808. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts.map +1 -0
  2809. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts +10 -0
  2810. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts.map +1 -0
  2811. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts +2 -0
  2812. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts.map +1 -0
  2813. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts +49 -0
  2814. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts.map +1 -0
  2815. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts +14 -0
  2816. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts.map +1 -0
  2817. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts +2 -0
  2818. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts.map +1 -0
  2819. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts +69 -0
  2820. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts.map +1 -0
  2821. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts +9 -0
  2822. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts.map +1 -0
  2823. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts +2 -0
  2824. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts.map +1 -0
  2825. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts +46 -0
  2826. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts.map +1 -0
  2827. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts +9 -0
  2828. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts.map +1 -0
  2829. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts +2 -0
  2830. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts.map +1 -0
  2831. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts +54 -0
  2832. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts.map +1 -0
  2833. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts +13 -0
  2834. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts.map +1 -0
  2835. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts +7 -0
  2836. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts.map +1 -0
  2837. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts +2 -0
  2838. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts.map +1 -0
  2839. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts +38 -0
  2840. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts.map +1 -0
  2841. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts +23 -0
  2842. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts.map +1 -0
  2843. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts +2 -0
  2844. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts.map +1 -0
  2845. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts +110 -0
  2846. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts.map +1 -0
  2847. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts +11 -0
  2848. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts.map +1 -0
  2849. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts +2 -0
  2850. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts.map +1 -0
  2851. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts +60 -0
  2852. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts.map +1 -0
  2853. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts +14 -0
  2854. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts.map +1 -0
  2855. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts +2 -0
  2856. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts.map +1 -0
  2857. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts +110 -0
  2858. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts.map +1 -0
  2859. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts +14 -0
  2860. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts.map +1 -0
  2861. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts +6 -0
  2862. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts.map +1 -0
  2863. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts +2 -0
  2864. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts.map +1 -0
  2865. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts +18 -0
  2866. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts.map +1 -0
  2867. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts +7 -0
  2868. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts.map +1 -0
  2869. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts +2 -0
  2870. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts.map +1 -0
  2871. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts +57 -0
  2872. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts.map +1 -0
  2873. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts +6 -0
  2874. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts.map +1 -0
  2875. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts +2 -0
  2876. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts.map +1 -0
  2877. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts +10 -0
  2878. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts.map +1 -0
  2879. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts +6 -0
  2880. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts.map +1 -0
  2881. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts +3 -0
  2882. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts.map +1 -0
  2883. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts +27 -0
  2884. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts.map +1 -0
  2885. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts +18 -0
  2886. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
  2887. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts +17 -0
  2888. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts.map +1 -0
  2889. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts +2 -0
  2890. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts.map +1 -0
  2891. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts +53 -0
  2892. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts.map +1 -0
  2893. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts +9 -0
  2894. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts.map +1 -0
  2895. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts +2 -0
  2896. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts.map +1 -0
  2897. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts +47 -0
  2898. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts.map +1 -0
  2899. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts +3 -0
  2900. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts.map +1 -0
  2901. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts +2 -0
  2902. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts.map +1 -0
  2903. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts +15 -0
  2904. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts.map +1 -0
  2905. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts +7 -0
  2906. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts.map +1 -0
  2907. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts +2 -0
  2908. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts.map +1 -0
  2909. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts +17 -0
  2910. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts.map +1 -0
  2911. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts +12 -0
  2912. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts.map +1 -0
  2913. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts +27 -0
  2914. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts.map +1 -0
  2915. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts +86 -0
  2916. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts.map +1 -0
  2917. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts +12 -0
  2918. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts.map +1 -0
  2919. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts +8 -0
  2920. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts.map +1 -0
  2921. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts +22 -0
  2922. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts.map +1 -0
  2923. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts +80 -0
  2924. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts.map +1 -0
  2925. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts +12 -0
  2926. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts.map +1 -0
  2927. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts +16 -0
  2928. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts.map +1 -0
  2929. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts +19 -0
  2930. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts.map +1 -0
  2931. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts +8 -0
  2932. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts.map +1 -0
  2933. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts +11 -0
  2934. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts.map +1 -0
  2935. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts +18 -0
  2936. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts.map +1 -0
  2937. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts +8 -0
  2938. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts.map +1 -0
  2939. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts +17 -0
  2940. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts.map +1 -0
  2941. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts +11 -0
  2942. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts.map +1 -0
  2943. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts +10 -0
  2944. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts.map +1 -0
  2945. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts +13 -0
  2946. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts.map +1 -0
  2947. package/lib/typescript/social/features/chat/hooks/index.d.ts +12 -0
  2948. package/lib/typescript/social/features/chat/hooks/index.d.ts.map +1 -0
  2949. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts +5 -0
  2950. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts.map +1 -0
  2951. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts +11 -0
  2952. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts.map +1 -0
  2953. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts +8 -0
  2954. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts.map +1 -0
  2955. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts +19 -0
  2956. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts.map +1 -0
  2957. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts +5 -0
  2958. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts.map +1 -0
  2959. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts +8 -0
  2960. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts.map +1 -0
  2961. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts +10 -0
  2962. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts.map +1 -0
  2963. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts +17 -0
  2964. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts.map +1 -0
  2965. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts +13 -0
  2966. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts.map +1 -0
  2967. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts +2 -0
  2968. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts.map +1 -0
  2969. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts +12 -0
  2970. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts.map +1 -0
  2971. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts +15 -0
  2972. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts.map +1 -0
  2973. package/lib/typescript/social/features/chat/hooks/useMention.d.ts +28 -0
  2974. package/lib/typescript/social/features/chat/hooks/useMention.d.ts.map +1 -0
  2975. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts +5 -0
  2976. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts.map +1 -0
  2977. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts +2 -0
  2978. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts.map +1 -0
  2979. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts +2 -0
  2980. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts.map +1 -0
  2981. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts +2 -0
  2982. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts.map +1 -0
  2983. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts +9 -0
  2984. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts.map +1 -0
  2985. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts +2 -0
  2986. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts.map +1 -0
  2987. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts +2 -0
  2988. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts.map +1 -0
  2989. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts +10 -0
  2990. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts.map +1 -0
  2991. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts +2 -0
  2992. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts.map +1 -0
  2993. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts +9 -0
  2994. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts.map +1 -0
  2995. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts +2 -0
  2996. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts.map +1 -0
  2997. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts +10 -0
  2998. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts.map +1 -0
  2999. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts +2 -0
  3000. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts.map +1 -0
  3001. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts +2 -0
  3002. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts.map +1 -0
  3003. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts +2 -0
  3004. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts.map +1 -0
  3005. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts +2 -0
  3006. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts.map +1 -0
  3007. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts +2 -0
  3008. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts.map +1 -0
  3009. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts +2 -0
  3010. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts.map +1 -0
  3011. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts +2 -0
  3012. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts.map +1 -0
  3013. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts +2 -0
  3014. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts.map +1 -0
  3015. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts +2 -0
  3016. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts.map +1 -0
  3017. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts +2 -0
  3018. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts.map +1 -0
  3019. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts +12 -0
  3020. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts.map +1 -0
  3021. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts +4 -0
  3022. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts.map +1 -0
  3023. package/lib/typescript/social/features/chat/utils/previewLink.d.ts +3 -0
  3024. package/lib/typescript/social/features/chat/utils/previewLink.d.ts.map +1 -0
  3025. package/lib/typescript/social/features/chat/utils/timestamp.d.ts +3 -0
  3026. package/lib/typescript/social/features/chat/utils/timestamp.d.ts.map +1 -0
  3027. package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +15 -15
  3028. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +5 -5
  3029. package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +10 -10
  3030. package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +15 -15
  3031. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +1 -0
  3032. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -1
  3033. package/package.json +12 -7
  3034. package/src/core/assets/icons/emptyCommunity2.tsx +46 -0
  3035. package/src/core/design/atoms/Avatar/Avatar.tsx +93 -0
  3036. package/src/core/design/atoms/Avatar/index.ts +9 -0
  3037. package/src/core/design/atoms/Avatar/styles.ts +109 -0
  3038. package/src/core/design/atoms/Badge/Badge.tsx +103 -0
  3039. package/src/core/design/atoms/Badge/index.ts +10 -0
  3040. package/src/core/design/atoms/Badge/styles.ts +158 -0
  3041. package/src/core/design/atoms/Button/Button.tsx +112 -0
  3042. package/src/core/design/atoms/Button/Icon/Icon.tsx +87 -0
  3043. package/src/core/design/atoms/Button/Icon/index.ts +7 -0
  3044. package/src/core/design/atoms/Button/Icon/styles.ts +166 -0
  3045. package/src/core/design/atoms/Button/index.ts +18 -0
  3046. package/src/core/design/atoms/Button/styles.ts +309 -0
  3047. package/src/core/design/atoms/Divider/Divider.tsx +37 -0
  3048. package/src/core/design/atoms/Divider/index.ts +6 -0
  3049. package/src/core/design/atoms/Divider/styles.ts +44 -0
  3050. package/src/core/design/atoms/Input/Boxed/Boxed.tsx +97 -0
  3051. package/src/core/design/atoms/Input/Boxed/index.ts +2 -0
  3052. package/src/core/design/atoms/Input/Boxed/styles.ts +103 -0
  3053. package/src/core/design/atoms/Input/Chip/Chip.tsx +105 -0
  3054. package/src/core/design/atoms/Input/Chip/index.ts +2 -0
  3055. package/src/core/design/atoms/Input/Chip/styles.ts +95 -0
  3056. package/src/core/design/atoms/Input/Input.tsx +14 -0
  3057. package/src/core/design/atoms/Input/Text/Text.tsx +118 -0
  3058. package/src/core/design/atoms/Input/Text/index.ts +2 -0
  3059. package/src/core/design/atoms/Input/Text/styles.ts +137 -0
  3060. package/src/core/design/atoms/Input/User/User.tsx +53 -0
  3061. package/src/core/design/atoms/Input/User/index.ts +2 -0
  3062. package/src/core/design/atoms/Input/User/styles.ts +62 -0
  3063. package/src/core/design/atoms/Input/index.ts +9 -0
  3064. package/src/core/design/atoms/Loader/Loader.tsx +10 -0
  3065. package/src/core/design/atoms/Loader/Spinner/Spinner.tsx +30 -0
  3066. package/src/core/design/atoms/Loader/Spinner/index.ts +2 -0
  3067. package/src/core/design/atoms/Loader/Spinner/styles.ts +21 -0
  3068. package/src/core/design/atoms/Loader/Upload/Upload.tsx +119 -0
  3069. package/src/core/design/atoms/Loader/Upload/index.ts +2 -0
  3070. package/src/core/design/atoms/Loader/Upload/styles.ts +57 -0
  3071. package/src/core/design/atoms/Loader/index.ts +5 -0
  3072. package/src/core/design/atoms/Selection/Selection.tsx +96 -0
  3073. package/src/core/design/atoms/Selection/index.ts +2 -0
  3074. package/src/core/design/atoms/Selection/styles.ts +133 -0
  3075. package/src/core/design/atoms/Tab/Tab.tsx +65 -0
  3076. package/src/core/design/atoms/Tab/index.ts +2 -0
  3077. package/src/core/design/atoms/Tab/styles.ts +109 -0
  3078. package/src/core/design/components/Menu/Menu.tsx +92 -0
  3079. package/src/core/design/components/Menu/index.ts +2 -0
  3080. package/src/core/design/components/Menu/styles.ts +87 -0
  3081. package/src/core/design/components/MenuOptionButton/MenuOptionButton.tsx +36 -0
  3082. package/src/core/design/components/MenuOptionButton/index.ts +2 -0
  3083. package/src/core/design/components/MenuOptionButton/styles.ts +35 -0
  3084. package/src/core/design/components/Popover/Popover.tsx +149 -0
  3085. package/src/core/design/components/Popover/index.ts +2 -0
  3086. package/src/core/design/components/Popover/styles.ts +38 -0
  3087. package/src/core/design/components/Skeleton/Skeleton.tsx +72 -0
  3088. package/src/core/design/components/Skeleton/index.ts +2 -0
  3089. package/src/core/design/components/Skeleton/styles.ts +17 -0
  3090. package/src/core/design/components/TextEditor/TextEditor.tsx +262 -0
  3091. package/src/core/design/components/TextEditor/index.ts +4 -0
  3092. package/src/core/design/components/TextEditor/styles.ts +58 -0
  3093. package/src/core/design/components/TextEditor/utils.ts +145 -0
  3094. package/src/core/design/components/Typography/Typography.tsx +38 -0
  3095. package/src/core/design/components/Typography/index.ts +2 -0
  3096. package/src/core/design/components/Typography/styles.ts +31 -0
  3097. package/src/core/design/elements/ModeratorBadge/ModeratorBadge.tsx +21 -0
  3098. package/src/core/design/elements/ModeratorBadge/index.ts +2 -0
  3099. package/src/core/design/elements/PrivateBadge/PrivateBadge.tsx +29 -0
  3100. package/src/core/design/elements/PrivateBadge/index.ts +2 -0
  3101. package/src/core/design/icons/AmityIcon.tsx +28 -0
  3102. package/src/core/design/icons/generated/iconRegistry.ts +697 -0
  3103. package/src/core/design/icons/index.ts +9 -0
  3104. package/src/core/design/molecules/SearchInput/SearchInput.tsx +58 -0
  3105. package/src/core/design/molecules/SearchInput/index.ts +2 -0
  3106. package/src/core/design/molecules/SearchInput/styles.ts +23 -0
  3107. package/src/core/design/molecules/Tabs/Tabs.tsx +46 -0
  3108. package/src/core/design/molecules/Tabs/index.ts +2 -0
  3109. package/src/core/design/molecules/Tabs/styles.ts +25 -0
  3110. package/src/core/design/theme/AmityForceMode.tsx +24 -0
  3111. package/src/core/design/theme/AmityThemeProvider.tsx +85 -0
  3112. package/src/core/design/theme/index.ts +18 -0
  3113. package/src/core/design/theme/resolveTokens.ts +53 -0
  3114. package/src/core/design/theme/useToken.ts +17 -0
  3115. package/src/core/design/tokens/CHECKSUMS.json +9 -0
  3116. package/src/core/design/tokens/amity-color-tokens.ts +733 -0
  3117. package/src/core/design/tokens/amity-uikit-config.json +1381 -0
  3118. package/src/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  3119. package/src/core/design/tokens/config-resolver.d.ts +55 -0
  3120. package/src/core/design/tokens/config-resolver.js +525 -0
  3121. package/src/core/design/tokens/geometry.json +2673 -0
  3122. package/src/core/design/tokens/spacing.ts +28 -0
  3123. package/src/core/index.tsx +1 -0
  3124. package/src/core/localization/LocaleProvider.tsx +187 -0
  3125. package/src/core/localization/defaultLocaleMap.ts +23 -0
  3126. package/src/core/localization/defaults/en.json +1175 -0
  3127. package/src/core/localization/defaults/en.ts +16 -0
  3128. package/src/core/localization/defaults/th.json +1174 -0
  3129. package/src/core/localization/defaults/th.ts +18 -0
  3130. package/src/core/localization/index.ts +41 -0
  3131. package/src/core/localization/resolveString.ts +176 -0
  3132. package/src/core/localization/useString.ts +30 -0
  3133. package/src/core/providers/AmityUIKitProvider.tsx +40 -29
  3134. package/src/core/routes/AmityChatEntry.tsx +8 -0
  3135. package/src/core/routes/AmityUIKitNavigator.tsx +86 -1
  3136. package/src/core/routes/RouteParamList.tsx +19 -0
  3137. package/src/core/stores/slices/toastSlice.ts +6 -0
  3138. package/src/core/utils/abbreviateCount.ts +13 -0
  3139. package/src/index.tsx +2 -0
  3140. package/src/social/components/Toast/index.tsx +55 -27
  3141. package/src/social/components/Toast/styles.ts +22 -3
  3142. package/src/social/features/chat/components/AmityChatListItem/AmityChatListItem.tsx +394 -0
  3143. package/src/social/features/chat/components/AmityChatListItem/index.ts +2 -0
  3144. package/src/social/features/chat/components/AmityChatListItem/styles.ts +125 -0
  3145. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.tsx +293 -0
  3146. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/index.ts +1 -0
  3147. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/styles.ts +23 -0
  3148. package/src/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.tsx +347 -0
  3149. package/src/social/features/chat/components/AmityGroupMemberActionComponent/index.ts +1 -0
  3150. package/src/social/features/chat/components/AmityGroupMemberActionComponent/styles.ts +20 -0
  3151. package/src/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.tsx +239 -0
  3152. package/src/social/features/chat/components/AmityMediaAttachmentPicker/index.ts +1 -0
  3153. package/src/social/features/chat/components/AmityMediaAttachmentPicker/styles.ts +66 -0
  3154. package/src/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.tsx +294 -0
  3155. package/src/social/features/chat/components/AmityMessageActionMenu/index.ts +5 -0
  3156. package/src/social/features/chat/components/AmityMessageActionMenu/styles.ts +48 -0
  3157. package/src/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.tsx +625 -0
  3158. package/src/social/features/chat/components/AmityMessageBubble/index.ts +1 -0
  3159. package/src/social/features/chat/components/AmityMessageBubble/styles.ts +252 -0
  3160. package/src/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.tsx +325 -0
  3161. package/src/social/features/chat/components/AmityMessageComposer/index.ts +1 -0
  3162. package/src/social/features/chat/components/AmityMessageComposer/styles.ts +173 -0
  3163. package/src/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.tsx +148 -0
  3164. package/src/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.tsx +94 -0
  3165. package/src/social/features/chat/components/AmitySearchChannelResults/index.ts +2 -0
  3166. package/src/social/features/chat/components/AmitySearchChannelResults/styles.ts +53 -0
  3167. package/src/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.tsx +174 -0
  3168. package/src/social/features/chat/components/AmitySearchMessageResults/index.ts +2 -0
  3169. package/src/social/features/chat/constants/errorResponse.ts +9 -0
  3170. package/src/social/features/chat/constants/index.ts +3 -0
  3171. package/src/social/features/chat/constants/list.ts +7 -0
  3172. package/src/social/features/chat/constants/search.ts +13 -0
  3173. package/src/social/features/chat/elements/ArchivedBadge/ArchivedBadge.tsx +27 -0
  3174. package/src/social/features/chat/elements/ArchivedBadge/index.ts +1 -0
  3175. package/src/social/features/chat/elements/ArchivedBadge/styles.ts +34 -0
  3176. package/src/social/features/chat/elements/Avatar/Avatar.tsx +165 -0
  3177. package/src/social/features/chat/elements/Avatar/index.ts +2 -0
  3178. package/src/social/features/chat/elements/Avatar/styles.ts +49 -0
  3179. package/src/social/features/chat/elements/AvatarPicker/AvatarPicker.tsx +73 -0
  3180. package/src/social/features/chat/elements/AvatarPicker/index.ts +2 -0
  3181. package/src/social/features/chat/elements/AvatarPicker/styles.ts +44 -0
  3182. package/src/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.tsx +61 -0
  3183. package/src/social/features/chat/elements/ConversationChatAvatar/index.ts +2 -0
  3184. package/src/social/features/chat/elements/GroupNameField/GroupNameField.tsx +61 -0
  3185. package/src/social/features/chat/elements/GroupNameField/index.ts +2 -0
  3186. package/src/social/features/chat/elements/GroupNameField/styles.ts +19 -0
  3187. package/src/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.tsx +36 -0
  3188. package/src/social/features/chat/elements/MediaUploadOverlay/index.ts +2 -0
  3189. package/src/social/features/chat/elements/MediaUploadOverlay/styles.ts +25 -0
  3190. package/src/social/features/chat/elements/ReactionPicker/ReactionPicker.tsx +97 -0
  3191. package/src/social/features/chat/elements/ReactionPicker/index.ts +2 -0
  3192. package/src/social/features/chat/elements/ReactionPicker/styles.ts +90 -0
  3193. package/src/social/features/chat/elements/SettingMenu/SettingMenu.tsx +86 -0
  3194. package/src/social/features/chat/elements/SettingMenu/index.ts +2 -0
  3195. package/src/social/features/chat/elements/SettingMenu/styles.ts +57 -0
  3196. package/src/social/features/chat/elements/TopBar/TopBar.tsx +61 -0
  3197. package/src/social/features/chat/elements/TopBar/index.ts +1 -0
  3198. package/src/social/features/chat/elements/TopBar/styles.ts +50 -0
  3199. package/src/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.tsx +48 -0
  3200. package/src/social/features/chat/elements/WaitingForNetwork/index.ts +1 -0
  3201. package/src/social/features/chat/elements/WaitingForNetwork/styles.ts +30 -0
  3202. package/src/social/features/chat/features/archive/ArchivedChat.tsx +28 -0
  3203. package/src/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.tsx +131 -0
  3204. package/src/social/features/chat/features/archive/components/ArchivedChannelList/index.ts +1 -0
  3205. package/src/social/features/chat/features/archive/components/ArchivedChannelList/styles.ts +56 -0
  3206. package/src/social/features/chat/features/archive/components/Header/Header.tsx +18 -0
  3207. package/src/social/features/chat/features/archive/components/Header/index.ts +1 -0
  3208. package/src/social/features/chat/features/archive/components/index.ts +2 -0
  3209. package/src/social/features/chat/features/archive/index.ts +1 -0
  3210. package/src/social/features/chat/features/archive/styles.ts +21 -0
  3211. package/src/social/features/chat/features/conversation/Chat.tsx +153 -0
  3212. package/src/social/features/chat/features/conversation/components/Header/Header.tsx +73 -0
  3213. package/src/social/features/chat/features/conversation/components/Header/index.ts +1 -0
  3214. package/src/social/features/chat/features/conversation/components/Header/styles.ts +56 -0
  3215. package/src/social/features/chat/features/conversation/components/MessageList/MessageList.tsx +235 -0
  3216. package/src/social/features/chat/features/conversation/components/MessageList/index.ts +1 -0
  3217. package/src/social/features/chat/features/conversation/components/MessageList/styles.ts +48 -0
  3218. package/src/social/features/chat/features/conversation/components/MessageRow/MessageRow.tsx +234 -0
  3219. package/src/social/features/chat/features/conversation/components/MessageRow/index.ts +1 -0
  3220. package/src/social/features/chat/features/conversation/components/MessageRow/styles.ts +78 -0
  3221. package/src/social/features/chat/features/conversation/components/index.ts +3 -0
  3222. package/src/social/features/chat/features/conversation/create/CreateConversation.tsx +36 -0
  3223. package/src/social/features/chat/features/conversation/create/components/Header/Header.tsx +42 -0
  3224. package/src/social/features/chat/features/conversation/create/components/Header/index.ts +1 -0
  3225. package/src/social/features/chat/features/conversation/create/components/Header/styles.ts +24 -0
  3226. package/src/social/features/chat/features/conversation/create/components/UserItem/UserItem.tsx +66 -0
  3227. package/src/social/features/chat/features/conversation/create/components/UserItem/index.ts +1 -0
  3228. package/src/social/features/chat/features/conversation/create/components/UserItem/styles.ts +51 -0
  3229. package/src/social/features/chat/features/conversation/create/components/UserList/UserList.tsx +86 -0
  3230. package/src/social/features/chat/features/conversation/create/components/UserList/index.ts +1 -0
  3231. package/src/social/features/chat/features/conversation/create/components/UserList/styles.ts +15 -0
  3232. package/src/social/features/chat/features/conversation/create/components/index.ts +3 -0
  3233. package/src/social/features/chat/features/conversation/create/hooks/index.ts +6 -0
  3234. package/src/social/features/chat/features/conversation/create/hooks/useCreateConversation.ts +74 -0
  3235. package/src/social/features/chat/features/conversation/create/hooks/useSearchUsers.ts +80 -0
  3236. package/src/social/features/chat/features/conversation/create/index.ts +1 -0
  3237. package/src/social/features/chat/features/conversation/create/styles.ts +20 -0
  3238. package/src/social/features/chat/features/conversation/hooks/useConversation.ts +53 -0
  3239. package/src/social/features/chat/features/conversation/index.ts +2 -0
  3240. package/src/social/features/chat/features/conversation/styles.ts +18 -0
  3241. package/src/social/features/chat/features/group/add-member/AddGroupMember.tsx +61 -0
  3242. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.tsx +40 -0
  3243. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/index.ts +1 -0
  3244. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/styles.ts +22 -0
  3245. package/src/social/features/chat/features/group/add-member/components/Header/Header.tsx +50 -0
  3246. package/src/social/features/chat/features/group/add-member/components/Header/index.ts +1 -0
  3247. package/src/social/features/chat/features/group/add-member/components/Header/styles.ts +23 -0
  3248. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
  3249. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.ts +1 -0
  3250. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.ts +29 -0
  3251. package/src/social/features/chat/features/group/add-member/components/UserList/UserList.tsx +157 -0
  3252. package/src/social/features/chat/features/group/add-member/components/UserList/index.ts +1 -0
  3253. package/src/social/features/chat/features/group/add-member/components/UserList/styles.ts +40 -0
  3254. package/src/social/features/chat/features/group/add-member/components/index.ts +4 -0
  3255. package/src/social/features/chat/features/group/add-member/hooks/index.ts +1 -0
  3256. package/src/social/features/chat/features/group/add-member/hooks/useAddGroupMember.ts +112 -0
  3257. package/src/social/features/chat/features/group/add-member/index.ts +1 -0
  3258. package/src/social/features/chat/features/group/add-member/styles.ts +23 -0
  3259. package/src/social/features/chat/features/group/banned-members/BannedGroupMembers.tsx +56 -0
  3260. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.tsx +126 -0
  3261. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/index.ts +1 -0
  3262. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.ts +20 -0
  3263. package/src/social/features/chat/features/group/banned-members/components/Header/Header.tsx +17 -0
  3264. package/src/social/features/chat/features/group/banned-members/components/Header/index.ts +1 -0
  3265. package/src/social/features/chat/features/group/banned-members/components/index.ts +2 -0
  3266. package/src/social/features/chat/features/group/banned-members/hooks/index.ts +1 -0
  3267. package/src/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.ts +75 -0
  3268. package/src/social/features/chat/features/group/banned-members/index.ts +1 -0
  3269. package/src/social/features/chat/features/group/banned-members/styles.ts +23 -0
  3270. package/src/social/features/chat/features/group/chat/GroupChat.tsx +150 -0
  3271. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.tsx +34 -0
  3272. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/index.ts +1 -0
  3273. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/styles.ts +27 -0
  3274. package/src/social/features/chat/features/group/chat/components/Header/Header.tsx +92 -0
  3275. package/src/social/features/chat/features/group/chat/components/Header/index.ts +1 -0
  3276. package/src/social/features/chat/features/group/chat/components/Header/styles.ts +53 -0
  3277. package/src/social/features/chat/features/group/chat/components/index.ts +2 -0
  3278. package/src/social/features/chat/features/group/chat/hooks/index.ts +1 -0
  3279. package/src/social/features/chat/features/group/chat/hooks/useGroupChat.ts +85 -0
  3280. package/src/social/features/chat/features/group/chat/index.ts +2 -0
  3281. package/src/social/features/chat/features/group/chat/styles.ts +14 -0
  3282. package/src/social/features/chat/features/group/create/CreateGroupChat.tsx +94 -0
  3283. package/src/social/features/chat/features/group/create/components/Header/Header.tsx +44 -0
  3284. package/src/social/features/chat/features/group/create/components/Header/index.ts +1 -0
  3285. package/src/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.tsx +62 -0
  3286. package/src/social/features/chat/features/group/create/components/MemberGrid/index.ts +1 -0
  3287. package/src/social/features/chat/features/group/create/components/MemberGrid/styles.ts +34 -0
  3288. package/src/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.tsx +117 -0
  3289. package/src/social/features/chat/features/group/create/components/PrivacySection/index.ts +1 -0
  3290. package/src/social/features/chat/features/group/create/components/PrivacySection/styles.ts +66 -0
  3291. package/src/social/features/chat/features/group/create/components/index.ts +3 -0
  3292. package/src/social/features/chat/features/group/create/hooks/index.ts +5 -0
  3293. package/src/social/features/chat/features/group/create/hooks/useCreateGroupChat.ts +237 -0
  3294. package/src/social/features/chat/features/group/create/index.ts +5 -0
  3295. package/src/social/features/chat/features/group/create/styles.ts +26 -0
  3296. package/src/social/features/chat/features/group/create/utils/generateDisplayName.ts +36 -0
  3297. package/src/social/features/chat/features/group/create/utils/index.ts +1 -0
  3298. package/src/social/features/chat/features/group/edit-notification/EditGroupNotification.tsx +121 -0
  3299. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.tsx +39 -0
  3300. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/index.ts +1 -0
  3301. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.ts +29 -0
  3302. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.tsx +43 -0
  3303. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.ts +1 -0
  3304. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.ts +29 -0
  3305. package/src/social/features/chat/features/group/edit-notification/components/index.ts +1 -0
  3306. package/src/social/features/chat/features/group/edit-notification/hooks/index.ts +1 -0
  3307. package/src/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.ts +127 -0
  3308. package/src/social/features/chat/features/group/edit-notification/index.ts +2 -0
  3309. package/src/social/features/chat/features/group/edit-notification/styles.ts +30 -0
  3310. package/src/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.tsx +83 -0
  3311. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.tsx +42 -0
  3312. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/index.ts +1 -0
  3313. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.ts +29 -0
  3314. package/src/social/features/chat/features/group/edit-permission/components/index.ts +1 -0
  3315. package/src/social/features/chat/features/group/edit-permission/constants/index.ts +31 -0
  3316. package/src/social/features/chat/features/group/edit-permission/hooks/index.ts +1 -0
  3317. package/src/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.ts +115 -0
  3318. package/src/social/features/chat/features/group/edit-permission/index.ts +2 -0
  3319. package/src/social/features/chat/features/group/edit-permission/styles.ts +35 -0
  3320. package/src/social/features/chat/features/group/edit-profile/EditGroupProfile.tsx +65 -0
  3321. package/src/social/features/chat/features/group/edit-profile/components/Header/Header.tsx +45 -0
  3322. package/src/social/features/chat/features/group/edit-profile/components/Header/index.ts +1 -0
  3323. package/src/social/features/chat/features/group/edit-profile/components/index.ts +1 -0
  3324. package/src/social/features/chat/features/group/edit-profile/hooks/index.ts +1 -0
  3325. package/src/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.ts +150 -0
  3326. package/src/social/features/chat/features/group/edit-profile/index.ts +2 -0
  3327. package/src/social/features/chat/features/group/edit-profile/styles.ts +26 -0
  3328. package/src/social/features/chat/features/group/members/GroupMembers.tsx +47 -0
  3329. package/src/social/features/chat/features/group/members/components/Header/Header.tsx +51 -0
  3330. package/src/social/features/chat/features/group/members/components/Header/index.ts +1 -0
  3331. package/src/social/features/chat/features/group/members/components/MemberItem/MemberItem.tsx +94 -0
  3332. package/src/social/features/chat/features/group/members/components/MemberItem/index.ts +1 -0
  3333. package/src/social/features/chat/features/group/members/components/MemberItem/styles.ts +55 -0
  3334. package/src/social/features/chat/features/group/members/components/MemberList/MemberList.tsx +144 -0
  3335. package/src/social/features/chat/features/group/members/components/MemberList/index.ts +1 -0
  3336. package/src/social/features/chat/features/group/members/components/MemberList/styles.ts +17 -0
  3337. package/src/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.tsx +86 -0
  3338. package/src/social/features/chat/features/group/members/components/MemberTabs/index.ts +1 -0
  3339. package/src/social/features/chat/features/group/members/components/MemberTabs/styles.ts +18 -0
  3340. package/src/social/features/chat/features/group/members/components/index.ts +4 -0
  3341. package/src/social/features/chat/features/group/members/hooks/index.ts +1 -0
  3342. package/src/social/features/chat/features/group/members/hooks/useGroupMembers.ts +36 -0
  3343. package/src/social/features/chat/features/group/members/index.ts +1 -0
  3344. package/src/social/features/chat/features/group/members/styles.ts +19 -0
  3345. package/src/social/features/chat/features/group/notification-preference/NotificationPreference.tsx +66 -0
  3346. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.tsx +75 -0
  3347. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.ts +1 -0
  3348. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.ts +45 -0
  3349. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.tsx +42 -0
  3350. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.ts +1 -0
  3351. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.ts +33 -0
  3352. package/src/social/features/chat/features/group/notification-preference/components/index.ts +2 -0
  3353. package/src/social/features/chat/features/group/notification-preference/hooks/index.ts +1 -0
  3354. package/src/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.ts +163 -0
  3355. package/src/social/features/chat/features/group/notification-preference/index.ts +2 -0
  3356. package/src/social/features/chat/features/group/notification-preference/styles.ts +22 -0
  3357. package/src/social/features/chat/features/group/select-member/SelectGroupMember.tsx +68 -0
  3358. package/src/social/features/chat/features/group/select-member/components/Header/Header.tsx +76 -0
  3359. package/src/social/features/chat/features/group/select-member/components/Header/index.ts +1 -0
  3360. package/src/social/features/chat/features/group/select-member/components/Header/styles.ts +25 -0
  3361. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
  3362. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.ts +1 -0
  3363. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.ts +29 -0
  3364. package/src/social/features/chat/features/group/select-member/components/UserItem/UserItem.tsx +58 -0
  3365. package/src/social/features/chat/features/group/select-member/components/UserItem/index.ts +1 -0
  3366. package/src/social/features/chat/features/group/select-member/components/UserItem/styles.ts +42 -0
  3367. package/src/social/features/chat/features/group/select-member/components/UserList/UserList.tsx +131 -0
  3368. package/src/social/features/chat/features/group/select-member/components/UserList/index.ts +1 -0
  3369. package/src/social/features/chat/features/group/select-member/components/UserList/styles.ts +24 -0
  3370. package/src/social/features/chat/features/group/select-member/components/index.ts +4 -0
  3371. package/src/social/features/chat/features/group/select-member/constants/index.ts +3 -0
  3372. package/src/social/features/chat/features/group/select-member/hooks/index.ts +2 -0
  3373. package/src/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.ts +128 -0
  3374. package/src/social/features/chat/features/group/select-member/index.ts +2 -0
  3375. package/src/social/features/chat/features/group/select-member/styles.ts +20 -0
  3376. package/src/social/features/chat/features/group/setting/GroupSetting.tsx +94 -0
  3377. package/src/social/features/chat/features/group/setting/components/Header/Header.tsx +17 -0
  3378. package/src/social/features/chat/features/group/setting/components/Header/index.ts +1 -0
  3379. package/src/social/features/chat/features/group/setting/components/index.ts +1 -0
  3380. package/src/social/features/chat/features/group/setting/hooks/index.ts +1 -0
  3381. package/src/social/features/chat/features/group/setting/hooks/useGroupSetting.ts +324 -0
  3382. package/src/social/features/chat/features/group/setting/index.ts +2 -0
  3383. package/src/social/features/chat/features/group/setting/styles.ts +50 -0
  3384. package/src/social/features/chat/features/home/ChatHome.tsx +84 -0
  3385. package/src/social/features/chat/features/home/components/ChannelList/ChannelList.tsx +209 -0
  3386. package/src/social/features/chat/features/home/components/ChannelList/index.ts +2 -0
  3387. package/src/social/features/chat/features/home/components/ChannelList/styles.ts +102 -0
  3388. package/src/social/features/chat/features/home/components/Header/Header.tsx +38 -0
  3389. package/src/social/features/chat/features/home/components/Header/index.ts +1 -0
  3390. package/src/social/features/chat/features/home/components/Header/styles.ts +50 -0
  3391. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.tsx +36 -0
  3392. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/index.ts +1 -0
  3393. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.ts +35 -0
  3394. package/src/social/features/chat/features/home/components/index.ts +3 -0
  3395. package/src/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.tsx +89 -0
  3396. package/src/social/features/chat/features/home/elements/ChatHomeMenu/index.ts +1 -0
  3397. package/src/social/features/chat/features/home/elements/ChatHomeMenu/styles.ts +26 -0
  3398. package/src/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.tsx +131 -0
  3399. package/src/social/features/chat/features/home/elements/CreateChatMenu/index.ts +1 -0
  3400. package/src/social/features/chat/features/home/elements/CreateChatMenu/styles.ts +26 -0
  3401. package/src/social/features/chat/features/home/elements/SearchButton/SearchButton.tsx +57 -0
  3402. package/src/social/features/chat/features/home/elements/SearchButton/index.ts +1 -0
  3403. package/src/social/features/chat/features/home/elements/SearchButton/styles.ts +27 -0
  3404. package/src/social/features/chat/features/home/hooks/index.ts +1 -0
  3405. package/src/social/features/chat/features/home/hooks/usePushNotificationEnabled.ts +35 -0
  3406. package/src/social/features/chat/features/home/index.ts +3 -0
  3407. package/src/social/features/chat/features/home/styles.ts +25 -0
  3408. package/src/social/features/chat/features/search/SearchChannel.tsx +68 -0
  3409. package/src/social/features/chat/features/search/components/Header/Header.tsx +61 -0
  3410. package/src/social/features/chat/features/search/components/Header/index.ts +1 -0
  3411. package/src/social/features/chat/features/search/components/Header/styles.ts +33 -0
  3412. package/src/social/features/chat/features/search/components/index.ts +5 -0
  3413. package/src/social/features/chat/features/search/hooks/index.ts +1 -0
  3414. package/src/social/features/chat/features/search/hooks/useSearchChannel.ts +50 -0
  3415. package/src/social/features/chat/features/search/index.ts +1 -0
  3416. package/src/social/features/chat/features/search/styles.ts +25 -0
  3417. package/src/social/features/chat/features/shared/components/AddTile/AddTile.tsx +44 -0
  3418. package/src/social/features/chat/features/shared/components/AddTile/index.ts +1 -0
  3419. package/src/social/features/chat/features/shared/components/AddTile/styles.ts +29 -0
  3420. package/src/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.tsx +308 -0
  3421. package/src/social/features/chat/features/shared/components/ContentReportReason/index.ts +1 -0
  3422. package/src/social/features/chat/features/shared/components/ContentReportReason/styles.ts +95 -0
  3423. package/src/social/features/chat/features/shared/components/DateSeparator/DateSeparator.tsx +29 -0
  3424. package/src/social/features/chat/features/shared/components/DateSeparator/index.ts +1 -0
  3425. package/src/social/features/chat/features/shared/components/DateSeparator/styles.ts +46 -0
  3426. package/src/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.tsx +39 -0
  3427. package/src/social/features/chat/features/shared/components/DeletedMessagePill/index.ts +1 -0
  3428. package/src/social/features/chat/features/shared/components/DeletedMessagePill/styles.ts +43 -0
  3429. package/src/social/features/chat/features/shared/components/EmptyState/EmptyState.tsx +63 -0
  3430. package/src/social/features/chat/features/shared/components/EmptyState/index.ts +1 -0
  3431. package/src/social/features/chat/features/shared/components/EmptyState/styles.ts +30 -0
  3432. package/src/social/features/chat/features/shared/components/FailedToShow/FailedToShow.tsx +44 -0
  3433. package/src/social/features/chat/features/shared/components/FailedToShow/index.ts +1 -0
  3434. package/src/social/features/chat/features/shared/components/FailedToShow/styles.ts +32 -0
  3435. package/src/social/features/chat/features/shared/components/ImageViewer/ImageViewer.tsx +130 -0
  3436. package/src/social/features/chat/features/shared/components/ImageViewer/index.ts +1 -0
  3437. package/src/social/features/chat/features/shared/components/ImageViewer/styles.ts +69 -0
  3438. package/src/social/features/chat/features/shared/components/MediaViewer/MediaViewer.tsx +130 -0
  3439. package/src/social/features/chat/features/shared/components/MediaViewer/index.ts +1 -0
  3440. package/src/social/features/chat/features/shared/components/MediaViewer/styles.ts +93 -0
  3441. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.tsx +100 -0
  3442. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/index.ts +1 -0
  3443. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/styles.ts +59 -0
  3444. package/src/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.tsx +136 -0
  3445. package/src/social/features/chat/features/shared/components/MessageLinkPreview/index.ts +1 -0
  3446. package/src/social/features/chat/features/shared/components/MessageLinkPreview/styles.ts +72 -0
  3447. package/src/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.ts +58 -0
  3448. package/src/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.tsx +72 -0
  3449. package/src/social/features/chat/features/shared/components/MessageReactionBadge/index.tsx +1 -0
  3450. package/src/social/features/chat/features/shared/components/MessageReactionBadge/styles.ts +66 -0
  3451. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.tsx +330 -0
  3452. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/index.tsx +1 -0
  3453. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/styles.ts +150 -0
  3454. package/src/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.tsx +175 -0
  3455. package/src/social/features/chat/features/shared/components/MessageReplyBand/index.ts +1 -0
  3456. package/src/social/features/chat/features/shared/components/MessageReplyBand/styles.ts +77 -0
  3457. package/src/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.tsx +370 -0
  3458. package/src/social/features/chat/features/shared/components/MessageReplyQuote/index.ts +1 -0
  3459. package/src/social/features/chat/features/shared/components/MessageReplyQuote/styles.ts +132 -0
  3460. package/src/social/features/chat/features/shared/components/MessageReplyQuote/utils.ts +97 -0
  3461. package/src/social/features/chat/features/shared/components/MutedBanner/MutedBanner.tsx +42 -0
  3462. package/src/social/features/chat/features/shared/components/MutedBanner/index.ts +1 -0
  3463. package/src/social/features/chat/features/shared/components/MutedBanner/styles.ts +32 -0
  3464. package/src/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.tsx +120 -0
  3465. package/src/social/features/chat/features/shared/components/NewMessageNotification/index.ts +1 -0
  3466. package/src/social/features/chat/features/shared/components/NewMessageNotification/styles.ts +67 -0
  3467. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.tsx +34 -0
  3468. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/index.ts +1 -0
  3469. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/styles.ts +18 -0
  3470. package/src/social/features/chat/features/shared/components/SelectedMember/SelectedMember.tsx +65 -0
  3471. package/src/social/features/chat/features/shared/components/SelectedMember/index.ts +2 -0
  3472. package/src/social/features/chat/features/shared/components/SelectedMember/styles.ts +38 -0
  3473. package/src/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.tsx +213 -0
  3474. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.tsx +147 -0
  3475. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.ts +1 -0
  3476. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.ts +54 -0
  3477. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.tsx +131 -0
  3478. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.ts +1 -0
  3479. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.ts +62 -0
  3480. package/src/social/features/chat/features/shared/components/VideoPlayer/components/index.ts +2 -0
  3481. package/src/social/features/chat/features/shared/components/VideoPlayer/index.ts +1 -0
  3482. package/src/social/features/chat/features/shared/components/VideoPlayer/styles.ts +23 -0
  3483. package/src/social/features/chat/features/shared/components/YouTile/YouTile.tsx +55 -0
  3484. package/src/social/features/chat/features/shared/components/YouTile/index.ts +1 -0
  3485. package/src/social/features/chat/features/shared/components/YouTile/styles.ts +27 -0
  3486. package/src/social/features/chat/features/shared/hooks/index.ts +21 -0
  3487. package/src/social/features/chat/features/shared/hooks/useBubbleMenu.tsx +165 -0
  3488. package/src/social/features/chat/features/shared/hooks/useChatMessage.ts +303 -0
  3489. package/src/social/features/chat/features/shared/hooks/useFailedMessageSheet.tsx +143 -0
  3490. package/src/social/features/chat/features/shared/hooks/useMarkAsRead.ts +55 -0
  3491. package/src/social/features/chat/features/shared/hooks/useMediaViewer.ts +105 -0
  3492. package/src/social/features/chat/features/shared/hooks/useMessageComposer.ts +778 -0
  3493. package/src/social/features/chat/features/shared/hooks/useMessageReactions.ts +97 -0
  3494. package/src/social/features/chat/features/shared/hooks/useReactorsCollection.ts +71 -0
  3495. package/src/social/features/chat/features/shared/utils/reactionIcons.tsx +282 -0
  3496. package/src/social/features/chat/hooks/collections/index.ts +7 -0
  3497. package/src/social/features/chat/hooks/collections/useArchivedChannelsCollection.ts +72 -0
  3498. package/src/social/features/chat/hooks/collections/useChannelMembersCollection.ts +94 -0
  3499. package/src/social/features/chat/hooks/collections/useChannelsByIdsCollection.ts +66 -0
  3500. package/src/social/features/chat/hooks/collections/useChannelsCollection.ts +98 -0
  3501. package/src/social/features/chat/hooks/collections/useMessageSearchCollection.ts +75 -0
  3502. package/src/social/features/chat/hooks/collections/useMessagesCollection.ts +96 -0
  3503. package/src/social/features/chat/hooks/collections/useSearchChannelsCollection.ts +97 -0
  3504. package/src/social/features/chat/hooks/index.ts +11 -0
  3505. package/src/social/features/chat/hooks/queries/index.ts +4 -0
  3506. package/src/social/features/chat/hooks/queries/useChannelArchiveQuery.ts +99 -0
  3507. package/src/social/features/chat/hooks/queries/useDeleteMessageQuery.ts +71 -0
  3508. package/src/social/features/chat/hooks/queries/useFlagMessageQuery.ts +105 -0
  3509. package/src/social/features/chat/hooks/queries/useSaveMediaMessageQuery.ts +141 -0
  3510. package/src/social/features/chat/hooks/useChannelMyMembership.ts +56 -0
  3511. package/src/social/features/chat/hooks/useChatNavigation.ts +34 -0
  3512. package/src/social/features/chat/hooks/useChatNotifications.ts +83 -0
  3513. package/src/social/features/chat/hooks/useCreateMessage.ts +80 -0
  3514. package/src/social/features/chat/hooks/useCurrentUserId.ts +10 -0
  3515. package/src/social/features/chat/hooks/useDeleteMessage.ts +45 -0
  3516. package/src/social/features/chat/hooks/useEditMessage.ts +47 -0
  3517. package/src/social/features/chat/hooks/useMention.ts +163 -0
  3518. package/src/social/features/chat/hooks/useNetworkOnline.ts +29 -0
  3519. package/src/social/features/chat/hooks/useVideoFileUrl.ts +31 -0
  3520. package/src/social/features/chat/pages/AmityAddGroupMemberPage/index.tsx +27 -0
  3521. package/src/social/features/chat/pages/AmityArchivedChatPage/index.tsx +26 -0
  3522. package/src/social/features/chat/pages/AmityArchivedChatPage/styles.ts +18 -0
  3523. package/src/social/features/chat/pages/AmityBannedGroupMemberListPage/index.tsx +27 -0
  3524. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/index.tsx +21 -0
  3525. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/styles.ts +16 -0
  3526. package/src/social/features/chat/pages/AmityChatHomePage/index.tsx +39 -0
  3527. package/src/social/features/chat/pages/AmityChatHomePage/styles.ts +18 -0
  3528. package/src/social/features/chat/pages/AmityChatPage/index.tsx +37 -0
  3529. package/src/social/features/chat/pages/AmityChatPage/styles.ts +16 -0
  3530. package/src/social/features/chat/pages/AmityCreateGroupChatPage/index.tsx +17 -0
  3531. package/src/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.tsx +19 -0
  3532. package/src/social/features/chat/pages/AmityEditGroupNotificationPage/index.tsx +26 -0
  3533. package/src/social/features/chat/pages/AmityEditGroupProfilePage/index.tsx +17 -0
  3534. package/src/social/features/chat/pages/AmityGroupChatPage/index.tsx +28 -0
  3535. package/src/social/features/chat/pages/AmityGroupMemberListPage/index.tsx +32 -0
  3536. package/src/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.tsx +25 -0
  3537. package/src/social/features/chat/pages/AmityGroupSettingPage/index.tsx +17 -0
  3538. package/src/social/features/chat/pages/AmitySearchChannelPage/index.tsx +19 -0
  3539. package/src/social/features/chat/pages/AmitySelectGroupMemberPage/index.tsx +12 -0
  3540. package/src/social/features/chat/utils/groupMessagesByDate.ts +67 -0
  3541. package/src/social/features/chat/utils/highlightMatch.tsx +40 -0
  3542. package/src/social/features/chat/utils/previewLink.ts +37 -0
  3543. package/src/social/features/chat/utils/timestamp.ts +54 -0
@@ -0,0 +1,2673 @@
1
+ {
2
+ "typography": {
3
+ "node": "6:2",
4
+ "note": "Type scale per platform. Same 9 named styles; iOS uses larger body sizes (17/15/13) than Android/Web (16/14/12). Weights: Display/Headline = Bold 700; *Bold = SemiBold 600; rest Regular 400.",
5
+ "platforms": {
6
+ "iOS": "SF Pro",
7
+ "Android": "Roboto",
8
+ "Web": "Inter"
9
+ },
10
+ "styles": [
11
+ {
12
+ "name": "Display",
13
+ "iOS": {
14
+ "size": 32,
15
+ "lh": 48,
16
+ "weight": 700,
17
+ "ls": -0.4
18
+ },
19
+ "Android": {
20
+ "size": 32,
21
+ "lh": 48,
22
+ "weight": 700,
23
+ "ls": -0.4
24
+ },
25
+ "Web": {
26
+ "size": 32,
27
+ "lh": 48,
28
+ "weight": 700,
29
+ "ls": -0.4
30
+ }
31
+ },
32
+ {
33
+ "name": "Headline",
34
+ "iOS": {
35
+ "size": 20,
36
+ "lh": 24,
37
+ "weight": 700,
38
+ "ls": -0.4
39
+ },
40
+ "Android": {
41
+ "size": 20,
42
+ "lh": 24,
43
+ "weight": 700,
44
+ "ls": -0.4
45
+ },
46
+ "Web": {
47
+ "size": 20,
48
+ "lh": 24,
49
+ "weight": 700,
50
+ "ls": -0.4
51
+ }
52
+ },
53
+ {
54
+ "name": "Title Bold",
55
+ "iOS": {
56
+ "size": 17,
57
+ "lh": 24,
58
+ "weight": 600,
59
+ "ls": -0.41
60
+ },
61
+ "Android": {
62
+ "size": 16,
63
+ "lh": 24,
64
+ "weight": 600,
65
+ "ls": -0.41
66
+ },
67
+ "Web": {
68
+ "size": 16,
69
+ "lh": 24,
70
+ "weight": 600,
71
+ "ls": -0.41
72
+ }
73
+ },
74
+ {
75
+ "name": "Title",
76
+ "iOS": {
77
+ "size": 17,
78
+ "lh": 24,
79
+ "weight": 400,
80
+ "ls": 0
81
+ },
82
+ "Android": {
83
+ "size": 16,
84
+ "lh": 24,
85
+ "weight": 400,
86
+ "ls": 0
87
+ },
88
+ "Web": {
89
+ "size": 16,
90
+ "lh": 24,
91
+ "weight": 400,
92
+ "ls": 0
93
+ }
94
+ },
95
+ {
96
+ "name": "Body Bold",
97
+ "iOS": {
98
+ "size": 15,
99
+ "lh": 20,
100
+ "weight": 600,
101
+ "ls": -0.24
102
+ },
103
+ "Android": {
104
+ "size": 14,
105
+ "lh": 20,
106
+ "weight": 600,
107
+ "ls": -0.24
108
+ },
109
+ "Web": {
110
+ "size": 14,
111
+ "lh": 20,
112
+ "weight": 600,
113
+ "ls": -0.24
114
+ }
115
+ },
116
+ {
117
+ "name": "Body",
118
+ "iOS": {
119
+ "size": 15,
120
+ "lh": 20,
121
+ "weight": 400,
122
+ "ls": -0.24
123
+ },
124
+ "Android": {
125
+ "size": 14,
126
+ "lh": 20,
127
+ "weight": 400,
128
+ "ls": -0.24
129
+ },
130
+ "Web": {
131
+ "size": 14,
132
+ "lh": 20,
133
+ "weight": 400,
134
+ "ls": -0.24
135
+ }
136
+ },
137
+ {
138
+ "name": "Caption Bold",
139
+ "iOS": {
140
+ "size": 13,
141
+ "lh": 18,
142
+ "weight": 600,
143
+ "ls": -0.08
144
+ },
145
+ "Android": {
146
+ "size": 12,
147
+ "lh": 16,
148
+ "weight": 600,
149
+ "ls": -0.08
150
+ },
151
+ "Web": {
152
+ "size": 12,
153
+ "lh": 16,
154
+ "weight": 600,
155
+ "ls": -0.08
156
+ }
157
+ },
158
+ {
159
+ "name": "Caption",
160
+ "iOS": {
161
+ "size": 13,
162
+ "lh": 18,
163
+ "weight": 400,
164
+ "ls": -0.1
165
+ },
166
+ "Android": {
167
+ "size": 12,
168
+ "lh": 16,
169
+ "weight": 400,
170
+ "ls": -0.1
171
+ },
172
+ "Web": {
173
+ "size": 12,
174
+ "lh": 16,
175
+ "weight": 400,
176
+ "ls": -0.1
177
+ }
178
+ },
179
+ {
180
+ "name": "Caption Small",
181
+ "iOS": {
182
+ "size": 10,
183
+ "lh": 13,
184
+ "weight": 400,
185
+ "ls": 0
186
+ },
187
+ "Android": {
188
+ "size": 10,
189
+ "lh": 12,
190
+ "weight": 400,
191
+ "ls": 0
192
+ },
193
+ "Web": {
194
+ "size": 12,
195
+ "lh": 12,
196
+ "weight": 400,
197
+ "ls": 0
198
+ }
199
+ }
200
+ ],
201
+ "refiningNote": "Refining Typography page 3076:2 (⏳) is the iOS SF Pro HIG scale (below). The 'styles' array is the PRODUCT scale (live UIKit baseline) the chat/feed inspector matches against — kept intact.",
202
+ "iosHIGScale": {
203
+ "node": "3076:2",
204
+ "status": "in-progress (iOS populated; Android/Web stubbed)",
205
+ "font": "SF Pro",
206
+ "styles": [
207
+ {
208
+ "name": "Large Title",
209
+ "size": 34,
210
+ "lh": 41,
211
+ "ls": 0.4,
212
+ "weights": [400, 700]
213
+ },
214
+ {
215
+ "name": "Title 1",
216
+ "size": 28,
217
+ "lh": 34,
218
+ "ls": 0.38,
219
+ "weights": [400, 700]
220
+ },
221
+ {
222
+ "name": "Title 2",
223
+ "size": 22,
224
+ "lh": 28,
225
+ "ls": -0.26,
226
+ "weights": [400, 700]
227
+ },
228
+ {
229
+ "name": "Title 3",
230
+ "size": 20,
231
+ "lh": 25,
232
+ "ls": -0.45,
233
+ "weights": [400, 590]
234
+ },
235
+ {
236
+ "name": "Body",
237
+ "size": 17,
238
+ "lh": 22,
239
+ "ls": -0.43,
240
+ "weights": [400, 590]
241
+ },
242
+ {
243
+ "name": "Callout",
244
+ "size": 16,
245
+ "lh": 21,
246
+ "ls": -0.31,
247
+ "weights": [400, 590]
248
+ },
249
+ {
250
+ "name": "Subheadline",
251
+ "size": 15,
252
+ "lh": 20,
253
+ "ls": -0.23,
254
+ "weights": [400, 590]
255
+ },
256
+ {
257
+ "name": "Footnote",
258
+ "size": 13,
259
+ "lh": 18,
260
+ "ls": -0.08,
261
+ "weights": [400, 590]
262
+ },
263
+ {
264
+ "name": "Caption 1",
265
+ "size": 12,
266
+ "lh": 16,
267
+ "ls": 0,
268
+ "weights": [400, 510]
269
+ },
270
+ {
271
+ "name": "Caption 2",
272
+ "size": 11,
273
+ "lh": 13,
274
+ "ls": 0.06,
275
+ "weights": [400, 590]
276
+ }
277
+ ],
278
+ "labelColors": {
279
+ "Label": "--c-base",
280
+ "Secondary": "--c-base-1",
281
+ "Tertiary": "--c-base-2",
282
+ "Quaternary": "--c-base-3"
283
+ }
284
+ }
285
+ },
286
+ "layout": {
287
+ "node": "53:566",
288
+ "grid": {
289
+ "base": 8,
290
+ "note": "2x grid based on an 8-pixel square; elements follow the 8px grid",
291
+ "columns": 16,
292
+ "gutter": 16,
293
+ "columnWidth": 56,
294
+ "alignment": "center"
295
+ },
296
+ "spacing": [
297
+ {
298
+ "name": "XXS-1",
299
+ "px": 2
300
+ },
301
+ {
302
+ "name": "XXS-2",
303
+ "px": 4
304
+ },
305
+ {
306
+ "name": "S-1",
307
+ "px": 8
308
+ },
309
+ {
310
+ "name": "S-2",
311
+ "px": 12
312
+ },
313
+ {
314
+ "name": "M-1",
315
+ "px": 16
316
+ },
317
+ {
318
+ "name": "M-2",
319
+ "px": 20
320
+ },
321
+ {
322
+ "name": "M-3",
323
+ "px": 24
324
+ },
325
+ {
326
+ "name": "L-1",
327
+ "px": 32
328
+ },
329
+ {
330
+ "name": "L-2",
331
+ "px": 40
332
+ },
333
+ {
334
+ "name": "L-3",
335
+ "px": 48
336
+ },
337
+ {
338
+ "name": "L-4",
339
+ "px": 56
340
+ },
341
+ {
342
+ "name": "XL-1",
343
+ "px": 64
344
+ },
345
+ {
346
+ "name": "XL-2",
347
+ "px": 72
348
+ },
349
+ {
350
+ "name": "XL-3",
351
+ "px": 96
352
+ }
353
+ ],
354
+ "cornerRadius": [
355
+ {
356
+ "name": "Extra Small",
357
+ "px": 4
358
+ },
359
+ {
360
+ "name": "Small",
361
+ "px": 8
362
+ },
363
+ {
364
+ "name": "Medium",
365
+ "px": 12
366
+ },
367
+ {
368
+ "name": "Large",
369
+ "px": 16
370
+ },
371
+ {
372
+ "name": "Extra Large",
373
+ "px": 24
374
+ }
375
+ ]
376
+ },
377
+ "elevation": {
378
+ "node": "181:10686",
379
+ "note": "8 shadow levels. 01 & 02 share the same value in the file. 01-07 use a grey-blue shadow (96,97,112)/(40,41,61); 08 uses pure black (3-layer).",
380
+ "levels": [
381
+ {
382
+ "name": "Elevation 01",
383
+ "boxShadow": "0px 1px 2px 0px rgba(96,97,112,0.16), 0px 0px 1px 0px rgba(40,41,61,0.08)",
384
+ "use": null
385
+ },
386
+ {
387
+ "name": "Elevation 02",
388
+ "boxShadow": "0px 1px 2px 0px rgba(96,97,112,0.16), 0px 0px 1px 0px rgba(40,41,61,0.08)",
389
+ "use": "Toast"
390
+ },
391
+ {
392
+ "name": "Elevation 03",
393
+ "boxShadow": "0px 2px 4px 0px rgba(96,97,112,0.16), 0px 0px 1px 0px rgba(40,41,61,0.04)",
394
+ "use": null
395
+ },
396
+ {
397
+ "name": "Elevation 04",
398
+ "boxShadow": "0px 4px 8px 0px rgba(96,97,112,0.2), 0px 0px 2px 0px rgba(40,41,61,0.1)",
399
+ "use": "Popover, FAB button"
400
+ },
401
+ {
402
+ "name": "Elevation 05",
403
+ "boxShadow": "0px 8px 16px 0px rgba(96,97,112,0.16), 0px 2px 4px 0px rgba(40,41,61,0.04)",
404
+ "use": null
405
+ },
406
+ {
407
+ "name": "Elevation 06",
408
+ "boxShadow": "0px 16px 24px 0px rgba(96,97,112,0.16), 0px 2px 8px 0px rgba(40,41,61,0.04)",
409
+ "use": null
410
+ },
411
+ {
412
+ "name": "Elevation 07",
413
+ "boxShadow": "0px 20px 32px 0px rgba(96,97,112,0.24), 0px 2px 8px 0px rgba(40,41,61,0.08)",
414
+ "use": null
415
+ },
416
+ {
417
+ "name": "Elevation 08",
418
+ "boxShadow": "0px 3px 5px 0px rgba(0,0,0,0.2), 0px 1px 18px 0px rgba(0,0,0,0.12), 0px 6px 10px 0px rgba(0,0,0,0.14)",
419
+ "use": "Post creation menu"
420
+ }
421
+ ]
422
+ },
423
+ "avatarIcon": {
424
+ "node": "82:9779",
425
+ "icon": {
426
+ "sizes": [12, 16, 20, 24, 28, 32, 48, 56, 64]
427
+ },
428
+ "avatar": {
429
+ "sizes": [16, 24, 28, 32, 40, 56, 64, 120],
430
+ "border": ["1px", "2px", "3px", "4px"],
431
+ "backgroundPlaceholder": ["Primary", "Secondary", "Tertiary"],
432
+ "alphabetCases": [
433
+ "emoji",
434
+ "numbers",
435
+ "other languages",
436
+ "starts with space",
437
+ "special characters"
438
+ ]
439
+ },
440
+ "skipped": ["Reactions (reaction icon set)", "Files (file-type icons)"]
441
+ },
442
+ "breakpoint": {
443
+ "node": "9614:20215",
444
+ "description": "Responsive breakpoints for UIKit 4.0 — three tiers; layout switches from mobile bottom-nav to desktop side-nav at 769px.",
445
+ "tiers": [
446
+ {
447
+ "name": "Mobile",
448
+ "min": 0,
449
+ "max": 480,
450
+ "range": "0–480px",
451
+ "navigation": "Bottom navigation",
452
+ "layout": "single-column mobile",
453
+ "sampleWidths": [375, 480]
454
+ },
455
+ {
456
+ "name": "Tablet",
457
+ "min": 481,
458
+ "max": 768,
459
+ "range": "481–768px",
460
+ "navigation": "Bottom navigation",
461
+ "layout": "same structure as Mobile, widened",
462
+ "sampleWidths": [481, 768]
463
+ },
464
+ {
465
+ "name": "Desktop",
466
+ "min": 769,
467
+ "max": null,
468
+ "range": "769px+",
469
+ "navigation": "Side navigation",
470
+ "sideNavWidth": 288,
471
+ "layout": "288px side navigation + content area",
472
+ "sampleWidths": [769, 1280]
473
+ }
474
+ ],
475
+ "contentColumn": {
476
+ "minWidth": 433,
477
+ "maxWidth": 546,
478
+ "unit": "px",
479
+ "note": "content column scales fluidly between these clamps"
480
+ },
481
+ "grid": "none defined on this page — see layout tokens for the 16-column grid"
482
+ },
483
+ "badges": {
484
+ "node": "525:9162",
485
+ "sets": {
486
+ "statusIcon": "381:418",
487
+ "labelTag": "15922:96188"
488
+ },
489
+ "types": [
490
+ "Notification",
491
+ "Dot notification",
492
+ "Mention",
493
+ "Live Icon",
494
+ "Live label",
495
+ "Badge Mod Icon - Live",
496
+ "Badge Mod - Live",
497
+ "Co-Host Name Badge",
498
+ "Co-Host Badge",
499
+ "Viewer Count",
500
+ "Online status",
501
+ "Badge Mod",
502
+ "Badge Mod Icon",
503
+ "Private",
504
+ "Brand Account",
505
+ "Featured",
506
+ "Duration",
507
+ "Sponsored icon",
508
+ "Sponsored badge",
509
+ "Verified Community",
510
+ "Archived chat",
511
+ "Mute",
512
+ "Ban",
513
+ "Host Badges",
514
+ "Event Host",
515
+ "Event Host (Icon)",
516
+ "On LIVE"
517
+ ],
518
+ "sizesStatusIcon": [14, 16, 20, 22, 24, 28, 32],
519
+ "sizesLabel": [14, 16, 20, 24, 28, 32],
520
+ "labelAxes": {
521
+ "type": ["Icon + Text", "Icon"],
522
+ "style": ["Square", "Round"],
523
+ "border": [false, true]
524
+ },
525
+ "geometry": {
526
+ "notificationCount": {
527
+ "height": 22,
528
+ "radius": 20,
529
+ "paddingX": 6,
530
+ "paddingY": 1,
531
+ "itemSpacing": 10,
532
+ "fill": "#fa4d30",
533
+ "text": {
534
+ "size": 15,
535
+ "weight": 400,
536
+ "lineHeight": 20,
537
+ "color": "#ffffff",
538
+ "overflow": "+99"
539
+ }
540
+ },
541
+ "dot": {
542
+ "size": 12,
543
+ "shape": "ellipse",
544
+ "fill": "#fa4d30",
545
+ "stroke": "#ffffff",
546
+ "strokeWeight": 2
547
+ },
548
+ "mention": {
549
+ "size": 20,
550
+ "radius": "full",
551
+ "bg": "#d9e5fc",
552
+ "glyph": "#1054de"
553
+ },
554
+ "label": {
555
+ "fill": "#1054de",
556
+ "square": {
557
+ "cornerRadius": 4,
558
+ "paddingX": 2
559
+ },
560
+ "round": {
561
+ "cornerRadius": 20,
562
+ "paddingX": 8
563
+ },
564
+ "itemSpacing": 2,
565
+ "text": {
566
+ "size": 13,
567
+ "weight": 400,
568
+ "lineHeight": 18,
569
+ "color": "#ffffff"
570
+ }
571
+ }
572
+ }
573
+ },
574
+ "alertDialog": {
575
+ "node": "16489:9278",
576
+ "variantSource": "Web / Confirmation 1125:10301",
577
+ "scrim": "rgba(0,0,0,0.5)",
578
+ "modal": {
579
+ "width": 400,
580
+ "cornerRadius": 12,
581
+ "bg": "#ffffff",
582
+ "layout": "vertical",
583
+ "sectionGap": 0
584
+ },
585
+ "header": {
586
+ "layout": "horizontal",
587
+ "padding": {
588
+ "top": 20,
589
+ "right": 20,
590
+ "bottom": 16,
591
+ "left": 24
592
+ },
593
+ "itemSpacing": 12,
594
+ "divider": {
595
+ "thickness": 1,
596
+ "color": "#ebecef",
597
+ "position": "bottom"
598
+ },
599
+ "closeIcon": {
600
+ "size": 24,
601
+ "glyph": "times",
602
+ "color": "#a5a9b5"
603
+ }
604
+ },
605
+ "body": {
606
+ "layout": "horizontal",
607
+ "padding": {
608
+ "top": 8,
609
+ "right": 24,
610
+ "bottom": 8,
611
+ "left": 24
612
+ },
613
+ "itemSpacing": 12
614
+ },
615
+ "footer": {
616
+ "layout": "horizontal",
617
+ "align": "right",
618
+ "padding": {
619
+ "top": 16,
620
+ "right": 24,
621
+ "bottom": 24,
622
+ "left": 24
623
+ },
624
+ "itemSpacing": 12,
625
+ "buttons": {
626
+ "layout": "side-by-side",
627
+ "order": ["secondary", "primary"],
628
+ "sizing": "each layoutGrow:1 (equal widths)",
629
+ "height": 40,
630
+ "cornerRadius": 8,
631
+ "padding": {
632
+ "v": 10,
633
+ "h": 16
634
+ },
635
+ "secondary": {
636
+ "bg": "#ffffff",
637
+ "stroke": "#a5a9b5",
638
+ "strokeWidth": 1,
639
+ "text": "#292b32",
640
+ "optional": true
641
+ },
642
+ "primary": {
643
+ "bg": "#1054de",
644
+ "text": "#ffffff"
645
+ }
646
+ },
647
+ "rule": "Confirmation = Primary + Secondary; Acknowledgement = Primary only"
648
+ },
649
+ "textStyles": {
650
+ "title": {
651
+ "font": "SF Pro",
652
+ "weight": 700,
653
+ "size": 20,
654
+ "lineHeight": 24,
655
+ "letterSpacing": -0.4,
656
+ "color": "#292b32"
657
+ },
658
+ "headerDescription": {
659
+ "size": 13,
660
+ "lineHeight": 18,
661
+ "color": "#898e9e"
662
+ },
663
+ "body": {
664
+ "size": 15,
665
+ "lineHeight": 20,
666
+ "color": "#636878"
667
+ },
668
+ "buttonLabel": {
669
+ "weight": 590,
670
+ "size": 15,
671
+ "lineHeight": 20
672
+ }
673
+ },
674
+ "note": "iOS & Android variants exist on the same page with stacked/single-action footers; not documented here"
675
+ },
676
+ "emptyState": {
677
+ "node": "6750:5061",
678
+ "componentSet": "6750:6189",
679
+ "types": [
680
+ "No result",
681
+ "Global - Newsfeed",
682
+ "Clips - Newsfeed",
683
+ "Chat - No conversation",
684
+ "No posts",
685
+ "Private acc",
686
+ "Blocked",
687
+ "Error state",
688
+ "Empty list",
689
+ "No pinned post",
690
+ "No community",
691
+ "No Commu No Category",
692
+ "Failed load",
693
+ "Banned",
694
+ "Have Cat No Commu",
695
+ "No photos",
696
+ "No videos",
697
+ "No requests",
698
+ "No pending posts",
699
+ "No chat found",
700
+ "Search Users",
701
+ "No internet connection",
702
+ "No Noti",
703
+ "No archive chat",
704
+ "No reactions - Chat",
705
+ "No reactions - Post",
706
+ "No reactions - Comment",
707
+ "No reactions - Reply",
708
+ "Chat banned",
709
+ "Private community",
710
+ "No clips",
711
+ "Live stream chat",
712
+ "Event",
713
+ "No viewers in live",
714
+ "No community joined",
715
+ "Reach daily limit"
716
+ ],
717
+ "booleans": {
718
+ "Button": "primary CTA button",
719
+ "Supporting Text": "body line under title",
720
+ "CTA": "secondary text link"
721
+ },
722
+ "anatomy": {
723
+ "layout": {
724
+ "direction": "vertical",
725
+ "align": "center",
726
+ "maxWidth": 343,
727
+ "padding": 24,
728
+ "gaps": {
729
+ "artworkToContent": 4,
730
+ "textToActions": 16,
731
+ "titleToSupporting": 0,
732
+ "ctaToSecondaryLink": 16
733
+ }
734
+ },
735
+ "patterns": {
736
+ "full": {
737
+ "artwork": "160x160 radius16 fill #ebecef",
738
+ "hasSupporting": true,
739
+ "hasCTA": true
740
+ },
741
+ "compact": {
742
+ "icon": "64x64 (also 28/20 in some variants)",
743
+ "outerGap": 8,
744
+ "padding": 24,
745
+ "titleOnly": true
746
+ }
747
+ },
748
+ "title": {
749
+ "size": 17,
750
+ "weight": 590,
751
+ "lineHeight": 24,
752
+ "color": "#292b32"
753
+ },
754
+ "supportingText": {
755
+ "size": 13,
756
+ "weight": 400,
757
+ "lineHeight": 18,
758
+ "color": "#636878"
759
+ },
760
+ "ctaPrimary": {
761
+ "fill": "#1054de",
762
+ "radius": 8,
763
+ "paddingTRBL": [10, 16, 10, 12],
764
+ "iconLabelGap": 8,
765
+ "label": {
766
+ "size": 15,
767
+ "weight": 590,
768
+ "color": "#ffffff"
769
+ }
770
+ },
771
+ "secondaryAction": {
772
+ "type": "text link",
773
+ "color": "#1054de",
774
+ "size": 15,
775
+ "weight": 590
776
+ }
777
+ }
778
+ },
779
+ "button": {
780
+ "node": "525:9042",
781
+ "main": {
782
+ "componentSet": "13292:2261",
783
+ "label": {
784
+ "font": "SF Pro",
785
+ "weight": 590,
786
+ "sizes": {
787
+ "lg": {
788
+ "fontSize": 15,
789
+ "lineHeight": 20
790
+ },
791
+ "sm": {
792
+ "fontSize": 13,
793
+ "lineHeight": 18
794
+ }
795
+ }
796
+ },
797
+ "iconGlyph": 16,
798
+ "properties": {
799
+ "Hierarchy": ["Primary", "Secondary", "Tertiary"],
800
+ "Tone": ["Default", "Destructive", "Brand", "Inverse", "Subtle"],
801
+ "Size": ["lg", "sm"],
802
+ "State": ["Default", "Focused", "Disabled"],
803
+ "IconOnly": ["True", "False"]
804
+ },
805
+ "geometry": {
806
+ "lg": {
807
+ "height": 40,
808
+ "paddingV": 10,
809
+ "paddingH": 12,
810
+ "paddingH_tertiary": 4,
811
+ "radius": 8
812
+ },
813
+ "sm": {
814
+ "height": 28,
815
+ "paddingV": 4,
816
+ "paddingH": 8,
817
+ "paddingH_tertiary": 4,
818
+ "radius": 6
819
+ }
820
+ },
821
+ "colors_defaultState": {
822
+ "Primary": {
823
+ "Default": {
824
+ "bg": "#3b41ec",
825
+ "text": "#ffffff",
826
+ "border": "#3b41ec"
827
+ },
828
+ "Destructive": {
829
+ "bg": "#e50b1b",
830
+ "text": "#ffffff",
831
+ "border": "#e50b1b"
832
+ }
833
+ },
834
+ "Secondary": {
835
+ "Default": {
836
+ "bg": "transparent",
837
+ "text": "#595959",
838
+ "border": "#787878"
839
+ },
840
+ "Destructive": {
841
+ "bg": "transparent",
842
+ "text": "#e50b1b",
843
+ "border": "#e50b1b"
844
+ },
845
+ "Inverse": {
846
+ "bg": "transparent",
847
+ "text": "#ffffff",
848
+ "border": "#f5f5f5"
849
+ }
850
+ },
851
+ "Tertiary": {
852
+ "Default": {
853
+ "bg": "transparent",
854
+ "text": "#080808",
855
+ "border": null
856
+ },
857
+ "Brand": {
858
+ "bg": "transparent",
859
+ "text": "#3b41ec",
860
+ "border": null
861
+ },
862
+ "Inverse": {
863
+ "bg": "transparent",
864
+ "text": "#ffffff",
865
+ "border": null
866
+ },
867
+ "Subtle": {
868
+ "bg": "transparent",
869
+ "text": "#595959",
870
+ "border": null
871
+ }
872
+ }
873
+ },
874
+ "note": "Matrix is sparse — only the listed Hierarchy×Tone combinations exist. Note: this Button set uses Primary #3b41ec / Destructive #e50b1b, which differs from the Colors page Primary #1054de — confirm with the designer."
875
+ },
876
+ "iconButton": {
877
+ "componentSet": "16556:44606",
878
+ "shape": "circular",
879
+ "properties": {
880
+ "Style": [
881
+ "Primary",
882
+ "Tertiary - Primary",
883
+ "Secondary",
884
+ "Tertiary - Secondary",
885
+ "Transparent"
886
+ ],
887
+ "Size": ["20px", "24px", "32px", "40px", "48px", "64px"],
888
+ "State": ["Enabled", "Hovered", "Disabled"]
889
+ },
890
+ "sizes": {
891
+ "20": {
892
+ "box": 20,
893
+ "glyph": 12,
894
+ "padding": 0
895
+ },
896
+ "24": {
897
+ "box": 24,
898
+ "glyph": 16,
899
+ "padding": 0
900
+ },
901
+ "32": {
902
+ "box": 32,
903
+ "glyph": 18,
904
+ "padding": 4
905
+ },
906
+ "40": {
907
+ "box": 40,
908
+ "glyph": 24,
909
+ "padding": 4
910
+ },
911
+ "48": {
912
+ "box": 48,
913
+ "glyph": 24,
914
+ "padding": 8
915
+ },
916
+ "64": {
917
+ "box": 64,
918
+ "glyph": 24,
919
+ "padding": 16
920
+ }
921
+ },
922
+ "styles_enabled": {
923
+ "Primary": {
924
+ "bg": "#1054de",
925
+ "glyph": "#ffffff"
926
+ },
927
+ "Secondary": {
928
+ "bg": "#ebecef",
929
+ "glyph": "#000000"
930
+ },
931
+ "Tertiary - Primary": {
932
+ "bg": "transparent",
933
+ "glyph": "#1054de"
934
+ },
935
+ "Tertiary - Secondary": {
936
+ "bg": "transparent",
937
+ "glyph": "#292b32"
938
+ },
939
+ "Transparent": {
940
+ "bg": "rgba(0,0,0,0.5)",
941
+ "glyph": "#ffffff"
942
+ }
943
+ }
944
+ },
945
+ "specialized": [
946
+ "Bottom Sheet",
947
+ "Camera Flash",
948
+ "Sound",
949
+ "Gallery",
950
+ "Custom Camera / Video Record Button",
951
+ "Media action",
952
+ "Video Controls",
953
+ "Alt text",
954
+ "Tag product / badge",
955
+ "Product tag action in post",
956
+ "Product tag livestream",
957
+ "Record button",
958
+ "Capture button",
959
+ "Split button"
960
+ ]
961
+ },
962
+ "chips": {
963
+ "node": "917:8095",
964
+ "sets": {
965
+ "chips": "920:8486",
966
+ "chipItem": "918:8954",
967
+ "categoryChip": "8405:1695",
968
+ "badgeChip": "14742:75214"
969
+ },
970
+ "families": ["User Chips", "Selection Chips", "Input Chips"],
971
+ "platforms": ["iOS", "Android", "Web"],
972
+ "chipItem": {
973
+ "height": 36,
974
+ "padding": [4, 8, 4, 4],
975
+ "gap": 8,
976
+ "radius": 24,
977
+ "bg": "#ffffff",
978
+ "border": "#ebecef",
979
+ "text": "#292b32",
980
+ "disabledText": "#a5a9b5",
981
+ "thumbnail": 28,
982
+ "states": ["Default", "Hover", "Pressed", "Disable"],
983
+ "parts": ["thumbnail", "label", "remove icon"]
984
+ },
985
+ "badgeChip": {
986
+ "md": {
987
+ "height": 36,
988
+ "padding": [4, 12, 4, 4],
989
+ "gap": 8,
990
+ "radius": 24
991
+ },
992
+ "sm": {
993
+ "height": 28,
994
+ "padding": [4, 8, 4, 3],
995
+ "gap": 6,
996
+ "radius": 24
997
+ },
998
+ "selected": [false, true]
999
+ },
1000
+ "categoryChip": {
1001
+ "styles": ["No Avatar", "Default", "See more"]
1002
+ },
1003
+ "note": "Full-pill chips. Hover/Pressed add a subtle fill — exact tints not captured."
1004
+ },
1005
+ "divider": {
1006
+ "node": "881:8055",
1007
+ "set": "881:8564",
1008
+ "color": "#ebecef",
1009
+ "types": [
1010
+ {
1011
+ "name": "Content divider",
1012
+ "thickness": 1,
1013
+ "note": "hairline with side inset"
1014
+ },
1015
+ {
1016
+ "name": "Full width divider",
1017
+ "thickness": 1,
1018
+ "note": "hairline edge-to-edge"
1019
+ },
1020
+ {
1021
+ "name": "Post divider",
1022
+ "thickness": 8,
1023
+ "note": "thick block between feed posts"
1024
+ },
1025
+ {
1026
+ "name": "Alphabet Divider",
1027
+ "height": 30,
1028
+ "note": "labeled section row (sticky letter header)"
1029
+ }
1030
+ ]
1031
+ },
1032
+ "input": {
1033
+ "node": "525:8970",
1034
+ "sets": {
1035
+ "boxed": "87:7297",
1036
+ "underlined": "7916:4428"
1037
+ },
1038
+ "styles": ["Rounded", "Square", "Underlined"],
1039
+ "sizes": ["Medium", "Small"],
1040
+ "note": "Underlined exists only at Medium. Font sizes identical across Medium/Small — only height/padding/radius differ.",
1041
+ "geometry": {
1042
+ "Rounded": {
1043
+ "Medium": {
1044
+ "height": 48,
1045
+ "padding": [14, 12, 14, 12],
1046
+ "radius": 24,
1047
+ "border": "all",
1048
+ "iconGap": 8,
1049
+ "icon": 20,
1050
+ "radiusNote": "pill = half height"
1051
+ },
1052
+ "Small": {
1053
+ "height": 40,
1054
+ "padding": [10, 12, 10, 12],
1055
+ "radius": 20,
1056
+ "border": "all",
1057
+ "iconGap": 8,
1058
+ "icon": 20
1059
+ }
1060
+ },
1061
+ "Square": {
1062
+ "Medium": {
1063
+ "height": 48,
1064
+ "padding": [14, 12, 14, 12],
1065
+ "radius": 8,
1066
+ "border": "all",
1067
+ "iconGap": 8,
1068
+ "icon": 20
1069
+ },
1070
+ "Small": {
1071
+ "height": 40,
1072
+ "padding": [10, 12, 10, 12],
1073
+ "radius": 8,
1074
+ "border": "all",
1075
+ "iconGap": 8,
1076
+ "icon": 20
1077
+ }
1078
+ },
1079
+ "Underlined": {
1080
+ "Medium": {
1081
+ "height": 52,
1082
+ "padding": [16, 0, 16, 0],
1083
+ "radius": 0,
1084
+ "border": "bottom",
1085
+ "iconGap": 16,
1086
+ "icon": 20
1087
+ }
1088
+ }
1089
+ },
1090
+ "states": {
1091
+ "Enabled": {
1092
+ "border": "#ebecef",
1093
+ "fieldBg": "#ffffff",
1094
+ "helper": "#636878",
1095
+ "signal": "none"
1096
+ },
1097
+ "Focused": {
1098
+ "border": "#ebecef",
1099
+ "fieldBg": "#ffffff",
1100
+ "helper": "#636878",
1101
+ "signal": "Primary #1054de text cursor (border unchanged)"
1102
+ },
1103
+ "Error": {
1104
+ "border": "#fa4d30",
1105
+ "fieldBg": "#ffffff",
1106
+ "helper": "#fa4d30",
1107
+ "signal": "border + helper recolour to error red"
1108
+ },
1109
+ "Disabled": {
1110
+ "border": "#ebecef",
1111
+ "fieldBg": "#f4f4f5",
1112
+ "helper": "#636878",
1113
+ "signal": "field box filled grey"
1114
+ }
1115
+ },
1116
+ "type": {
1117
+ "label": {
1118
+ "size": 17,
1119
+ "lineHeight": 24,
1120
+ "weight": 590,
1121
+ "color": "#292b32"
1122
+ },
1123
+ "placeholder": {
1124
+ "size": 15,
1125
+ "lineHeight": 20,
1126
+ "weight": 400,
1127
+ "color": "#898e9e"
1128
+ },
1129
+ "description": {
1130
+ "size": 13,
1131
+ "lineHeight": 18,
1132
+ "weight": 400,
1133
+ "color": "#636878"
1134
+ },
1135
+ "helper": {
1136
+ "size": 13,
1137
+ "lineHeight": 18,
1138
+ "color": "#636878"
1139
+ },
1140
+ "icon": {
1141
+ "box": 20,
1142
+ "color": "#a5a9b5"
1143
+ }
1144
+ },
1145
+ "rhythm": {
1146
+ "labelToDescription": 4,
1147
+ "blockToField": 4,
1148
+ "fieldToHelper": 4,
1149
+ "labelToOptional": 4
1150
+ },
1151
+ "properties": {
1152
+ "variants": {
1153
+ "Size": ["Medium", "Small"],
1154
+ "Style": ["Rounded", "Square", "Underlined"],
1155
+ "State": ["Enabled", "Focused", "Disabled", "Error"],
1156
+ "Filled": [true, false]
1157
+ },
1158
+ "booleans": [
1159
+ "Icon Leading",
1160
+ "Icon Trailing",
1161
+ "Clear Text",
1162
+ "Description",
1163
+ "Helper text",
1164
+ "Char count",
1165
+ "Heading (Label)",
1166
+ "Optional"
1167
+ ]
1168
+ },
1169
+ "note2": "Boxed border is #ebecef on Enabled/Focused/Disabled; only Error recolours to #fa4d30. Focus = Primary text cursor, not a border change."
1170
+ },
1171
+ "keyboard": {
1172
+ "node": "937:9350",
1173
+ "set": "937:9364",
1174
+ "platforms": ["iOS", "Android"],
1175
+ "heights": {
1176
+ "iOS": 293,
1177
+ "android": 338,
1178
+ "homeIndicatorFrame": 32,
1179
+ "referenceWidth": 375,
1180
+ "unit": "px"
1181
+ },
1182
+ "homeIndicator": {
1183
+ "frame": 32,
1184
+ "instance": 26,
1185
+ "handle": 5
1186
+ },
1187
+ "variants": {
1188
+ "Platform": ["iOS", "Android", "Home Indicator"],
1189
+ "ShowKeyboard": ["True", "False"]
1190
+ },
1191
+ "actionButton": ["Return", "Done", "Search"],
1192
+ "note": "System keyboard reference — use the OS keyboard, reserve this height in layouts; heights are 375px-reference baselines and vary by device/language/suggestion strip."
1193
+ },
1194
+ "loadingProgress": {
1195
+ "node": "525:8927",
1196
+ "spinner": {
1197
+ "sizes": {
1198
+ "medium": "40x40",
1199
+ "large": "72x72",
1200
+ "stroke": "2px"
1201
+ },
1202
+ "colour": "arc #1054de (Primary) on #ebecef track",
1203
+ "types": ["Loading", "Loading + Cancel"],
1204
+ "cancelIcon": "times ✕ — 24px (M) / 32px (L), #636878",
1205
+ "countdown": "boolean → arc becomes determinate, fills clockwise for upload progress"
1206
+ },
1207
+ "nativeSpinner": {
1208
+ "platforms": ["iOS", "Android"],
1209
+ "note": "pull-to-refresh; OS-rendered, do not restyle"
1210
+ },
1211
+ "skeleton": "skeleton/shimmer is a loading state inside components (bubble Skeleton case, Media loading), not a standalone component"
1212
+ },
1213
+ "lists": {
1214
+ "node": "525:8317",
1215
+ "listItem": {
1216
+ "set": "16619:7427",
1217
+ "layout": "horizontal, center-aligned",
1218
+ "minHeight": 58,
1219
+ "skeletonHeight": 56,
1220
+ "padding": [8, 16, 8, 16],
1221
+ "gap": 8,
1222
+ "fill": "#ffffff",
1223
+ "divider": "#ebecef",
1224
+ "leadingElement": {
1225
+ "size": 40,
1226
+ "avatarRadius": "50%",
1227
+ "iconRadius": 8
1228
+ },
1229
+ "title": {
1230
+ "size": 15,
1231
+ "weight": 590,
1232
+ "lineHeight": 20,
1233
+ "color": "#292b32"
1234
+ },
1235
+ "description": {
1236
+ "size": 13,
1237
+ "weight": 400,
1238
+ "lineHeight": 18,
1239
+ "color": "#636878"
1240
+ },
1241
+ "nameBadges": {
1242
+ "size": 20,
1243
+ "gapFromName": 2
1244
+ },
1245
+ "booleans": [
1246
+ "Description",
1247
+ "Leading element",
1248
+ "Trailing element",
1249
+ "Leading badges",
1250
+ "Trailing Badges",
1251
+ "Bottom element"
1252
+ ],
1253
+ "states": {
1254
+ "variant": ["Skeleton", "Enabled", "Highlighted", "Hover"],
1255
+ "Enabled": "#ffffff",
1256
+ "Hover": "#f6f7f8",
1257
+ "Highlighted": "#d9e5fc"
1258
+ }
1259
+ },
1260
+ "subComponents": [
1261
+ "Event Card (14680:73145, md/lg, Default/Skeleton)",
1262
+ "Community List/Button (12589:20042, Join/Joined/Pending)",
1263
+ "Hashtag (12813:193829)",
1264
+ "Dropdown menus (17205:131389, Mobile/Desktop, Expanded/Collapsed)"
1265
+ ]
1266
+ },
1267
+ "selections": {
1268
+ "$source": {
1269
+ "checkboxRadio": "UIKit Library (Refining) ⤷ Selections 3077:23 (SelectionAtomic, light + dark-mode-test sets)",
1270
+ "toggle": "UIKit 4.0 · Selections page 525:9115 · set 139:8187",
1271
+ "semanticTokens": "colors-v2/figma-tokens/Semantic/{Light,Dark}.tokens.json",
1272
+ "referencePage": "uikit/selections.html (interactive spec + spacing overlay match these numbers)"
1273
+ },
1274
+ "checkbox": {
1275
+ "component": "CheckboxAtomic",
1276
+ "geometry": {
1277
+ "frame": [24, 24],
1278
+ "circle": 20,
1279
+ "radius": "circular (r=100)",
1280
+ "stroke": {
1281
+ "width": 2,
1282
+ "align": "inside"
1283
+ },
1284
+ "padding": {
1285
+ "top": 2,
1286
+ "right": 2,
1287
+ "bottom": 2,
1288
+ "left": 2,
1289
+ "note": "circle inset in the 24×24 frame"
1290
+ },
1291
+ "check": {
1292
+ "box": [16, 16],
1293
+ "insetInCircle": 2,
1294
+ "vector": "verbatim Figma export (24-frame coords, viewBox 4 4 16 16) — do not redraw"
1295
+ }
1296
+ },
1297
+ "states": {
1298
+ "inactive": {
1299
+ "surface": {
1300
+ "token": "Surface/Selection/CheckboxAtomic/Inactive/Default",
1301
+ "light": "#ffffff",
1302
+ "dark": "#111111"
1303
+ },
1304
+ "border": {
1305
+ "token": "Border/Selection/CheckboxAtomic/Inactive/Default",
1306
+ "light": "#a8a8a8",
1307
+ "dark": "#ffffff"
1308
+ }
1309
+ },
1310
+ "active": {
1311
+ "surface": {
1312
+ "token": "Surface/Selection/CheckboxAtomic/Active/Default",
1313
+ "light": "#3b41ec",
1314
+ "dark": "#3b41ec"
1315
+ },
1316
+ "icon": {
1317
+ "token": "Icon/Selection/CheckboxAtomic/Default",
1318
+ "light": "#ffffff",
1319
+ "dark": "#ffffff"
1320
+ },
1321
+ "note": "stroke = surface (solid disc)"
1322
+ },
1323
+ "disabledInactive": {
1324
+ "surface": {
1325
+ "token": "Surface/Selection/CheckboxAtomic/Inactive/Disabled",
1326
+ "light": "#ffffff",
1327
+ "dark": "#2e2e2e"
1328
+ },
1329
+ "border": {
1330
+ "token": "Border/Selection/CheckboxAtomic/Inactive/Disabled",
1331
+ "light": "#ebebeb",
1332
+ "dark": "#595959"
1333
+ }
1334
+ },
1335
+ "disabledActive": {
1336
+ "surface": {
1337
+ "token": "Surface/Selection/CheckboxAtomic/Active/Disabled",
1338
+ "light": "#dddef8",
1339
+ "dark": "#0f114d"
1340
+ },
1341
+ "icon": {
1342
+ "token": "Icon/Selection/CheckboxAtomic/Disabled",
1343
+ "light": "#ffffff",
1344
+ "dark": "#171b9c"
1345
+ }
1346
+ }
1347
+ },
1348
+ "legacyOldPalette": {
1349
+ "ring": "#a5a9b5 (c-base-3)",
1350
+ "fill": "#1054de (c-primary)",
1351
+ "disabledFill": "#a9c4f9 (c-primary-2)",
1352
+ "disabledRing": "#ebecef (c-base-4)",
1353
+ "surface": "#ffffff (c-bg)"
1354
+ }
1355
+ },
1356
+ "radio": {
1357
+ "component": "RadioAtomic",
1358
+ "geometry": {
1359
+ "frame": [24, 24],
1360
+ "circle": 20,
1361
+ "radius": "circular (r=100)",
1362
+ "stroke": {
1363
+ "width": 2,
1364
+ "align": "inside"
1365
+ },
1366
+ "padding": {
1367
+ "top": 2,
1368
+ "right": 2,
1369
+ "bottom": 2,
1370
+ "left": 2,
1371
+ "note": "circle inset in the 24×24 frame"
1372
+ },
1373
+ "dot": {
1374
+ "size": 8,
1375
+ "insetInCircle": 6,
1376
+ "note": "present at opacity 0 when inactive"
1377
+ }
1378
+ },
1379
+ "states": {
1380
+ "inactive": {
1381
+ "surface": {
1382
+ "token": "Surface/Selection/RadioAtomic/Inactive/Default",
1383
+ "light": "#ffffff",
1384
+ "dark": "#111111"
1385
+ },
1386
+ "border": {
1387
+ "token": "Border/Selection/RadioAtomic/Inactive/Default",
1388
+ "light": "#a8a8a8",
1389
+ "dark": "#ffffff"
1390
+ }
1391
+ },
1392
+ "active": {
1393
+ "surface": {
1394
+ "token": "Surface/Selection/RadioAtomic/Active/Default",
1395
+ "light": "#3b41ec",
1396
+ "dark": "#3b41ec"
1397
+ },
1398
+ "icon": {
1399
+ "token": "Icon/Selection/RadioAtomic/Default",
1400
+ "light": "#ffffff",
1401
+ "dark": "#ffffff"
1402
+ },
1403
+ "note": "stroke = surface (solid disc)"
1404
+ },
1405
+ "disabledInactive": {
1406
+ "surface": {
1407
+ "token": "Surface/Selection/RadioAtomic/Inactive/Disabled",
1408
+ "light": "#ffffff",
1409
+ "dark": "#2e2e2e"
1410
+ },
1411
+ "border": {
1412
+ "token": "Border/Selection/RadioAtomic/Inactive/Disabled",
1413
+ "light": "#ebebeb",
1414
+ "dark": "#595959"
1415
+ }
1416
+ },
1417
+ "disabledActive": {
1418
+ "surface": {
1419
+ "token": "Surface/Selection/RadioAtomic/Active/Disabled",
1420
+ "light": "#dddef8",
1421
+ "dark": "#0f114d"
1422
+ },
1423
+ "icon": {
1424
+ "token": "Icon/Selection/RadioAtomic/Disabled",
1425
+ "light": "#ffffff",
1426
+ "dark": "#171b9c"
1427
+ }
1428
+ }
1429
+ },
1430
+ "legacyOldPalette": {
1431
+ "ring": "#a5a9b5 (c-base-3)",
1432
+ "fill": "#1054de (c-primary)",
1433
+ "disabledFill": "#d9e5fc (c-primary-3)",
1434
+ "disabledRing": "#ebecef (c-base-4)",
1435
+ "surface": "#ffffff (c-bg)"
1436
+ }
1437
+ },
1438
+ "toggle": {
1439
+ "set": "139:8187",
1440
+ "$note": "no colors-v2 semantic tokens yet — colours bind to the UIKit --c-* layer; hexes below are the NEW palette (light); dark variants follow the --c-* dark layer",
1441
+ "iOS": {
1442
+ "track": [48, 28],
1443
+ "radius": 14,
1444
+ "knob": 24,
1445
+ "knobInset": {
1446
+ "top": 2,
1447
+ "right": 2,
1448
+ "bottom": 2,
1449
+ "left": 2,
1450
+ "travel": "left 2 (off) → 22 (on)"
1451
+ },
1452
+ "on": {
1453
+ "track": "#3b41ec (c-primary)",
1454
+ "knob": "#ffffff (c-white)"
1455
+ },
1456
+ "off": {
1457
+ "track": "#c7c7c7 (c-base-3)",
1458
+ "knob": "#ffffff (c-white)"
1459
+ },
1460
+ "disabledOn": {
1461
+ "track": "#dddef8 (c-primary-3)",
1462
+ "knob": "#ffffff (c-white)"
1463
+ },
1464
+ "disabledOff": {
1465
+ "track": "#ebebeb (c-base-4)",
1466
+ "knob": "#ffffff (c-white)"
1467
+ }
1468
+ },
1469
+ "Android": {
1470
+ "frame": [36, 20],
1471
+ "track": [34, 14],
1472
+ "trackRadius": 7,
1473
+ "thumb": 20,
1474
+ "trackInset": {
1475
+ "vertical": 3,
1476
+ "horizontal": 1,
1477
+ "note": "track inset in the 36×20 frame"
1478
+ },
1479
+ "thumbOverhang": {
1480
+ "vertical": 3,
1481
+ "note": "20px thumb overhangs the 14px track above/below"
1482
+ },
1483
+ "thumbTravel": "left 0 (off) → 16 (on)",
1484
+ "on": {
1485
+ "track": "#6469ec (c-primary-1)",
1486
+ "thumb": "#3b41ec (c-primary)"
1487
+ },
1488
+ "off": {
1489
+ "track": "#c7c7c7 (c-base-3)",
1490
+ "thumb": "#ffffff (c-white)"
1491
+ },
1492
+ "disabledOn": {
1493
+ "track": "#dddef8 (c-primary-3)",
1494
+ "thumb": "#ffffff (c-white)"
1495
+ },
1496
+ "disabledOff": {
1497
+ "track": "#ebebeb (c-base-4)",
1498
+ "thumb": "#ffffff (c-white)"
1499
+ }
1500
+ }
1501
+ }
1502
+ },
1503
+ "tabs": {
1504
+ "node": "525:9359",
1505
+ "sets": {
1506
+ "Tabs": "400:11",
1507
+ "TabPill": "7918:14398",
1508
+ "TabItem": "93:6110"
1509
+ },
1510
+ "underline": {
1511
+ "indicator": {
1512
+ "thickness": 2,
1513
+ "color": "#1054de",
1514
+ "note": "under active label only"
1515
+ },
1516
+ "ios": {
1517
+ "fontSize": 17,
1518
+ "lineHeight": 24,
1519
+ "weightActive": 590,
1520
+ "weightInactive": 400,
1521
+ "barPadding": [16, 16, 1, 16],
1522
+ "itemGap": 20
1523
+ },
1524
+ "web": {
1525
+ "fontSize": 15,
1526
+ "weight": 600,
1527
+ "barHeight": 48,
1528
+ "hairline": "#ebecef"
1529
+ },
1530
+ "iconSizes": {
1531
+ "regular": 24,
1532
+ "small": 16
1533
+ }
1534
+ },
1535
+ "pill": {
1536
+ "height": 40,
1537
+ "radius": 24,
1538
+ "padding": [8, 12, 8, 12],
1539
+ "gap": 8,
1540
+ "fontSize": 17,
1541
+ "states": {
1542
+ "Enabled": {
1543
+ "fill": "#ffffff",
1544
+ "border": "#ebecef",
1545
+ "text": "#636878"
1546
+ },
1547
+ "Active": {
1548
+ "fill": "#1054de",
1549
+ "border": "#1054de",
1550
+ "text": "#ffffff",
1551
+ "weight": 590
1552
+ },
1553
+ "Disabled": {
1554
+ "text": "#bfbfbf"
1555
+ }
1556
+ },
1557
+ "dotNotification": {
1558
+ "size": 12,
1559
+ "color": "#fa4d30"
1560
+ }
1561
+ },
1562
+ "colors": {
1563
+ "active": "#1054de",
1564
+ "underlineInactiveText": "#898e9e",
1565
+ "pillInactiveText": "#636878",
1566
+ "divider": "#ebecef"
1567
+ },
1568
+ "types": [
1569
+ "Primary (pill)",
1570
+ "Secondary (underline text)",
1571
+ "Icon (underline 24px + dot)",
1572
+ "Icon small (underline 16px)"
1573
+ ]
1574
+ },
1575
+ "toast": {
1576
+ "node": "525:9329",
1577
+ "set": "538:6015",
1578
+ "width": 328,
1579
+ "height": "48 (single-line) / 68 (two-line + action)",
1580
+ "padding": [14, 16, 14, 16],
1581
+ "radius": 4,
1582
+ "bg": "#292b32",
1583
+ "text": {
1584
+ "color": "#ffffff",
1585
+ "font": "15/20"
1586
+ },
1587
+ "action": {
1588
+ "color": "#ffffff",
1589
+ "note": "UPPERCASE trailing label — white, NOT primary blue"
1590
+ },
1591
+ "elevation": "02 — 0 3 5 rgba(0,0,0,.2) / 0 1 18 rgba(0,0,0,.12) / 0 6 10 rgba(0,0,0,.14)",
1592
+ "platforms": ["iOS", "Android"],
1593
+ "note": "Only the Android variants are fully built; the iOS variant is an unfinished placeholder (black rgba(0,0,0,.7), centered check icon + label, no auto-layout)."
1594
+ },
1595
+ "post": {
1596
+ "$figma": "525:8709 (Posts page) · component 16998:25396",
1597
+ "width": 375,
1598
+ "card": {
1599
+ "bg": "#ffffff"
1600
+ },
1601
+ "stack": {
1602
+ "featuredHeader": {
1603
+ "pad": "8 16 4 16",
1604
+ "gap": 8,
1605
+ "badge": {
1606
+ "bg": "#ebecef",
1607
+ "text": "#292b32",
1608
+ "font": "13/18·590"
1609
+ }
1610
+ },
1611
+ "authorHeader": {
1612
+ "pad": "12 16 0 16",
1613
+ "gap": 8,
1614
+ "avatar": 32,
1615
+ "ellipsis": "24·r8",
1616
+ "name": "15/20·590 #292b32",
1617
+ "community": "15/20·590 #292b32",
1618
+ "moderatorBadge": {
1619
+ "bg": "#d9e5fc",
1620
+ "text": "#1054de",
1621
+ "radius": 20,
1622
+ "font": "10/13·400"
1623
+ },
1624
+ "timestamp": "13/18·400 #898e9e"
1625
+ },
1626
+ "text": {
1627
+ "pad": "8 16 8 16",
1628
+ "gap": 16,
1629
+ "title": "17/24·590 #292b32",
1630
+ "body": "15/20·400 #292b32"
1631
+ },
1632
+ "mediaSlot": "dynamic (image · link preview · poll · file)",
1633
+ "engagementBar": {
1634
+ "pad": "0 16 0 16",
1635
+ "statRow": {
1636
+ "pad": "8 0 8 0",
1637
+ "gap": 12,
1638
+ "stat": "13/18·400 #898e9e"
1639
+ },
1640
+ "actionRow": {
1641
+ "pad": "12 0 12 0",
1642
+ "gap": 12,
1643
+ "topBorder": "1px #ebecef",
1644
+ "label": "15/20·590 #898e9e",
1645
+ "icons": "thumbs-up 16 · comment 16 · share 17 (#898e9e)"
1646
+ }
1647
+ },
1648
+ "inlineComment": {
1649
+ "pad": "12 16 12 16",
1650
+ "gap": 10,
1651
+ "bubbleFill": "#f0f1f4 (approx)",
1652
+ "meta": "13/18·590 #636878"
1653
+ },
1654
+ "postSeparator": "8px #ebecef"
1655
+ },
1656
+ "colors": {
1657
+ "ink": "#292b32",
1658
+ "muted": "#898e9e",
1659
+ "brand": "#1054de",
1660
+ "line": "#ebecef"
1661
+ },
1662
+ "alsoOnPage": [
1663
+ "Post Title",
1664
+ "Featured Post",
1665
+ "Post Engagement Bar (full)",
1666
+ "Desktop Compose Bar",
1667
+ "Post Creation",
1668
+ "Poll",
1669
+ "Photo enhancement",
1670
+ "Error handling cases",
1671
+ "Right to left"
1672
+ ],
1673
+ "note": "Current UIKit. Comment-bubble fill approximated."
1674
+ },
1675
+ "postMedia": {
1676
+ "name": "Post Media",
1677
+ "figma": {
1678
+ "file": "QWcsEFNTatj86HsD2SXrcs",
1679
+ "photoSection": "13469:24147",
1680
+ "sets": {
1681
+ "1": "11755:38706",
1682
+ "2": "11900:51842",
1683
+ "3": "11971:44085",
1684
+ "4": "11971:44262",
1685
+ "5": "12081:8626",
1686
+ "4+": "12016:18792"
1687
+ }
1688
+ },
1689
+ "frameWidth": {
1690
+ "sets1_2": 375,
1691
+ "sets3_4_4plus": 377
1692
+ },
1693
+ "contentWidth": {
1694
+ "sets1_2": 343,
1695
+ "sets3_4_4plus": 345
1696
+ },
1697
+ "outerPadding": {
1698
+ "t": 8,
1699
+ "r": 16,
1700
+ "b": 8,
1701
+ "l": 16
1702
+ },
1703
+ "tileGap": 4,
1704
+ "radius": 8,
1705
+ "radiusNote": "applied to outer corners of the container only",
1706
+ "placeholderFill": "#ebecef",
1707
+ "cardBg": "#ffffff",
1708
+ "counts": {
1709
+ "1": {
1710
+ "layout": "single",
1711
+ "tiles": [
1712
+ {
1713
+ "w": 343,
1714
+ "h": 193,
1715
+ "ratio": "16:9"
1716
+ }
1717
+ ]
1718
+ },
1719
+ "2": {
1720
+ "layout": "side-by-side",
1721
+ "tiles": [
1722
+ {
1723
+ "w": 170,
1724
+ "h": 170
1725
+ },
1726
+ {
1727
+ "w": 170,
1728
+ "h": 170
1729
+ }
1730
+ ]
1731
+ },
1732
+ "3": {
1733
+ "layout": "top + two-up",
1734
+ "tiles": [
1735
+ {
1736
+ "w": 345,
1737
+ "h": 345,
1738
+ "role": "top"
1739
+ },
1740
+ {
1741
+ "w": 171,
1742
+ "h": 171
1743
+ },
1744
+ {
1745
+ "w": 171,
1746
+ "h": 171
1747
+ }
1748
+ ]
1749
+ },
1750
+ "4": {
1751
+ "layout": "2x2",
1752
+ "tiles": [
1753
+ {
1754
+ "w": 171,
1755
+ "h": 171,
1756
+ "count": 4
1757
+ }
1758
+ ]
1759
+ },
1760
+ "4+": {
1761
+ "layout": "2x2 + overflow",
1762
+ "tiles": [
1763
+ {
1764
+ "w": 171,
1765
+ "h": 171,
1766
+ "count": 4
1767
+ }
1768
+ ],
1769
+ "overflow": {
1770
+ "appliesTo": "last tile",
1771
+ "overlayFill": "#000000",
1772
+ "overlayOpacity": 0.5,
1773
+ "label": {
1774
+ "font": "20/24·700",
1775
+ "color": "#ffffff",
1776
+ "example": "+7"
1777
+ }
1778
+ }
1779
+ }
1780
+ },
1781
+ "singleRatios": {
1782
+ "16:9": {
1783
+ "w": 343,
1784
+ "h": 193
1785
+ },
1786
+ "1:1": {
1787
+ "w": 343,
1788
+ "h": 343,
1789
+ "note": "inferred from content-width square (345)"
1790
+ },
1791
+ "9:16": {
1792
+ "w": 343,
1793
+ "h": 610
1794
+ }
1795
+ },
1796
+ "otherRatios": ["21:9", "4:3", "5:4", "3:2"],
1797
+ "keepRatio": "on/off toggle (crop vs fit)",
1798
+ "firstMediaVariants": ["Square", "Vertical", "Landscape"],
1799
+ "videoControl": {
1800
+ "box": 40,
1801
+ "shape": "circle",
1802
+ "scrim": "#000000",
1803
+ "scrimOpacity": 0.5,
1804
+ "glyph": 24,
1805
+ "glyphColor": "#ffffff"
1806
+ }
1807
+ },
1808
+ "engagementBar": {
1809
+ "node": "8482:7275",
1810
+ "molecule": "13642:27941",
1811
+ "postedSet": "13642:28128",
1812
+ "width": 375,
1813
+ "contentWidth": 343,
1814
+ "bg": "#ffffff",
1815
+ "bar": {
1816
+ "padding": "0 16 0 16",
1817
+ "direction": "vertical"
1818
+ },
1819
+ "statRow": {
1820
+ "padding": "8 0 8 0",
1821
+ "gap": 12,
1822
+ "justify": "space-between",
1823
+ "height": 36,
1824
+ "reactionCount": {
1825
+ "gap": 4,
1826
+ "stat": {
1827
+ "size": 13,
1828
+ "lineHeight": 18,
1829
+ "weight": 400,
1830
+ "color": "#898e9e"
1831
+ }
1832
+ },
1833
+ "reactionCluster": {
1834
+ "gap": -8,
1835
+ "icon": 20,
1836
+ "maxIcons": 5,
1837
+ "border": "1.5px #ffffff"
1838
+ },
1839
+ "commentCount": {
1840
+ "gap": 4,
1841
+ "size": 13,
1842
+ "lineHeight": 18,
1843
+ "weight": 400,
1844
+ "color": "#898e9e"
1845
+ }
1846
+ },
1847
+ "actionRow": {
1848
+ "padding": "12 0 12 0",
1849
+ "gap": 12,
1850
+ "height": 44,
1851
+ "topBorder": "1px #ebecef",
1852
+ "button": {
1853
+ "gap": 4,
1854
+ "iconBox": 20,
1855
+ "label": {
1856
+ "size": 15,
1857
+ "lineHeight": 20,
1858
+ "weight": 590,
1859
+ "color": "#898e9e"
1860
+ }
1861
+ },
1862
+ "glyphs": {
1863
+ "thumbsUp": 16,
1864
+ "comment": 16,
1865
+ "share": 17,
1866
+ "color": "#898e9e"
1867
+ },
1868
+ "reactStates": {
1869
+ "default": "#898e9e",
1870
+ "focused": "#636878",
1871
+ "active": "#292b32"
1872
+ }
1873
+ },
1874
+ "joinCta": {
1875
+ "padding": "12 0 12 0",
1876
+ "topBorder": "1px #ebecef",
1877
+ "text": "Join community to interact with all posts",
1878
+ "size": 15,
1879
+ "lineHeight": 20,
1880
+ "weight": 400,
1881
+ "color": "#898e9e"
1882
+ },
1883
+ "variants": {
1884
+ "axes": ["Is member", "Have reactions", "Have comments"],
1885
+ "heights": {
1886
+ "noStats": 44,
1887
+ "withStats": 80
1888
+ }
1889
+ },
1890
+ "font": "SF Pro",
1891
+ "note": "Current UIKit — verify against the codebase. Reaction-emoji fills approximated (Figma uses gradient/emoji art)."
1892
+ },
1893
+ "poll": {
1894
+ "$figma": "13559:25940 (Poll section) · Voting 13472:15524 · Results 13472:15813",
1895
+ "width": 375,
1896
+ "card": {
1897
+ "bg": "#ffffff"
1898
+ },
1899
+ "states": ["Voting", "Results"],
1900
+ "voting": {
1901
+ "option": {
1902
+ "size": "343 × 48",
1903
+ "pad": "12 12 12 12",
1904
+ "gap": 12,
1905
+ "radius": 8,
1906
+ "bg": "#ffffff",
1907
+ "border": {
1908
+ "default": "1px #ebecef",
1909
+ "selected": "2px #1054de"
1910
+ },
1911
+ "label": "15/20·590 #292b32",
1912
+ "labelDisabled": "#a5a9b5"
1913
+ },
1914
+ "radio": {
1915
+ "box": 24,
1916
+ "ring": "20 · 2px #a5a9b5 (off)",
1917
+ "on": "20 fill #1054de + 8 white dot"
1918
+ }
1919
+ },
1920
+ "results": {
1921
+ "option": {
1922
+ "size": "343 × 80 (winner 344)",
1923
+ "pad": "12 12 12 12",
1924
+ "gap": 8,
1925
+ "radius": 8,
1926
+ "bg": "#ffffff",
1927
+ "border": {
1928
+ "default": "1px #ebecef",
1929
+ "winner": "2px #1054de"
1930
+ }
1931
+ },
1932
+ "details": {
1933
+ "gap": 2,
1934
+ "optionRow": {
1935
+ "gap": 4,
1936
+ "option": "15/20·590 #292b32",
1937
+ "percentage": {
1938
+ "winner": "#1054de",
1939
+ "other": "#636878",
1940
+ "font": "15/20·590"
1941
+ }
1942
+ },
1943
+ "voterCount": "13/18·400 #898e9e",
1944
+ "noVotes": "13/18·400 #898e9e"
1945
+ }
1946
+ },
1947
+ "progressBar": {
1948
+ "height": 8,
1949
+ "radius": 99,
1950
+ "base": {
1951
+ "track": "#ebecef",
1952
+ "fill": "#636878"
1953
+ },
1954
+ "primary": {
1955
+ "track": "#d9e5fc",
1956
+ "fill": "#1054de"
1957
+ },
1958
+ "steps": "0–100% in 10%"
1959
+ },
1960
+ "footer": {
1961
+ "voteCount": {
1962
+ "font": "13/18·590",
1963
+ "color": "#898e9e",
1964
+ "forms": ["0 votes", "1 vote", "8,931 votes"]
1965
+ },
1966
+ "time": {
1967
+ "font": "13/18·590",
1968
+ "color": "#898e9e",
1969
+ "active": ["34m left", "4h left", "30d left"],
1970
+ "inactive": [
1971
+ "Set for 3d",
1972
+ "Ends on 24 Sep at 9:41 AM",
1973
+ "Ends on 24 Sep 2025 at 9:41 AM"
1974
+ ],
1975
+ "ended": "Ended"
1976
+ },
1977
+ "action": {
1978
+ "font": "13/18·590",
1979
+ "color": "#1054de",
1980
+ "options": ["See results", "Back to poll", "Unvote"]
1981
+ }
1982
+ },
1983
+ "font": "SF Pro (590 ≈ SemiBold)",
1984
+ "note": "Current UIKit — verify against codebase. Footer meta row (votes · time · action) assembled inline for the demo; option widths 343/344 are layout-column widths and stretch to fill in a real card. Image-option, Poll-creation, and full Progress-bar/Time/Vote-count/Action sets are on the section but not reconstructed here."
1985
+ },
1986
+ "postCreation": {
1987
+ "node": "14003:51845",
1988
+ "canvas": "14000:85978",
1989
+ "screenFrame": "14000:84746",
1990
+ "atomicSpecs": "14003:52026",
1991
+ "width": 375,
1992
+ "height": 812,
1993
+ "bg": "#ffffff",
1994
+ "topNav": {
1995
+ "height": 102,
1996
+ "statusBar": 44,
1997
+ "appBar": {
1998
+ "height": 58,
1999
+ "pad": "16 16 16 12",
2000
+ "gap": 8,
2001
+ "counterAlign": "center",
2002
+ "backIconBtn": {
2003
+ "size": 24,
2004
+ "radius": 9999
2005
+ },
2006
+ "title": {
2007
+ "font": "17/24",
2008
+ "weight": 590,
2009
+ "color": "#292b32",
2010
+ "text": "Makeup is Magic"
2011
+ },
2012
+ "pageDescription": {
2013
+ "font": "13/18",
2014
+ "weight": 400,
2015
+ "color": "#898e9e",
2016
+ "hiddenInInstance": true
2017
+ },
2018
+ "postButton": {
2019
+ "size": "35x28",
2020
+ "pad": "6 2 6 2",
2021
+ "radius": 6,
2022
+ "label": {
2023
+ "font": "15/20",
2024
+ "weight": 400,
2025
+ "color": "#1054de",
2026
+ "text": "Post"
2027
+ }
2028
+ }
2029
+ },
2030
+ "divider": {
2031
+ "size": "375x1",
2032
+ "color": "#ebecef"
2033
+ }
2034
+ },
2035
+ "titleBody": {
2036
+ "size": "375x92",
2037
+ "pad": "16 16 8 16",
2038
+ "gap": 24,
2039
+ "titlePlaceholder": {
2040
+ "font": "17/24",
2041
+ "weight": 590,
2042
+ "color": "#a5a9b5",
2043
+ "text": "Title (optional)"
2044
+ },
2045
+ "bodyPlaceholder": {
2046
+ "font": "15/20",
2047
+ "weight": 400,
2048
+ "color": "#a5a9b5",
2049
+ "text": "Share the details or context of your post here…"
2050
+ }
2051
+ },
2052
+ "media": {
2053
+ "size": "375x367",
2054
+ "pad": "12 16 12 16",
2055
+ "gap": 8,
2056
+ "frame": {
2057
+ "size": 343,
2058
+ "radius": 4
2059
+ },
2060
+ "overlayButton": {
2061
+ "size": 20,
2062
+ "radius": 100,
2063
+ "fill": "#000000",
2064
+ "opacity": 0.5
2065
+ },
2066
+ "altBadge": {
2067
+ "size": "40x24",
2068
+ "pad": "4 8 4 8",
2069
+ "radius": 9999,
2070
+ "fill": "#000000",
2071
+ "opacity": 0.5,
2072
+ "label": {
2073
+ "font": "13/18",
2074
+ "weight": 590,
2075
+ "color": "#ffffff",
2076
+ "text": "ALT"
2077
+ }
2078
+ }
2079
+ },
2080
+ "tagFab": {
2081
+ "size": 40,
2082
+ "radius": 99,
2083
+ "fill": "#ebecef",
2084
+ "glyphColor": "#292b32",
2085
+ "badge": {
2086
+ "size": 22,
2087
+ "radius": 20,
2088
+ "fill": "#292b32",
2089
+ "pad": "1 6 1 6",
2090
+ "label": {
2091
+ "font": "13/18",
2092
+ "weight": 400,
2093
+ "color": "#ffffff",
2094
+ "text": "1"
2095
+ }
2096
+ }
2097
+ },
2098
+ "actionSheet": {
2099
+ "size": "375x140",
2100
+ "handle": {
2101
+ "height": 36,
2102
+ "topRadius": 20,
2103
+ "bar": {
2104
+ "size": "36x4",
2105
+ "radius": 12,
2106
+ "color": "#a5a9b5"
2107
+ }
2108
+ },
2109
+ "attachments": {
2110
+ "height": 72,
2111
+ "pad": "8 16 40 16",
2112
+ "gap": 40,
2113
+ "align": "space-between",
2114
+ "sheetIcon": {
2115
+ "size": 32,
2116
+ "radius": 100,
2117
+ "fill": "#f6f7f8",
2118
+ "glyphColor": "#292b32",
2119
+ "glyph": 24
2120
+ },
2121
+ "icons": ["camera", "image", "play-circle", "paperclip"]
2122
+ },
2123
+ "homeIndicator": {
2124
+ "height": 32,
2125
+ "bar": "134x5"
2126
+ }
2127
+ },
2128
+ "font": "SF Pro",
2129
+ "note": "Current UIKit — verify against the codebase. Cactus illustration & pink media gradient stand in for the uploaded photo; status-bar and sheet/attachment glyphs are inline-SVG redraws; FAB bottom offset is visual, not an auto-layout token."
2130
+ },
2131
+ "postTitle": {
2132
+ "component": "Post / Header",
2133
+ "figmaPage": "8438:17142",
2134
+ "figmaSet": "145:1532",
2135
+ "width": 375,
2136
+ "height": 52,
2137
+ "row": {
2138
+ "layout": "horizontal",
2139
+ "padding": [12, 16, 0, 16],
2140
+ "gap": 8
2141
+ },
2142
+ "avatar": {
2143
+ "size": 32,
2144
+ "shape": "circle"
2145
+ },
2146
+ "content": {
2147
+ "layout": "vertical",
2148
+ "gap": 2,
2149
+ "align": "center",
2150
+ "title": {
2151
+ "layout": "horizontal",
2152
+ "gap": 4,
2153
+ "items": "displayName + verified16 + toArrow16 + communityName"
2154
+ },
2155
+ "subtitle": {
2156
+ "layout": "horizontal",
2157
+ "gap": 2,
2158
+ "items": "moderatorBadge + dot + timestamp(+edited)"
2159
+ }
2160
+ },
2161
+ "trailing": {
2162
+ "ellipsis": 24,
2163
+ "pin": 24,
2164
+ "listAction": 24,
2165
+ "sponsoredInfo": 16,
2166
+ "iconColor": "#898e9e"
2167
+ },
2168
+ "type": {
2169
+ "displayName": {
2170
+ "size": 15,
2171
+ "lineHeight": 20,
2172
+ "weight": 590,
2173
+ "color": "#292b32",
2174
+ "font": "SF Pro"
2175
+ },
2176
+ "communityName": {
2177
+ "size": 15,
2178
+ "lineHeight": 20,
2179
+ "weight": 590,
2180
+ "color": "#292b32"
2181
+ },
2182
+ "timestamp": {
2183
+ "size": 13,
2184
+ "lineHeight": 18,
2185
+ "weight": 400,
2186
+ "color": "#898e9e"
2187
+ },
2188
+ "dot": {
2189
+ "size": 13,
2190
+ "lineHeight": 18,
2191
+ "color": "#898e9e"
2192
+ },
2193
+ "badgeLabel": {
2194
+ "size": 10,
2195
+ "lineHeight": 13,
2196
+ "weight": 400
2197
+ }
2198
+ },
2199
+ "badges": {
2200
+ "moderator": {
2201
+ "bg": "#d9e5fc",
2202
+ "text": "#1054de",
2203
+ "radius": 20
2204
+ },
2205
+ "sponsored": {
2206
+ "bg": "#636878",
2207
+ "text": "#ffffff",
2208
+ "radius": 20
2209
+ }
2210
+ },
2211
+ "skeleton": {
2212
+ "page": "All",
2213
+ "avatar": {
2214
+ "size": 32,
2215
+ "radius": 40,
2216
+ "fill": "#ebecef"
2217
+ },
2218
+ "contentGap": 8,
2219
+ "bars": [
2220
+ {
2221
+ "w": 180,
2222
+ "h": 8,
2223
+ "r": 12
2224
+ },
2225
+ {
2226
+ "w": 64,
2227
+ "h": 8,
2228
+ "r": 12
2229
+ }
2230
+ ],
2231
+ "fill": "#ebecef"
2232
+ },
2233
+ "matrix": {
2234
+ "pages": ["Main Feeds", "Post Details"],
2235
+ "cases": ["Skeleton", "Default", "Pinned Post", "Sponsored Content"],
2236
+ "sparse": "Skeleton shared as Page=All; Sponsored Content is Main Feeds only"
2237
+ },
2238
+ "note": "Current UIKit — verify against codebase. Avatar art & verified/arrow/ellipsis/pin/info glyphs are reconstructed inline SVG; badge inner-label font follows post.html convention."
2239
+ },
2240
+ "featuredPost": {
2241
+ "node": "8470:7823",
2242
+ "frame": "8470:7832",
2243
+ "component": "8482:13330",
2244
+ "width": 375,
2245
+ "header": {
2246
+ "size": [375, 38],
2247
+ "padding": [8, 0, 4, 0],
2248
+ "gap": 8,
2249
+ "layout": "VERTICAL",
2250
+ "align": "flex-start",
2251
+ "fill": "#ffffff"
2252
+ },
2253
+ "badge": {
2254
+ "name": "Badges",
2255
+ "variant": {
2256
+ "Type": "Featured",
2257
+ "Size": "20px"
2258
+ },
2259
+ "size": [73, 26],
2260
+ "padding": [4, 8, 4, 8],
2261
+ "gap": 10,
2262
+ "layout": "HORIZONTAL",
2263
+ "fill": "#ebecef",
2264
+ "radius": [0, 4, 4, 0],
2265
+ "radiusOrder": "TL TR BR BL"
2266
+ },
2267
+ "label": {
2268
+ "text": "Featured",
2269
+ "font": "SF Pro",
2270
+ "weight": 590,
2271
+ "fontSize": 13,
2272
+ "lineHeight": 18,
2273
+ "letterSpacing": -0.08,
2274
+ "color": "#292b32"
2275
+ }
2276
+ },
2277
+ "composeBar": {
2278
+ "node": "8875:6209",
2279
+ "variants": {
2280
+ "wide": {
2281
+ "node": "14782:26502",
2282
+ "frame": [546, 130],
2283
+ "layout": "HORIZONTAL"
2284
+ },
2285
+ "narrow": {
2286
+ "node": "14782:26423",
2287
+ "frame": [373, 170],
2288
+ "layout": "VERTICAL"
2289
+ }
2290
+ },
2291
+ "container": {
2292
+ "pad": [12, 12, 12, 12],
2293
+ "gap": 8,
2294
+ "radius": 8,
2295
+ "fill": "#ffffff",
2296
+ "stroke": {
2297
+ "color": "#ebecef",
2298
+ "weight": 1
2299
+ }
2300
+ },
2301
+ "avatar": {
2302
+ "size": 40,
2303
+ "shape": "circle",
2304
+ "imageFill": "#dbcabd",
2305
+ "editOverlayHidden": true,
2306
+ "borderHidden": true
2307
+ },
2308
+ "boxedInput": {
2309
+ "sizing": "fill",
2310
+ "gap": 4,
2311
+ "label": {
2312
+ "text": "Label",
2313
+ "font": [16, 24, 600],
2314
+ "family": "Inter",
2315
+ "color": "#292b32"
2316
+ },
2317
+ "optional": {
2318
+ "text": "(Optional)",
2319
+ "font": [12, 16, 400],
2320
+ "color": "#a5a9b5"
2321
+ },
2322
+ "counter": {
2323
+ "text": "0/180",
2324
+ "font": [12, 16, 400],
2325
+ "color": "#636878"
2326
+ },
2327
+ "description": {
2328
+ "text": "Description",
2329
+ "font": [12, 16, 400],
2330
+ "color": "#636878"
2331
+ },
2332
+ "inputPill": {
2333
+ "height": 40,
2334
+ "pad": [10, 12, 10, 12],
2335
+ "gap": 8,
2336
+ "radius": 20,
2337
+ "fill": "#ebecef",
2338
+ "placeholder": {
2339
+ "text": "What’s going on?",
2340
+ "font": [14, 20, 400],
2341
+ "color": "#898e9e"
2342
+ },
2343
+ "leftIconHidden": "search",
2344
+ "rightIconHidden": "expand-alt"
2345
+ },
2346
+ "helperText": {
2347
+ "text": "Helper Text",
2348
+ "font": [12, 16, 400],
2349
+ "color": "#636878"
2350
+ }
2351
+ },
2352
+ "actionChip": {
2353
+ "count": 7,
2354
+ "size": 32,
2355
+ "shape": "circle",
2356
+ "fill": "#f6f7f8",
2357
+ "glyphSize": 24,
2358
+ "glyphStroke": {
2359
+ "color": "#292b32",
2360
+ "weight": 1.3
2361
+ },
2362
+ "icons": [
2363
+ "Photo",
2364
+ "Video",
2365
+ "File",
2366
+ "Livestream",
2367
+ "Poll",
2368
+ "Event",
2369
+ "Story"
2370
+ ],
2371
+ "glyphFamily": "Font Awesome"
2372
+ },
2373
+ "actionRow": {
2374
+ "narrow": {
2375
+ "pad": [0, 48, 0, 48],
2376
+ "gap": 8,
2377
+ "align": "center"
2378
+ },
2379
+ "wide": "inline"
2380
+ },
2381
+ "hidden": [
2382
+ "Avatar/Edit",
2383
+ "Avatar/Border",
2384
+ "Input left icon (search)",
2385
+ "Input right icon (expand-alt)",
2386
+ "standalone plus icon + batch dot",
2387
+ "Boxed-input second Helper text"
2388
+ ],
2389
+ "render": "section cover 8875:6209 (not the component); reconstruction driven by the live variants",
2390
+ "notes": "Figma fonts Inter / Font Awesome reconstructed with system UI stack; avatar approximated as CSS gradient"
2391
+ },
2392
+ "chatbubble": {
2393
+ "node": "3982:72853",
2394
+ "page": "⤷ Bubble (Refining)",
2395
+ "note": "experiment section skipped",
2396
+ "perspective": ["Inbound (received/left)", "Outbound (sent/right)"],
2397
+ "state": ["Default", "Pressed", "Deleted", "Failed"],
2398
+ "content": ["Message", "Image", "Link", "Video"],
2399
+ "size": {
2400
+ "Sm": "15px",
2401
+ "Md": "14px"
2402
+ },
2403
+ "header": ["User name", "You replied", "Replied to you"],
2404
+ "timestamp": ["Sent", "Sending"],
2405
+ "replyBubble": true,
2406
+ "geometry": {
2407
+ "paddingVH": "10/16",
2408
+ "radius": 18,
2409
+ "tailRadius": 6,
2410
+ "avatar": 32,
2411
+ "maxWidth": 240,
2412
+ "font": "SF Pro"
2413
+ },
2414
+ "tokens": {
2415
+ "outboundBg": "--c-bubble-r",
2416
+ "outboundText": "--c-white",
2417
+ "inboundBg": "--c-bubble-l",
2418
+ "inboundText": "--c-base",
2419
+ "pressed": ["--c-bubble-r-press", "--c-bubble-l-press"],
2420
+ "divider": "--c-bubble-divider"
2421
+ }
2422
+ },
2423
+ "dateandtime": {
2424
+ "node": "3076:15",
2425
+ "page": "⤷ Date & Time 🎨 (Refining)",
2426
+ "note": "chat Date separator + Timestamp plus the OS date/time pickers; Figma drawn in the old palette so Old swatches are exact and New+dark remap via the token layer",
2427
+ "sections": {
2428
+ "dateSeparator": {
2429
+ "node": "4105:26503",
2430
+ "platform": "Chat",
2431
+ "variants": ["This year (89x26)", "Last year (124x26)"],
2432
+ "geometry": {
2433
+ "radius": 20,
2434
+ "height": 26,
2435
+ "font": "13px/400"
2436
+ },
2437
+ "tokens": {
2438
+ "fill": "--c-bg",
2439
+ "text": "--c-base-1"
2440
+ }
2441
+ },
2442
+ "timestamp": {
2443
+ "node": "3704:7157",
2444
+ "platform": "Chat",
2445
+ "relative": [
2446
+ "Just now",
2447
+ "45m",
2448
+ "10h",
2449
+ "1d",
2450
+ "5d",
2451
+ "5 May",
2452
+ "12 Jan",
2453
+ "10 Feb 2024"
2454
+ ],
2455
+ "absolute": "11:00",
2456
+ "edited": "(edited)",
2457
+ "geometry": {
2458
+ "font": "13px/400"
2459
+ },
2460
+ "tokens": {
2461
+ "text": "--c-base-2"
2462
+ }
2463
+ },
2464
+ "iosPickers": {
2465
+ "node": "3194:1535",
2466
+ "platform": "iOS / iPadOS",
2467
+ "components": [
2468
+ "Collapsed (Default/Selected)",
2469
+ "Modal Inline",
2470
+ "Modal Compact (calendar)",
2471
+ "Day-cell states (Current+Selected/Selected/Current/Default/Null)",
2472
+ "_Week"
2473
+ ]
2474
+ },
2475
+ "androidPickers": {
2476
+ "node": "3194:1644",
2477
+ "platform": "Android",
2478
+ "system": "Material 3",
2479
+ "components": [
2480
+ "Dial (clock) picker",
2481
+ "Keyboard picker",
2482
+ "Modal (Day/Year/Full-screen range)",
2483
+ "Calendar cell states",
2484
+ "Clock face",
2485
+ "Period selector",
2486
+ "Year cell"
2487
+ ]
2488
+ },
2489
+ "desktopPickers": {
2490
+ "node": "3194:2573",
2491
+ "platform": "Desktop",
2492
+ "components": [
2493
+ "inputTimeField",
2494
+ "timeSegment",
2495
+ "DayCell states",
2496
+ "CalendarHeader",
2497
+ "CalendarGrid",
2498
+ "Modal",
2499
+ "dateTimePicker_Header",
2500
+ "Time format"
2501
+ ]
2502
+ }
2503
+ },
2504
+ "tokens": {
2505
+ "surface": "--c-bg",
2506
+ "surfaceBehind": "--c-bg-1",
2507
+ "text": ["--c-base", "--c-base-1", "--c-base-2", "--c-base-3"],
2508
+ "fill": "--c-base-4",
2509
+ "line": "--c-line",
2510
+ "accent": "--c-primary",
2511
+ "selectionBg": "--c-primary-3",
2512
+ "onAccent": "--c-white"
2513
+ }
2514
+ },
2515
+ "reactions": {
2516
+ "node": "3916:21184",
2517
+ "page": "⤷ Reactions🎨 (Refining)",
2518
+ "types": [
2519
+ "Like (thumbs-up)",
2520
+ "Love (heart)",
2521
+ "Fire",
2522
+ "Sad",
2523
+ "Happy",
2524
+ "Unknown (fallback)"
2525
+ ],
2526
+ "sizes": [16, 20, 24, 32, 40],
2527
+ "assets": "assets/reactions/{like,love,fire,sad,happy,unknown}.svg (fixed colour illustrations; do not recolour)",
2528
+ "components": {
2529
+ "reactionGroup": {
2530
+ "node": "3917:21574",
2531
+ "note": "overlapping stacked emoji, 12px step; ring = --c-bg"
2532
+ },
2533
+ "reactionCount": {
2534
+ "node": "Semantic set",
2535
+ "states": [
2536
+ "Default (count --c-base)",
2537
+ "Active (fill --c-primary, count --c-white)"
2538
+ ],
2539
+ "geometry": {
2540
+ "height": 28,
2541
+ "radius": 24,
2542
+ "font": "13px/590"
2543
+ }
2544
+ },
2545
+ "postReaction": {
2546
+ "note": "count --c-base-1, 13px/400, h28 r24"
2547
+ },
2548
+ "reactionPopover": {
2549
+ "node": "ReactionPopover 248:171",
2550
+ "variants": ["Chat", "Live stream chat"],
2551
+ "geometry": {
2552
+ "height": 48,
2553
+ "radius": 9999
2554
+ },
2555
+ "note": "5 reactions + More button (--c-base-4)"
2556
+ },
2557
+ "popoverState": {
2558
+ "node": "3916 reaction state 284:265",
2559
+ "states": [
2560
+ "Default",
2561
+ "Active (--c-base-4)",
2562
+ "Pressed (32→40px + name tooltip --c-toast)",
2563
+ "More"
2564
+ ]
2565
+ }
2566
+ },
2567
+ "tokens": {
2568
+ "ring": "--c-bg",
2569
+ "chipSurface": "--c-bg",
2570
+ "chipActive": "--c-primary",
2571
+ "countText": ["--c-base", "--c-base-1"],
2572
+ "countOnActive": "--c-white",
2573
+ "moreButton": "--c-base-4",
2574
+ "activeHighlight": "--c-base-4",
2575
+ "nameTooltip": "--c-toast"
2576
+ }
2577
+ },
2578
+ "previewLink": {
2579
+ "node": "4064:21075",
2580
+ "page": "⤷ Card (move to feature lv.) (Refining)",
2581
+ "note": "feature-level URL-unfurl card; the generic Card was moved to feature level (no atomic/semantic Card component)",
2582
+ "set": "4064:21076",
2583
+ "cases": ["Default", "No image", "Skeleton", "Unavailable"],
2584
+ "side": ["Left"],
2585
+ "geometry": {
2586
+ "size": "208x104",
2587
+ "radius": 10,
2588
+ "media": "104x104",
2589
+ "title": "13px/590",
2590
+ "url": "10px/400"
2591
+ },
2592
+ "tokens": {
2593
+ "panel": {
2594
+ "var": "--c-prev-bg",
2595
+ "role": "Surface/Card/PreviewLink/Default",
2596
+ "quad": {
2597
+ "newLight": "#ffffff",
2598
+ "newDark": "#595959",
2599
+ "oldLight": "#ffffff",
2600
+ "oldDark": "#636878"
2601
+ }
2602
+ },
2603
+ "title": {
2604
+ "var": "--c-prev-title",
2605
+ "role": "Text/Card/PreviewLink/Title/Default",
2606
+ "quad": {
2607
+ "newLight": "#2e2e2e",
2608
+ "newDark": "#ffffff",
2609
+ "oldLight": "#292b32",
2610
+ "oldDark": "#ffffff"
2611
+ }
2612
+ },
2613
+ "domain": {
2614
+ "var": "--c-prev-domain",
2615
+ "role": "Text/Card/PreviewLink/Domain/Default",
2616
+ "quad": {
2617
+ "newLight": "#949494",
2618
+ "newDark": "#ebebeb",
2619
+ "oldLight": "#898e9e",
2620
+ "oldDark": "#ebecef"
2621
+ }
2622
+ },
2623
+ "mediaPlaceholder": "--c-base-4"
2624
+ }
2625
+ },
2626
+ "banners": {
2627
+ "node": "4096:20261",
2628
+ "page": "⤷ Banners (Refining)",
2629
+ "note": "a Lists row in a banner surface — inline notice",
2630
+ "set": "4096:25709",
2631
+ "color": ["White (--c-bg)", "Grey (--c-base-4)"],
2632
+ "state": ["Default (94h)", "Skeleton (64h)"],
2633
+ "geometry": {
2634
+ "width": 375,
2635
+ "padding": "16/12",
2636
+ "itemSpacing": "12 (row) / 16 (content)"
2637
+ },
2638
+ "slots": {
2639
+ "leading": {
2640
+ "node": "4096:25236",
2641
+ "options": [
2642
+ "Icon (--c-base)",
2643
+ "Icon Button (--c-primary)",
2644
+ "Avatar 32",
2645
+ "Media 160x90 r8"
2646
+ ]
2647
+ },
2648
+ "trailing": {
2649
+ "node": "4096:25255",
2650
+ "options": [
2651
+ "Icon",
2652
+ "Close icon-button (--c-base-2)",
2653
+ "Badge",
2654
+ "Image 48x48 r4",
2655
+ "Video 48x48 r4"
2656
+ ]
2657
+ },
2658
+ "leadingController": {
2659
+ "node": "4096:25268",
2660
+ "options": ["Checkbox", "Radio", "Icon Button (plus)"],
2661
+ "color": "--c-primary"
2662
+ },
2663
+ "bottom": "optional action buttons (--c-primary)"
2664
+ },
2665
+ "tokens": {
2666
+ "white": "--c-bg",
2667
+ "grey": "--c-base-4",
2668
+ "title": "--c-base (15px/590)",
2669
+ "description": "--c-base-2 (13px/400)",
2670
+ "action": "--c-primary"
2671
+ }
2672
+ }
2673
+ }