@mirantes-micro/foundation-design-system 1.2.393 → 1.2.395

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
@@ -2408,6 +2408,7 @@ declare function ReactionButton({ reactionsFor, currentReaction, isGettingReacti
2408
2408
  declare function getPostReactionSummary(post: TReactionPostSnapshot, options?: {
2409
2409
  fallbackTop?: TReaction[];
2410
2410
  fallbackTotal?: number;
2411
+ userId?: string;
2411
2412
  }): {
2412
2413
  totalReactions: number;
2413
2414
  topReactions: TReaction[];