hive-react-kit 0.0.38 → 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.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
@@ -26075,7 +26075,7 @@ const lt = new wm(), cg = ({
26075
26075
  "button",
26076
26076
  {
26077
26077
  onClick: () => o("posts"),
26078
- className: `flex-shrink-0 md:flex-shrink px-4 py-2 text-xs sm:text-sm font-medium transition-colors ${f === "posts" ? `${d === "dark" ? "bg-blue-500 text-white" : "bg-blue-600 text-white"}` : `${d === "dark" ? "text-gray-300 hover:bg-gray-700" : "text-gray-700 hover:bg-gray-300"}`}`,
26078
+ className: `flex-shrink-0 md:flex-shrink px-4 py-2 text-xs sm:text-sm font-medium transition-colors ${f === "posts" ? `${d === "dark" ? "bg-blue-500 text-white" : "bg-blue-600 text-white"}` : `${d === "dark" ? "text-gray-300 hover:bg-gray-700" : "text-gray-500 hover:bg-gray-300"}`}`,
26079
26079
  children: "Posts"
26080
26080
  }
26081
26081
  ),
@@ -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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hive-react-kit",
3
3
  "private": false,
4
- "version": "0.0.38",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",