design-system-silkhaus 1.1.1-beta.promo-dialog.5 → 1.1.1-beta.promo-dialog.7
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.cjs +36 -36
- package/dist/index.d.ts +4 -0
- package/dist/index.js +5241 -5208
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ export declare interface ButtonProps extends default_2.ButtonHTMLAttributes<HTML
|
|
|
126
126
|
disabled?: true | false;
|
|
127
127
|
startIcon?: default_2.ReactNode;
|
|
128
128
|
endIcon?: default_2.ReactNode;
|
|
129
|
+
trackingId?: string;
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
export declare const Card: React_2.ForwardRefExoticComponent<CardProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
@@ -420,6 +421,9 @@ export declare interface PromoDialogProps {
|
|
|
420
421
|
onSecondaryBtnClick?: () => void;
|
|
421
422
|
onCloseButtonClick?: () => void;
|
|
422
423
|
showRecaptchaBranding?: boolean;
|
|
424
|
+
primatyBtnTrackingId?: string;
|
|
425
|
+
secondaryBtnTrackingId?: string;
|
|
426
|
+
closeBtnTrackingId?: string;
|
|
423
427
|
}
|
|
424
428
|
|
|
425
429
|
export declare const QuestionMarkIcon: FC<{
|