design-system-silkhaus 1.1.1-beta.promo-dialog.7 → 1.1.1-beta.promo-dialog.8

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
@@ -424,6 +424,8 @@ export declare interface PromoDialogProps {
424
424
  primatyBtnTrackingId?: string;
425
425
  secondaryBtnTrackingId?: string;
426
426
  closeBtnTrackingId?: string;
427
+ className?: string;
428
+ open?: boolean;
427
429
  }
428
430
 
429
431
  export declare const QuestionMarkIcon: FC<{