@srimandir/kundli-matching-generator 1.0.4

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.
Files changed (49) hide show
  1. package/dist/analytics.d.ts +107 -0
  2. package/dist/components/BenefitsSection/BenefitsSection.d.ts +6 -0
  3. package/dist/components/BenefitsSection/index.d.ts +2 -0
  4. package/dist/components/FeaturesSection/FeaturesSection.d.ts +6 -0
  5. package/dist/components/FeaturesSection/index.d.ts +2 -0
  6. package/dist/components/HeroSection/HeroSection.d.ts +6 -0
  7. package/dist/components/HeroSection/index.d.ts +2 -0
  8. package/dist/components/KundliMatchingFormSection/KundliMatchingFormSection.d.ts +22 -0
  9. package/dist/components/KundliMatchingFormSection/LanguageSelector.d.ts +8 -0
  10. package/dist/components/KundliMatchingFormSection/PersonFormSection.d.ts +11 -0
  11. package/dist/components/KundliMatchingFormSection/index.d.ts +2 -0
  12. package/dist/components/KundliMatchingHeader/KundliMatchingHeader.d.ts +10 -0
  13. package/dist/components/KundliMatchingHeader/index.d.ts +2 -0
  14. package/dist/components/KundliMatchingPage/KundliMatchingPage.d.ts +27 -0
  15. package/dist/components/KundliMatchingPage/index.d.ts +2 -0
  16. package/dist/components/KundliMatchingPlanBottomSheet/AstrologerCard.d.ts +11 -0
  17. package/dist/components/KundliMatchingPlanBottomSheet/AstrologerDetails.d.ts +19 -0
  18. package/dist/components/KundliMatchingPlanBottomSheet/KundliMatchingPlanBottomSheet.d.ts +21 -0
  19. package/dist/components/KundliMatchingPlanBottomSheet/MostPopularBadge.d.ts +5 -0
  20. package/dist/components/KundliMatchingPlanBottomSheet/PlanCard.d.ts +12 -0
  21. package/dist/components/KundliMatchingPlanBottomSheet/PlanFeatureList.d.ts +11 -0
  22. package/dist/components/KundliMatchingPlanBottomSheet/PlanIcons.d.ts +7 -0
  23. package/dist/components/KundliMatchingPlanBottomSheet/PlanSheetHeader.d.ts +10 -0
  24. package/dist/components/KundliMatchingPlanBottomSheet/index.d.ts +4 -0
  25. package/dist/components/KundliMatchingPlanBottomSheet/planDefaults.d.ts +2 -0
  26. package/dist/components/KundliMatchingPlanBottomSheet/types.d.ts +20 -0
  27. package/dist/components/ProceedFooter/ProceedFooter.d.ts +12 -0
  28. package/dist/components/ProceedFooter/index.d.ts +2 -0
  29. package/dist/components/SneakPeekSection/SneakPeekSection.d.ts +6 -0
  30. package/dist/components/SneakPeekSection/index.d.ts +2 -0
  31. package/dist/components/TestimonialsSection/TestimonialsSection.d.ts +13 -0
  32. package/dist/components/TestimonialsSection/index.d.ts +2 -0
  33. package/dist/components/ViewSampleReportButton/SampleReportModal.d.ts +8 -0
  34. package/dist/components/ViewSampleReportButton/ViewSampleReportButton.d.ts +10 -0
  35. package/dist/components/ViewSampleReportButton/index.d.ts +2 -0
  36. package/dist/components/index.d.ts +8 -0
  37. package/dist/dev/main.d.ts +0 -0
  38. package/dist/i18n/index.d.ts +2 -0
  39. package/dist/i18n/translations.d.ts +7 -0
  40. package/dist/index.d.ts +25 -0
  41. package/dist/kundli-matching-generator.js +2499 -0
  42. package/dist/kundli-matching-generator.js.map +1 -0
  43. package/dist/pdf-CH8PifTT.js +10218 -0
  44. package/dist/pdf-CH8PifTT.js.map +1 -0
  45. package/dist/style.css +1 -0
  46. package/dist/styles.d.ts +0 -0
  47. package/dist/styles.js +2 -0
  48. package/dist/styles.js.map +1 -0
  49. package/package.json +69 -0
