@srimandir/make-your-own-ritual 0.1.3 → 0.1.4
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.
|
@@ -55,8 +55,6 @@ export interface LandingPageProps {
|
|
|
55
55
|
ritualCountPlural?: string;
|
|
56
56
|
/** Proceed CTA label, e.g. "Continue". */
|
|
57
57
|
proceedLabel?: string;
|
|
58
|
-
/** Prefix for the "you will perform" summary shown above the proceed bar once ≥1 ritual is selected, e.g. "You will perform:". */
|
|
59
|
-
youWillPerformLabel?: string;
|
|
60
58
|
/** Set to false to hide the info icon next to the total in the proceed bar. */
|
|
61
59
|
showPriceInfoIcon?: boolean;
|
|
62
60
|
/** Called when the info icon next to the total is clicked, e.g. to open a bill breakdown. */
|
|
@@ -75,4 +73,4 @@ export interface LandingPageProps {
|
|
|
75
73
|
* is optional and falls back to this package's own sample content, so it
|
|
76
74
|
* also works standalone out of the box.
|
|
77
75
|
*/
|
|
78
|
-
export declare function LandingPage({ rituals, initialSelectedRitualIds, badgeLabel, dateRangeLabel, headline, mandalaWidth, mandalaTop, showMandala, showRitualNote, chooseMultipleNote, nextStepInfoNote, ritualTitleClassName, ritualDescriptionClassName, ritualTagClassName, ritualTagTextClassName, priceLabel, aboutLinkLabel, selectAriaLabel, ritualCountSingular, ritualCountPlural, proceedLabel,
|
|
76
|
+
export declare function LandingPage({ rituals, initialSelectedRitualIds, badgeLabel, dateRangeLabel, headline, mandalaWidth, mandalaTop, showMandala, showRitualNote, chooseMultipleNote, nextStepInfoNote, ritualTitleClassName, ritualDescriptionClassName, ritualTagClassName, ritualTagTextClassName, priceLabel, aboutLinkLabel, selectAriaLabel, ritualCountSingular, ritualCountPlural, proceedLabel, showPriceInfoIcon, onPriceInfoClick, onProceed, onAboutRitualClick, className, }: LandingPageProps): import("react").JSX.Element;
|