@srimandir/kundli-generator 5.30.15 → 5.30.16
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/ThreeSkuPlanBottomSheet/constants.d.ts +8 -2
- package/dist/{criticalCss-oJIi5QxU.js → criticalCss-CBrf_D3F.js} +350 -330
- package/dist/criticalCss-CBrf_D3F.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-oJIi5QxU.js.map +0 -1
|
@@ -8,6 +8,8 @@ export declare const THREE_SKU_STRINGS: {
|
|
|
8
8
|
readonly planProceedToPayment: "Proceed to Payment";
|
|
9
9
|
readonly planAstrologerHeading: "Top astrologers who will consult you";
|
|
10
10
|
readonly planMostPopular: "Most popular";
|
|
11
|
+
readonly planNew: "New";
|
|
12
|
+
readonly planLimitedTimeCombo: "Limited-Time Combo";
|
|
11
13
|
readonly planNameBasic: "Kundli Report";
|
|
12
14
|
readonly planNameQuestion: "Kundli + 1 Question";
|
|
13
15
|
readonly planNameGuidance: "Kundli + Consultation";
|
|
@@ -18,7 +20,7 @@ export declare const THREE_SKU_STRINGS: {
|
|
|
18
20
|
readonly planFeatureAstrologyConsultant: "Astrology consultant";
|
|
19
21
|
readonly planFeaturePersonalizedReading: "Personalized reading";
|
|
20
22
|
readonly planFeatureIncludesPremium: "Includes everything in the Premium Personalized Kundli";
|
|
21
|
-
readonly planFeatureExpertAnswers: "PLUS:
|
|
23
|
+
readonly planFeatureExpertAnswers: "PLUS: Personalized answer, remedies and timelines from an expert astrologer";
|
|
22
24
|
readonly planFeatureFollowUpQuestions: "Go deeper into asking follow up questions";
|
|
23
25
|
readonly planFeatureNoConsultation: "No personal consultation call";
|
|
24
26
|
readonly planFeaturePlusConsultation: "PLUS: A 30-minute private consultation with an expert astrologer";
|
|
@@ -39,6 +41,8 @@ export declare const THREE_SKU_STRINGS: {
|
|
|
39
41
|
readonly planProceedToPayment: "पेमेंट करें";
|
|
40
42
|
readonly planAstrologerHeading: "हम आपके लिए नीचे दिए गए टॉप ज्योतिषियों में से एक को चुनेंगे";
|
|
41
43
|
readonly planMostPopular: "सबसे लोकप्रिय";
|
|
44
|
+
readonly planNew: "नया";
|
|
45
|
+
readonly planLimitedTimeCombo: "सीमित समय ऑफर";
|
|
42
46
|
readonly planNameBasic: "कुंडली रिपोर्ट";
|
|
43
47
|
readonly planNameQuestion: "कुंडली + 1 सवाल";
|
|
44
48
|
readonly planNameGuidance: "कुंडली रिपोर्ट + ज्योतिषी से बात";
|
|
@@ -49,7 +53,7 @@ export declare const THREE_SKU_STRINGS: {
|
|
|
49
53
|
readonly planFeatureAstrologyConsultant: "ज्योतिषी से बात नहीं होगी";
|
|
50
54
|
readonly planFeaturePersonalizedReading: "आपके लिए खास रीडिंग";
|
|
51
55
|
readonly planFeatureIncludesPremium: "प्रीमियम कुंडली रिपोर्ट में जो कुछ भी है, सब मिलेगा";
|
|
52
|
-
readonly planFeatureExpertAnswers: "PLUS: विशेषज्ञ ज्योतिषी
|
|
56
|
+
readonly planFeatureExpertAnswers: "PLUS: विशेषज्ञ ज्योतिषी से व्यक्तिगत जवाब, उपाय और समयरेखा पाएं";
|
|
53
57
|
readonly planFeatureFollowUpQuestions: "आगे के सवाल पूछने की सुविधा";
|
|
54
58
|
readonly planFeatureNoConsultation: "कोई व्यक्तिगत परामर्श कॉल नहीं";
|
|
55
59
|
readonly planFeaturePlusConsultation: "साथ ही: एक अनुभवी ज्योतिषी से 30 मिनट की प्राइवेट बात";
|
|
@@ -69,6 +73,8 @@ export declare const THREE_SKU_STRINGS: {
|
|
|
69
73
|
export type ThreeSkuLocale = keyof typeof THREE_SKU_STRINGS;
|
|
70
74
|
export interface ThreeSkuPlan extends KundliPlan {
|
|
71
75
|
supportsQuestion?: boolean;
|
|
76
|
+
/** Key for a corner "New" ribbon rendered on the card */
|
|
77
|
+
newBadge?: string;
|
|
72
78
|
}
|
|
73
79
|
export declare const getThreeSkuDefaultPlans: (isGlobal: boolean) => ThreeSkuPlan[];
|
|
74
80
|
export declare const CHIP_KEYS: readonly ["planQuestionChip1", "planQuestionChip2", "planQuestionChip3", "planQuestionChip4"];
|