@apolitical/component-library 8.8.0-beta.1 → 8.8.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.
@@ -29,7 +29,7 @@ export interface IPollFunctions extends IPollFns {
29
29
  }
30
30
  export interface IDiscussionPostProps {
31
31
  /** The element that will render around the content */
32
- element?: 'li' | 'div' | 'section' | 'article';
32
+ element?: 'li' | 'div' | 'section' | 'article' | 'button';
33
33
  /** Information about the content being posted */
34
34
  content: IPostContent;
35
35
  /** If the user has permission to interact with the post box and content, e.g. if they're a member of the community */