@srimandir/dosha-calculator 2.1.3 → 2.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.
|
@@ -20,5 +20,7 @@ export interface DoshaFooterCTAProps {
|
|
|
20
20
|
showingResults?: boolean;
|
|
21
21
|
/** Label for the book puja button (e.g. "Book Puja" or "Book Now") */
|
|
22
22
|
bookPujaLabel?: string;
|
|
23
|
+
/** Loading label for calculate mode (e.g. "Calculating...") */
|
|
24
|
+
loadingLabel?: string;
|
|
23
25
|
}
|
|
24
|
-
export declare function DoshaFooterCTA({ isFormComplete, onPress, labelDefault, labelFilled, isLoading, mode, firstPuja, showingResults, bookPujaLabel, }: DoshaFooterCTAProps): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare function DoshaFooterCTA({ isFormComplete, onPress, labelDefault, labelFilled, isLoading, mode, firstPuja, showingResults, bookPujaLabel, loadingLabel, }: DoshaFooterCTAProps): import("react/jsx-runtime").JSX.Element;
|