@mirantes-micro/foundation-design-system 1.2.151 → 1.2.152

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
@@ -859,7 +859,9 @@ declare const usePeriodicDownloadBanner: (config?: BannerConfig) => {
859
859
  isMobile: boolean;
860
860
  };
861
861
 
862
- declare function PagesFeedTrigger(): React__default.JSX.Element;
862
+ declare function PagesFeedTrigger({ onClick }: {
863
+ onClick?: (e: React__default.MouseEvent) => void;
864
+ }): React__default.JSX.Element;
863
865
 
864
866
  interface IRatingsCardProps {
865
867
  isCurrentPageOrProfile?: boolean;