@apolitical/component-library 4.2.6-beta.0 → 4.2.7-beta.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.
@@ -14,7 +14,7 @@ interface Props {
14
14
  userLiked?: boolean;
15
15
  /** Information about the content being liked */
16
16
  content?: IDiscussionContent;
17
- /** If the user is able to like the content (e.g. they can't like their own content) */
17
+ /** If the user is able to like the content */
18
18
  canLike?: boolean;
19
19
  /** Functions to handle liking and unliking */
20
20
  functions?: {
@@ -3,4 +3,3 @@ export declare const transformSlugs: (slugs: {
3
3
  }) => {
4
4
  [key: string]: string;
5
5
  };
6
- export declare const canLikePost: (isMember: boolean, isAuthor: boolean) => boolean;