@mirantes-micro/foundation-design-system 1.2.382 → 1.2.383

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +133 -133
  3. package/package.json +212 -212
package/dist/index.d.ts CHANGED
@@ -2249,7 +2249,7 @@ type AddRatingProps = {
2249
2249
  receiverCommunityId?: string;
2250
2250
  className?: string;
2251
2251
  isCommunity?: boolean;
2252
- variant?: "default" | "feed";
2252
+ variant?: "default" | "feed" | "only-one-card";
2253
2253
  userSlug?: string;
2254
2254
  pageSlug?: string;
2255
2255
  communitySlug?: string;