@mirantes-micro/foundation-design-system 1.2.220 → 1.2.221

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
@@ -1357,7 +1357,7 @@ type Post$1 = {
1357
1357
  content: string;
1358
1358
  totalShares: number;
1359
1359
  totalReactions?: number;
1360
- currentUserReaction?: string;
1360
+ currentUserReaction?: string | undefined;
1361
1361
  totalComments?: number;
1362
1362
  attachment?: PostAttachmentProps$1;
1363
1363
  isFollowed?: boolean;