hive-react-kit 0.2.5 → 0.2.6
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/components/index.d.ts +1 -0
- package/dist/index.cjs.js +74 -74
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +2559 -2346
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ export { default as DescriptionModal } from './modals/DescriptionModal';
|
|
|
19
19
|
export { default as Modal } from './modals/Modal';
|
|
20
20
|
export { UpvoteList } from './UpvoteList';
|
|
21
21
|
export { CommentsList } from './CommentsList';
|
|
22
|
+
export { default as UpvoteListModal } from './UpvoteListModal';
|
|
22
23
|
export { default as CommentsModal } from './comments/CommentsModal';
|
|
23
24
|
export { PostActionButton, type PostActionButtonProps } from './actionButtons';
|
|
24
25
|
export { default as UserAccount } from './user/UserAccount';
|