hive-react-kit 0.9.5 → 0.9.7

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.
package/dist/index.d.ts CHANGED
@@ -4,6 +4,7 @@ export { default as VideoFeed } from './components/VideoFeed';
4
4
  export { default as VideoInfo } from './components/VideoInfo';
5
5
  export { default as Wallet } from './components/Wallet';
6
6
  export { default as PostFeedList } from './components/PostFeedList';
7
+ export { default as BlogPostList, type BlogPostListProps } from './components/BlogPostList';
7
8
  export { default as ProposalsList } from './components/ProposalsList';
8
9
  export { default as FollowersList } from './components/FollowersList';
9
10
  export { default as FollowingList } from './components/FollowingList';
@@ -22,7 +23,7 @@ export type { ImageUploaderProps, AudioUploaderProps, VideoUploaderProps, GiphyP
22
23
  export { default as FavouriteWidget } from './components/common/FavouriteWidget';
23
24
  export { default as CommunitiesList } from './components/community/CommunitiesList';
24
25
  export { default as CommunityAbout } from './components/community/CommunityAbout';
25
- export { default as CommunityDetail } from './components/community/CommunityDetail';
26
+ export { default as CommunityDetail, type CommunityDetailProps, } from './components/community/CommunityDetail';
26
27
  export { default as CommunityPostDetails } from './components/community/CommunityPostDetails';
27
28
  export { default as CommunityMembers } from './components/community/CommunityMembers';
28
29
  export { default as CommunityTeam } from './components/community/CommunityTeam';