@srimandir/make-your-own-ritual 0.30.3 → 0.30.5
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/LandingPage/LandingPage.d.ts +2 -4
- package/dist/i18n/translations.en.d.ts +1 -9
- package/dist/i18n/translations.hi.d.ts +1 -9
- package/dist/i18n/translations.kn.d.ts +1 -9
- package/dist/i18n/translations.te.d.ts +1 -9
- package/dist/make-your-own-ritual.js +1419 -1516
- package/dist/make-your-own-ritual.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/landingPage.types.d.ts +0 -5
- package/package.json +7 -7
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { SupportedLocale } from '../../i18n';
|
|
2
|
-
import { LandingPageStore, LandingPageAction,
|
|
2
|
+
import { LandingPageStore, LandingPageAction, PitruPakshRenderableRitual } from '../../types';
|
|
3
3
|
export interface LandingPageProps {
|
|
4
4
|
store: LandingPageStore;
|
|
5
5
|
mutate: (action: LandingPageAction) => void;
|
|
6
6
|
onProceed: (selectedRitualIds: string[]) => void;
|
|
7
7
|
onLocaleChange: (locale: SupportedLocale) => void;
|
|
8
|
-
/** "Who's performing the puja" packages — only `packages[0]`'s price backs the Mandap Vyavastha fee note, shown once a "ritual"-type puja is selected. */
|
|
9
|
-
packages?: LandingPagePackage[];
|
|
10
8
|
/** Fired when a card's "About this Chadhava/Seva" link is clicked, with that ritual's id. */
|
|
11
9
|
onAboutRitualClick?: (ritualId: string) => void;
|
|
12
10
|
/** Fired once, the first time a card scrolls into view, with its 1-based list position. */
|
|
@@ -16,4 +14,4 @@ export interface LandingPageProps {
|
|
|
16
14
|
/** Called when the top bar's back button is clicked. */
|
|
17
15
|
onBackClick?: () => void;
|
|
18
16
|
}
|
|
19
|
-
export declare function LandingPage({ store, mutate, onProceed, onLocaleChange, onAboutRitualClick, onCardImpression, onCardToggle,
|
|
17
|
+
export declare function LandingPage({ store, mutate, onProceed, onLocaleChange, onAboutRitualClick, onCardImpression, onCardToggle, onBackClick, }: LandingPageProps): import("react").JSX.Element;
|
|
@@ -25,11 +25,7 @@ export declare const en: {
|
|
|
25
25
|
ritualSelectAriaLabel: string;
|
|
26
26
|
ritualCountSingular: string;
|
|
27
27
|
ritualCountPlural: string;
|
|
28
|
-
mandapFeeLabel: string;
|
|
29
|
-
mandapFeeItemLabel: string;
|
|
30
28
|
ctaProceed: string;
|
|
31
|
-
formPhone: string;
|
|
32
|
-
formEmail: string;
|
|
33
29
|
makeYourOwnRitualCtaLabel: string;
|
|
34
30
|
makeYourOwnRitualHeroTitle: string;
|
|
35
31
|
makeYourOwnRitualHeroSubtitle: string;
|
|
@@ -50,7 +46,7 @@ export declare const en: {
|
|
|
50
46
|
selectAncestorsBackAriaLabel: string;
|
|
51
47
|
selectAncestorsProgressLabel: string;
|
|
52
48
|
selectAncestorsQuestion: string;
|
|
53
|
-
|
|
49
|
+
selectAncestorsCardHeadingPrefix: string;
|
|
54
50
|
selectAncestorsAllAncestorsCaption: string;
|
|
55
51
|
selectAncestorsCtaNextRitual: string;
|
|
56
52
|
selectAncestorsCtaProceed: string;
|
|
@@ -118,14 +114,10 @@ export declare const en: {
|
|
|
118
114
|
selectRitualDaySheetHeading: string;
|
|
119
115
|
selectRitualDaySheetCardTitle: string;
|
|
120
116
|
selectRitualDaySheetCardDescription: string;
|
|
121
|
-
selectRitualDaySheetAllAncestorsCardTitle: string;
|
|
122
|
-
selectRitualDaySheetAllAncestorsCardDescription: string;
|
|
123
117
|
selectRitualDaySheetTag: string;
|
|
124
118
|
selectRitualDaySheetDeathAnniversaryTitle: string;
|
|
125
119
|
selectRitualDaySheetDeathAnniversaryDescription: string;
|
|
126
120
|
selectRitualDaySheetCta: string;
|
|
127
|
-
selectRitualDaySheetAmavasyaCta: string;
|
|
128
|
-
selectRitualDaySheetDeathTithiCta: string;
|
|
129
121
|
outcomeSummaryBadge: string;
|
|
130
122
|
outcomeSummaryHeading: string;
|
|
131
123
|
outcomeSummaryTrust1: string;
|
|
@@ -25,11 +25,7 @@ export declare const hi: {
|
|
|
25
25
|
ritualSelectAriaLabel: string;
|
|
26
26
|
ritualCountSingular: string;
|
|
27
27
|
ritualCountPlural: string;
|
|
28
|
-
mandapFeeLabel: string;
|
|
29
|
-
mandapFeeItemLabel: string;
|
|
30
28
|
ctaProceed: string;
|
|
31
|
-
formPhone: string;
|
|
32
|
-
formEmail: string;
|
|
33
29
|
makeYourOwnRitualCtaLabel: string;
|
|
34
30
|
makeYourOwnRitualHeroTitle: string;
|
|
35
31
|
makeYourOwnRitualHeroSubtitle: string;
|
|
@@ -50,7 +46,7 @@ export declare const hi: {
|
|
|
50
46
|
selectAncestorsBackAriaLabel: string;
|
|
51
47
|
selectAncestorsProgressLabel: string;
|
|
52
48
|
selectAncestorsQuestion: string;
|
|
53
|
-
|
|
49
|
+
selectAncestorsCardHeadingPrefix: string;
|
|
54
50
|
selectAncestorsAllAncestorsCaption: string;
|
|
55
51
|
selectAncestorsCtaNextRitual: string;
|
|
56
52
|
selectAncestorsCtaProceed: string;
|
|
@@ -118,14 +114,10 @@ export declare const hi: {
|
|
|
118
114
|
selectRitualDaySheetHeading: string;
|
|
119
115
|
selectRitualDaySheetCardTitle: string;
|
|
120
116
|
selectRitualDaySheetCardDescription: string;
|
|
121
|
-
selectRitualDaySheetAllAncestorsCardTitle: string;
|
|
122
|
-
selectRitualDaySheetAllAncestorsCardDescription: string;
|
|
123
117
|
selectRitualDaySheetTag: string;
|
|
124
118
|
selectRitualDaySheetDeathAnniversaryTitle: string;
|
|
125
119
|
selectRitualDaySheetDeathAnniversaryDescription: string;
|
|
126
120
|
selectRitualDaySheetCta: string;
|
|
127
|
-
selectRitualDaySheetAmavasyaCta: string;
|
|
128
|
-
selectRitualDaySheetDeathTithiCta: string;
|
|
129
121
|
outcomeSummaryBadge: string;
|
|
130
122
|
outcomeSummaryHeading: string;
|
|
131
123
|
outcomeSummaryTrust1: string;
|
|
@@ -25,11 +25,7 @@ export declare const kn: {
|
|
|
25
25
|
ritualSelectAriaLabel: string;
|
|
26
26
|
ritualCountSingular: string;
|
|
27
27
|
ritualCountPlural: string;
|
|
28
|
-
mandapFeeLabel: string;
|
|
29
|
-
mandapFeeItemLabel: string;
|
|
30
28
|
ctaProceed: string;
|
|
31
|
-
formPhone: string;
|
|
32
|
-
formEmail: string;
|
|
33
29
|
makeYourOwnRitualCtaLabel: string;
|
|
34
30
|
makeYourOwnRitualHeroTitle: string;
|
|
35
31
|
makeYourOwnRitualHeroSubtitle: string;
|
|
@@ -50,7 +46,7 @@ export declare const kn: {
|
|
|
50
46
|
selectAncestorsBackAriaLabel: string;
|
|
51
47
|
selectAncestorsProgressLabel: string;
|
|
52
48
|
selectAncestorsQuestion: string;
|
|
53
|
-
|
|
49
|
+
selectAncestorsCardHeadingPrefix: string;
|
|
54
50
|
selectAncestorsAllAncestorsCaption: string;
|
|
55
51
|
selectAncestorsCtaNextRitual: string;
|
|
56
52
|
selectAncestorsCtaProceed: string;
|
|
@@ -118,14 +114,10 @@ export declare const kn: {
|
|
|
118
114
|
selectRitualDaySheetHeading: string;
|
|
119
115
|
selectRitualDaySheetCardTitle: string;
|
|
120
116
|
selectRitualDaySheetCardDescription: string;
|
|
121
|
-
selectRitualDaySheetAllAncestorsCardTitle: string;
|
|
122
|
-
selectRitualDaySheetAllAncestorsCardDescription: string;
|
|
123
117
|
selectRitualDaySheetTag: string;
|
|
124
118
|
selectRitualDaySheetDeathAnniversaryTitle: string;
|
|
125
119
|
selectRitualDaySheetDeathAnniversaryDescription: string;
|
|
126
120
|
selectRitualDaySheetCta: string;
|
|
127
|
-
selectRitualDaySheetAmavasyaCta: string;
|
|
128
|
-
selectRitualDaySheetDeathTithiCta: string;
|
|
129
121
|
outcomeSummaryBadge: string;
|
|
130
122
|
outcomeSummaryHeading: string;
|
|
131
123
|
outcomeSummaryTrust1: string;
|
|
@@ -25,11 +25,7 @@ export declare const te: {
|
|
|
25
25
|
ritualSelectAriaLabel: string;
|
|
26
26
|
ritualCountSingular: string;
|
|
27
27
|
ritualCountPlural: string;
|
|
28
|
-
mandapFeeLabel: string;
|
|
29
|
-
mandapFeeItemLabel: string;
|
|
30
28
|
ctaProceed: string;
|
|
31
|
-
formPhone: string;
|
|
32
|
-
formEmail: string;
|
|
33
29
|
makeYourOwnRitualCtaLabel: string;
|
|
34
30
|
makeYourOwnRitualHeroTitle: string;
|
|
35
31
|
makeYourOwnRitualHeroSubtitle: string;
|
|
@@ -50,7 +46,7 @@ export declare const te: {
|
|
|
50
46
|
selectAncestorsBackAriaLabel: string;
|
|
51
47
|
selectAncestorsProgressLabel: string;
|
|
52
48
|
selectAncestorsQuestion: string;
|
|
53
|
-
|
|
49
|
+
selectAncestorsCardHeadingPrefix: string;
|
|
54
50
|
selectAncestorsAllAncestorsCaption: string;
|
|
55
51
|
selectAncestorsCtaNextRitual: string;
|
|
56
52
|
selectAncestorsCtaProceed: string;
|
|
@@ -118,14 +114,10 @@ export declare const te: {
|
|
|
118
114
|
selectRitualDaySheetHeading: string;
|
|
119
115
|
selectRitualDaySheetCardTitle: string;
|
|
120
116
|
selectRitualDaySheetCardDescription: string;
|
|
121
|
-
selectRitualDaySheetAllAncestorsCardTitle: string;
|
|
122
|
-
selectRitualDaySheetAllAncestorsCardDescription: string;
|
|
123
117
|
selectRitualDaySheetTag: string;
|
|
124
118
|
selectRitualDaySheetDeathAnniversaryTitle: string;
|
|
125
119
|
selectRitualDaySheetDeathAnniversaryDescription: string;
|
|
126
120
|
selectRitualDaySheetCta: string;
|
|
127
|
-
selectRitualDaySheetAmavasyaCta: string;
|
|
128
|
-
selectRitualDaySheetDeathTithiCta: string;
|
|
129
121
|
outcomeSummaryBadge: string;
|
|
130
122
|
outcomeSummaryHeading: string;
|
|
131
123
|
outcomeSummaryTrust1: string;
|