@mirantes-micro/foundation-design-system 1.2.111 → 1.2.113

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
@@ -1655,10 +1655,13 @@ declare const useArticleNavigation: () => {
1655
1655
 
1656
1656
  declare function CreatePostCard(): React__default.JSX.Element;
1657
1657
 
1658
- declare const PostCardArticle: ({ src, title, content }: {
1658
+ declare const PostCardArticle: ({ src, title, content, isCompact, classImage, fontSize }: {
1659
1659
  src?: string;
1660
1660
  title?: string;
1661
1661
  content?: string;
1662
+ classImage?: string;
1663
+ fontSize?: string;
1664
+ isCompact?: boolean;
1662
1665
  }) => React__default.JSX.Element;
1663
1666
 
1664
1667
  interface ArticleViewerProps {