@mirantes-micro/foundation-design-system 1.2.46 → 1.2.49
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 +2 -1
- package/dist/index.js +124 -121
- package/package.json +147 -136
package/dist/index.d.ts
CHANGED
|
@@ -680,8 +680,9 @@ interface RattingSuggestionCardProps {
|
|
|
680
680
|
totalRatings?: number;
|
|
681
681
|
};
|
|
682
682
|
renderFollowButton?: ReactNode;
|
|
683
|
+
averageRatingScore?: number;
|
|
683
684
|
}
|
|
684
|
-
declare function RattingSuggestionCard({ asPage, page, user, renderFollowButton, }: RattingSuggestionCardProps): React__default.JSX.Element;
|
|
685
|
+
declare function RattingSuggestionCard({ asPage, page, user, renderFollowButton, averageRatingScore, }: RattingSuggestionCardProps): React__default.JSX.Element;
|
|
685
686
|
|
|
686
687
|
interface ShareProfileButtonProps {
|
|
687
688
|
onClick: () => void;
|