@srimandir/make-your-own-ritual 0.8.0 → 0.10.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.
@@ -1,21 +1 @@
1
- import { default as React } from 'react';
2
- export interface MyorServiceOfferCardProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'title'> {
3
- /** Illustration/photo shown top-right, e.g. the ritual/service photo. */
4
- image: string;
5
- imageAlt?: string;
6
- /** Service name, e.g. "Offer tarpan donation for the peace of your ancestors". */
7
- title: React.ReactNode;
8
- /** Helper copy under the title, typically ending in a read-more affordance. */
9
- description?: React.ReactNode;
10
- /** Current price, e.g. "₹199". */
11
- price: React.ReactNode;
12
- /** Original price shown struck-through before `price`, e.g. "₹250". */
13
- originalPrice?: React.ReactNode;
14
- /** Flush corner banner rendered above the content. */
15
- tag?: React.ReactNode;
16
- tagClassName?: string;
17
- /** Control anchored over the bottom edge of the image. */
18
- action?: React.ReactNode;
19
- }
20
- /** Add-on card used on MYOR booking review screens. */
21
- export declare const MyorServiceOfferCard: React.FC<MyorServiceOfferCardProps>;
1
+ export { ServiceOfferCard as MyorServiceOfferCard, type ServiceOfferCardProps as MyorServiceOfferCardProps, } from '../../../../pitru-paksh-common/dist/pitru-paksh-common.js';