@mirantes-micro/foundation-design-system 1.2.375 → 1.2.377

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
@@ -2204,7 +2204,7 @@ declare function PostTrigger({ community, type: initialType, restrictProfileSele
2204
2204
  };
2205
2205
  type?: "page" | "user" | "community";
2206
2206
  restrictProfileSelection?: boolean;
2207
- optimisticUpdateType: "profile" | "pages" | "community" | "feed";
2207
+ optimisticUpdateType: "profile" | "pages" | "community" | "feed" | "feed-with-go";
2208
2208
  onClickAction: (action: "clips" | "saved-items" | "articles") => void;
2209
2209
  community?: {
2210
2210
  id?: string;