@amityco/ulta-ui-kit 1.0.0-beta.23 → 1.0.0-beta.25

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.mts CHANGED
@@ -109,7 +109,7 @@ interface ExplorePageProps {
109
109
  declare const ExplorePage: ({ isOpen, toggleOpen, hideSideMenu }: ExplorePageProps) => React.JSX.Element;
110
110
 
111
111
  interface PostProps {
112
- postId: string;
112
+ post: Amity.Post;
113
113
  className?: string;
114
114
  hidePostTarget?: boolean;
115
115
  readonly?: boolean;
@@ -250,7 +250,7 @@ type Mentioned = {
250
250
  };
251
251
 
252
252
  interface EngagementBarProps {
253
- postId: string;
253
+ post: Amity.Post;
254
254
  readonly?: boolean;
255
255
  isClientCommunity?: boolean;
256
256
  }
package/dist/index.d.ts CHANGED
@@ -109,7 +109,7 @@ interface ExplorePageProps {
109
109
  declare const ExplorePage: ({ isOpen, toggleOpen, hideSideMenu }: ExplorePageProps) => React.JSX.Element;
110
110
 
111
111
  interface PostProps {
112
- postId: string;
112
+ post: Amity.Post;
113
113
  className?: string;
114
114
  hidePostTarget?: boolean;
115
115
  readonly?: boolean;
@@ -250,7 +250,7 @@ type Mentioned = {
250
250
  };
251
251
 
252
252
  interface EngagementBarProps {
253
- postId: string;
253
+ post: Amity.Post;
254
254
  readonly?: boolean;
255
255
  isClientCommunity?: boolean;
256
256
  }