@srimandir/kundli-generator 5.30.4 → 5.30.6

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.
@@ -47,5 +47,11 @@ export interface KundliPageProps {
47
47
  onLocaleChange?: (locale: SupportedLocale) => void;
48
48
  /** Atlas localities search callback for birth place autocomplete */
49
49
  atlasSearchLocalities?: AtlasSearchLocalities;
50
+ /** Enables 3-SKU experiment flow when used with v1 variant. */
51
+ enableThreeSkuFlow?: boolean;
52
+ /** URL for the "200+ page Kundli Report" sample link in 3-SKU table. */
53
+ kundliReportSampleHref?: string;
54
+ /** URL for the "1 Question" sample link in 3-SKU table. */
55
+ oneQuestionSampleHref?: string;
50
56
  }
51
57
  export declare const KundliPage: React.FC<KundliPageProps>;
@@ -47,5 +47,11 @@ export interface KundliPageProps {
47
47
  onLocaleChange?: (locale: SupportedLocale) => void;
48
48
  /** Atlas localities search callback for birth place autocomplete */
49
49
  atlasSearchLocalities?: AtlasSearchLocalities;
50
+ /** Enables 3-SKU experiment flow inside existing v1 page. */
51
+ enableThreeSkuFlow?: boolean;
52
+ /** URL for the "200+ page Kundli Report" sample link in the 3-SKU table. */
53
+ kundliReportSampleHref?: string;
54
+ /** URL for the "1 Question" sample link in the 3-SKU table. */
55
+ oneQuestionSampleHref?: string;
50
56
  }
51
57
  export declare const KundliPageV1: React.FC<KundliPageProps>;