@mirantes-micro/foundation-design-system 1.2.208 → 1.2.209

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
@@ -1507,7 +1507,6 @@ interface IMessageButtonProps {
1507
1507
  disabled?: boolean;
1508
1508
  onClick?: () => void;
1509
1509
  variant?: 'default' | 'small';
1510
- /** Callback when conversation is created/found - receives conversation ID */
1511
1510
  onConversationReady?: (conversationId: string) => void;
1512
1511
  }
1513
1512
  declare function MessagesButtonFromPage({ user, label, className, disabled, onClick: customOnClick, variant, }: IMessageButtonProps): React__default.JSX.Element;