@srimandir/kundli-generator 5.30.27 → 5.30.28
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/components/KundliPage/sections/PremiumReportOverview/PremiumReportOverview.d.ts +6 -0
- package/dist/{criticalCss-B0mVHOhb.js → criticalCss-vqURX42H.js} +536 -550
- package/dist/criticalCss-vqURX42H.js.map +1 -0
- package/dist/kundli-generator.js +1 -1
- package/dist/page-entry.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/criticalCss-B0mVHOhb.js.map +0 -1
package/dist/components/KundliPage/sections/PremiumReportOverview/PremiumReportOverview.d.ts
CHANGED
|
@@ -15,6 +15,12 @@ export interface PremiumReportOverviewProps {
|
|
|
15
15
|
backgroundImagePriority?: boolean;
|
|
16
16
|
/** Optional analytics for tracking banner clicked */
|
|
17
17
|
analytics?: KundliAnalytics;
|
|
18
|
+
/**
|
|
19
|
+
* When provided, replaces the entire section with a personalised full-width UTM banner image.
|
|
20
|
+
*/
|
|
21
|
+
utmBannerImageUrl?: string;
|
|
22
|
+
/** Alt text for the UTM banner image */
|
|
23
|
+
utmBannerAltText?: string;
|
|
18
24
|
className?: string;
|
|
19
25
|
}
|
|
20
26
|
export declare const PremiumReportOverview: React.FC<PremiumReportOverviewProps>;
|