@srimandir/kundli-generator 5.30.17 → 5.30.18

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.
@@ -1,19 +1,33 @@
1
1
  export declare const DEFAULT_SAMPLE_URL = "https://srm-cdn.a4b.io/yoda/1773317492292.pdf";
2
2
  export declare const DEFAULT_ONE_QUESTION_SAMPLE_URL = "https://srm-cdn.a4b.io/yoda/1781248337750.pdf";
3
- export declare const SECTION_TITLE = "Kundli Packages for you";
4
- export declare const SAMPLE_REPORTS_TITLE = "View Sample Reports";
5
- export declare const ONLY_FOR_LABEL = "Only for";
6
- export declare const UNIQUE_FEATURES_LABEL = "Unique Features";
7
- export declare const COLUMN_HEADERS: {
8
- readonly kundliReport: "Kundli Report";
9
- readonly reportPlusQuestion: "Report + 1 Question";
10
- readonly reportPlusQuestionSubtext: "(Answered by Astrologer)";
11
- readonly reportPlusConsultation: "Report + 30 min consultation";
12
- readonly popularBadge: "Popular";
13
- };
14
- export declare const SAMPLE_REPORT_LABELS: {
15
- readonly kundliReport: "200+ page Kundli Report";
16
- readonly oneQuestion: "1 Question Sample Report";
3
+ export type TableLocale = "en" | "hi";
4
+ export declare const TABLE_STRINGS: Record<TableLocale, {
5
+ sectionTitle: string;
6
+ sampleReportsTitle: string;
7
+ onlyFor: string;
8
+ uniqueFeatures: string;
9
+ popularBadge: string;
10
+ columnKundliReport: string;
11
+ columnReportPlusQuestion: string;
12
+ columnReportPlusQuestionSubtext: string;
13
+ columnReportPlusConsultation: string;
14
+ sampleLabelKundliReport: string;
15
+ sampleLabelOneQuestion: string;
16
+ rowLabels: [string, string, string, string, string];
17
+ }>;
18
+ export declare const getTableStrings: (locale: TableLocale) => {
19
+ sectionTitle: string;
20
+ sampleReportsTitle: string;
21
+ onlyFor: string;
22
+ uniqueFeatures: string;
23
+ popularBadge: string;
24
+ columnKundliReport: string;
25
+ columnReportPlusQuestion: string;
26
+ columnReportPlusQuestionSubtext: string;
27
+ columnReportPlusConsultation: string;
28
+ sampleLabelKundliReport: string;
29
+ sampleLabelOneQuestion: string;
30
+ rowLabels: [string, string, string, string, string];
17
31
  };
18
32
  export declare const PRICES: {
19
33
  readonly global: [string, string, string];
@@ -1,7 +1,11 @@
1
+ import { TableLocale } from './KundliTableSection.constants';
2
+ import { KundliAnalytics } from '../../../../analytics';
1
3
  export interface KundliPackagesSectionProps {
2
4
  isGlobal?: boolean;
5
+ locale?: TableLocale;
3
6
  kundliReportSampleHref?: string;
4
7
  oneQuestionSampleHref?: string;
8
+ analytics?: KundliAnalytics;
5
9
  className?: string;
6
10
  }
7
11
  export declare const KundliPackagesSection: React.FC<KundliPackagesSectionProps>;
@@ -1,5 +1,8 @@
1
+ import { TABLE_STRINGS } from './KundliTableSection.constants';
2
+ type TableStrings = typeof TABLE_STRINGS["en"];
1
3
  interface PackagesTableBodyProps {
2
4
  prices: [string, string, string];
5
+ s: TableStrings;
3
6
  }
4
7
  export declare const PackagesTableBody: React.FC<PackagesTableBodyProps>;
5
8
  export {};
@@ -1 +1,7 @@
1
- export declare const PackagesTableHeader: React.FC;
1
+ import { TABLE_STRINGS } from './KundliTableSection.constants';
2
+ type TableStrings = typeof TABLE_STRINGS["en"];
3
+ interface PackagesTableHeaderProps {
4
+ s: TableStrings;
5
+ }
6
+ export declare const PackagesTableHeader: React.FC<PackagesTableHeaderProps>;
7
+ export {};
@@ -1,6 +1,11 @@
1
+ import { KundliAnalytics } from '../../../../analytics';
2
+ import { TABLE_STRINGS } from './KundliTableSection.constants';
3
+ type TableStrings = typeof TABLE_STRINGS["en"];
1
4
  interface SampleReportsSectionProps {
2
5
  kundliReportSampleHref: string;
3
6
  oneQuestionSampleHref: string;
7
+ analytics?: KundliAnalytics;
8
+ s: TableStrings;
4
9
  }
5
10
  export declare const SampleReportsSection: React.FC<SampleReportsSectionProps>;
6
11
  export {};
@@ -1,15 +1,15 @@
1
1
  export declare const THREE_SKU_ASTROLOGERS: readonly [{
2
2
  readonly id: "samiksha";
3
- readonly name: "Astro Samiksha";
4
- readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1781123256347.webp";
3
+ readonly name: "Acharya Rama Sarma";
4
+ readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1781527417602.webp";
5
5
  readonly experience: "21+ Years of experience";
6
6
  readonly languages: readonly ["Hindi", "English", "Telugu"];
7
7
  readonly certifications: readonly ["Certified Jyotish Acharya", "Guaranteed accurate solutions"];
8
8
  }, {
9
9
  readonly id: "jyoti";
10
- readonly name: "Astro Sadhana";
11
- readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1781123290643.webp";
10
+ readonly name: "Astro Neeraj";
11
+ readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1781527490353.webp";
12
12
  readonly experience: "21+ Years of experience";
13
- readonly languages: readonly ["Hindi", "English", "Telugu"];
13
+ readonly languages: readonly ["Hindi", "English"];
14
14
  readonly certifications: readonly ["25+ Years Vedic Astrology", "Result-Oriented Spiritual Guidance"];
15
15
  }];
@@ -80,8 +80,8 @@ export declare const getThreeSkuDefaultPlans: (isGlobal: boolean) => ThreeSkuPla
80
80
  export declare const CHIP_KEYS: readonly ["planQuestionChip1", "planQuestionChip2", "planQuestionChip3", "planQuestionChip4"];
81
81
  export declare const TOP_ASTROLOGER_AVATARS: {
82
82
  id: "jyoti" | "samiksha";
83
- imageUrl: "https://srm-cdn.a4b.io/yoda/1781123256347.webp" | "https://srm-cdn.a4b.io/yoda/1781123290643.webp";
84
- name: "Astro Samiksha" | "Astro Sadhana";
83
+ imageUrl: "https://srm-cdn.a4b.io/yoda/1781527417602.webp" | "https://srm-cdn.a4b.io/yoda/1781527490353.webp";
84
+ name: "Acharya Rama Sarma" | "Astro Neeraj";
85
85
  }[];
86
86
  export declare const MAX_QUESTION_LENGTH = 5000;
87
87
  export declare const MAX_TEXTAREA_HEIGHT_PX = 84;