@srimandir/make-your-own-ritual 0.44.0 → 0.46.0
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/MyorOutcome/MyorOutcome.d.ts +2 -0
- package/dist/components/PujaDetailsSheet/PujaAboutSection.d.ts +7 -0
- package/dist/components/PujaDetailsSheet/index.d.ts +2 -0
- package/dist/i18n/translations.en.d.ts +4 -0
- package/dist/i18n/translations.hi.d.ts +4 -0
- package/dist/i18n/translations.kn.d.ts +4 -0
- package/dist/i18n/translations.te.d.ts +4 -0
- package/dist/index.d.ts +2 -2
- package/dist/make-your-own-ritual.js +1226 -1161
- package/dist/make-your-own-ritual.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
|
@@ -7,6 +7,8 @@ import { PujaDetailsSheetScrollInfo } from '../PujaDetailsSheet';
|
|
|
7
7
|
* type, so ritual-recommendations' own type is untouched.
|
|
8
8
|
*/
|
|
9
9
|
export type MyorOutcomeRitualData = OutcomeRitualData & {
|
|
10
|
+
/** L2 title used only inside the Puja details bottom sheet. */
|
|
11
|
+
detailTitle?: string;
|
|
10
12
|
devoteesReviews?: DevoteeReviewData[];
|
|
11
13
|
learnMoreLabel?: string;
|
|
12
14
|
/** Drives which "learn more" sheet opens — a `ChadhavaSevaBottomSheet` for add-ons vs the full `PujaDetailsSheet` for a real ritual, same split the landing page makes. */
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface PujaAboutSectionProps {
|
|
2
|
+
heading: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
readMoreLabel: string;
|
|
5
|
+
readLessLabel: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function PujaAboutSection({ heading, description, readMoreLabel, readLessLabel, }: PujaAboutSectionProps): import("react").JSX.Element | null;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { PujaDetailsSheet } from './PujaDetailsSheet';
|
|
2
2
|
export type { PujaDetailsSheetProps, PujaDetailsSheetScrollInfo } from './PujaDetailsSheet';
|
|
3
|
+
export { PujaAboutSection } from './PujaAboutSection';
|
|
4
|
+
export type { PujaAboutSectionProps } from './PujaAboutSection';
|
|
3
5
|
export { PujaDetailsCarouselHeader, PujaBenefitsSection, TempleSignificanceSection, } from '../../../../pitru-paksh-common/dist/pitru-paksh-common.js';
|
|
4
6
|
export type { PujaDetailsCarouselHeaderProps, PujaBenefitsSectionProps, PujaBenefitData, TempleSignificanceSectionProps, } from '../../../../pitru-paksh-common/dist/pitru-paksh-common.js';
|
|
5
7
|
export { MyorDevoteesReviews } from './MyorDevoteesReviews';
|
|
@@ -17,9 +17,12 @@ export declare const en: {
|
|
|
17
17
|
ritualRating: string;
|
|
18
18
|
ritualBooked: string;
|
|
19
19
|
ritualRatingTemplate: string;
|
|
20
|
+
sevaRatingTemplate: string;
|
|
20
21
|
ritualBookedTemplate: string;
|
|
21
22
|
ritualPriceLabel: string;
|
|
22
23
|
ritualAboutLink: string;
|
|
24
|
+
ritualReadMore: string;
|
|
25
|
+
ritualReadLess: string;
|
|
23
26
|
ritualAboutChadhava: string;
|
|
24
27
|
ritualAboutSeva: string;
|
|
25
28
|
ritualSelectAriaLabel: string;
|
|
@@ -27,6 +30,7 @@ export declare const en: {
|
|
|
27
30
|
ritualCountPlural: string;
|
|
28
31
|
mandapFeeLabel: string;
|
|
29
32
|
mandapFeeItemLabel: string;
|
|
33
|
+
mandapFeeDescription: string;
|
|
30
34
|
ctaProceed: string;
|
|
31
35
|
formPhone: string;
|
|
32
36
|
formEmail: string;
|
|
@@ -17,9 +17,12 @@ export declare const hi: {
|
|
|
17
17
|
ritualRating: string;
|
|
18
18
|
ritualBooked: string;
|
|
19
19
|
ritualRatingTemplate: string;
|
|
20
|
+
sevaRatingTemplate: string;
|
|
20
21
|
ritualBookedTemplate: string;
|
|
21
22
|
ritualPriceLabel: string;
|
|
22
23
|
ritualAboutLink: string;
|
|
24
|
+
ritualReadMore: string;
|
|
25
|
+
ritualReadLess: string;
|
|
23
26
|
ritualAboutChadhava: string;
|
|
24
27
|
ritualAboutSeva: string;
|
|
25
28
|
ritualSelectAriaLabel: string;
|
|
@@ -27,6 +30,7 @@ export declare const hi: {
|
|
|
27
30
|
ritualCountPlural: string;
|
|
28
31
|
mandapFeeLabel: string;
|
|
29
32
|
mandapFeeItemLabel: string;
|
|
33
|
+
mandapFeeDescription: string;
|
|
30
34
|
ctaProceed: string;
|
|
31
35
|
formPhone: string;
|
|
32
36
|
formEmail: string;
|
|
@@ -17,9 +17,12 @@ export declare const kn: {
|
|
|
17
17
|
ritualRating: string;
|
|
18
18
|
ritualBooked: string;
|
|
19
19
|
ritualRatingTemplate: string;
|
|
20
|
+
sevaRatingTemplate: string;
|
|
20
21
|
ritualBookedTemplate: string;
|
|
21
22
|
ritualPriceLabel: string;
|
|
22
23
|
ritualAboutLink: string;
|
|
24
|
+
ritualReadMore: string;
|
|
25
|
+
ritualReadLess: string;
|
|
23
26
|
ritualAboutChadhava: string;
|
|
24
27
|
ritualAboutSeva: string;
|
|
25
28
|
ritualSelectAriaLabel: string;
|
|
@@ -27,6 +30,7 @@ export declare const kn: {
|
|
|
27
30
|
ritualCountPlural: string;
|
|
28
31
|
mandapFeeLabel: string;
|
|
29
32
|
mandapFeeItemLabel: string;
|
|
33
|
+
mandapFeeDescription: string;
|
|
30
34
|
ctaProceed: string;
|
|
31
35
|
formPhone: string;
|
|
32
36
|
formEmail: string;
|
|
@@ -17,9 +17,12 @@ export declare const te: {
|
|
|
17
17
|
ritualRating: string;
|
|
18
18
|
ritualBooked: string;
|
|
19
19
|
ritualRatingTemplate: string;
|
|
20
|
+
sevaRatingTemplate: string;
|
|
20
21
|
ritualBookedTemplate: string;
|
|
21
22
|
ritualPriceLabel: string;
|
|
22
23
|
ritualAboutLink: string;
|
|
24
|
+
ritualReadMore: string;
|
|
25
|
+
ritualReadLess: string;
|
|
23
26
|
ritualAboutChadhava: string;
|
|
24
27
|
ritualAboutSeva: string;
|
|
25
28
|
ritualSelectAriaLabel: string;
|
|
@@ -27,6 +30,7 @@ export declare const te: {
|
|
|
27
30
|
ritualCountPlural: string;
|
|
28
31
|
mandapFeeLabel: string;
|
|
29
32
|
mandapFeeItemLabel: string;
|
|
33
|
+
mandapFeeDescription: string;
|
|
30
34
|
ctaProceed: string;
|
|
31
35
|
formPhone: string;
|
|
32
36
|
formEmail: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -21,5 +21,5 @@ export { MandapArrangementCard } from './components/MandapArrangementCard';
|
|
|
21
21
|
export type { MandapArrangementCardProps } from './components/MandapArrangementCard';
|
|
22
22
|
export { MyorOutcome } from './components/MyorOutcome';
|
|
23
23
|
export type { MyorOutcomeProps, MyorOutcomeRitualData } from './components/MyorOutcome';
|
|
24
|
-
export { PujaDetailsSheet, PujaDetailsCarouselHeader, PujaBenefitsSection, TempleSignificanceSection, MyorDevoteesReviews, } from './components/PujaDetailsSheet';
|
|
25
|
-
export type { PujaDetailsSheetProps, PujaDetailsCarouselHeaderProps, PujaBenefitsSectionProps, PujaBenefitData, TempleSignificanceSectionProps, MyorDevoteesReviewsProps, MyorDevoteeReviewData, MyorDevoteeReviewMedia, } from './components/PujaDetailsSheet';
|
|
24
|
+
export { PujaDetailsSheet, PujaDetailsCarouselHeader, PujaAboutSection, PujaBenefitsSection, TempleSignificanceSection, MyorDevoteesReviews, } from './components/PujaDetailsSheet';
|
|
25
|
+
export type { PujaDetailsSheetProps, PujaDetailsCarouselHeaderProps, PujaAboutSectionProps, PujaBenefitsSectionProps, PujaBenefitData, TempleSignificanceSectionProps, MyorDevoteesReviewsProps, MyorDevoteeReviewData, MyorDevoteeReviewMedia, } from './components/PujaDetailsSheet';
|