@mirantes-micro/foundation-design-system 1.2.195 → 1.2.196

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
@@ -1511,7 +1511,7 @@ interface IMessageButtonProps {
1511
1511
  /** Callback when conversation is created/found - receives conversation ID */
1512
1512
  onConversationReady?: (conversationId: string) => void;
1513
1513
  }
1514
- declare function MessagesButtonFromPage({ user, label, className, disabled, onClick: customOnClick, variant, onConversationReady, }: IMessageButtonProps): React__default.JSX.Element | null;
1514
+ declare function MessagesButtonFromPage({ user, label, className, disabled, onClick: customOnClick, variant, onConversationReady, }: IMessageButtonProps): React__default.JSX.Element;
1515
1515
 
1516
1516
  declare function useRestorePendingChat(): void;
1517
1517