@srimandir/kundli-generator 5.30.19 → 5.30.21

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.
@@ -29,16 +29,4 @@ export declare const getTableStrings: (locale: TableLocale) => {
29
29
  sampleLabelOneQuestion: string;
30
30
  rowLabels: [string, string, string, string, string];
31
31
  };
32
- export declare const PRICES: {
33
- readonly global: [string, string, string];
34
- readonly domestic: [string, string, string];
35
- };
36
- export type Cell = "check" | "cross";
37
- export declare const rows: Array<{
38
- label: string;
39
- values: [Cell, Cell, Cell];
40
- }>;
41
- export declare const CheckIcon: () => JSX.Element;
42
- export declare const CrossIcon: () => JSX.Element;
43
- export declare const TrendUpIcon: () => JSX.Element;
44
32
  export declare const SampleReportArrowIcon: () => JSX.Element;
@@ -1,2 +1,3 @@
1
- export { KundliPackagesSection } from './KundliTableSection';
2
- export type { KundliPackagesSectionProps } from './KundliTableSection';
1
+ export { SampleReportsSection } from './SampleReportsSection';
2
+ export { DEFAULT_SAMPLE_URL, DEFAULT_ONE_QUESTION_SAMPLE_URL, getTableStrings } from './KundliTableSection.constants';
3
+ export type { TableLocale } from './KundliTableSection.constants';
@@ -11,5 +11,5 @@ export declare const THREE_SKU_ASTROLOGERS: readonly [{
11
11
  readonly imageUrl: "https://srm-cdn.a4b.io/yoda/1781527490353.webp";
12
12
  readonly experience: "21+ Years of experience";
13
13
  readonly languages: readonly ["Hindi", "English"];
14
- readonly certifications: readonly ["25+ Years Vedic Astrology", "Result-Oriented Spiritual Guidance"];
14
+ readonly certifications: readonly ["21+ Years Vedic Astrology", "Result-Oriented Spiritual Guidance"];
15
15
  }];