@@ -0,0 +1,107 @@
1
+ /**
2
+ * Event names for Kundli Matching Generator analytics (Mixpanel).
3
+ * Host app should use these when calling logEvent.
4
+ */
5
+ export declare const KUNDLI_MATCHING_ANALYTICS_EVENT_NAMES: {
6
+ readonly kundli_matching_page_view: "kundli_matching_page_view";
7
+ readonly kundli_matching_form_view: "kundli_matching_form_view";
8
+ readonly banner_clicked_fe: "banner_clicked_fe";
9
+ readonly primary_cta_clicked_fe: "primary_cta_clicked_fe";
10
+ readonly language_changed_fe: "language_changed_fe";
11
+ readonly language_clicked_fe: "language_clicked_fe";
12
+ readonly view_sample_report_clicked: "view_sample_report_clicked";
13
+ readonly view_sample_report_closed: "view_sample_report_closed";
14
+ readonly info_icon_clicked: "info_icon_clicked";
15
+ readonly boy_name_section_clicked: "boy_name_section_clicked";
16
+ readonly boy_name_section_filled: "boy_name_section_filled";
17
+ readonly boy_dob_clicked: "boy_dob_clicked";
18
+ readonly boy_dob_filled: "boy_dob_filled";
19
+ readonly boy_time_clicked: "boy_time_clicked";
20
+ readonly boy_time_filled: "boy_time_filled";
21
+ readonly boy_time_checkbox_clicked: "boy_time_checkbox_clicked";
22
+ readonly boy_place_of_birth_clicked: "boy_place_of_birth_clicked";
23
+ readonly boy_place_of_birth_chosen: "boy_place_of_birth_chosen";
24
+ readonly girl_name_section_clicked: "girl_name_section_clicked";
25
+ readonly girl_name_section_filled: "girl_name_section_filled";
26
+ readonly girl_dob_clicked: "girl_dob_clicked";
27
+ readonly girl_dob_filled: "girl_dob_filled";
28
+ readonly girl_time_clicked: "girl_time_clicked";
29
+ readonly girl_time_filled: "girl_time_filled";
30
+ readonly girl_time_checkbox_clicked: "girl_time_checkbox_clicked";
31
+ readonly girl_place_of_birth_clicked: "girl_place_of_birth_clicked";
32
+ readonly girl_place_of_birth_chosen: "girl_place_of_birth_chosen";
33
+ readonly language_of_report_clicked: "language_of_report_clicked";
34
+ readonly language_of_report_selected: "language_of_report_selected";
35
+ readonly primary_cta_clicked_l1: "primary_cta_clicked_l1";
36
+ readonly kundli_matching_plan_page_viewed: "kundli_matching_plan_page_viewed";
37
+ readonly kundli_matching_plan_selected: "kundli_matching_plan_selected";
38
+ readonly kundli_matching_plan_proceed_clicked: "kundli_matching_plan_proceed_clicked";
39
+ readonly kundli_matching_plan_page_closed: "kundli_matching_plan_page_closed";
40
+ readonly payment_partner_page_opened: "payment_partner_page_opened";
41
+ readonly retry_payment: "retry_payment";
42
+ };
43
+ export type KundliMatchingAnalyticsEventName = (typeof KUNDLI_MATCHING_ANALYTICS_EVENT_NAMES)[keyof typeof KUNDLI_MATCHING_ANALYTICS_EVENT_NAMES];
44
+ /**
45
+ * Optional analytics implementation for Kundli Matching Generator.
46
+ * Pass from host to track events.
47
+ */
48
+ export interface KundliMatchingAnalytics {
49
+ trackKundliMatchingPageView?(): void;
50
+ trackKundliMatchingFormView?(): void;
51
+ trackBannerClicked?(): void;
52
+ trackPrimaryCtaClickedFe?(params: {
53
+ ctaText?: string;
54
+ }): void;
55
+ trackLanguageChangedFe?(params: {
56
+ newLanguage: string;
57
+ }): void;
58
+ trackLanguageClickedFe?(params: {
59
+ language: string;
60
+ }): void;
61
+ trackViewSampleReportClicked?(): void;
62
+ trackViewSampleReportClosed?(): void;
63
+ trackInfoIconClicked?(params: {
64
+ fieldName: string;
65
+ }): void;
66
+ trackBoyNameSectionClicked?(): void;
67
+ trackBoyNameSectionFilled?(): void;
68
+ trackBoyDobClicked?(): void;
69
+ trackBoyDobFilled?(): void;
70
+ trackBoyTimeClicked?(): void;
71
+ trackBoyTimeFilled?(): void;
72
+ trackBoyTimeCheckboxClicked?(): void;
73
+ trackBoyPlaceOfBirthClicked?(): void;
74
+ trackBoyPlaceOfBirthChosen?(): void;
75
+ trackGirlNameSectionClicked?(): void;
76
+ trackGirlNameSectionFilled?(): void;
77
+ trackGirlDobClicked?(): void;
78
+ trackGirlDobFilled?(): void;
79
+ trackGirlTimeClicked?(): void;
80
+ trackGirlTimeFilled?(): void;
81
+ trackGirlTimeCheckboxClicked?(): void;
82
+ trackGirlPlaceOfBirthClicked?(): void;
83
+ trackGirlPlaceOfBirthChosen?(): void;
84
+ trackLanguageOfReportClicked?(): void;
85
+ trackLanguageOfReportSelected?(params: {
86
+ language: string;
87
+ }): void;
88
+ trackPrimaryCtaClickedL1?(params: {
89
+ avenue?: string;
90
+ }): void;
91
+ trackPlanPageViewed?(): void;
92
+ trackPlanSelected?(params: {
93
+ planId: string;
94
+ planName: string;
95
+ }): void;
96
+ trackPlanProceedClicked?(params: {
97
+ planId: string;
98
+ planName: string;
99
+ }): void;
100
+ trackPlanPageClosed?(): void;
101
+ trackPaymentPartnerPageOpened?(params: {
102
+ planId: string;
103
+ planName: string;
104
+ price: string;
105
+ }): void;
106
+ trackRetryPayment?(): void;
107
+ }
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export interface BenefitsSectionProps {
3
+ t: (key: string) => string;
4
+ className?: string;
5
+ }
6
+ export declare const BenefitsSection: React.FC<BenefitsSectionProps>;
@@ -0,0 +1,2 @@
1
+ export { BenefitsSection } from './BenefitsSection';
2
+ export type { BenefitsSectionProps } from './BenefitsSection';
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export interface FeaturesSectionProps {
3
+ t: (key: string) => string;
4
+ className?: string;
5
+ }
6
+ export declare const FeaturesSection: React.FC<FeaturesSectionProps>;
@@ -0,0 +1,2 @@
1
+ export { FeaturesSection } from './FeaturesSection';
2
+ export type { FeaturesSectionProps } from './FeaturesSection';
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export interface HeroSectionProps {
3
+ t: (key: string) => string;
4
+ className?: string;
5
+ }
6
+ export declare const HeroSection: React.FC<HeroSectionProps>;
@@ -0,0 +1,2 @@
1
+ export { HeroSection } from './HeroSection';
2
+ export type { HeroSectionProps } from './HeroSection';
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ export interface PersonFormValues {
3
+ fullName: string;
4
+ dateOfBirth: string;
5
+ birthTime: string;
6
+ birthTimeUnknown: boolean;
7
+ birthPlace: string;
8
+ }
9
+ export interface KundliMatchingFormValues {
10
+ boy: PersonFormValues;
11
+ girl: PersonFormValues;
12
+ reportLanguage: string;
13
+ }
14
+ export interface KundliMatchingFormSectionProps {
15
+ t: (key: string) => string;
16
+ values: KundliMatchingFormValues;
17
+ onUpdate: (values: Partial<KundliMatchingFormValues>) => void;
18
+ googleMapsApiKey?: string;
19
+ className?: string;
20
+ }
21
+ export declare const KundliMatchingFormSection: React.FC<KundliMatchingFormSectionProps>;
22
+ export declare const getDefaultMatchingFormValues: () => KundliMatchingFormValues;
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ export interface LanguageSelectorProps {
3
+ t: (key: string) => string;
4
+ selectedLanguage: string;
5
+ onChange: (language: string) => void;
6
+ className?: string;
7
+ }
8
+ export declare const LanguageSelector: React.FC<LanguageSelectorProps>;
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { PersonFormValues } from './KundliMatchingFormSection';
3
+ export interface PersonFormSectionProps {
4
+ t: (key: string) => string;
5
+ values: PersonFormValues;
6
+ onChange: (values: PersonFormValues) => void;
7
+ personType: 'boy' | 'girl';
8
+ googleMapsApiKey?: string;
9
+ className?: string;
10
+ }
11
+ export declare const PersonFormSection: React.FC<PersonFormSectionProps>;
@@ -0,0 +1,2 @@
1
+ export { KundliMatchingFormSection, getDefaultMatchingFormValues } from './KundliMatchingFormSection';
2
+ export type { KundliMatchingFormSectionProps, KundliMatchingFormValues, PersonFormValues } from './KundliMatchingFormSection';
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ export interface KundliMatchingHeaderProps {
3
+ t: (key: string) => string;
4
+ languageSelector?: React.ReactNode;
5
+ logoUrl?: string;
6
+ className?: string;
7
+ isGlobal?: boolean;
8
+ imageComponent?: React.ComponentType<any>;
9
+ }
10
+ export declare const KundliMatchingHeader: React.FC<KundliMatchingHeaderProps>;
@@ -0,0 +1,2 @@
1
+ export { KundliMatchingHeader } from './KundliMatchingHeader';
2
+ export type { KundliMatchingHeaderProps } from './KundliMatchingHeader';
@@ -0,0 +1,27 @@
1
+ import { default as React } from 'react';
2
+ import { KundliMatchingFormValues } from '../KundliMatchingFormSection';
3
+ import { KundliMatchingPlan } from '../KundliMatchingPlanBottomSheet';
4
+ import { KundliMatchingAnalytics } from '../../analytics';
5
+ export interface KundliMatchingPageProps {
6
+ /** Translation function */
7
+ t: (key: string) => string;
8
+ /** Language selector component */
9
+ languageSelector: React.ReactNode;
10
+ /** Is global version (non-India) */
11
+ isGlobal?: boolean;
12
+ /** Analytics implementation */
13
+ analytics?: KundliMatchingAnalytics;
14
+ /** Google Maps API key for place autocomplete */
15
+ googleMapsApiKey?: string;
16
+ /** Optional plans override */
17
+ plans?: KundliMatchingPlan[];
18
+ /** Callback when proceeding to payment */
19
+ onProceed?: (formValues: KundliMatchingFormValues, selectedPlan: KundliMatchingPlan) => void;
20
+ /** Class name for the root element */
21
+ className?: string;
22
+ }
23
+ /**
24
+ * Complete Kundli Matching Generator page with all sections
25
+ * Includes form, plan selection, and analytics integration
26
+ */
27
+ export declare const KundliMatchingPage: React.FC<KundliMatchingPageProps>;
@@ -0,0 +1,2 @@
1
+ export { KundliMatchingPage } from './KundliMatchingPage';
2
+ export type { KundliMatchingPageProps } from './KundliMatchingPage';
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { KundliMatchingPlanAstrologer } from './types';
3
+ export interface AstrologerCardProps {
4
+ astrologer: KundliMatchingPlanAstrologer;
5
+ t?: (key: string, options?: any) => string;
6
+ }
7
+ /**
8
+ * Displays a single astrologer's avatar, name, experience and certifications.
9
+ * Used inside the "Kundli Matching Report + Astrologer Guidance" plan card.
10
+ */
11
+ export declare const AstrologerCard: React.FC<AstrologerCardProps>;
@@ -0,0 +1,19 @@
1
+ export declare const ASTROLOGERS: readonly [{
2
+ readonly id: "jyoti";
3
+ readonly name: "Jyoti Acharya Neeraj";
4
+ readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1773992823100.webp";
5
+ readonly experience: "18+ Years of experience";
6
+ readonly certifications: readonly ["Certified Jyotish Acharya", "Guaranteed accurate solutions"];
7
+ }, {
8
+ readonly id: "ashwini";
9
+ readonly name: "Ashwini";
10
+ readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1773992841106.webp";
11
+ readonly experience: "12+ Years of experience";
12
+ readonly certifications: readonly ["12+ Years Vedic Astrology", "Result-Oriented Solutions"];
13
+ }, {
14
+ readonly id: "meenakshi";
15
+ readonly name: "Meenakshi";
16
+ readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1773992858276.webp";
17
+ readonly experience: "12+ Years of experience";
18
+ readonly certifications: readonly ["BHU Certified Vedic Astrologer", "Mantra & Rudraksha Specialist"];
19
+ }];
@@ -0,0 +1,21 @@
1
+ import { default as React } from 'react';
2
+ import { KundliMatchingPlan } from './types';
3
+ export interface KundliMatchingPlanBottomSheetProps {
4
+ isOpen: boolean;
5
+ onClose: () => void;
6
+ selectedPlan: KundliMatchingPlan | null;
7
+ onSelectPlan: (plan: KundliMatchingPlan) => void;
8
+ onProceed: (plan: KundliMatchingPlan) => void;
9
+ plans?: KundliMatchingPlan[];
10
+ t?: (key: string) => string;
11
+ }
12
+ /**
13
+ * Slide-up bottom sheet that lets the user choose a Kundli Matching plan.
14
+ */
15
+ export declare const KundliMatchingPlanBottomSheet: React.FC<KundliMatchingPlanBottomSheetProps>;
16
+ export type { KundliMatchingPlan } from './types';
17
+ export { getDefaultPlans } from './planDefaults';
18
+ export { PlanCard } from './PlanCard';
19
+ export { PlanSheetHeader } from './PlanSheetHeader';
20
+ export { PlanFeatureList } from './PlanFeatureList';
21
+ export { AstrologerCard } from './AstrologerCard';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export interface MostPopularBadgeProps {
3
+ label: string;
4
+ }
5
+ export declare const MostPopularBadge: React.FC<MostPopularBadgeProps>;
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { KundliMatchingPlan } from './types';
3
+ export interface PlanCardProps {
4
+ plan: KundliMatchingPlan;
5
+ isSelected: boolean;
6
+ onSelect: (id: string) => void;
7
+ t?: (key: string, options?: any) => string;
8
+ }
9
+ /**
10
+ * Renders a single Kundli Matching plan card.
11
+ */
12
+ export declare const PlanCard: React.FC<PlanCardProps>;
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { KundliMatchingPlanFeature } from './types';
3
+ export interface PlanFeatureListProps {
4
+ features: KundliMatchingPlanFeature[];
5
+ t?: (key: string, options?: any) => string;
6
+ }
7
+ /**
8
+ * Renders an accessible list of plan features, each with a check (included)
9
+ * or cross (excluded) icon.
10
+ */
11
+ export declare const PlanFeatureList: React.FC<PlanFeatureListProps>;
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ export declare const CheckIcon: React.FC;
3
+ export declare const CrossIcon: React.FC;
4
+ /** Back arrow chevron */
5
+ export declare const ChevronLeftIcon: React.FC;
6
+ /** Trend up icon for "Most popular" badge */
7
+ export declare const TrendUpIcon: React.FC;
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ export interface PlanSheetHeaderProps {
3
+ title: string;
4
+ onBack: () => void;
5
+ }
6
+ /**
7
+ * Sticky header for the plan selection bottom sheet.
8
+ * Shows a back button on the left and a centred orange title.
9
+ */
10
+ export declare const PlanSheetHeader: React.FC<PlanSheetHeaderProps>;
@@ -0,0 +1,4 @@
1
+ export { KundliMatchingPlanBottomSheet } from './KundliMatchingPlanBottomSheet';
2
+ export type { KundliMatchingPlanBottomSheetProps } from './KundliMatchingPlanBottomSheet';
3
+ export type { KundliMatchingPlan, KundliMatchingPlanFeature, KundliMatchingPlanAstrologer } from './types';
4
+ export { getDefaultPlans } from './planDefaults';
@@ -0,0 +1,2 @@
1
+ import { KundliMatchingPlan } from './types';
2
+ export declare const getDefaultPlans: () => KundliMatchingPlan[];
@@ -0,0 +1,20 @@
1
+ export interface KundliMatchingPlanFeature {
2
+ text: string;
3
+ included: boolean;
4
+ }
5
+ export interface KundliMatchingPlanAstrologer {
6
+ name: string;
7
+ experience: string;
8
+ imageUrl?: string;
9
+ certifications: string[];
10
+ }
11
+ export interface KundliMatchingPlan {
12
+ id: string;
13
+ title: string;
14
+ price: string;
15
+ originalPrice?: string;
16
+ savingsLabel?: string;
17
+ features: KundliMatchingPlanFeature[];
18
+ badge?: string;
19
+ astrologers?: KundliMatchingPlanAstrologer[];
20
+ }
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { KundliMatchingFormValues } from '../KundliMatchingFormSection/KundliMatchingFormSection';
3
+ export declare const BadgeRow: React.FC<{
4
+ t: (key: string) => string;
5
+ }>;
6
+ export interface ProceedFooterProps {
7
+ t: (key: string) => string;
8
+ values: KundliMatchingFormValues;
9
+ onProceed: () => void;
10
+ className?: string;
11
+ }
12
+ export declare const ProceedFooter: React.FC<ProceedFooterProps>;
@@ -0,0 +1,2 @@
1
+ export { ProceedFooter } from './ProceedFooter';
2
+ export type { ProceedFooterProps } from './ProceedFooter';
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export interface SneakPeekSectionProps {
3
+ t: (key: string) => string;
4
+ className?: string;
5
+ }
6
+ export declare const SneakPeekSection: React.FC<SneakPeekSectionProps>;
@@ -0,0 +1,2 @@
1
+ export { SneakPeekSection } from './SneakPeekSection';
2
+ export type { SneakPeekSectionProps } from './SneakPeekSection';
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ export interface Testimonial {
3
+ name: string;
4
+ avatarUrl: string;
5
+ rating: number;
6
+ review: string;
7
+ }
8
+ export interface TestimonialsSectionProps {
9
+ t: (key: string) => string;
10
+ testimonials?: Testimonial[];
11
+ className?: string;
12
+ }
13
+ export declare const TestimonialsSection: React.FC<TestimonialsSectionProps>;
@@ -0,0 +1,2 @@
1
+ export { TestimonialsSection } from './TestimonialsSection';
2
+ export type { TestimonialsSectionProps, Testimonial } from './TestimonialsSection';
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ export interface SampleReportModalProps {
3
+ isOpen: boolean;
4
+ onClose: () => void;
5
+ title: string;
6
+ pdfUrl: string;
7
+ }
8
+ export declare const SampleReportModal: FC<SampleReportModalProps>;
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ export interface ViewSampleReportButtonProps {
3
+ t: (key: string) => string;
4
+ /** PDF URL to display in modal. Defaults to the sample PDF. */
5
+ pdfUrl?: string;
6
+ /** Called when button is clicked (e.g. for analytics). Modal opens regardless. */
7
+ onClick?: () => void;
8
+ className?: string;
9
+ }
10
+ export declare const ViewSampleReportButton: React.FC<ViewSampleReportButtonProps>;
@@ -0,0 +1,2 @@
1
+ export { ViewSampleReportButton } from './ViewSampleReportButton';
2
+ export type { ViewSampleReportButtonProps } from './ViewSampleReportButton';
@@ -0,0 +1,8 @@
1
+ export { KundliMatchingHeader } from './KundliMatchingHeader';
2
+ export type { KundliMatchingHeaderProps } from './KundliMatchingHeader';
3
+ export { HeroSection } from './HeroSection';
4
+ export type { HeroSectionProps } from './HeroSection';
5
+ export { FeaturesSection } from './FeaturesSection';
6
+ export type { FeaturesSectionProps } from './FeaturesSection';
7
+ export { SneakPeekSection } from './SneakPeekSection';
8
+ export type { SneakPeekSectionProps } from './SneakPeekSection';
File without changes
@@ -0,0 +1,2 @@
1
+ export { translations, LOCALE_LABELS, SUPPORTED_LOCALES } from './translations';
2
+ export type { SupportedLocale } from './translations';
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Translations for Kundli Matching Generator
3
+ */
4
+ export type SupportedLocale = "en" | "hi";
5
+ export declare const SUPPORTED_LOCALES: SupportedLocale[];
6
+ export declare const LOCALE_LABELS: Record<SupportedLocale, string>;
7
+ export declare const translations: Record<SupportedLocale, Record<string, string>>;
@@ -0,0 +1,25 @@
1
+ export { KundliMatchingPage } from './components/KundliMatchingPage';
2
+ export type { KundliMatchingPageProps } from './components/KundliMatchingPage';
3
+ export { KUNDLI_MATCHING_ANALYTICS_EVENT_NAMES, type KundliMatchingAnalytics, type KundliMatchingAnalyticsEventName, } from './analytics';
4
+ export { KundliMatchingHeader } from './components/KundliMatchingHeader';
5
+ export type { KundliMatchingHeaderProps } from './components/KundliMatchingHeader';
6
+ export { HeroSection } from './components/HeroSection';
7
+ export type { HeroSectionProps } from './components/HeroSection';
8
+ export { FeaturesSection } from './components/FeaturesSection';
9
+ export type { FeaturesSectionProps } from './components/FeaturesSection';
10
+ export { SneakPeekSection } from './components/SneakPeekSection';
11
+ export type { SneakPeekSectionProps } from './components/SneakPeekSection';
12
+ export { ViewSampleReportButton } from './components/ViewSampleReportButton';
13
+ export type { ViewSampleReportButtonProps } from './components/ViewSampleReportButton';
14
+ export { TestimonialsSection } from './components/TestimonialsSection';
15
+ export type { TestimonialsSectionProps, Testimonial } from './components/TestimonialsSection';
16
+ export { BenefitsSection } from './components/BenefitsSection';
17
+ export type { BenefitsSectionProps } from './components/BenefitsSection';
18
+ export { KundliMatchingFormSection, getDefaultMatchingFormValues } from './components/KundliMatchingFormSection';
19
+ export type { KundliMatchingFormSectionProps, KundliMatchingFormValues, PersonFormValues } from './components/KundliMatchingFormSection';
20
+ export { ProceedFooter } from './components/ProceedFooter';
21
+ export type { ProceedFooterProps } from './components/ProceedFooter';
22
+ export { KundliMatchingPlanBottomSheet, getDefaultPlans } from './components/KundliMatchingPlanBottomSheet';
23
+ export type { KundliMatchingPlanBottomSheetProps, KundliMatchingPlan, KundliMatchingPlanFeature, KundliMatchingPlanAstrologer } from './components/KundliMatchingPlanBottomSheet';
24
+ export { translations, LOCALE_LABELS, SUPPORTED_LOCALES } from './i18n';
25
+ export type { SupportedLocale } from './i18n';