@amityco/react-native-social-uikit 4.0.0-3dd1feab.0 → 4.0.0-417229c2.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 (263) hide show
  1. package/lib/commonjs/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js +1 -1
  2. package/lib/commonjs/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js.map +1 -1
  3. package/lib/commonjs/components/MediaSection/index.js +3 -3
  4. package/lib/commonjs/components/MediaSection/index.js.map +1 -1
  5. package/lib/commonjs/components/PostTypeChoiceModal/PostTypeChoiceModal.js +14 -5
  6. package/lib/commonjs/components/PostTypeChoiceModal/PostTypeChoiceModal.js.map +1 -1
  7. package/lib/commonjs/components/PostTypeChoiceModal/style.js +1 -2
  8. package/lib/commonjs/components/PostTypeChoiceModal/style.js.map +1 -1
  9. package/lib/commonjs/components/Social/PostList/index.js +1 -3
  10. package/lib/commonjs/components/Social/PostList/index.js.map +1 -1
  11. package/lib/commonjs/index.js +6 -0
  12. package/lib/commonjs/index.js.map +1 -1
  13. package/lib/commonjs/providers/file-provider.js +19 -38
  14. package/lib/commonjs/providers/file-provider.js.map +1 -1
  15. package/lib/commonjs/screens/CreateLivestream/CreateLivestream.js +16 -16
  16. package/lib/commonjs/screens/CreateLivestream/CreateLivestream.js.map +1 -1
  17. package/lib/commonjs/screens/LivestreamPlayer/index.js +3 -6
  18. package/lib/commonjs/screens/LivestreamPlayer/index.js.map +1 -1
  19. package/lib/commonjs/svg/svg-xml-list.js +1 -1
  20. package/lib/commonjs/util/postTypeChecker.js.map +1 -1
  21. package/lib/commonjs/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js +11 -9
  22. package/lib/commonjs/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js.map +1 -1
  23. package/lib/commonjs/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/DetailStyle.js +1 -1
  24. package/lib/commonjs/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/DetailStyle.js.map +1 -1
  25. package/lib/commonjs/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/FeedStyle.js +2 -1
  26. package/lib/commonjs/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/FeedStyle.js.map +1 -1
  27. package/lib/commonjs/v4/PublicApi/Elements/ButtonWithIconElement/styles.js +3 -2
  28. package/lib/commonjs/v4/PublicApi/Elements/ButtonWithIconElement/styles.js.map +1 -1
  29. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js +28 -25
  30. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js.map +1 -1
  31. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js +2 -2
  32. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js.map +1 -1
  33. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js +217 -68
  34. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js.map +1 -1
  35. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js +50 -0
  36. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js.map +1 -0
  37. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js +71 -3
  38. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js.map +1 -1
  39. package/lib/commonjs/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js +150 -124
  40. package/lib/commonjs/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js.map +1 -1
  41. package/lib/commonjs/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.js +2 -1
  42. package/lib/commonjs/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.js.map +1 -1
  43. package/lib/commonjs/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.js +1 -37
  44. package/lib/commonjs/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.js.map +1 -1
  45. package/lib/commonjs/v4/component/LivestreamContent/index.js +12 -12
  46. package/lib/commonjs/v4/component/LivestreamContent/index.js.map +1 -1
  47. package/lib/commonjs/v4/component/LoadingImage/index.js +22 -21
  48. package/lib/commonjs/v4/component/LoadingImage/index.js.map +1 -1
  49. package/lib/commonjs/v4/component/LoadingImage/styles.js +2 -19
  50. package/lib/commonjs/v4/component/LoadingImage/styles.js.map +1 -1
  51. package/lib/commonjs/v4/component/LoadingVideo/index.js +3 -11
  52. package/lib/commonjs/v4/component/LoadingVideo/index.js.map +1 -1
  53. package/lib/commonjs/v4/component/PostContent/index.js +4 -4
  54. package/lib/commonjs/v4/component/PostContent/index.js.map +1 -1
  55. package/lib/commonjs/v4/component/PostMenu/index.js +2 -2
  56. package/lib/commonjs/v4/component/PostMenu/index.js.map +1 -1
  57. package/lib/commonjs/v4/component/RenderTextWithMention/RenderTextWithMention.js +16 -9
  58. package/lib/commonjs/v4/component/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
  59. package/lib/commonjs/v4/component/Toast/index.js +4 -4
  60. package/lib/commonjs/v4/component/Toast/index.js.map +1 -1
  61. package/lib/commonjs/v4/component/Toast/styles.js +2 -2
  62. package/lib/commonjs/v4/component/Toast/styles.js.map +1 -1
  63. package/lib/commonjs/v4/constants/index.js +2 -1
  64. package/lib/commonjs/v4/constants/index.js.map +1 -1
  65. package/lib/commonjs/v4/enum/roomStatus.js +14 -0
  66. package/lib/commonjs/v4/enum/roomStatus.js.map +1 -0
  67. package/lib/commonjs/v4/hook/index.js +22 -0
  68. package/lib/commonjs/v4/hook/index.js.map +1 -1
  69. package/lib/commonjs/v4/hook/useCustomRankingGlobalFeed.js +1 -3
  70. package/lib/commonjs/v4/hook/useCustomRankingGlobalFeed.js.map +1 -1
  71. package/lib/commonjs/v4/hook/usePostSubscription.js +38 -0
  72. package/lib/commonjs/v4/hook/usePostSubscription.js.map +1 -0
  73. package/lib/commonjs/v4/hook/useRoomSubscription.js +22 -0
  74. package/lib/commonjs/v4/hook/useRoomSubscription.js.map +1 -0
  75. package/lib/commonjs/v4/index.js +7 -0
  76. package/lib/commonjs/v4/index.js.map +1 -1
  77. package/lib/commonjs/v4/stores/slices/toast.js +4 -1
  78. package/lib/commonjs/v4/stores/slices/toast.js.map +1 -1
  79. package/lib/module/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js +1 -1
  80. package/lib/module/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js.map +1 -1
  81. package/lib/module/components/MediaSection/index.js +3 -3
  82. package/lib/module/components/MediaSection/index.js.map +1 -1
  83. package/lib/module/components/PostTypeChoiceModal/PostTypeChoiceModal.js +15 -8
  84. package/lib/module/components/PostTypeChoiceModal/PostTypeChoiceModal.js.map +1 -1
  85. package/lib/module/components/PostTypeChoiceModal/style.js +1 -2
  86. package/lib/module/components/PostTypeChoiceModal/style.js.map +1 -1
  87. package/lib/module/components/Social/PostList/index.js +1 -3
  88. package/lib/module/components/Social/PostList/index.js.map +1 -1
  89. package/lib/module/index.js +2 -6
  90. package/lib/module/index.js.map +1 -1
  91. package/lib/module/providers/file-provider.js +19 -38
  92. package/lib/module/providers/file-provider.js.map +1 -1
  93. package/lib/module/screens/CreateLivestream/CreateLivestream.js +17 -17
  94. package/lib/module/screens/CreateLivestream/CreateLivestream.js.map +1 -1
  95. package/lib/module/screens/LivestreamPlayer/index.js +4 -8
  96. package/lib/module/screens/LivestreamPlayer/index.js.map +1 -1
  97. package/lib/module/svg/svg-xml-list.js +1 -1
  98. package/lib/module/util/postTypeChecker.js.map +1 -1
  99. package/lib/module/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js +11 -9
  100. package/lib/module/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js.map +1 -1
  101. package/lib/module/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/DetailStyle.js +1 -1
  102. package/lib/module/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/DetailStyle.js.map +1 -1
  103. package/lib/module/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/FeedStyle.js +2 -1
  104. package/lib/module/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/FeedStyle.js.map +1 -1
  105. package/lib/module/v4/PublicApi/Elements/ButtonWithIconElement/styles.js +3 -2
  106. package/lib/module/v4/PublicApi/Elements/ButtonWithIconElement/styles.js.map +1 -1
  107. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js +29 -26
  108. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js.map +1 -1
  109. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js +2 -2
  110. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js.map +1 -1
  111. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js +222 -72
  112. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js.map +1 -1
  113. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js +42 -0
  114. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js.map +1 -0
  115. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js +71 -3
  116. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js.map +1 -1
  117. package/lib/module/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js +152 -126
  118. package/lib/module/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js.map +1 -1
  119. package/lib/module/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.js +2 -1
  120. package/lib/module/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.js.map +1 -1
  121. package/lib/module/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.js +1 -37
  122. package/lib/module/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.js.map +1 -1
  123. package/lib/module/v4/component/LivestreamContent/index.js +13 -13
  124. package/lib/module/v4/component/LivestreamContent/index.js.map +1 -1
  125. package/lib/module/v4/component/LoadingImage/index.js +21 -21
  126. package/lib/module/v4/component/LoadingImage/index.js.map +1 -1
  127. package/lib/module/v4/component/LoadingImage/styles.js +2 -19
  128. package/lib/module/v4/component/LoadingImage/styles.js.map +1 -1
  129. package/lib/module/v4/component/LoadingVideo/index.js +3 -11
  130. package/lib/module/v4/component/LoadingVideo/index.js.map +1 -1
  131. package/lib/module/v4/component/PostContent/index.js +4 -4
  132. package/lib/module/v4/component/PostContent/index.js.map +1 -1
  133. package/lib/module/v4/component/PostMenu/index.js +2 -2
  134. package/lib/module/v4/component/PostMenu/index.js.map +1 -1
  135. package/lib/module/v4/component/RenderTextWithMention/RenderTextWithMention.js +17 -10
  136. package/lib/module/v4/component/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
  137. package/lib/module/v4/component/Toast/index.js +4 -4
  138. package/lib/module/v4/component/Toast/index.js.map +1 -1
  139. package/lib/module/v4/component/Toast/styles.js +2 -2
  140. package/lib/module/v4/component/Toast/styles.js.map +1 -1
  141. package/lib/module/v4/constants/index.js +1 -0
  142. package/lib/module/v4/constants/index.js.map +1 -1
  143. package/lib/module/v4/enum/roomStatus.js +8 -0
  144. package/lib/module/v4/enum/roomStatus.js.map +1 -0
  145. package/lib/module/v4/hook/index.js +2 -0
  146. package/lib/module/v4/hook/index.js.map +1 -1
  147. package/lib/module/v4/hook/useCustomRankingGlobalFeed.js +1 -3
  148. package/lib/module/v4/hook/useCustomRankingGlobalFeed.js.map +1 -1
  149. package/lib/module/v4/hook/usePostSubscription.js +31 -0
  150. package/lib/module/v4/hook/usePostSubscription.js.map +1 -0
  151. package/lib/module/v4/hook/useRoomSubscription.js +15 -0
  152. package/lib/module/v4/hook/useRoomSubscription.js.map +1 -0
  153. package/lib/module/v4/index.js +1 -1
  154. package/lib/module/v4/index.js.map +1 -1
  155. package/lib/module/v4/stores/slices/toast.js +4 -1
  156. package/lib/module/v4/stores/slices/toast.js.map +1 -1
  157. package/lib/typescript/src/components/MediaSection/index.d.ts.map +1 -1
  158. package/lib/typescript/src/components/PostTypeChoiceModal/style.d.ts +1 -2
  159. package/lib/typescript/src/components/PostTypeChoiceModal/style.d.ts.map +1 -1
  160. package/lib/typescript/src/components/Social/PostList/index.d.ts +1 -3
  161. package/lib/typescript/src/components/Social/PostList/index.d.ts.map +1 -1
  162. package/lib/typescript/src/index.d.ts +2 -2
  163. package/lib/typescript/src/index.d.ts.map +1 -1
  164. package/lib/typescript/src/providers/file-provider.d.ts.map +1 -1
  165. package/lib/typescript/src/screens/LivestreamPlayer/index.d.ts.map +1 -1
  166. package/lib/typescript/src/util/postTypeChecker.d.ts +1 -1
  167. package/lib/typescript/src/util/postTypeChecker.d.ts.map +1 -1
  168. package/lib/typescript/src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.d.ts +1 -3
  169. package/lib/typescript/src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.d.ts.map +1 -1
  170. package/lib/typescript/src/v4/PublicApi/Elements/ButtonWithIconElement/styles.d.ts +1 -0
  171. package/lib/typescript/src/v4/PublicApi/Elements/ButtonWithIconElement/styles.d.ts.map +1 -1
  172. package/lib/typescript/src/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.d.ts.map +1 -1
  173. package/lib/typescript/src/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.d.ts +1 -1
  174. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.d.ts.map +1 -1
  175. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.d.ts +8 -0
  176. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.d.ts.map +1 -0
  177. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.d.ts +70 -2
  178. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.d.ts.map +1 -1
  179. package/lib/typescript/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.d.ts.map +1 -1
  180. package/lib/typescript/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.d.ts +1 -0
  181. package/lib/typescript/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.d.ts.map +1 -1
  182. package/lib/typescript/src/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.d.ts.map +1 -1
  183. package/lib/typescript/src/v4/component/LivestreamContent/index.d.ts +1 -1
  184. package/lib/typescript/src/v4/component/LivestreamContent/index.d.ts.map +1 -1
  185. package/lib/typescript/src/v4/component/LoadingImage/index.d.ts +1 -2
  186. package/lib/typescript/src/v4/component/LoadingImage/index.d.ts.map +1 -1
  187. package/lib/typescript/src/v4/component/LoadingImage/styles.d.ts +0 -21
  188. package/lib/typescript/src/v4/component/LoadingImage/styles.d.ts.map +1 -1
  189. package/lib/typescript/src/v4/component/LoadingVideo/index.d.ts +1 -2
  190. package/lib/typescript/src/v4/component/LoadingVideo/index.d.ts.map +1 -1
  191. package/lib/typescript/src/v4/component/PostContent/index.d.ts.map +1 -1
  192. package/lib/typescript/src/v4/component/RenderTextWithMention/RenderTextWithMention.d.ts.map +1 -1
  193. package/lib/typescript/src/v4/component/Toast/styles.d.ts +1 -1
  194. package/lib/typescript/src/v4/component/Toast/styles.d.ts.map +1 -1
  195. package/lib/typescript/src/v4/constants/index.d.ts +1 -0
  196. package/lib/typescript/src/v4/constants/index.d.ts.map +1 -1
  197. package/lib/typescript/src/v4/enum/roomStatus.d.ts +8 -0
  198. package/lib/typescript/src/v4/enum/roomStatus.d.ts.map +1 -0
  199. package/lib/typescript/src/v4/hook/index.d.ts +2 -0
  200. package/lib/typescript/src/v4/hook/index.d.ts.map +1 -1
  201. package/lib/typescript/src/v4/hook/usePendingPostQuery.d.ts +3 -0
  202. package/lib/typescript/src/v4/hook/usePendingPostQuery.d.ts.map +1 -1
  203. package/lib/typescript/src/v4/hook/usePostSubscription.d.ts +4 -0
  204. package/lib/typescript/src/v4/hook/usePostSubscription.d.ts.map +1 -0
  205. package/lib/typescript/src/v4/hook/useRoomSubscription.d.ts +4 -0
  206. package/lib/typescript/src/v4/hook/useRoomSubscription.d.ts.map +1 -0
  207. package/lib/typescript/src/v4/index.d.ts +1 -0
  208. package/lib/typescript/src/v4/index.d.ts.map +1 -1
  209. package/lib/typescript/src/v4/routes/RouteParamList.d.ts +1 -1
  210. package/lib/typescript/src/v4/routes/RouteParamList.d.ts.map +1 -1
  211. package/lib/typescript/src/v4/stores/slices/toast.d.ts +1 -0
  212. package/lib/typescript/src/v4/stores/slices/toast.d.ts.map +1 -1
  213. package/package.json +6 -3
  214. package/src/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.tsx +1 -1
  215. package/src/components/MediaSection/index.tsx +4 -6
  216. package/src/components/PostTypeChoiceModal/PostTypeChoiceModal.tsx +15 -15
  217. package/src/components/PostTypeChoiceModal/style.ts +1 -2
  218. package/src/components/Social/PostList/index.tsx +1 -4
  219. package/src/index.tsx +2 -2
  220. package/src/providers/file-provider.tsx +20 -42
  221. package/src/screens/CreateLivestream/CreateLivestream.tsx +17 -17
  222. package/src/screens/LivestreamPlayer/index.tsx +9 -15
  223. package/src/svg/svg-xml-list.ts +1 -1
  224. package/src/util/postTypeChecker.ts +1 -1
  225. package/src/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.tsx +10 -10
  226. package/src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.tsx +1 -1
  227. package/src/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/DetailStyle.tsx +1 -1
  228. package/src/v4/PublicApi/Components/AmityPostEngagementActionsComponent/Components/FeedStyle.tsx +1 -1
  229. package/src/v4/PublicApi/Elements/ButtonWithIconElement/styles.ts +3 -2
  230. package/src/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.tsx +24 -25
  231. package/src/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.ts +2 -2
  232. package/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.tsx +255 -89
  233. package/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.tsx +48 -0
  234. package/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.ts +72 -3
  235. package/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.tsx +205 -154
  236. package/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.ts +2 -0
  237. package/src/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.tsx +0 -46
  238. package/src/v4/component/LivestreamContent/index.tsx +21 -22
  239. package/src/v4/component/LoadingImage/index.tsx +22 -28
  240. package/src/v4/component/LoadingImage/styles.ts +0 -17
  241. package/src/v4/component/LoadingVideo/index.tsx +3 -12
  242. package/src/v4/component/PostContent/index.tsx +6 -8
  243. package/src/v4/component/PostMenu/index.tsx +2 -2
  244. package/src/v4/component/RenderTextWithMention/RenderTextWithMention.tsx +16 -10
  245. package/src/v4/component/Toast/index.tsx +1 -1
  246. package/src/v4/component/Toast/styles.ts +2 -2
  247. package/src/v4/constants/index.ts +3 -0
  248. package/src/v4/enum/roomStatus.ts +7 -0
  249. package/src/v4/hook/index.ts +2 -0
  250. package/src/v4/hook/useCustomRankingGlobalFeed.ts +1 -1
  251. package/src/v4/hook/usePostSubscription.ts +34 -0
  252. package/src/v4/hook/useRoomSubscription.ts +19 -0
  253. package/src/v4/index.tsx +1 -1
  254. package/src/v4/routes/RouteParamList.tsx +1 -1
  255. package/src/v4/stores/slices/toast.ts +5 -0
  256. package/uikit.config.json +1 -1
  257. package/lib/commonjs/v4/enum/livestreamStatus.js +0 -13
  258. package/lib/commonjs/v4/enum/livestreamStatus.js.map +0 -1
  259. package/lib/module/v4/enum/livestreamStatus.js +0 -7
  260. package/lib/module/v4/enum/livestreamStatus.js.map +0 -1
  261. package/lib/typescript/src/v4/enum/livestreamStatus.d.ts +0 -7
  262. package/lib/typescript/src/v4/enum/livestreamStatus.d.ts.map +0 -1
  263. package/src/v4/enum/livestreamStatus.ts +0 -6
