@selfcommunity/react-ui 0.1.2-alpha.5 → 0.1.2-alpha.8

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 (329) hide show
  1. package/lib/cjs/components/AccountRecover/AccountRecover.js +1 -1
  2. package/lib/cjs/components/AccountSignIn/AccountSignIn.js +1 -1
  3. package/lib/cjs/components/AccountSignUp/AccountSignUp.js +1 -1
  4. package/lib/cjs/components/BroadcastMessages/BroadcastMessages.js +1 -1
  5. package/lib/cjs/components/BroadcastMessages/Skeleton.js +2 -2
  6. package/lib/cjs/components/CategoriesFollowed/CategoriesFollowed.js +1 -1
  7. package/lib/cjs/components/CategoriesFollowed/Skeleton.js +1 -1
  8. package/lib/cjs/components/CategoriesPopular/CategoriesPopular.js +1 -1
  9. package/lib/cjs/components/CategoriesPopular/Skeleton.js +1 -1
  10. package/lib/cjs/components/CategoriesSuggestion/CategoriesSuggestion.js +1 -1
  11. package/lib/cjs/components/CategoriesSuggestion/Skeleton.js +1 -1
  12. package/lib/cjs/components/Category/Category.js +1 -1
  13. package/lib/cjs/components/Category/Skeleton.js +1 -1
  14. package/lib/cjs/components/CategoryHeader/CategoryHeader.js +1 -1
  15. package/lib/cjs/components/CategoryHeader/Skeleton.js +1 -1
  16. package/lib/cjs/components/ChangeCover/ChangeCover.js +1 -1
  17. package/lib/cjs/components/ChangePicture/ChangePicture.js +1 -1
  18. package/lib/cjs/components/CommentObject/CommentObject.js +10 -5
  19. package/lib/cjs/components/CommentObject/Skeleton.js +1 -1
  20. package/lib/cjs/components/CommentsFeedObject/CommentsFeedObject.js +3 -2
  21. package/lib/cjs/components/CommentsObject/CommentsObject.js +1 -1
  22. package/lib/cjs/components/CommentsObject/Skeleton.js +1 -1
  23. package/lib/cjs/components/Composer/Composer.js +31 -16
  24. package/lib/cjs/components/Composer/Poll/Poll.js +10 -2
  25. package/lib/cjs/components/Composer/Skeleton.js +1 -1
  26. package/lib/cjs/components/ConnectionUserButton/ConnectionUserButton.js +1 -1
  27. package/lib/cjs/components/CustomAdv/CustomAdv.js +1 -1
  28. package/lib/cjs/components/CustomAdv/Skeleton.js +1 -1
  29. package/lib/cjs/components/Editor/Editor.js +1 -1
  30. package/lib/cjs/components/Editor/Skeleton.js +1 -1
  31. package/lib/cjs/components/Feed/Feed.js +18 -16
  32. package/lib/cjs/components/Feed/Skeleton.js +1 -1
  33. package/lib/cjs/components/FeedObject/Actions/Share/Share.js +3 -0
  34. package/lib/cjs/components/FeedObject/FeedObject.js +1 -1
  35. package/lib/cjs/components/FeedObject/Skeleton.js +1 -1
  36. package/lib/cjs/components/FeedUpdates/FeedUpdates.js +1 -1
  37. package/lib/cjs/components/FeedUpdates/Skeleton.js +1 -1
  38. package/lib/cjs/components/FollowCategoryButton/FollowCategoryButton.js +1 -1
  39. package/lib/cjs/components/FollowUserButton/FollowUserButton.js +1 -1
  40. package/lib/cjs/components/Footer/Footer.js +1 -1
  41. package/lib/cjs/components/Footer/Skeleton.js +1 -1
  42. package/lib/cjs/components/FriendshipUserButton/FriendshipUserButton.js +1 -1
  43. package/lib/cjs/components/Incubator/Incubator.js +1 -1
  44. package/lib/cjs/components/Incubator/Skeleton.js +1 -1
  45. package/lib/cjs/components/Incubator/SubscribeButton/SubscribeButton.js +1 -1
  46. package/lib/cjs/components/IncubatorDetail/IncubatorDetail.js +1 -1
  47. package/lib/cjs/components/IncubatorSuggestion/IncubatorSuggestion.js +1 -1
  48. package/lib/cjs/components/IncubatorSuggestion/Skeleton.js +1 -1
  49. package/lib/cjs/components/IncubatorsList/IncubatorsList.js +1 -1
  50. package/lib/cjs/components/IncubatorsList/Skeleton.js +1 -1
  51. package/lib/cjs/components/InlineComposer/InlineComposer.js +1 -1
  52. package/lib/cjs/components/InlineComposer/Skeleton.js +1 -1
  53. package/lib/cjs/components/LoyaltyProgram/LoyaltyProgram.js +1 -1
  54. package/lib/cjs/components/LoyaltyProgram/Skeleton.js +1 -1
  55. package/lib/cjs/components/LoyaltyProgramDetail/LoyaltyProgramDetail.js +7 -3
  56. package/lib/cjs/components/LoyaltyProgramDetail/Skeleton.js +1 -1
  57. package/lib/cjs/components/Message/Message.js +1 -1
  58. package/lib/cjs/components/Message/Skeleton.js +1 -1
  59. package/lib/cjs/components/MessageEditor/MessageEditor.js +1 -1
  60. package/lib/cjs/components/MessageEditor/Skeleton.js +1 -1
  61. package/lib/cjs/components/Notification/Notification.js +1 -1
  62. package/lib/cjs/components/Notification/Skeleton.js +1 -1
  63. package/lib/cjs/components/PeopleSuggestion/PeopleSuggestion.js +1 -1
  64. package/lib/cjs/components/PeopleSuggestion/Skeleton.js +1 -1
  65. package/lib/cjs/components/Platform/Platform.js +1 -1
  66. package/lib/cjs/components/Platform/Skeleton.js +1 -1
  67. package/lib/cjs/components/PollSuggestion/PollSnippet/PollSnippet.js +1 -1
  68. package/lib/cjs/components/PollSuggestion/PollSnippet/Skeleton.js +1 -1
  69. package/lib/cjs/components/PollSuggestion/PollSuggestion.js +1 -1
  70. package/lib/cjs/components/PollSuggestion/Skeleton.js +1 -1
  71. package/lib/cjs/components/RelatedFeedObjects/RelatedFeedObjects.js +1 -1
  72. package/lib/cjs/components/RelatedFeedObjects/Skeleton.js +1 -1
  73. package/lib/cjs/components/Skeleton/AvatarGroupSkeleton.js +1 -1
  74. package/lib/cjs/components/Skeleton/GenericSkeleton.js +1 -1
  75. package/lib/cjs/components/SnippetNotifications/Skeleton.js +1 -1
  76. package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js +1 -1
  77. package/lib/cjs/components/Snippets/Skeleton.js +1 -1
  78. package/lib/cjs/components/Snippets/Snippets.js +1 -1
  79. package/lib/cjs/components/Thread/Skeleton.js +1 -1
  80. package/lib/cjs/components/Thread/Thread.js +1 -1
  81. package/lib/cjs/components/ToastNotifications/Skeleton.js +1 -1
  82. package/lib/cjs/components/ToastNotifications/ToastNotifications.js +1 -1
  83. package/lib/cjs/components/TrendingFeed/Skeleton.js +1 -1
  84. package/lib/cjs/components/TrendingFeed/TrendingFeed.js +1 -1
  85. package/lib/cjs/components/TrendingPeople/Skeleton.js +1 -1
  86. package/lib/cjs/components/TrendingPeople/TrendingPeople.js +1 -1
  87. package/lib/cjs/components/User/Skeleton.js +1 -1
  88. package/lib/cjs/components/User/User.js +1 -1
  89. package/lib/cjs/components/UserFollowers/Skeleton.js +1 -1
  90. package/lib/cjs/components/UserFollowers/UserFollowers.js +1 -1
  91. package/lib/cjs/components/UserProfileEdit/Section/SettingsSkeleton.js +1 -1
  92. package/lib/cjs/components/UserProfileEdit/Skeleton.js +1 -1
  93. package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js +1 -1
  94. package/lib/cjs/components/UserProfileHeader/Skeleton.js +1 -1
  95. package/lib/cjs/components/UserProfileHeader/UserProfileHeader.js +1 -1
  96. package/lib/cjs/components/UserProfileInfo/Skeleton.js +1 -1
  97. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +1 -1
  98. package/lib/cjs/components/UsersFollowed/Skeleton.js +1 -1
  99. package/lib/cjs/components/UsersFollowed/UsersFollowed.js +1 -1
  100. package/lib/cjs/components/Widget/index.js +1 -1
  101. package/lib/cjs/shared/BaseItem/BaseItem.js +1 -1
  102. package/lib/cjs/shared/BaseItemButton/BaseItemButton.js +1 -1
  103. package/lib/cjs/shared/DateTimeAgo/index.js +2 -1
  104. package/lib/cjs/shared/NotificationItem/NotificationItem.js +1 -1
  105. package/lib/esm/components/AccountRecover/AccountRecover.js +1 -1
  106. package/lib/esm/components/AccountSignIn/AccountSignIn.js +1 -1
  107. package/lib/esm/components/AccountSignUp/AccountSignUp.js +1 -1
  108. package/lib/esm/components/BroadcastMessages/BroadcastMessages.js +1 -1
  109. package/lib/esm/components/BroadcastMessages/Skeleton.js +2 -2
  110. package/lib/esm/components/CategoriesFollowed/CategoriesFollowed.js +1 -1
  111. package/lib/esm/components/CategoriesFollowed/Skeleton.js +1 -1
  112. package/lib/esm/components/CategoriesPopular/CategoriesPopular.js +1 -1
  113. package/lib/esm/components/CategoriesPopular/Skeleton.js +1 -1
  114. package/lib/esm/components/CategoriesSuggestion/CategoriesSuggestion.js +1 -1
  115. package/lib/esm/components/CategoriesSuggestion/Skeleton.js +1 -1
  116. package/lib/esm/components/Category/Category.js +1 -1
  117. package/lib/esm/components/Category/Skeleton.js +1 -1
  118. package/lib/esm/components/CategoryHeader/CategoryHeader.js +1 -1
  119. package/lib/esm/components/CategoryHeader/Skeleton.js +1 -1
  120. package/lib/esm/components/ChangeCover/ChangeCover.js +1 -1
  121. package/lib/esm/components/ChangePicture/ChangePicture.js +1 -1
  122. package/lib/esm/components/CommentObject/CommentObject.js +10 -5
  123. package/lib/esm/components/CommentObject/Skeleton.js +1 -1
  124. package/lib/esm/components/CommentsFeedObject/CommentsFeedObject.js +3 -2
  125. package/lib/esm/components/CommentsObject/CommentsObject.js +1 -1
  126. package/lib/esm/components/CommentsObject/Skeleton.js +1 -1
  127. package/lib/esm/components/Composer/Composer.js +31 -16
  128. package/lib/esm/components/Composer/Poll/Poll.js +10 -2
  129. package/lib/esm/components/Composer/Skeleton.js +1 -1
  130. package/lib/esm/components/ConnectionUserButton/ConnectionUserButton.js +1 -1
  131. package/lib/esm/components/CustomAdv/CustomAdv.js +1 -1
  132. package/lib/esm/components/CustomAdv/Skeleton.js +1 -1
  133. package/lib/esm/components/Editor/Editor.js +1 -1
  134. package/lib/esm/components/Editor/Skeleton.js +1 -1
  135. package/lib/esm/components/Feed/Feed.js +18 -16
  136. package/lib/esm/components/Feed/Skeleton.js +1 -1
  137. package/lib/esm/components/FeedObject/Actions/Share/Share.js +3 -0
  138. package/lib/esm/components/FeedObject/FeedObject.js +1 -1
  139. package/lib/esm/components/FeedObject/Skeleton.js +1 -1
  140. package/lib/esm/components/FeedUpdates/FeedUpdates.js +1 -1
  141. package/lib/esm/components/FeedUpdates/Skeleton.js +1 -1
  142. package/lib/esm/components/FollowCategoryButton/FollowCategoryButton.js +1 -1
  143. package/lib/esm/components/FollowUserButton/FollowUserButton.js +1 -1
  144. package/lib/esm/components/Footer/Footer.js +1 -1
  145. package/lib/esm/components/Footer/Skeleton.js +1 -1
  146. package/lib/esm/components/FriendshipUserButton/FriendshipUserButton.js +1 -1
  147. package/lib/esm/components/Incubator/Incubator.js +1 -1
  148. package/lib/esm/components/Incubator/Skeleton.js +1 -1
  149. package/lib/esm/components/Incubator/SubscribeButton/SubscribeButton.js +1 -1
  150. package/lib/esm/components/IncubatorDetail/IncubatorDetail.js +1 -1
  151. package/lib/esm/components/IncubatorSuggestion/IncubatorSuggestion.js +1 -1
  152. package/lib/esm/components/IncubatorSuggestion/Skeleton.js +1 -1
  153. package/lib/esm/components/IncubatorsList/IncubatorsList.js +1 -1
  154. package/lib/esm/components/IncubatorsList/Skeleton.js +1 -1
  155. package/lib/esm/components/InlineComposer/InlineComposer.js +1 -1
  156. package/lib/esm/components/InlineComposer/Skeleton.js +1 -1
  157. package/lib/esm/components/LoyaltyProgram/LoyaltyProgram.js +1 -1
  158. package/lib/esm/components/LoyaltyProgram/Skeleton.js +1 -1
  159. package/lib/esm/components/LoyaltyProgramDetail/LoyaltyProgramDetail.js +7 -3
  160. package/lib/esm/components/LoyaltyProgramDetail/Skeleton.js +1 -1
  161. package/lib/esm/components/Message/Message.js +1 -1
  162. package/lib/esm/components/Message/Skeleton.js +1 -1
  163. package/lib/esm/components/MessageEditor/MessageEditor.js +1 -1
  164. package/lib/esm/components/MessageEditor/Skeleton.js +1 -1
  165. package/lib/esm/components/Notification/Notification.js +1 -1
  166. package/lib/esm/components/Notification/Skeleton.js +1 -1
  167. package/lib/esm/components/PeopleSuggestion/PeopleSuggestion.js +1 -1
  168. package/lib/esm/components/PeopleSuggestion/Skeleton.js +1 -1
  169. package/lib/esm/components/Platform/Platform.js +1 -1
  170. package/lib/esm/components/Platform/Skeleton.js +1 -1
  171. package/lib/esm/components/PollSuggestion/PollSnippet/PollSnippet.js +1 -1
  172. package/lib/esm/components/PollSuggestion/PollSnippet/Skeleton.js +1 -1
  173. package/lib/esm/components/PollSuggestion/PollSuggestion.js +1 -1
  174. package/lib/esm/components/PollSuggestion/Skeleton.js +1 -1
  175. package/lib/esm/components/RelatedFeedObjects/RelatedFeedObjects.js +1 -1
  176. package/lib/esm/components/RelatedFeedObjects/Skeleton.js +1 -1
  177. package/lib/esm/components/Skeleton/AvatarGroupSkeleton.js +1 -1
  178. package/lib/esm/components/Skeleton/GenericSkeleton.js +1 -1
  179. package/lib/esm/components/SnippetNotifications/Skeleton.js +1 -1
  180. package/lib/esm/components/SnippetNotifications/SnippetNotifications.js +1 -1
  181. package/lib/esm/components/Snippets/Skeleton.js +1 -1
  182. package/lib/esm/components/Snippets/Snippets.js +1 -1
  183. package/lib/esm/components/Thread/Skeleton.js +1 -1
  184. package/lib/esm/components/Thread/Thread.js +1 -1
  185. package/lib/esm/components/ToastNotifications/Skeleton.js +1 -1
  186. package/lib/esm/components/ToastNotifications/ToastNotifications.js +1 -1
  187. package/lib/esm/components/TrendingFeed/Skeleton.js +1 -1
  188. package/lib/esm/components/TrendingFeed/TrendingFeed.js +1 -1
  189. package/lib/esm/components/TrendingPeople/Skeleton.js +1 -1
  190. package/lib/esm/components/TrendingPeople/TrendingPeople.js +1 -1
  191. package/lib/esm/components/User/Skeleton.js +1 -1
  192. package/lib/esm/components/User/User.js +1 -1
  193. package/lib/esm/components/UserFollowers/Skeleton.js +1 -1
  194. package/lib/esm/components/UserFollowers/UserFollowers.js +1 -1
  195. package/lib/esm/components/UserProfileEdit/Section/SettingsSkeleton.js +1 -1
  196. package/lib/esm/components/UserProfileEdit/Skeleton.js +1 -1
  197. package/lib/esm/components/UserProfileEdit/UserProfileEdit.js +1 -1
  198. package/lib/esm/components/UserProfileHeader/Skeleton.js +1 -1
  199. package/lib/esm/components/UserProfileHeader/UserProfileHeader.js +1 -1
  200. package/lib/esm/components/UserProfileInfo/Skeleton.js +1 -1
  201. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +1 -1
  202. package/lib/esm/components/UsersFollowed/Skeleton.js +1 -1
  203. package/lib/esm/components/UsersFollowed/UsersFollowed.js +1 -1
  204. package/lib/esm/components/Widget/index.js +1 -1
  205. package/lib/esm/react-core/src/components/provider/SCUserProvider/index.d.ts.map +1 -1
  206. package/lib/esm/react-core/src/hooks/useSCFollowedCategoriesManager.d.ts +1 -1
  207. package/lib/esm/react-core/src/hooks/useSCFollowedCategoriesManager.d.ts.map +1 -1
  208. package/lib/esm/react-i18n/src/index.d.ts +4 -0
  209. package/lib/esm/react-i18n/src/index.d.ts.map +1 -1
  210. package/lib/esm/react-ui/src/components/AccountRecover/AccountRecover.d.ts +1 -1
  211. package/lib/esm/react-ui/src/components/AccountSignIn/AccountSignIn.d.ts +1 -1
  212. package/lib/esm/react-ui/src/components/AccountSignUp/AccountSignUp.d.ts +1 -1
  213. package/lib/esm/react-ui/src/components/BroadcastMessages/BroadcastMessages.d.ts +1 -1
  214. package/lib/esm/react-ui/src/components/BroadcastMessages/Skeleton.d.ts +2 -2
  215. package/lib/esm/react-ui/src/components/CategoriesFollowed/CategoriesFollowed.d.ts +1 -1
  216. package/lib/esm/react-ui/src/components/CategoriesFollowed/Skeleton.d.ts +1 -1
  217. package/lib/esm/react-ui/src/components/CategoriesPopular/CategoriesPopular.d.ts +1 -1
  218. package/lib/esm/react-ui/src/components/CategoriesPopular/Skeleton.d.ts +1 -1
  219. package/lib/esm/react-ui/src/components/CategoriesSuggestion/CategoriesSuggestion.d.ts +1 -1
  220. package/lib/esm/react-ui/src/components/CategoriesSuggestion/Skeleton.d.ts +1 -1
  221. package/lib/esm/react-ui/src/components/Category/Category.d.ts +1 -1
  222. package/lib/esm/react-ui/src/components/Category/Skeleton.d.ts +1 -1
  223. package/lib/esm/react-ui/src/components/CategoryHeader/CategoryHeader.d.ts +1 -1
  224. package/lib/esm/react-ui/src/components/CategoryHeader/Skeleton.d.ts +1 -1
  225. package/lib/esm/react-ui/src/components/ChangeCover/ChangeCover.d.ts +1 -1
  226. package/lib/esm/react-ui/src/components/ChangePicture/ChangePicture.d.ts +1 -1
  227. package/lib/esm/react-ui/src/components/CommentObject/CommentObject.d.ts +6 -1
  228. package/lib/esm/react-ui/src/components/CommentObject/CommentObject.d.ts.map +1 -1
  229. package/lib/esm/react-ui/src/components/CommentObject/Skeleton.d.ts +1 -1
  230. package/lib/esm/react-ui/src/components/CommentsFeedObject/CommentsFeedObject.d.ts +1 -1
  231. package/lib/esm/react-ui/src/components/CommentsObject/CommentsObject.d.ts +1 -1
  232. package/lib/esm/react-ui/src/components/CommentsObject/Skeleton.d.ts +1 -1
  233. package/lib/esm/react-ui/src/components/Composer/Composer.d.ts +1 -1
  234. package/lib/esm/react-ui/src/components/Composer/Composer.d.ts.map +1 -1
  235. package/lib/esm/react-ui/src/components/Composer/Poll/Poll.d.ts.map +1 -1
  236. package/lib/esm/react-ui/src/components/Composer/Skeleton.d.ts +1 -1
  237. package/lib/esm/react-ui/src/components/ConnectionUserButton/ConnectionUserButton.d.ts +1 -1
  238. package/lib/esm/react-ui/src/components/CustomAdv/CustomAdv.d.ts +1 -1
  239. package/lib/esm/react-ui/src/components/CustomAdv/Skeleton.d.ts +1 -1
  240. package/lib/esm/react-ui/src/components/Editor/Skeleton.d.ts +1 -1
  241. package/lib/esm/react-ui/src/components/Feed/Feed.d.ts.map +1 -1
  242. package/lib/esm/react-ui/src/components/Feed/Skeleton.d.ts +1 -1
  243. package/lib/esm/react-ui/src/components/FeedObject/Actions/Share/Share.d.ts.map +1 -1
  244. package/lib/esm/react-ui/src/components/FeedObject/FeedObject.d.ts +1 -1
  245. package/lib/esm/react-ui/src/components/FeedObject/Skeleton.d.ts +1 -1
  246. package/lib/esm/react-ui/src/components/FeedUpdates/FeedUpdates.d.ts +1 -1
  247. package/lib/esm/react-ui/src/components/FeedUpdates/Skeleton.d.ts +1 -1
  248. package/lib/esm/react-ui/src/components/FollowCategoryButton/FollowCategoryButton.d.ts +1 -1
  249. package/lib/esm/react-ui/src/components/FollowUserButton/FollowUserButton.d.ts +1 -1
  250. package/lib/esm/react-ui/src/components/Footer/Footer.d.ts +1 -1
  251. package/lib/esm/react-ui/src/components/Footer/Skeleton.d.ts +1 -1
  252. package/lib/esm/react-ui/src/components/FriendshipUserButton/FriendshipUserButton.d.ts +1 -1
  253. package/lib/esm/react-ui/src/components/Incubator/Incubator.d.ts +1 -1
  254. package/lib/esm/react-ui/src/components/Incubator/Incubator.d.ts.map +1 -1
  255. package/lib/esm/react-ui/src/components/Incubator/Skeleton.d.ts +1 -1
  256. package/lib/esm/react-ui/src/components/Incubator/SubscribeButton/SubscribeButton.d.ts +1 -1
  257. package/lib/esm/react-ui/src/components/IncubatorDetail/IncubatorDetail.d.ts +1 -1
  258. package/lib/esm/react-ui/src/components/IncubatorSuggestion/IncubatorSuggestion.d.ts +1 -1
  259. package/lib/esm/react-ui/src/components/IncubatorSuggestion/Skeleton.d.ts +1 -1
  260. package/lib/esm/react-ui/src/components/IncubatorsList/IncubatorsList.d.ts +1 -1
  261. package/lib/esm/react-ui/src/components/IncubatorsList/Skeleton.d.ts +1 -1
  262. package/lib/esm/react-ui/src/components/InlineComposer/InlineComposer.d.ts +1 -1
  263. package/lib/esm/react-ui/src/components/InlineComposer/Skeleton.d.ts +1 -1
  264. package/lib/esm/react-ui/src/components/LoyaltyProgram/LoyaltyProgram.d.ts +1 -1
  265. package/lib/esm/react-ui/src/components/LoyaltyProgram/Skeleton.d.ts +1 -1
  266. package/lib/esm/react-ui/src/components/LoyaltyProgramDetail/LoyaltyProgramDetail.d.ts.map +1 -1
  267. package/lib/esm/react-ui/src/components/LoyaltyProgramDetail/Skeleton.d.ts +1 -1
  268. package/lib/esm/react-ui/src/components/Message/Message.d.ts +1 -1
  269. package/lib/esm/react-ui/src/components/Message/Skeleton.d.ts +1 -1
  270. package/lib/esm/react-ui/src/components/MessageEditor/MessageEditor.d.ts +1 -1
  271. package/lib/esm/react-ui/src/components/MessageEditor/Skeleton.d.ts +1 -1
  272. package/lib/esm/react-ui/src/components/Notification/Notification.d.ts +1 -1
  273. package/lib/esm/react-ui/src/components/Notification/Skeleton.d.ts +1 -1
  274. package/lib/esm/react-ui/src/components/PeopleSuggestion/PeopleSuggestion.d.ts +1 -1
  275. package/lib/esm/react-ui/src/components/PeopleSuggestion/PeopleSuggestion.d.ts.map +1 -1
  276. package/lib/esm/react-ui/src/components/PeopleSuggestion/Skeleton.d.ts +1 -1
  277. package/lib/esm/react-ui/src/components/Platform/Platform.d.ts +1 -1
  278. package/lib/esm/react-ui/src/components/Platform/Skeleton.d.ts +1 -1
  279. package/lib/esm/react-ui/src/components/PollSuggestion/PollSnippet/PollSnippet.d.ts +1 -1
  280. package/lib/esm/react-ui/src/components/PollSuggestion/PollSnippet/Skeleton.d.ts +1 -1
  281. package/lib/esm/react-ui/src/components/PollSuggestion/PollSuggestion.d.ts +1 -1
  282. package/lib/esm/react-ui/src/components/PollSuggestion/Skeleton.d.ts +1 -1
  283. package/lib/esm/react-ui/src/components/RelatedFeedObjects/RelatedFeedObjects.d.ts +1 -1
  284. package/lib/esm/react-ui/src/components/RelatedFeedObjects/Skeleton.d.ts +1 -1
  285. package/lib/esm/react-ui/src/components/Skeleton/AvatarGroupSkeleton.d.ts +1 -1
  286. package/lib/esm/react-ui/src/components/Skeleton/GenericSkeleton.d.ts +1 -1
  287. package/lib/esm/react-ui/src/components/SnippetNotifications/Skeleton.d.ts +1 -1
  288. package/lib/esm/react-ui/src/components/SnippetNotifications/SnippetNotifications.d.ts +1 -1
  289. package/lib/esm/react-ui/src/components/Snippets/Skeleton.d.ts +1 -1
  290. package/lib/esm/react-ui/src/components/Snippets/Snippets.d.ts +1 -1
  291. package/lib/esm/react-ui/src/components/Thread/Skeleton.d.ts +1 -1
  292. package/lib/esm/react-ui/src/components/Thread/Thread.d.ts +1 -1
  293. package/lib/esm/react-ui/src/components/ToastNotifications/Skeleton.d.ts +1 -1
  294. package/lib/esm/react-ui/src/components/ToastNotifications/ToastNotifications.d.ts +1 -1
  295. package/lib/esm/react-ui/src/components/TrendingFeed/Skeleton.d.ts +1 -1
  296. package/lib/esm/react-ui/src/components/TrendingFeed/TrendingFeed.d.ts +1 -1
  297. package/lib/esm/react-ui/src/components/TrendingPeople/Skeleton.d.ts +1 -1
  298. package/lib/esm/react-ui/src/components/TrendingPeople/TrendingPeople.d.ts +1 -1
  299. package/lib/esm/react-ui/src/components/User/Skeleton.d.ts +1 -1
  300. package/lib/esm/react-ui/src/components/User/User.d.ts +1 -1
  301. package/lib/esm/react-ui/src/components/UserFollowers/Skeleton.d.ts +1 -1
  302. package/lib/esm/react-ui/src/components/UserFollowers/UserFollowers.d.ts +1 -1
  303. package/lib/esm/react-ui/src/components/UserFollowers/UserFollowers.d.ts.map +1 -1
  304. package/lib/esm/react-ui/src/components/UserProfileEdit/Section/SettingsSkeleton.d.ts +1 -1
  305. package/lib/esm/react-ui/src/components/UserProfileEdit/Skeleton.d.ts +1 -1
  306. package/lib/esm/react-ui/src/components/UserProfileEdit/UserProfileEdit.d.ts +1 -1
  307. package/lib/esm/react-ui/src/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
  308. package/lib/esm/react-ui/src/components/UserProfileHeader/Skeleton.d.ts +1 -1
  309. package/lib/esm/react-ui/src/components/UserProfileHeader/UserProfileHeader.d.ts +1 -1
  310. package/lib/esm/react-ui/src/components/UserProfileHeader/UserProfileHeader.d.ts.map +1 -1
  311. package/lib/esm/react-ui/src/components/UserProfileInfo/Skeleton.d.ts +1 -1
  312. package/lib/esm/react-ui/src/components/UserProfileInfo/UserProfileInfo.d.ts +1 -1
  313. package/lib/esm/react-ui/src/components/UsersFollowed/Skeleton.d.ts +1 -1
  314. package/lib/esm/react-ui/src/components/UsersFollowed/UsersFollowed.d.ts +1 -1
  315. package/lib/esm/react-ui/src/components/UsersFollowed/UsersFollowed.d.ts.map +1 -1
  316. package/lib/esm/react-ui/src/components/Widget/index.d.ts +1 -1
  317. package/lib/esm/react-ui/src/shared/BaseItem/BaseItem.d.ts +1 -1
  318. package/lib/esm/react-ui/src/shared/BaseItemButton/BaseItemButton.d.ts +1 -1
  319. package/lib/esm/react-ui/src/shared/DateTimeAgo/index.d.ts.map +1 -1
  320. package/lib/esm/react-ui/src/shared/NotificationItem/NotificationItem.d.ts +1 -1
  321. package/lib/esm/shared/BaseItem/BaseItem.js +1 -1
  322. package/lib/esm/shared/BaseItemButton/BaseItemButton.js +1 -1
  323. package/lib/esm/shared/DateTimeAgo/index.js +2 -1
  324. package/lib/esm/shared/NotificationItem/NotificationItem.js +1 -1
  325. package/lib/esm/types/src/types/user.d.ts +4 -0
  326. package/lib/esm/types/src/types/user.d.ts.map +1 -1
  327. package/lib/umd/react-ui.js +2 -2
  328. package/lib/umd/react-ui.js.map +1 -1
  329. package/package.json +6 -6
