@mirantes-micro/foundation-design-system 1.2.327 → 1.2.328

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 -0
  2. package/dist/index.js +213 -212
  3. package/package.json +209 -209
package/dist/index.d.ts CHANGED
@@ -2125,6 +2125,7 @@ type TRatingUserCard = {
2125
2125
  profession: string;
2126
2126
  avatar?: string;
2127
2127
  isOwner?: boolean;
2128
+ slug?: string;
2128
2129
  };
2129
2130
  anonymous?: boolean;
2130
2131
  rating: number;