@@ -11,7 +11,7 @@ export { default as AmityMyCommunitiesSearchPage } from './PublicApi/Pages/Amity
11
11
  export { default as AmityAllCategoriesPage } from './PublicApi/Pages/AmityAllCategoriesPage/AmityAllCategoriesPage';
12
12
  export { default as AmityCommunitiesByCategoryPage } from './PublicApi/Pages/AmityCommunitiesByCategoryPage/AmityCommunitiesByCategoryPage';
13
13
  export { default as AmityCommunityProfilePage } from './PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage';
14
- // export { default as AmityCreateLivestreamPage } from './PublicApi/Pages/AmityCreateLivestreamPage';
14
+ export { default as AmityCreateLivestreamPage } from './PublicApi/Pages/AmityCreateLivestreamPage';
15
15
  export { default as AmityLivestreamPostTargetSelectionPage } from './PublicApi/Pages/AmityLivestreamPostTargetSelectionPage';
16
16
  export { default as AmityLivestreamTerminatedPage } from './PublicApi/Pages/AmityLivestreamTerminatedPage';
17
17
  export { default as AmityLivestreamPlayerPage } from './PublicApi/Pages/AmityLivestreamPlayerPage';
@@ -1 +1 @@
1
- {"version":3,"names":["default","AmityCreateStoryPage","AmityDraftStoryPage","AmityViewStoryPage","AmitySocialHomePage","AmitySocialGlobalSearchPage","AmityPostDetailPage","AmityPostTargetSelectionPage","AmityStoryTargetSelectionPage","AmityPostComposerPage","AmityMyCommunitiesSearchPage","AmityAllCategoriesPage","AmityCommunitiesByCategoryPage","AmityCommunityProfilePage","AmityLivestreamPostTargetSelectionPage","AmityLivestreamTerminatedPage","AmityLivestreamPlayerPage","AmityPollTargetSelectionPage","AmityPollPostComposerPage","AmityUserProfilePage","AmityCommunitySetupPage","AmityCommunityAddCategoryPage","AmityCommunityAddMemberPage","AmityCommunityPendingRequestPage","AmityCommunitySettingPage","AmityCommunityMembershipPage","AmityCommunityPostPermissionPage","AmityCommunityStorySettingPage","AmityCommunityNotificationSettingPage","AmityCommunityPostsNotificationSettingPage","AmityCommunityCommentsNotificationSettingPage","AmityCommunityStoriesNotificationSettingPage","AmityCommunityLivestreamsNotificationSettingPage","AmityStoryTabComponent","AmitySocialHomeTopNavigationComponent","AmityCommunitySearchResultComponent","AmityTopSearchBarComponent","AmityEmptyNewsFeedComponent","AmityGlobalFeedComponent","AmityMyCommunitiesComponent","AmityNewsFeedComponent","AmityPostContentComponent","AmityCreatePostMenuComponent","AmityMediaAttachmentComponent","AmityDetailedMediaAttachmentComponent","AmityPostCommentComponent","AmityPostEngagementActionsComponent","AmityUserSearchResultComponent","AmityReactionListComponent","AmityCommunityFeedComponent","AmityCommunityHeaderComponent","AmityCommunityImageFeedComponent","AmityCommunityVideoFeedComponent","AmityThumbnailActionComponent","AmityExploreComponent","AmityCommunityPinnedPostComponent","AmityPendingPostListComponent","AmityPostTargetSelectionPageType","PostTargetType","AmityPostTargetType","AmityPostEngagementContentComponent"],"sourceRoot":"../../../src","sources":["v4/index.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["default","AmityCreateStoryPage","AmityDraftStoryPage","AmityViewStoryPage","AmitySocialHomePage","AmitySocialGlobalSearchPage","AmityPostDetailPage","AmityPostTargetSelectionPage","AmityStoryTargetSelectionPage","AmityPostComposerPage","AmityMyCommunitiesSearchPage","AmityAllCategoriesPage","AmityCommunitiesByCategoryPage","AmityCommunityProfilePage","AmityCreateLivestreamPage","AmityLivestreamPostTargetSelectionPage","AmityLivestreamTerminatedPage","AmityLivestreamPlayerPage","AmityPollTargetSelectionPage","AmityPollPostComposerPage","AmityUserProfilePage","AmityCommunitySetupPage","AmityCommunityAddCategoryPage","AmityCommunityAddMemberPage","AmityCommunityPendingRequestPage","AmityCommunitySettingPage","AmityCommunityMembershipPage","AmityCommunityPostPermissionPage","AmityCommunityStorySettingPage","AmityCommunityNotificationSettingPage","AmityCommunityPostsNotificationSettingPage","AmityCommunityCommentsNotificationSettingPage","AmityCommunityStoriesNotificationSettingPage","AmityCommunityLivestreamsNotificationSettingPage","AmityStoryTabComponent","AmitySocialHomeTopNavigationComponent","AmityCommunitySearchResultComponent","AmityTopSearchBarComponent","AmityEmptyNewsFeedComponent","AmityGlobalFeedComponent","AmityMyCommunitiesComponent","AmityNewsFeedComponent","AmityPostContentComponent","AmityCreatePostMenuComponent","AmityMediaAttachmentComponent","AmityDetailedMediaAttachmentComponent","AmityPostCommentComponent","AmityPostEngagementActionsComponent","AmityUserSearchResultComponent","AmityReactionListComponent","AmityCommunityFeedComponent","AmityCommunityHeaderComponent","AmityCommunityImageFeedComponent","AmityCommunityVideoFeedComponent","AmityThumbnailActionComponent","AmityExploreComponent","AmityCommunityPinnedPostComponent","AmityPendingPostListComponent","AmityPostTargetSelectionPageType","PostTargetType","AmityPostTargetType","AmityPostEngagementContentComponent"],"sourceRoot":"../../../src","sources":["v4/index.tsx"],"mappings":"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","ignoreList":[]}
@@ -5,7 +5,8 @@ const initialState = {
5
5
  visible: false,
6
6
  message: '',
7
7
  type: 'loading',
8
- duration: 2500
8
+ duration: 2500,
9
+ bottomPosition: 16
9
10
  };
10
11
  const toastSlice = createSlice({
11
12
  name: 'toast',
@@ -16,12 +17,14 @@ const toastSlice = createSlice({
16
17
  state.message = action.payload.message;
17
18
  state.type = action.payload.type;
18
19
  state.duration = action.payload.duration ?? initialState.duration;
20
+ state.bottomPosition = action.payload.bottomPosition ?? initialState.bottomPosition;
19
21
  },
20
22
  hideToast: state => {
21
23
  state.visible = false;
22
24
  state.message = '';
23
25
  state.type = 'loading';
24
26
  state.duration = 2500;
27
+ state.bottomPosition = 16;
25
28
  }
26
29
  }
27
30
  });
@@ -1 +1 @@
1
- {"version":3,"names":["createSlice","useUIKitDispatch","useUIKitSelector","getCommentErrorMessage","initialState","visible","message","type","duration","toastSlice","name","reducers","showToast","state","action","payload","hideToast","useToast","dispatch","toast","$showToast","$hideToast","actions","showCommentErrorToast","error","errorMessage"],"sourceRoot":"../../../../../src","sources":["v4/stores/slices/toast.ts"],"mappings":"AAAA,SAAwBA,WAAW,QAAQ,kBAAkB;AAC7D,SAEEC,gBAAgB,EAChBC,gBAAgB,QACX,sBAAsB;AAC7B,SAASC,sBAAsB,QAAQ,0BAA0B;AAOjE,MAAMC,YAAwB,GAAG;EAC/BC,OAAO,EAAE,KAAK;EACdC,OAAO,EAAE,EAAE;EACXC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE;AACZ,CAAC;AAED,MAAMC,UAAU,GAAGT,WAAW,CAAC;EAC7BU,IAAI,EAAE,OAAO;EACbN,YAAY;EACZO,QAAQ,EAAE;IACRC,SAAS,EAAEA,CAACC,KAAK,EAAEC,MAAiC,KAAK;MACvDD,KAAK,CAACR,OAAO,GAAG,IAAI;MACpBQ,KAAK,CAACP,OAAO,GAAGQ,MAAM,CAACC,OAAO,CAACT,OAAO;MACtCO,KAAK,CAACN,IAAI,GAAGO,MAAM,CAACC,OAAO,CAACR,IAAI;MAChCM,KAAK,CAACL,QAAQ,GAAGM,MAAM,CAACC,OAAO,CAACP,QAAQ,IAAIJ,YAAY,CAACI,QAAQ;IACnE,CAAC;IACDQ,SAAS,EAAGH,KAAK,IAAK;MACpBA,KAAK,CAACR,OAAO,GAAG,KAAK;MACrBQ,KAAK,CAACP,OAAO,GAAG,EAAE;MAClBO,KAAK,CAACN,IAAI,GAAG,SAAS;MACtBM,KAAK,CAACL,QAAQ,GAAG,IAAI;IACvB;EACF;AACF,CAAC,CAAC;AAEF,eAAeC,UAAU;AAEzB,OAAO,MAAMQ,QAAQ,GAAGA,CAAA,KAAM;EAC5B,MAAMC,QAAQ,GAAGjB,gBAAgB,CAAC,CAAC;EACnC,MAAMkB,KAAK,GAAGjB,gBAAgB,CAAyBW,KAAK,IAAKA,KAAK,CAACM,KAAK,CAAC;EAC7E,MAAM;IAAEP,SAAS,EAAEQ,UAAU;IAAEJ,SAAS,EAAEK;EAAW,CAAC,GAAGZ,UAAU,CAACa,OAAO;EAE3E,MAAMN,SAAS,GAAGA,CAAA,KAAME,QAAQ,CAACG,UAAU,CAAC,CAAC,CAAC;EAE9C,MAAMT,SAAS,GAAIG,OAAmB,IAAKG,QAAQ,CAACE,UAAU,CAACL,OAAO,CAAC,CAAC;EAExE,MAAMQ,qBAAqB,GAAIC,KAAY,IAAK;IAC9C,MAAMC,YAAY,GAAGtB,sBAAsB,CAACqB,KAAK,CAAC;IAClDZ,SAAS,CAAC;MAAEN,OAAO,EAAEmB,YAAY;MAAElB,IAAI,EAAE;IAAc,CAAC,CAAC;EAC3D,CAAC;EAED,OAAO;IACLY,KAAK;IACLH,SAAS;IACTJ,SAAS;IACTW;EACF,CAAC;AACH,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["createSlice","useUIKitDispatch","useUIKitSelector","getCommentErrorMessage","initialState","visible","message","type","duration","bottomPosition","toastSlice","name","reducers","showToast","state","action","payload","hideToast","useToast","dispatch","toast","$showToast","$hideToast","actions","showCommentErrorToast","error","errorMessage"],"sourceRoot":"../../../../../src","sources":["v4/stores/slices/toast.ts"],"mappings":"AAAA,SAAwBA,WAAW,QAAQ,kBAAkB;AAC7D,SAEEC,gBAAgB,EAChBC,gBAAgB,QACX,sBAAsB;AAC7B,SAASC,sBAAsB,QAAQ,0BAA0B;AAQjE,MAAMC,YAAwB,GAAG;EAC/BC,OAAO,EAAE,KAAK;EACdC,OAAO,EAAE,EAAE;EACXC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,IAAI;EACdC,cAAc,EAAE;AAClB,CAAC;AAED,MAAMC,UAAU,GAAGV,WAAW,CAAC;EAC7BW,IAAI,EAAE,OAAO;EACbP,YAAY;EACZQ,QAAQ,EAAE;IACRC,SAAS,EAAEA,CAACC,KAAK,EAAEC,MAAiC,KAAK;MACvDD,KAAK,CAACT,OAAO,GAAG,IAAI;MACpBS,KAAK,CAACR,OAAO,GAAGS,MAAM,CAACC,OAAO,CAACV,OAAO;MACtCQ,KAAK,CAACP,IAAI,GAAGQ,MAAM,CAACC,OAAO,CAACT,IAAI;MAChCO,KAAK,CAACN,QAAQ,GAAGO,MAAM,CAACC,OAAO,CAACR,QAAQ,IAAIJ,YAAY,CAACI,QAAQ;MACjEM,KAAK,CAACL,cAAc,GAClBM,MAAM,CAACC,OAAO,CAACP,cAAc,IAAIL,YAAY,CAACK,cAAc;IAChE,CAAC;IACDQ,SAAS,EAAGH,KAAK,IAAK;MACpBA,KAAK,CAACT,OAAO,GAAG,KAAK;MACrBS,KAAK,CAACR,OAAO,GAAG,EAAE;MAClBQ,KAAK,CAACP,IAAI,GAAG,SAAS;MACtBO,KAAK,CAACN,QAAQ,GAAG,IAAI;MACrBM,KAAK,CAACL,cAAc,GAAG,EAAE;IAC3B;EACF;AACF,CAAC,CAAC;AAEF,eAAeC,UAAU;AAEzB,OAAO,MAAMQ,QAAQ,GAAGA,CAAA,KAAM;EAC5B,MAAMC,QAAQ,GAAGlB,gBAAgB,CAAC,CAAC;EACnC,MAAMmB,KAAK,GAAGlB,gBAAgB,CAAyBY,KAAK,IAAKA,KAAK,CAACM,KAAK,CAAC;EAC7E,MAAM;IAAEP,SAAS,EAAEQ,UAAU;IAAEJ,SAAS,EAAEK;EAAW,CAAC,GAAGZ,UAAU,CAACa,OAAO;EAE3E,MAAMN,SAAS,GAAGA,CAAA,KAAME,QAAQ,CAACG,UAAU,CAAC,CAAC,CAAC;EAE9C,MAAMT,SAAS,GAAIG,OAAmB,IAAKG,QAAQ,CAACE,UAAU,CAACL,OAAO,CAAC,CAAC;EAExE,MAAMQ,qBAAqB,GAAIC,KAAY,IAAK;IAC9C,MAAMC,YAAY,GAAGvB,sBAAsB,CAACsB,KAAK,CAAC;IAClDZ,SAAS,CAAC;MAAEP,OAAO,EAAEoB,YAAY;MAAEnB,IAAI,EAAE;IAAc,CAAC,CAAC;EAC3D,CAAC;EAED,OAAO;IACLa,KAAK;IACLH,SAAS;IACTJ,SAAS;IACTW;EACF,CAAC;AACH,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaSection/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAmBhE,UAAU,aAAa;IACrB,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB;;AAgSD,wBAAwC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaSection/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAmBhE,UAAU,aAAa;IACrB,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB;;AA8RD,wBAAwC"}
@@ -30,8 +30,7 @@ export declare const useStyles: () => {
30
30
  modalRow: {
31
31
  flexDirection: "row";
32
32
  alignItems: "center";
33
- padding: number;
34
- marginVertical: number;
33
+ paddingVertical: number;
35
34
  };
36
35
  closeButtonText: {
37
36
  color: string;
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/components/PostTypeChoiceModal/style.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DrB,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/components/PostTypeChoiceModal/style.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4DrB,CAAC"}
@@ -24,9 +24,7 @@ export interface IPost {
24
24
  export interface IPostList {
25
25
  onDelete?: (postId: string) => void;
26
26
  onChange?: (postDetail: Amity.Post<any>) => void;
27
- postDetail: Amity.Post<any> & {
28
- structureType?: string;
29
- };
27
+ postDetail: Amity.Post<any>;
30
28
  postIndex?: number;
31
29
  isGlobalfeed?: boolean;
32
30
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Social/PostList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAsBxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAgBnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAQ/D,MAAM,WAAW,KAAK;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,aAAa,GAAG,SAAS,CAAC;IAChC,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,eAAe,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;CACpC;AACD,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AACD,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAC;CACb;AACD,MAAM,WAAW,UAAU;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;AACD,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,UAAU,EACV,SAAS,EACT,QAAQ,EACR,YAAY,GACb,EAAE,SAAS,qBA2dX"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Social/PostList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAsBxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAgBnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAQ/D,MAAM,WAAW,KAAK;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,aAAa,GAAG,SAAS,CAAC;IAChC,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,eAAe,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;CACpC;AACD,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AACD,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAC;CACb;AACD,MAAM,WAAW,UAAU;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;AACD,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,UAAU,EACV,SAAS,EACT,QAAQ,EACR,YAAY,GACb,EAAE,SAAS,qBAwdX"}
@@ -4,9 +4,9 @@ import AmityPageRenderer from './v4/routes/AmityPageRenderer';
4
4
  import PostDetail from './v4/screen/PostDetail';
5
5
  import CommunityHome from './v4/screen/CommunityHome';
6
6
  import UserProfile from './v4/screen/UserProfile';
7
- import { AmityStoryTabComponent, AmityCreateStoryPage, AmityDraftStoryPage, AmityViewStoryPage, AmitySocialHomePage, AmitySocialHomeTopNavigationComponent, AmityCommunitySearchResultComponent, AmitySocialGlobalSearchPage, AmityTopSearchBarComponent, AmityEmptyNewsFeedComponent, AmityGlobalFeedComponent, AmityMyCommunitiesComponent, AmityNewsFeedComponent, AmityPostContentComponent, AmityPostDetailPage, AmityPostTargetSelectionPageType, AmityCreatePostMenuComponent, AmityDetailedMediaAttachmentComponent, AmityMediaAttachmentComponent, AmityPostCommentComponent, AmityPostComposerPage, AmityPostEngagementActionsComponent, AmityPostTargetSelectionPage, AmityReactionListComponent, AmityStoryTargetSelectionPage, AmityUserSearchResultComponent, AmityMyCommunitiesSearchPage, AmityExploreComponent, AmityAllCategoriesPage, AmityCommunitiesByCategoryPage, AmityCommunityProfilePage as CommunityProfilePage, AmityLivestreamPostTargetSelectionPage, AmityLivestreamTerminatedPage, AmityLivestreamPlayerPage, AmityPollTargetSelectionPage, AmityPollPostComposerPage, AmityCommunityFeedComponent, AmityCommunityHeaderComponent, AmityCommunityImageFeedComponent, AmityCommunityVideoFeedComponent, AmityThumbnailActionComponent, AmityUserProfilePage, AmityPostEngagementContentComponent, AmityPostTargetType, AmityCommunitySetupPage, AmityCommunityAddCategoryPage, AmityCommunityAddMemberPage, AmityCommunityPendingRequestPage, AmityCommunitySettingPage, AmityCommunityMembershipPage, AmityCommunityPostPermissionPage, AmityCommunityStorySettingPage, AmityCommunityNotificationSettingPage, AmityCommunityPostsNotificationSettingPage, AmityCommunityCommentsNotificationSettingPage, AmityCommunityStoriesNotificationSettingPage, AmityCommunityLivestreamsNotificationSettingPage, AmityCommunityPinnedPostComponent, AmityPendingPostListComponent } from './v4';
7
+ import { AmityStoryTabComponent, AmityCreateStoryPage, AmityDraftStoryPage, AmityViewStoryPage, AmitySocialHomePage, AmitySocialHomeTopNavigationComponent, AmityCommunitySearchResultComponent, AmitySocialGlobalSearchPage, AmityTopSearchBarComponent, AmityEmptyNewsFeedComponent, AmityGlobalFeedComponent, AmityMyCommunitiesComponent, AmityNewsFeedComponent, AmityPostContentComponent, AmityPostDetailPage, AmityPostTargetSelectionPageType, AmityCreatePostMenuComponent, AmityDetailedMediaAttachmentComponent, AmityMediaAttachmentComponent, AmityPostCommentComponent, AmityPostComposerPage, AmityPostEngagementActionsComponent, AmityPostTargetSelectionPage, AmityReactionListComponent, AmityStoryTargetSelectionPage, AmityUserSearchResultComponent, AmityMyCommunitiesSearchPage, AmityExploreComponent, AmityAllCategoriesPage, AmityCommunitiesByCategoryPage, AmityCommunityProfilePage as CommunityProfilePage, AmityCreateLivestreamPage, AmityLivestreamPostTargetSelectionPage, AmityLivestreamTerminatedPage, AmityLivestreamPlayerPage, AmityPollTargetSelectionPage, AmityPollPostComposerPage, AmityCommunityFeedComponent, AmityCommunityHeaderComponent, AmityCommunityImageFeedComponent, AmityCommunityVideoFeedComponent, AmityThumbnailActionComponent, AmityUserProfilePage, AmityPostEngagementContentComponent, AmityPostTargetType, AmityCommunitySetupPage, AmityCommunityAddCategoryPage, AmityCommunityAddMemberPage, AmityCommunityPendingRequestPage, AmityCommunitySettingPage, AmityCommunityMembershipPage, AmityCommunityPostPermissionPage, AmityCommunityStorySettingPage, AmityCommunityNotificationSettingPage, AmityCommunityPostsNotificationSettingPage, AmityCommunityCommentsNotificationSettingPage, AmityCommunityStoriesNotificationSettingPage, AmityCommunityLivestreamsNotificationSettingPage, AmityCommunityPinnedPostComponent, AmityPendingPostListComponent } from './v4';
8
8
  import { AmityStoryTabComponentEnum, AmityPostComposerMode, mediaAttachment } from './v4/PublicApi/types';
9
9
  import { AmityGlobalStoryTabWrapper } from './v4/component/MyStories';
10
10
  export declare function multiply(a: number, b: number): Promise<number>;
11
- export { AmityUiKitProvider, AmityUiKitSocial, AmityStoryTabComponent, AmityStoryTabComponentEnum, AmityCreateStoryPage, AmityDraftStoryPage, AmityViewStoryPage, AmitySocialHomePage, AmitySocialHomeTopNavigationComponent, AmityCommunitySearchResultComponent, AmitySocialGlobalSearchPage, AmityTopSearchBarComponent, AmityEmptyNewsFeedComponent, AmityGlobalFeedComponent, AmityMyCommunitiesComponent, AmityNewsFeedComponent, AmityPostContentComponent, AmityPostDetailPage, AmityPostTargetSelectionPageType, AmityCreatePostMenuComponent, AmityDetailedMediaAttachmentComponent, AmityMediaAttachmentComponent, AmityPostCommentComponent, AmityPostComposerPage, AmityPostEngagementActionsComponent, AmityPostTargetSelectionPage, AmityReactionListComponent, AmityStoryTargetSelectionPage, AmityUserSearchResultComponent, AmityMyCommunitiesSearchPage, AmityPostComposerMode, mediaAttachment, AmityExploreComponent, AmityPageRenderer, PostDetail, CommunityHome, UserProfile, AmityAllCategoriesPage, AmityCommunitiesByCategoryPage, CommunityProfilePage, AmityLivestreamPostTargetSelectionPage, AmityLivestreamTerminatedPage, AmityLivestreamPlayerPage, AmityPollTargetSelectionPage, AmityPollPostComposerPage, AmityCommunityFeedComponent, AmityCommunityHeaderComponent, AmityCommunityImageFeedComponent, AmityCommunityVideoFeedComponent, AmityThumbnailActionComponent, AmityUserProfilePage, AmityPostEngagementContentComponent, AmityPostTargetType, AmityCommunitySetupPage, AmityCommunityAddCategoryPage, AmityCommunityAddMemberPage, AmityCommunityPendingRequestPage, AmityCommunitySettingPage, AmityCommunityMembershipPage, AmityCommunityPostPermissionPage, AmityCommunityStorySettingPage, AmityCommunityNotificationSettingPage, AmityCommunityPostsNotificationSettingPage, AmityCommunityCommentsNotificationSettingPage, AmityCommunityStoriesNotificationSettingPage, AmityCommunityLivestreamsNotificationSettingPage, AmityCommunityPinnedPostComponent, AmityPendingPostListComponent, AmityGlobalStoryTabWrapper, };
11
+ export { AmityUiKitProvider, AmityUiKitSocial, AmityStoryTabComponent, AmityStoryTabComponentEnum, AmityCreateStoryPage, AmityDraftStoryPage, AmityViewStoryPage, AmitySocialHomePage, AmitySocialHomeTopNavigationComponent, AmityCommunitySearchResultComponent, AmitySocialGlobalSearchPage, AmityTopSearchBarComponent, AmityEmptyNewsFeedComponent, AmityGlobalFeedComponent, AmityMyCommunitiesComponent, AmityNewsFeedComponent, AmityPostContentComponent, AmityPostDetailPage, AmityPostTargetSelectionPageType, AmityCreatePostMenuComponent, AmityDetailedMediaAttachmentComponent, AmityMediaAttachmentComponent, AmityPostCommentComponent, AmityPostComposerPage, AmityPostEngagementActionsComponent, AmityPostTargetSelectionPage, AmityReactionListComponent, AmityStoryTargetSelectionPage, AmityUserSearchResultComponent, AmityMyCommunitiesSearchPage, AmityPostComposerMode, mediaAttachment, AmityExploreComponent, AmityPageRenderer, PostDetail, CommunityHome, UserProfile, AmityAllCategoriesPage, AmityCommunitiesByCategoryPage, CommunityProfilePage, AmityCreateLivestreamPage, AmityLivestreamPostTargetSelectionPage, AmityLivestreamTerminatedPage, AmityLivestreamPlayerPage, AmityPollTargetSelectionPage, AmityPollPostComposerPage, AmityCommunityFeedComponent, AmityCommunityHeaderComponent, AmityCommunityImageFeedComponent, AmityCommunityVideoFeedComponent, AmityThumbnailActionComponent, AmityUserProfilePage, AmityPostEngagementContentComponent, AmityPostTargetType, AmityCommunitySetupPage, AmityCommunityAddCategoryPage, AmityCommunityAddMemberPage, AmityCommunityPendingRequestPage, AmityCommunitySettingPage, AmityCommunityMembershipPage, AmityCommunityPostPermissionPage, AmityCommunityStorySettingPage, AmityCommunityNotificationSettingPage, AmityCommunityPostsNotificationSettingPage, AmityCommunityCommentsNotificationSettingPage, AmityCommunityStoriesNotificationSettingPage, AmityCommunityLivestreamsNotificationSettingPage, AmityCommunityPinnedPostComponent, AmityPendingPostListComponent, AmityGlobalStoryTabWrapper, };
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"file-provider.d.ts","sourceRoot":"","sources":["../../../../src/providers/file-provider.tsx"],"names":[],"mappings":"AAIA,wBAAsB,UAAU,CAC9B,QAAQ,EAAE,MAAM,EAChB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,GAC1C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CA2B5B;AACD,wBAAsB,eAAe,CACnC,QAAQ,EAAE,MAAM,EAChB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,GAC1C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAiDhC;AACD,wBAAsB,eAAe,CACnC,QAAQ,EAAE,MAAM,EAChB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,GAC1C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CA4B5B;AACD,wBAAsB,eAAe,CACnC,MAAM,EAAE,MAAM,GACb,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CAY/B"}
1
+ {"version":3,"file":"file-provider.d.ts","sourceRoot":"","sources":["../../../../src/providers/file-provider.tsx"],"names":[],"mappings":"AAIA,wBAAsB,UAAU,CAC9B,QAAQ,EAAE,MAAM,EAChB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,GAC1C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CA2B5B;AACD,wBAAsB,eAAe,CACnC,QAAQ,EAAE,MAAM,EAChB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,GAC1C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CA2BhC;AACD,wBAAsB,eAAe,CACnC,QAAQ,EAAE,MAAM,EAChB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,GAC1C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CA4B5B;AACD,wBAAsB,eAAe,CACnC,MAAM,EAAE,MAAM,GACb,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CAY/B"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/screens/LivestreamPlayer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAkB3D,QAAA,MAAM,gBAAgB,GAAI;;;CAAqB,sBA2I9C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/screens/LivestreamPlayer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAe3D,QAAA,MAAM,gBAAgB,GAAI;;;CAAqB,sBAwI9C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export declare const isTextPost: (post?: Amity.Post | null) => post is Amity.Post<"text">;
2
- export declare const isStreamPost: (post?: Amity.Post | null) => post is Amity.Post<"liveStream">;
2
+ export declare const isStreamPost: (post?: Amity.Post | null) => post is Amity.Post<"room">;
3
3
  export declare const isFilePost: (post?: Amity.Post | null) => post is Amity.Post<"file">;
4
4
  export declare const isImagePost: (post?: Amity.Post | null) => post is Amity.Post<"image">;
5
5
  export declare const isVideoPost: (post?: Amity.Post | null) => post is Amity.Post<"video">;
@@ -1 +1 @@
1
- {"version":3,"file":"postTypeChecker.d.ts","sourceRoot":"","sources":["../../../../src/util/postTypeChecker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAI3B,CAAC;AAEF,eAAO,MAAM,YAAY,GACvB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,YAAY,CAOjC,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAO3B,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,OAAO,CAQ5B,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,OAAO,CAO5B,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAO3B,CAAC"}
1
+ {"version":3,"file":"postTypeChecker.d.ts","sourceRoot":"","sources":["../../../../src/util/postTypeChecker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAI3B,CAAC;AAEF,eAAO,MAAM,YAAY,GACvB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAO3B,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAO3B,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,OAAO,CAQ5B,CAAC;AAEF,eAAO,MAAM,WAAW,GACtB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,OAAO,CAO5B,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,CAAC,IAAI,GAAG,IAAI,KACvB,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,CAO3B,CAAC"}
@@ -2,9 +2,7 @@ import React from 'react';
2
2
  import { PageID } from '../../../enum';
3
3
  import { AmityPostCategory, AmityPostContentComponentStyleEnum } from '../../../enum/AmityPostContentComponentStyle';
4
4
  type AmityPostContentComponentProps = {
5
- post: Amity.Post & {
6
- structureType?: string;
7
- };
5
+ post: Amity.Post;
8
6
  pageId?: PageID;
9
7
  AmityPostContentComponentStyle?: AmityPostContentComponentStyleEnum;
10
8
  isCommunityNameShown?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"AmityPostContentComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAkB7D,OAAO,EAA0B,MAAM,EAAE,MAAM,eAAe,CAAC;AAK/D,OAAO,EACL,iBAAiB,EACjB,kCAAkC,EACnC,MAAM,8CAA8C,CAAC;AAStD,KAAK,8BAA8B,GAAG;IACpC,IAAI,EAAE,KAAK,CAAC,IAAI,GAAG;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8BAA8B,CAAC,EAAE,kCAAkC,CAAC;IACpE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B,CAAC;AACF,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAC;CACb;AACD,MAAM,WAAW,UAAU;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;;AA0OD,wBAA+C"}
1
+ {"version":3,"file":"AmityPostContentComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAkB7D,OAAO,EAA0B,MAAM,EAAE,MAAM,eAAe,CAAC;AAK/D,OAAO,EACL,iBAAiB,EACjB,kCAAkC,EACnC,MAAM,8CAA8C,CAAC;AAStD,KAAK,8BAA8B,GAAG;IACpC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8BAA8B,CAAC,EAAE,kCAAkC,CAAC;IACpE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B,CAAC;AACF,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAC;CACb;AACD,MAAM,WAAW,UAAU;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;;AA0OD,wBAA+C"}
@@ -3,6 +3,7 @@ export declare const useStyle: (themeStyle: MyMD3Theme) => {
3
3
  container: {
4
4
  display: "flex";
5
5
  flexDirection: "row";
6
+ alignItems: "center";
6
7
  width: number;
7
8
  paddingTop: number;
8
9
  paddingBottom: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Elements/ButtonWithIconElement/styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEtE,eAAO,MAAM,QAAQ,GAAI,YAAY,UAAU;;;;;;;;;;;;;;;;;;;;;CAwB9C,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Elements/ButtonWithIconElement/styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEtE,eAAO,MAAM,QAAQ,GAAI,YAAY,UAAU;;;;;;;;;;;;;;;;;;;;;;CAyB9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AmityCommunityProfilePage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.tsx"],"names":[],"mappings":"AAWA,OAAO,KAON,MAAM,OAAO,CAAC;AA2Bf,KAAK,qBAAqB,GAAG;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;;AAkNF,wBAA+C"}
1
+ {"version":3,"file":"AmityCommunityProfilePage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.tsx"],"names":[],"mappings":"AAWA,OAAO,KAON,MAAM,OAAO,CAAC;AA0Bf,KAAK,qBAAqB,GAAG;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;;AAkNF,wBAA+C"}
@@ -35,7 +35,7 @@ export declare const useStyles: (theme: MyMD3Theme) => {
35
35
  backgroundColor: string;
36
36
  borderTopLeftRadius: number;
37
37
  borderTopRightRadius: number;
38
- padding: number;
38
+ paddingHorizontal: number;
39
39
  minHeight: number;
40
40
  paddingBottom: number;
41
41
  };
@@ -1 +1 @@
1
- {"version":3,"file":"AmityCreateLivestreamPage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AA0Df,iBAAS,yBAAyB,sBAggBjC;AAED,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"AmityCreateLivestreamPage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAiExE,iBAAS,yBAAyB,sBAqqBjC;AAED,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ interface RoomViewProps {
3
+ onLocalParticipantReady?: (participant: any) => void;
4
+ isFrontCamera: boolean;
5
+ }
6
+ export declare const RoomView: React.FC<RoomViewProps>;
7
+ export {};
8
+ //# sourceMappingURL=RoomView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoomView.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAMzC,UAAU,aAAa;IACrB,uBAAuB,CAAC,EAAE,CAAC,WAAW,EAAE,GAAG,KAAK,IAAI,CAAC;IACrD,aAAa,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAoC5C,CAAC"}
@@ -16,7 +16,6 @@ export declare const useStyles: () => StyleSheet.NamedStyles<any> | StyleSheet.N
16
16
  };
17
17
  overlay: {
18
18
  flex: number;
19
- height: "100%";
20
19
  top: number;
21
20
  bottom: number;
22
21
  left: number;
@@ -154,12 +153,18 @@ export declare const useStyles: () => StyleSheet.NamedStyles<any> | StyleSheet.N
154
153
  text: {
155
154
  color: string;
156
155
  };
157
- timer: {
156
+ closeButton: {
158
157
  left: number;
159
158
  zIndex: number;
160
159
  position: "absolute";
161
160
  top: number;
162
161
  };
162
+ timer: {
163
+ right: number;
164
+ zIndex: number;
165
+ position: "absolute";
166
+ top: number;
167
+ };
163
168
  permission: {
164
169
  flex: number;
165
170
  top: number;
@@ -187,5 +192,68 @@ export declare const useStyles: () => StyleSheet.NamedStyles<any> | StyleSheet.N
187
192
  color: string;
188
193
  textAlign: "center";
189
194
  };
195
+ containerRoom: {
196
+ flex: number;
197
+ alignItems: "stretch";
198
+ justifyContent: "center";
199
+ padding: number;
200
+ };
201
+ participantView: {
202
+ flex: number;
203
+ margin: number;
204
+ height: number;
205
+ backgroundColor: string;
206
+ };
207
+ roomContainer: {
208
+ flex: number;
209
+ width: "100%";
210
+ height: "100%";
211
+ };
212
+ videoTrack: {
213
+ width: "100%";
214
+ height: "100%";
215
+ };
216
+ countdownOverlay: {
217
+ position: "absolute";
218
+ top: number;
219
+ left: number;
220
+ right: number;
221
+ bottom: number;
222
+ justifyContent: "center";
223
+ alignItems: "center";
224
+ backgroundColor: string;
225
+ zIndex: number;
226
+ };
227
+ countdownContainer: {
228
+ alignItems: "center";
229
+ gap: number;
230
+ };
231
+ countdownCircle: {
232
+ position: "relative";
233
+ alignItems: "center";
234
+ justifyContent: "center";
235
+ width: number;
236
+ height: number;
237
+ };
238
+ countdownNumberContainer: {
239
+ position: "absolute";
240
+ top: number;
241
+ left: number;
242
+ right: number;
243
+ bottom: number;
244
+ alignItems: "center";
245
+ justifyContent: "center";
246
+ };
247
+ countdownNumber: {
248
+ fontSize: number;
249
+ fontWeight: "700";
250
+ color: string;
251
+ };
252
+ countdownText: {
253
+ fontSize: number;
254
+ fontWeight: "500";
255
+ color: string;
256
+ textAlign: "center";
257
+ };
190
258
  }>;
191
259
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,UAAU,EAAE,MAAM,cAAc,CAAC;AAKtD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+LrB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,UAAU,EAAE,MAAM,cAAc,CAAC;AAKtD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoQrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AmityLivestreamPlayerPage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAyD3D,iBAAS,yBAAyB,sBA8KjC;AAED,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"AmityLivestreamPlayerPage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAuB3D,iBAAS,yBAAyB,sBAmQjC;AAED,eAAe,yBAAyB,CAAC"}
@@ -10,6 +10,7 @@ export declare const useStyles: () => {
10
10
  steamEndContainer: {
11
11
  flex: number;
12
12
  justifyContent: "center";
13
+ backgroundColor: string;
13
14
  };
14
15
  indicator: {
15
16
  left: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,6CAA6C,CAAC;AAGzE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8ErB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,6CAA6C,CAAC;AAGzE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AmityPostComposerPage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAe1E,OAAO,EAAyB,yBAAyB,EAAE,MAAM,aAAa,CAAC;;AA40B/E,wBAA2C"}
1
+ {"version":3,"file":"AmityPostComposerPage.d.ts","sourceRoot":"","sources":["../../../../../../../src/v4/PublicApi/Pages/AmityPostComposerPage/AmityPostComposerPage.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAe1E,OAAO,EAAyB,yBAAyB,EAAE,MAAM,aAAa,CAAC;;AA8xB/E,wBAA2C"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  interface ILivestreamContent {
3
- streamId: Amity.Stream['streamId'];
3
+ roomId: Amity.Room['roomId'];
4
4
  onPressPost: () => void;
5
5
  post: Amity.Post;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LivestreamContent/index.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAe1E,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IACnC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;CAClB;;AAoKD,wBAA6C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LivestreamContent/index.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAe1E,UAAU,kBAAkB;IAC1B,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC7B,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;CAClB;;AAmKD,wBAA6C"}
@@ -3,7 +3,6 @@ interface OverlayImageProps {
3
3
  source: string;
4
4
  onClose?: (originalPath: string, field?: string, postId?: string) => void;
5
5
  onLoadFinish?: (fileId: string, fileUrl: string, fileName: string, index: number, originalPath: string) => void;
6
- onUploadError?: (hasError: boolean, source: string) => void;
7
6
  index?: number;
8
7
  isUploaded: boolean;
9
8
  fileId?: string;
@@ -12,6 +11,6 @@ interface OverlayImageProps {
12
11
  postId?: string;
13
12
  setIsUploading?: (arg: boolean) => void;
14
13
  }
15
- declare const LoadingImage: ({ source, onClose, index, onLoadFinish, onUploadError, isUploaded, fileId, isEditMode, fileCount, postId, setIsUploading, }: OverlayImageProps) => React.JSX.Element;
14
+ declare const LoadingImage: ({ source, onClose, index, onLoadFinish, isUploaded, fileId, isEditMode, fileCount, postId, setIsUploading, }: OverlayImageProps) => React.JSX.Element;
16
15
  export default LoadingImage;
17
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LoadingImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAahE,UAAU,iBAAiB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1E,YAAY,CAAC,EAAE,CACb,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,KACjB,IAAI,CAAC;IACV,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;CACzC;AACD,QAAA,MAAM,YAAY,GAAI,6HAYnB,iBAAiB,sBAkInB,CAAC;AACF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LoadingImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAehE,UAAU,iBAAiB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1E,YAAY,CAAC,EAAE,CACb,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,KACjB,IAAI,CAAC;IACV,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;CACzC;AACD,QAAA,MAAM,YAAY,GAAI,8GAWnB,iBAAiB,sBA4HnB,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -14,7 +14,6 @@ export declare const useStyles: () => {
14
14
  height: "100%";
15
15
  resizeMode: "cover";
16
16
  borderRadius: number;
17
- position: "relative";
18
17
  };
19
18
  overlay: {
20
19
  justifyContent: "center";
@@ -25,25 +24,6 @@ export declare const useStyles: () => {
25
24
  top: 0;
26
25
  bottom: 0;
27
26
  };
28
- failedOverlay: {
29
- justifyContent: "center";
30
- alignItems: "center";
31
- backgroundColor: string;
32
- borderRadius: number;
33
- position: "absolute";
34
- left: 0;
35
- right: 0;
36
- top: 0;
37
- bottom: 0;
38
- };
39
- errorOverlay: {
40
- position: "absolute";
41
- top: "50%";
42
- left: number;
43
- right: number;
44
- alignItems: "center";
45
- justifyContent: "center";
46
- };
47
27
  progressBar: {
48
28
  marginVertical: number;
49
29
  };
@@ -60,7 +40,6 @@ export declare const useStyles: () => {
60
40
  padding: number;
61
41
  backgroundColor: string;
62
42
  borderRadius: number;
63
- zIndex: number;
64
43
  };
65
44
  };
66
45
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LoadingImage/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DrB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LoadingImage/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CrB,CAAC"}
@@ -3,7 +3,6 @@ interface OverlayImageProps {
3
3
  source: string;
4
4
  onClose?: (originalPath: string, fileId?: string, postId?: string) => void;
5
5
  onLoadFinish?: (fileId: string, fileUrl: string, fileName: string, index: number, originalPath: string, thumbNail: string) => void;
6
- onUploadError?: (hasError: boolean, source: string) => void;
7
6
  index?: number;
8
7
  isUploaded: boolean;
9
8
  fileId?: string;
@@ -14,6 +13,6 @@ interface OverlayImageProps {
14
13
  postId?: string;
15
14
  setIsUploading?: (arg: boolean) => void;
16
15
  }
17
- declare const LoadingVideo: ({ source, onClose, index, onLoadFinish, onUploadError, isUploaded, thumbNail, onPlay, fileId, isEditMode, fileCount, postId, setIsUploading, }: OverlayImageProps) => React.JSX.Element;
16
+ declare const LoadingVideo: ({ source, onClose, index, onLoadFinish, isUploaded, thumbNail, onPlay, fileId, isEditMode, fileCount, postId, setIsUploading, }: OverlayImageProps) => React.JSX.Element;
18
17
  export default LoadingVideo;
19
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LoadingVideo/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAyBhE,UAAU,iBAAiB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3E,YAAY,CAAC,EAAE,CACb,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,KACd,IAAI,CAAC;IACV,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;CACzC;AACD,QAAA,MAAM,YAAY,GAAI,gJAcnB,iBAAiB,sBA6KnB,CAAC;AACF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/LoadingVideo/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAyBhE,UAAU,iBAAiB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3E,YAAY,CAAC,EAAE,CACb,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,KACd,IAAI,CAAC;IACV,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;CACzC;AACD,QAAA,MAAM,YAAY,GAAI,iIAanB,iBAAiB,sBAsKnB,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/PostContent/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAoB1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGlD,UAAU,YAAY;IACpB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACzC;;AAiVD,wBAAuC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/PostContent/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAoB1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGlD,UAAU,YAAY;IACpB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACzC;;AA+UD,wBAAuC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RenderTextWithMention.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/RenderTextWithMention/RenderTextWithMention.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAKpD,UAAU,sBAAsB;IAC9B,kBAAkB,EAAE,gBAAgB,EAAE,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;;AAmHD,wBAA2C"}
1
+ {"version":3,"file":"RenderTextWithMention.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/RenderTextWithMention/RenderTextWithMention.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAMpD,UAAU,sBAAsB;IAC9B,kBAAkB,EAAE,gBAAgB,EAAE,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;;AAwHD,wBAA2C"}
@@ -1,5 +1,5 @@
1
1
  import type { MyMD3Theme } from '../../../providers/amity-ui-kit-provider';
2
- export declare const useStyles: () => {
2
+ export declare const useStyles: (bottomPosition?: number) => {
3
3
  theme: MyMD3Theme;
4
4
  styles: {
5
5
  toast: {
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/Toast/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;AAG3E,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;CA6BrB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v4/component/Toast/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;AAG3E,eAAO,MAAM,SAAS,GAAI,iBAAgB,MAAW;;;;;;;;;;;;;;;;;;;;;;CA6BpD,CAAC"}
@@ -83,4 +83,5 @@ export declare const QUERY_KEY: {
83
83
  POSTS_COLLECTION: string;
84
84
  PINNED_POSTS_COLLECTION: string;
85
85
  };
86
+ export declare const URL_REGEX: RegExp;
86
87
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v4/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,OAAO,CAAC;AAE3B,eAAO,MAAM,MAAM,QAAc,CAAC;AAElC,eAAO,MAAM,IAAI,QAAc,CAAC;AAEhC,eAAO,MAAM,GAAG,QAAY,CAAC;AAE7B,eAAO,MAAM,IAAI,QAAU,CAAC;AAE5B,eAAO,MAAM,KAAK,QAAW,CAAC;AAE9B,eAAO,MAAM,IAAI,QAAY,CAAC;AAE9B,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAE5C,eAAO,MAAM,sBAAsB,KAAK,CAAC;AAEzC,eAAO,MAAM,uBAAuB,QAAQ,CAAC;AAE7C,eAAO,MAAM,UAAU;;;;;;CAMtB,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;CAMjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;CAM9B,CAAC;AAEF,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAE5C,eAAO,MAAM,gCAAgC,MAAM,CAAC;AAEpD,eAAO,MAAM,WAAW;;;;;;;CAOvB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCvB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;CAUrB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v4/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,OAAO,CAAC;AAE3B,eAAO,MAAM,MAAM,QAAc,CAAC;AAElC,eAAO,MAAM,IAAI,QAAc,CAAC;AAEhC,eAAO,MAAM,GAAG,QAAY,CAAC;AAE7B,eAAO,MAAM,IAAI,QAAU,CAAC;AAE5B,eAAO,MAAM,KAAK,QAAW,CAAC;AAE9B,eAAO,MAAM,IAAI,QAAY,CAAC;AAE9B,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAE5C,eAAO,MAAM,sBAAsB,KAAK,CAAC;AAEzC,eAAO,MAAM,uBAAuB,QAAQ,CAAC;AAE7C,eAAO,MAAM,UAAU;;;;;;CAMtB,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;CAMjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;CAM9B,CAAC;AAEF,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAE5C,eAAO,MAAM,gCAAgC,MAAM,CAAC;AAEpD,eAAO,MAAM,WAAW;;;;;;;CAOvB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCvB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;CAUrB,CAAC;AAEF,eAAO,MAAM,SAAS,QAC4O,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const RoomStatus: {
2
+ idle: Amity.RoomStatus;
3
+ live: Amity.RoomStatus;
4
+ recorded: Amity.RoomStatus;
5
+ ended: Amity.RoomStatus;
6
+ waiting_reconnect: Amity.RoomStatus;
7
+ };
8
+ //# sourceMappingURL=roomStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"roomStatus.d.ts","sourceRoot":"","sources":["../../../../../src/v4/enum/roomStatus.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;UACL,KAAK,CAAC,UAAU;UAChB,KAAK,CAAC,UAAU;cACR,KAAK,CAAC,UAAU;WACtB,KAAK,CAAC,UAAU;uBACO,KAAK,CAAC,UAAU;CAC1D,CAAC"}
@@ -30,4 +30,6 @@ export * from './usePendingPostQuery';
30
30
  export * from './useMembersQuery';
31
31
  export * from './useRolesQuery';
32
32
  export * from './useFlagUserQuery';
33
+ export * from './usePostSubscription';
34
+ export * from './useRoomSubscription';
33
35
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v4/hook/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uDAAuD,CAAC;AACtE,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v4/hook/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uDAAuD,CAAC;AACtE,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC"}
@@ -31,6 +31,9 @@ export declare const usePendingPostQuery: () => {
31
31
  reactions: Record<string, number>;
32
32
  myReactions?: string[];
33
33
  hashtags?: string[];
34
+ structureType: Amity.PostStructureType;
35
+ eventId?: string;
36
+ links?: Amity.Link[];
34
37
  } & Amity.Content<any> & Amity.Mentionable<"user"> & {
35
38
  feedType?: "reviewing" | "published";
36
39
  } & Amity.PostLinkObject, Error, string, unknown>;
@@ -1 +1 @@
1
- {"version":3,"file":"usePendingPostQuery.d.ts","sourceRoot":"","sources":["../../../../../src/v4/hook/usePendingPostQuery.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0D/B,CAAC"}
1
+ {"version":3,"file":"usePendingPostQuery.d.ts","sourceRoot":"","sources":["../../../../../src/v4/hook/usePendingPostQuery.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0D/B,CAAC"}