hive-react-kit 0.2.6 → 0.3.1
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/README.md +51 -0
- package/dist/build.css +3 -0
- package/dist/components/HiveToolbar.d.ts +15 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/images/3speak.png +0 -0
- package/dist/images/checkinwithxyz.png +0 -0
- package/dist/images/distriator.png +0 -0
- package/dist/images/hivefestfacts.png +0 -0
- package/dist/images/hpolls.png +0 -0
- package/dist/images/hreplier.png +0 -0
- package/dist/images/hsnaps.png +0 -0
- package/dist/images/stats.png +0 -0
- package/dist/index.cjs.js +94 -110
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +11179 -10966
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { default as ActivityList } from './components/ActivityList';
|
|
|
11
11
|
export { default as ListOfWitnesses } from './components/ListOfWitnesses';
|
|
12
12
|
export { default as TransactionHistory } from './components/TransactionHistory';
|
|
13
13
|
export { default as UserChannel } from './components/UserChannel';
|
|
14
|
+
export { default as HiveToolbar, type HiveToolbarProps } from './components/HiveToolbar';
|
|
14
15
|
export { default as CommentsModal } from './components/comments/CommentsModal';
|
|
15
16
|
export { PostActionButton, type PostActionButtonProps } from './components/actionButtons';
|
|
16
17
|
export { default as FavouriteWidget } from './components/common/FavouriteWidget';
|