design-system-silkhaus 1.1.0-beta.promo-dialog → 1.1.0-beta.promo-dialog.2

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
@@ -359,8 +359,9 @@ export declare interface PromoDialogProps {
359
359
  warningText?: string;
360
360
  primaryBtnText?: string | ReactNode;
361
361
  secondaryBtnText?: string | ReactNode;
362
- onPrimaryBtnClick?: () => void;
362
+ onPrimaryBtnClick?: (email: string) => void;
363
363
  onSecondaryBtnClick?: () => void;
364
+ onCloseButtonClick?: () => void;
364
365
  }
365
366
 
366
367
  export declare const QuestionMarkIcon: FC<{