@mirantes-micro/foundation-design-system 1.2.259 → 1.2.260

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 +107 -107
  3. package/package.json +198 -198
package/dist/index.d.ts CHANGED
@@ -1732,7 +1732,7 @@ type MentionableItem = {
1732
1732
  name?: string;
1733
1733
  slug?: string;
1734
1734
  image?: string;
1735
- type?: 'user' | 'page' | 'community';
1735
+ type?: "user" | "page" | "community";
1736
1736
  originalData?: TMentionItem;
1737
1737
  };
1738
1738