@@ -82,7 +82,7 @@ const Root = (0, _styles.styled)(_material.Box, {
82
82
 
83
83
  /**
84
84
  *
85
- > API documentation for the Community-UI User Profile Edit component. Learn about the available props and the CSS API.
85
+ > API documentation for the Community-JS User Profile Edit component. Learn about the available props and the CSS API.
86
86
 
87
87
  #### Import
88
88
 
@@ -40,7 +40,7 @@ const Root = (0, _styles.styled)(_material.Box, {
40
40
  }
41
41
  }));
42
42
  /**
43
- * > API documentation for the Community-UI User Profile Header Skeleton component. Learn about the available props and the CSS API.
43
+ * > API documentation for the Community-JS User Profile Header Skeleton component. Learn about the available props and the CSS API.
44
44
 
45
45
  #### Import
46
46
 
@@ -82,7 +82,7 @@ const Root = (0, _styles.styled)(_material.Box, {
82
82
  }));
83
83
 
84
84
  /**
85
- * > API documentation for the Community-UI User Profile Header component. Learn about the available props and the CSS API.
85
+ * > API documentation for the Community-JS User Profile Header component. Learn about the available props and the CSS API.
86
86
 
87
87
  #### Import
88
88
 
@@ -23,7 +23,7 @@ const Root = (0, _styles.styled)(_material.Box, {
23
23
  overridesResolver: (props, styles) => styles.root
24
24
  })(() => ({}));
25
25
  /**
26
- * > API documentation for the Community-UI User Profile Info Skeleton component. Learn about the available props and the CSS API.
26
+ * > API documentation for the Community-JS User Profile Info Skeleton component. Learn about the available props and the CSS API.
27
27
 
28
28
  #### Import
29
29
 
@@ -85,7 +85,7 @@ const Root = (0, _styles.styled)(_material.Box, {
85
85
 
86
86
  /**
87
87
  *
88
- > API documentation for the Community-UI User Profile Info component. Learn about the available props and the CSS API.
88
+ > API documentation for the Community-JS User Profile Info component. Learn about the available props and the CSS API.
89
89
 
90
90
  #### Import
91
91
 
@@ -25,7 +25,7 @@ const Root = (0, _styles.styled)(_TrendingPeople.TrendingPeopleSkeleton, {
25
25
  theme
26
26
  }) => ({}));
27
27
  /**
28
- * > API documentation for the Community-UI User Followers Skeleton component. Learn about the available props and the CSS API.
28
+ * > API documentation for the Community-JS User Followers Skeleton component. Learn about the available props and the CSS API.
29
29
 
30
30
  #### Import
31
31
 
@@ -75,7 +75,7 @@ const Root = (0, _styles.styled)(_Widget.default, {
75
75
  }));
76
76
 
77
77
  /**
78
- * > API documentation for the Community-UI Users Followed component. Learn about the available props and the CSS API.
78
+ * > API documentation for the Community-JS Users Followed component. Learn about the available props and the CSS API.
79
79
 
80
80
  #### Import
81
81
 
@@ -35,7 +35,7 @@ const Root = (0, _styles.styled)(_material.Card, {
35
35
  theme
36
36
  }) => ({}));
37
37
  /**
38
- * > API documentation for the Community-UI Widget component. Learn about the available props and the CSS API.
38
+ * > API documentation for the Community-JS Widget component. Learn about the available props and the CSS API.
39
39
 
40
40
  #### Import
41
41
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../react-core/src/components/provider/SCUserProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8D,MAAM,OAAO,CAAC;AAWnF,OAAO,EACL,iBAAiB,EAOlB,MAAM,gBAAgB,CAAC;AAIxB;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,aAAa,kCAA4D,CAAC;AAEvF;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAC,QAAQ,EAAC,EAAE;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAC,GAAG,GAAG,CAAC,OAAO,CA4M3F;AAED;;;GAGG;AACH,wBAAgB,SAAS,IAAI,iBAAiB,CAE7C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../react-core/src/components/provider/SCUserProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8D,MAAM,OAAO,CAAC;AAWnF,OAAO,EACL,iBAAiB,EAOlB,MAAM,gBAAgB,CAAC;AAIxB;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,aAAa,kCAA4D,CAAC;AAEvF;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAC,QAAQ,EAAC,EAAE;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAC,GAAG,GAAG,CAAC,OAAO,CA0M3F;AAED;;;GAGG;AACH,wBAAgB,SAAS,IAAI,iBAAiB,CAE7C"}
@@ -13,7 +13,7 @@ import { SCCategoryType, SCUserType } from '@selfcommunity/types';
13
13
  ```
14
14
  :::
15
15
  */
16
- export default function useSCFollowedCategoriesManager(user?: SCUserType): {
16
+ export default function useSCFollowedCategoriesManager(user?: SCUserType, updateUser?: (info: any) => void): {
17
17
  categories: any[];
18
18
  loading: number[];
19
19
  isLoading: (obj: {
@@ -1 +1 @@
1
- {"version":3,"file":"useSCFollowedCategoriesManager.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFollowedCategoriesManager.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAKhE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,OAAO,UAAU,8BAA8B,CAAC,IAAI,CAAC,EAAE,UAAU;;;;;;;;;;;;;;;;uBA2CvD,cAAc,KAAG,QAAQ,GAAG,CAAC;2BAoD7B,cAAc,KAAG,OAAO;mBArF3B,IAAI;;EAqGjB"}
1
+ {"version":3,"file":"useSCFollowedCategoriesManager.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFollowedCategoriesManager.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAKhE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,OAAO,UAAU,8BAA8B,CAAC,IAAI,CAAC,EAAE,UAAU,EAAE,UAAU,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,IAAI;;;;;;;;;;;;;;;;uBA2CpF,cAAc,KAAG,QAAQ,GAAG,CAAC;2BAqD7B,cAAc,KAAG,OAAO;mBAtF3B,IAAI;;EAsGjB"}
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  "ui.composer.location.label": string;
118
118
  "ui.composer.categories.label": string;
119
119
  "ui.composer.categories.empty": string;
120
+ "ui.composer.poll": string;
120
121
  "ui.composer.poll.title": string;
121
122
  "ui.composer.poll.choice.placeholder": string;
122
123
  "ui.composer.poll.choice.delete": string;
@@ -403,6 +404,7 @@ declare const _default: {
403
404
  "ui.IncubatorSuggestion.noMoreIncubators": string;
404
405
  "templates.userProfile.edit": string;
405
406
  "templates.privateMessages.button.new": string;
407
+ "templates.feedObjectDetail.contributionNotFound": string;
406
408
  };
407
409
  it: {
408
410
  "ui.common.yes": string;
@@ -523,6 +525,7 @@ declare const _default: {
523
525
  "ui.composer.location.label": string;
524
526
  "ui.composer.categories.label": string;
525
527
  "ui.composer.categories.empty": string;
528
+ "ui.composer.poll": string;
526
529
  "ui.composer.poll.title": string;
527
530
  "ui.composer.poll.choice.placeholder": string;
528
531
  "ui.composer.poll.choice.delete": string;
@@ -809,6 +812,7 @@ declare const _default: {
809
812
  "ui.IncubatorSuggestion.noMoreIncubators": string;
810
813
  "templates.userProfile.edit": string;
811
814
  "templates.privateMessages.button.new": string;
815
+ "templates.feedObjectDetail.contributionNotFound": string;
812
816
  };
813
817
  };
814
818
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-i18n/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAA0B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-i18n/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAA0B"}
@@ -27,7 +27,7 @@ export interface AccountRecoverProps {
27
27
  [p: string]: any;
28
28
  }
29
29
  /**
30
- * > API documentation for the Community-UI AccountRecover component. Learn about the available props and the CSS API.
30
+ * > API documentation for the Community-JS AccountRecover component. Learn about the available props and the CSS API.
31
31
 
32
32
  #### Import
33
33
 
@@ -35,7 +35,7 @@ export interface AccountSignInProps {
35
35
  [p: string]: any;
36
36
  }
37
37
  /**
38
- * > API documentation for the Community-UI AccountSignIn component. Learn about the available props and the CSS API.
38
+ * > API documentation for the Community-JS AccountSignIn component. Learn about the available props and the CSS API.
39
39
  * > This component support [OAuth2 authentication](https://developers.selfcommunity.com/docs/api/authentication/oauth#password) protocol with grant_type password
40
40
 
41
41
  #### Import
@@ -27,7 +27,7 @@ export interface AccountSignUpProps {
27
27
  [p: string]: any;
28
28
  }
29
29
  /**
30
- * > API documentation for the Community-UI AccountSignUp component. Learn about the available props and the CSS API.
30
+ * > API documentation for the Community-JS AccountSignUp component. Learn about the available props and the CSS API.
31
31
 
32
32
  #### Import
33
33
 
@@ -27,7 +27,7 @@ export interface BroadcastMessagesProps {
27
27
  [p: string]: any;
28
28
  }
29
29
  /**
30
- > API documentation for the Community-UI Broadcast Messages component. Learn about the available props and the CSS API.
30
+ > API documentation for the Community-JS Broadcast Messages component. Learn about the available props and the CSS API.
31
31
  > This component handles message broadcasts. It initially displays unseen messages. If all messages have been viewed it will show at most one message.
32
32
  *
33
33
  #### Import
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Broadcast Message Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Broadcast Message Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -24,7 +24,7 @@
24
24
  */
25
25
  export declare function MessageSkeleton(props: any): JSX.Element;
26
26
  /**
27
- * > API documentation for the Community-UI Broadcast Messages Skeleton component. Learn about the available props and the CSS API.
27
+ * > API documentation for the Community-JS Broadcast Messages Skeleton component. Learn about the available props and the CSS API.
28
28
 
29
29
  #### Import
30
30
 
@@ -1,6 +1,6 @@
1
1
  import { CategoriesListProps } from '../CategoriesSuggestion';
2
2
  /**
3
- > API documentation for the Community-UI Categories Followed component. Learn about the available props and the CSS API.
3
+ > API documentation for the Community-JS Categories Followed component. Learn about the available props and the CSS API.
4
4
  *
5
5
  #### Import
6
6
  ```jsx
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Categories Followed Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Categories Followed Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -1,6 +1,6 @@
1
1
  import { CategoriesListProps } from '../CategoriesSuggestion';
2
2
  /**
3
- > API documentation for the Community-UI Categories Popular component. Learn about the available props and the CSS API.
3
+ > API documentation for the Community-JS Categories Popular component. Learn about the available props and the CSS API.
4
4
  *
5
5
  #### Import
6
6
  ```jsx
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Categories Popular Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Categories Popular Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -26,7 +26,7 @@ export interface CategoriesListProps {
26
26
  [p: string]: any;
27
27
  }
28
28
  /**
29
- * > API documentation for the Community-UI Categories Suggestion component. Learn about the available props and the CSS API.
29
+ * > API documentation for the Community-JS Categories Suggestion component. Learn about the available props and the CSS API.
30
30
  *
31
31
  #### Import
32
32
  ```jsx
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Categories Suggestion Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Categories Suggestion Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -33,7 +33,7 @@ export interface CategoryProps extends WidgetProps {
33
33
  [p: string]: any;
34
34
  }
35
35
  /**
36
- * > API documentation for the Community-UI Category component. Learn about the available props and the CSS API.
36
+ * > API documentation for the Community-JS Category component. Learn about the available props and the CSS API.
37
37
  *
38
38
  * #### Import
39
39
  ```jsx
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Category Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Category Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -33,7 +33,7 @@ export interface CategoryHeaderProps {
33
33
  [p: string]: any;
34
34
  }
35
35
  /**
36
- *> API documentation for the Community-UI Category Header component. Learn about the available props and the CSS API.
36
+ *> API documentation for the Community-JS Category Header component. Learn about the available props and the CSS API.
37
37
  *
38
38
  #### Import
39
39
  ```jsx
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Category Header Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Category Header Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -20,7 +20,7 @@ export interface ChangeCoverProps {
20
20
  [p: string]: any;
21
21
  }
22
22
  /**
23
- *> API documentation for the Community-UI Change Cover component. Learn about the available props and the CSS API.
23
+ *> API documentation for the Community-JS Change Cover component. Learn about the available props and the CSS API.
24
24
  *
25
25
  #### Import
26
26
  ```jsx
@@ -25,7 +25,7 @@ export interface ChangePictureProps {
25
25
  [p: string]: any;
26
26
  }
27
27
  /**
28
- * > API documentation for the Community-UI Change Picture component. Learn about the available props and the CSS API.
28
+ * > API documentation for the Community-JS Change Picture component. Learn about the available props and the CSS API.
29
29
 
30
30
  #### Import
31
31
 
@@ -73,13 +73,18 @@ export interface CommentObjectProps {
73
73
  * @default {elevation: 0}
74
74
  */
75
75
  ReplyCommentObjectProps?: CardProps;
76
+ /**
77
+ * If datetime is linkable or not
78
+ * @default true
79
+ */
80
+ linkableCommentDateTime?: boolean;
76
81
  /**
77
82
  * Other props
78
83
  */
79
84
  [p: string]: any;
80
85
  }
81
86
  /**
82
- *> API documentation for the Community-UI Comment Object component. Learn about the available props and the CSS API.
87
+ *> API documentation for the Community-JS Comment Object component. Learn about the available props and the CSS API.
83
88
 
84
89
  #### Import
85
90
 
@@ -1 +1 @@
1
- {"version":3,"file":"CommentObject.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CommentObject/CommentObject.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAmC,SAAS,EAAsB,MAAM,eAAe,CAAC;AAQ/F,OAAO,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;AASvD,OAAO,EAAC,aAAa,EAAyB,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAwItH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;IAE7B;;;OAGG;IACH,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAE/C;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAE1C;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAE5C;;;OAGG;IACH,0BAA0B,CAAC,EAAE,SAAS,CAAC;IAEvC;;;OAGG;IACH,uBAAuB,CAAC,EAAE,SAAS,CAAC;IAEpC;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAyd9E"}
1
+ {"version":3,"file":"CommentObject.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CommentObject/CommentObject.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAmC,SAAS,EAAsB,MAAM,eAAe,CAAC;AAQ/F,OAAO,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;AASvD,OAAO,EAAC,aAAa,EAAyB,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAyItH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;IAE7B;;;OAGG;IACH,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAE/C;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAE1C;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAE5C;;;OAGG;IACH,0BAA0B,CAAC,EAAE,SAAS,CAAC;IAEvC;;;OAGG;IACH,uBAAuB,CAAC,EAAE,SAAS,CAAC;IAEpC;;;OAGG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAElC;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAse9E"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Comment Object Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Comment Object Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -107,7 +107,7 @@ export interface CommentsFeedObjectProps {
107
107
  [p: string]: any;
108
108
  }
109
109
  /**
110
- *> API documentation for the Community-UI Comments Object component. Learn about the available props and the CSS API.
110
+ *> API documentation for the Community-JS Comments Object component. Learn about the available props and the CSS API.
111
111
 
112
112
  #### Import
113
113
 
@@ -113,7 +113,7 @@ export interface CommentsObjectProps {
113
113
  [p: string]: any;
114
114
  }
115
115
  /**
116
- *> API documentation for the Community-UI Comments Object component. Learn about the available props and the CSS API.
116
+ *> API documentation for the Community-JS Comments Object component. Learn about the available props and the CSS API.
117
117
 
118
118
  #### Import
119
119
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Comments Object Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Comments Object Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -64,7 +64,7 @@ export declare const AUDIENCE_VIEW = "audience";
64
64
  export declare const POLL_VIEW = "poll";
65
65
  export declare const LOCATION_VIEW = "location";
66
66
  /**
67
- > API documentation for the Community-UI Composer component. Learn about the available props and the CSS API.
67
+ > API documentation for the Community-JS Composer component. Learn about the available props and the CSS API.
68
68
  > The Composer component contains the logic around the creation of [Post](https://developers.selfcommunity.com/docs/apireference/v2/post/create_a_post) and [Discussion](https://developers.selfcommunity.com/docs/apireference/v2/discussion/create_a_discussion) objects.
69
69
  *
70
70
  #### Import
@@ -1 +1 @@
1
- {"version":3,"file":"Composer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Composer/Composer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAwB,cAAc,EAAuD,MAAM,OAAO,CAAC;AACzH,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACxB,cAAc,EACd,gBAAgB,EAChB,WAAW,EACX,UAAU,EACV,cAAc,EACd,SAAS,EACV,MAAM,sBAAsB,CAAC;AAc9B,OAAO,EAWL,WAAW,EAiBZ,MAAM,eAAe,CAAC;AAYvB,OAAO,EAAmB,iBAAiB,EAAC,MAAM,mBAAmB,CAAC;AAMtE,OAAO,EAAC,gBAAgB,EAAC,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AA4KjE,MAAM,WAAW,eAAe,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK;IAC1E,KAAK,EAAE,CAAC,GACN,gBAAgB,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG;QAC9C;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB;;;WAGG;QACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;QAC1C;;;WAGG;QACH,UAAU,CAAC,EAAE,oBAAoB,GAAG,cAAc,GAAG,gBAAgB,GAAG,IAAI,CAAC;QAC7E;;;WAGG;QACH,YAAY,CAAC,EAAE;YACb,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,UAAU,CAAC,EAAE,cAAc,EAAE,CAAC;YAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;YACzB,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;YACvB,IAAI,CAAC,EAAE,UAAU,CAAC;YAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;SACnB,CAAC;QACF;;;WAGG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;;WAGG;QACH,gBAAgB,CAAC,EAAE,iBAAiB,EAAE,CAAC;QACvC;;;WAGG;QACH,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;QAC/B;;;WAGG;QACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;KAC3C,CAAC;IACJ,gBAAgB,EAAE,CAAC,CAAC;CACrB;AAED,oBAAY,aAAa,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,eAAe,CAAC,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,aAAa,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AAE/I,eAAO,MAAM,SAAS,SAAS,CAAC;AAChC,eAAO,MAAM,aAAa,aAAa,CAAC;AACxC,eAAO,MAAM,SAAS,SAAS,CAAC;AAChC,eAAO,MAAM,aAAa,aAAa,CAAC;AAyCxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,OAAO,EAAE,aAAa,GAAG,GAAG,CAAC,OAAO,CA2qBpE"}
1
+ {"version":3,"file":"Composer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Composer/Composer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAwB,cAAc,EAAuD,MAAM,OAAO,CAAC;AACzH,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACxB,cAAc,EACd,gBAAgB,EAChB,WAAW,EACX,UAAU,EACV,cAAc,EACd,SAAS,EACV,MAAM,sBAAsB,CAAC;AAc9B,OAAO,EAWL,WAAW,EAiBZ,MAAM,eAAe,CAAC;AAYvB,OAAO,EAAmB,iBAAiB,EAAC,MAAM,mBAAmB,CAAC;AAMtE,OAAO,EAAC,gBAAgB,EAAC,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AA4KjE,MAAM,WAAW,eAAe,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK;IAC1E,KAAK,EAAE,CAAC,GACN,gBAAgB,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG;QAC9C;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB;;;WAGG;QACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;QAC1C;;;WAGG;QACH,UAAU,CAAC,EAAE,oBAAoB,GAAG,cAAc,GAAG,gBAAgB,GAAG,IAAI,CAAC;QAC7E;;;WAGG;QACH,YAAY,CAAC,EAAE;YACb,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,UAAU,CAAC,EAAE,cAAc,EAAE,CAAC;YAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;YACzB,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;YACvB,IAAI,CAAC,EAAE,UAAU,CAAC;YAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;SACnB,CAAC;QACF;;;WAGG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;;WAGG;QACH,gBAAgB,CAAC,EAAE,iBAAiB,EAAE,CAAC;QACvC;;;WAGG;QACH,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;QAC/B;;;WAGG;QACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;KAC3C,CAAC;IACJ,gBAAgB,EAAE,CAAC,CAAC;CACrB;AAED,oBAAY,aAAa,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,eAAe,CAAC,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,aAAa,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AAE/I,eAAO,MAAM,SAAS,SAAS,CAAC;AAChC,eAAO,MAAM,aAAa,aAAa,CAAC;AACxC,eAAO,MAAM,SAAS,SAAS,CAAC;AAChC,eAAO,MAAM,aAAa,aAAa,CAAC;AAyCxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,OAAO,EAAE,aAAa,GAAG,GAAG,CAAC,OAAO,CA2sBpE"}
@@ -1 +1 @@
1
- {"version":3,"file":"Poll.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Composer/Poll/Poll.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAmB,UAAU,EAAC,MAAM,sBAAsB,CAAC;AA8DlE,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE3B;;;;OAIG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACvC;kCAEwB,SAAS,KAAG,WAAW;AAAhD,wBAgJE"}
1
+ {"version":3,"file":"Poll.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Composer/Poll/Poll.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAmB,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAmElE,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;IAE1B;;;OAGG;IACH,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE3B;;;;OAIG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACvC;kCAEwB,SAAS,KAAG,WAAW;AAAhD,wBAiJE"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Composer Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Composer Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -18,7 +18,7 @@ export interface ConnectionUserButtonProps {
18
18
  [p: string]: any;
19
19
  }
20
20
  /**
21
- > API documentation for the Community-UI Connection User Button component. Learn about the available props and the CSS API.
21
+ > API documentation for the Community-JS Connection User Button component. Learn about the available props and the CSS API.
22
22
  *
23
23
  #### Import
24
24
  ```jsx
@@ -20,7 +20,7 @@ export interface CustomAdvProps {
20
20
  categoriesId?: Array<number> | null;
21
21
  }
22
22
  /**
23
- > API documentation for the Community-UI CustomAdv component. Learn about the available props and the CSS API.
23
+ > API documentation for the Community-JS CustomAdv component. Learn about the available props and the CSS API.
24
24
  *
25
25
  #### Import
26
26
  ```jsx
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Custom Adv Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Custom Adv Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Editor Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Editor Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"Feed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feed/Feed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAGZ,SAAS,EAQV,MAAM,OAAO,CAAC;AAQf,OAAO,EAAC,gBAAgB,EAAC,MAAM,kBAAkB,CAAC;AAElD,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AACvD,OAAO,EAAC,UAAU,EAAoE,MAAM,sBAAsB,CAAC;AACnH,OAAO,EAAO,YAAY,EAAe,MAAM,6BAA6B,CAAC;AAqC7E,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;CACjC;AAED,oBAAY,OAAO,GAAG;IACpB,WAAW,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE7B;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,WAAW,CAAC;IAEjC;;OAEG;IACH,kBAAkB,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,KAAA,KAAK,GAAG,CAAC;IAEtD;;OAEG;IACH,eAAe,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,GAAG,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC;IAEhC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,GAAG,CAAC;IAExB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE5B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IAEpC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;;AA2QD,wBAAgC"}
1
+ {"version":3,"file":"Feed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feed/Feed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAGZ,SAAS,EAQV,MAAM,OAAO,CAAC;AAQf,OAAO,EAAC,gBAAgB,EAAC,MAAM,kBAAkB,CAAC;AAElD,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AACvD,OAAO,EAAC,UAAU,EAAoE,MAAM,sBAAsB,CAAC;AACnH,OAAO,EAAO,YAAY,EAAe,MAAM,6BAA6B,CAAC;AAqC7E,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;CACjC;AAED,oBAAY,OAAO,GAAG;IACpB,WAAW,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE7B;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,WAAW,CAAC;IAEjC;;OAEG;IACH,kBAAkB,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,KAAA,KAAK,GAAG,CAAC;IAEtD;;OAEG;IACH,eAAe,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,GAAG,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC;IAEhC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,GAAG,CAAC;IAExB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE5B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IAEpC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;;AA6QD,wBAAgC"}
@@ -13,7 +13,7 @@ interface FeedSkeletonMap {
13
13
  }
14
14
  export declare type FeedSkeletonProps = React.PropsWithChildren<FeedSkeletonMap>;
15
15
  /**
16
- * > API documentation for the Community-UI Feed Skeleton component. Learn about the available props and the CSS API.
16
+ * > API documentation for the Community-JS Feed Skeleton component. Learn about the available props and the CSS API.
17
17
 
18
18
  #### Import
19
19
 
@@ -1 +1 @@
1
- {"version":3,"file":"Share.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Actions/Share/Share.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAc,MAAM,sBAAsB,CAAC;AA+E7F,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,OAAO,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,CA6R9D"}
1
+ {"version":3,"file":"Share.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Actions/Share/Share.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAc,MAAM,sBAAsB,CAAC;AA+E7F,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,OAAO,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,CA8R9D"}
@@ -134,7 +134,7 @@ export interface FeedObjectProps extends CardProps {
134
134
  [p: string]: any;
135
135
  }
136
136
  /**
137
- * > API documentation for the Community-UI Feed Object component. Learn about the available props and the CSS API.
137
+ * > API documentation for the Community-JS Feed Object component. Learn about the available props and the CSS API.
138
138
 
139
139
  #### Import
140
140
 
@@ -12,7 +12,7 @@ export interface FeedObjectSkeletonProps extends CardProps {
12
12
  [p: string]: any;
13
13
  }
14
14
  /**
15
- * > API documentation for the Community-UI Feed Object Skeleton component. Learn about the available props and the CSS API.
15
+ * > API documentation for the Community-JS Feed Object Skeleton component. Learn about the available props and the CSS API.
16
16
 
17
17
  #### Import
18
18
 
@@ -35,7 +35,7 @@ export interface FeedUpdatesProps {
35
35
  [p: string]: any;
36
36
  }
37
37
  /**
38
- * > API documentation for the Community-UI FeedUpdates component. Learn about the available props and the CSS API.
38
+ * > API documentation for the Community-JS FeedUpdates component. Learn about the available props and the CSS API.
39
39
  * This Component subscribe to updates from PubSub channel (eg. websocket) and tell the feed to updates if necessary.
40
40
 
41
41
  #### Import
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Feed Updates Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Feed Updates Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -27,7 +27,7 @@ export interface FollowCategoryButtonProps {
27
27
  [p: string]: any;
28
28
  }
29
29
  /**
30
- * > API documentation for the Community-UI Follow Category Button component. Learn about the available props and the CSS API.
30
+ * > API documentation for the Community-JS Follow Category Button component. Learn about the available props and the CSS API.
31
31
 
32
32
  #### Import
33
33
 
@@ -27,7 +27,7 @@ export interface FollowUserButtonProps {
27
27
  [p: string]: any;
28
28
  }
29
29
  /**
30
- * > API documentation for the Community-UI Follow User Button component. Learn about the available props and the CSS API.
30
+ * > API documentation for the Community-JS Follow User Button component. Learn about the available props and the CSS API.
31
31
 
32
32
  #### Import
33
33
 
@@ -10,7 +10,7 @@ export interface FooterProps {
10
10
  [p: string]: any;
11
11
  }
12
12
  /**
13
- *> API documentation for the Community-UI Footer component. Learn about the available props and the CSS API.
13
+ *> API documentation for the Community-JS Footer component. Learn about the available props and the CSS API.
14
14
  *
15
15
  #### Import
16
16
  ```jsx
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Footer Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Footer Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -27,7 +27,7 @@ export interface FriendshipButtonProps {
27
27
  [p: string]: any;
28
28
  }
29
29
  /**
30
- * > API documentation for the Community-UI Friendship User Button component. Learn about the available props and the CSS API.
30
+ * > API documentation for the Community-JS Friendship User Button component. Learn about the available props and the CSS API.
31
31
 
32
32
  #### Import
33
33
 
@@ -43,7 +43,7 @@ export interface IncubatorProps {
43
43
  detailView?: boolean;
44
44
  }
45
45
  /**
46
- * > API documentation for the Community-UI Incubator component. Learn about the available props and the CSS API.
46
+ * > API documentation for the Community-JS Incubator component. Learn about the available props and the CSS API.
47
47
  *
48
48
  * #### Import
49
49
  ```jsx
@@ -1 +1 @@
1
- {"version":3,"file":"Incubator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Incubator/Incubator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgC,WAAW,EAAC,MAAM,eAAe,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAerD,OAAwB,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAsDxE,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,OAAO,EAAE,cAAc,GAAG,GAAG,CAAC,OAAO,CAwGtE"}
1
+ {"version":3,"file":"Incubator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Incubator/Incubator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgC,WAAW,EAAC,MAAM,eAAe,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAOrD,OAAwB,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAsDxE,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,OAAO,EAAE,cAAc,GAAG,GAAG,CAAC,OAAO,CAwGtE"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * > API documentation for the Community-UI Incubator Skeleton component. Learn about the available props and the CSS API.
2
+ * > API documentation for the Community-JS Incubator Skeleton component. Learn about the available props and the CSS API.
3
3
 
4
4
  #### Import
5
5
 
@@ -27,7 +27,7 @@ export interface SubscribeButtonProps {
27
27
  [p: string]: any;
28
28
  }
29
29
  /**
30
- * > API documentation for the Community-UI Subscribe Button component. Learn about the available props and the CSS API.
30
+ * > API documentation for the Community-JS Subscribe Button component. Learn about the available props and the CSS API.
31
31
 
32
32
  #### Import
33
33