hive-react-kit 0.1.0 → 0.2.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.
- package/dist/index.cjs.js +35 -35
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +1 -0
- package/package.json +1 -1
- package/dist/build.css +0 -3028
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 CommentsModal } from './components/comments/CommentsModal';
|
|
14
15
|
export { default as FavouriteWidget } from './components/common/FavouriteWidget';
|
|
15
16
|
export { default as CommunitiesList } from './components/community/CommunitiesList';
|
|
16
17
|
export { default as CommunityAbout } from './components/community/CommunityAbout';
|
package/dist/index.esm.js
CHANGED
|
@@ -27248,6 +27248,7 @@ function mg() {
|
|
|
27248
27248
|
export {
|
|
27249
27249
|
ig as ActivityList,
|
|
27250
27250
|
et as ApiVideoFeedType,
|
|
27251
|
+
Vp as CommentsModal,
|
|
27251
27252
|
cg as CommunitiesList,
|
|
27252
27253
|
_m as CommunityAbout,
|
|
27253
27254
|
dg as CommunityDetail,
|