@srimandir/pitru-paksh-common 2.8.7 → 2.9.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/package.json +3 -4
- package/dist/pitru-paksh-common.d.ts +0 -98
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@srimandir/pitru-paksh-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "Shared UI primitives (Button, IconBadge) for Pitru Paksha packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"scripts": {
|
|
29
29
|
"dev": "vite",
|
|
30
30
|
"build": "vite build",
|
|
31
|
-
"prepack": "yarn build",
|
|
32
31
|
"postbuild": "cp dist/index.d.ts dist/pitru-paksh-common.d.ts",
|
|
33
32
|
"preview": "vite preview",
|
|
34
33
|
"storybook": "storybook dev --port 6006",
|
|
@@ -44,7 +43,7 @@
|
|
|
44
43
|
"react-dom": "^18.0.0"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
47
|
-
"@srimandir/common": "^2.
|
|
46
|
+
"@srimandir/common": "^2.8.0",
|
|
48
47
|
"@storybook/addon-essentials": "8.4.7",
|
|
49
48
|
"@storybook/addon-interactions": "8.4.7",
|
|
50
49
|
"@storybook/addon-links": "8.4.7",
|
|
@@ -74,5 +73,5 @@
|
|
|
74
73
|
"react"
|
|
75
74
|
],
|
|
76
75
|
"license": "MIT",
|
|
77
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "792dfd1b3bc6d49ff76e598df23d0303370b5dc8"
|
|
78
77
|
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
export { Button, buttonVariants } from './components/Button';
|
|
2
|
-
export type { ButtonProps } from './components/Button';
|
|
3
|
-
export { ConfinedBottomSheet } from './components/ConfinedBottomSheet';
|
|
4
|
-
export { TestimonialCard } from './components/TestimonialCard';
|
|
5
|
-
export type { TestimonialCardProps } from './components/TestimonialCard';
|
|
6
|
-
export { FAQSection } from './components/FAQSection';
|
|
7
|
-
export type { FAQSectionProps, FAQItem } from './components/FAQSection';
|
|
8
|
-
export { FAQAccordion } from './components/FAQAccordion';
|
|
9
|
-
export type { FAQAccordionProps, FAQAccordionItem } from './components/FAQAccordion';
|
|
10
|
-
export { VideoPlayer } from './components/VideoPlayer';
|
|
11
|
-
export type { VideoPlayerProps } from './components/VideoPlayer';
|
|
12
|
-
export { LanguageSwitcher } from './components/LanguageSwitcher';
|
|
13
|
-
export type { LanguageSwitcherProps, LanguageOption, } from './components/LanguageSwitcher';
|
|
14
|
-
export { TopBar } from './components/TopBar';
|
|
15
|
-
export type { TopBarProps } from './components/TopBar';
|
|
16
|
-
export { Chip } from './components/Chip';
|
|
17
|
-
export type { ChipProps } from './components/Chip';
|
|
18
|
-
export { StepProgressHeader } from './components/StepProgressHeader';
|
|
19
|
-
export type { StepProgressHeaderProps } from './components/StepProgressHeader';
|
|
20
|
-
export { AudioQuestionCard } from './components/AudioQuestionCard';
|
|
21
|
-
export type { AudioQuestionCardProps } from './components/AudioQuestionCard';
|
|
22
|
-
export { IconBadge } from './components/IconBadge';
|
|
23
|
-
export type { IconBadgeProps } from './components/IconBadge';
|
|
24
|
-
export { SelectorCard, SelectorCardEditableField, SelectorCardInfoRow, SelectorCardNote, SelectorCardPriceBadge, } from './components/SelectorCard';
|
|
25
|
-
export type { SelectorCardProps, SelectorCardEditableFieldProps, SelectorCardInfoRowProps, SelectorCardNoteProps, SelectorCardPriceBadgeProps, } from './components/SelectorCard';
|
|
26
|
-
export { QuantityStepper } from './components/QuantityStepper';
|
|
27
|
-
export type { QuantityStepperProps } from './components/QuantityStepper';
|
|
28
|
-
export { CartReviewItem, CartReviewMandapItem, CartReviewChangeButton, CartReviewAddedBadge, } from './components/CartReviewItem';
|
|
29
|
-
export type { CartReviewItemProps, CartReviewMandapItemProps, CartReviewChangeButtonProps, CartReviewAddedBadgeProps, } from './components/CartReviewItem';
|
|
30
|
-
export { ServiceOfferCard } from './components/ServiceOfferCard';
|
|
31
|
-
export type { ServiceOfferCardProps } from './components/ServiceOfferCard';
|
|
32
|
-
export { PackageSelect } from './components/PackageSelect';
|
|
33
|
-
export type { PackageSelectProps, PackageSelectOption, } from './components/PackageSelect';
|
|
34
|
-
export { PACKAGE_SELECT_DEFAULT_COPY, getPackageSelectDefaultCopy, } from './components/PackageSelect';
|
|
35
|
-
export type { PackageSelectLocale, PackageSelectDefaultCopy, } from './components/PackageSelect';
|
|
36
|
-
export { TrustBadgesBar } from './components/TrustBadgesBar';
|
|
37
|
-
export type { TrustBadgesBarProps, TrustBadge, } from './components/TrustBadgesBar';
|
|
38
|
-
export { CheckoutBar } from './components/CheckoutBar';
|
|
39
|
-
export type { CheckoutBarProps } from './components/CheckoutBar';
|
|
40
|
-
export { CHECKOUT_BAR_DEFAULT_COPY, getCheckoutBarDefaultCopy, } from './components/CheckoutBar';
|
|
41
|
-
export type { CheckoutBarLocale, CheckoutBarDefaultCopy, } from './components/CheckoutBar';
|
|
42
|
-
export { BookingSummaryBanner } from './components/BookingSummaryBanner';
|
|
43
|
-
export type { BookingSummaryBannerProps, BookingSummaryBannerStats, } from './components/BookingSummaryBanner';
|
|
44
|
-
export { BOOKING_SUMMARY_BANNER_DEFAULT_COPY, getBookingSummaryBannerDefaultCopy, } from './components/BookingSummaryBanner';
|
|
45
|
-
export type { BookingSummaryBannerLocale, BookingSummaryBannerDefaultCopy, } from './components/BookingSummaryBanner';
|
|
46
|
-
export { BillDetails } from './components/BillDetails';
|
|
47
|
-
export type { BillDetailsProps, BillDetailsRow, } from './components/BillDetails';
|
|
48
|
-
export { CartView } from './components/CartView';
|
|
49
|
-
export type { CartViewProps, CartViewAddon, CartViewItem, } from './components/CartView';
|
|
50
|
-
export { TextField } from './components/TextField';
|
|
51
|
-
export type { TextFieldProps } from './components/TextField';
|
|
52
|
-
export { TithiPickerSheet } from './components/TithiPickerSheet';
|
|
53
|
-
export type { TithiPickerSheetProps } from './components/TithiPickerSheet';
|
|
54
|
-
export { DatePickerSheet } from './components/DatePickerSheet';
|
|
55
|
-
export type { DatePickerSheetProps, PickedDate, } from './components/DatePickerSheet';
|
|
56
|
-
export { PhoneNumberSheet } from './components/PhoneNumberSheet';
|
|
57
|
-
export type { PhoneNumberSheetProps } from './components/PhoneNumberSheet';
|
|
58
|
-
export { EmailSheet } from './components/EmailSheet';
|
|
59
|
-
export type { EmailSheetProps } from './components/EmailSheet';
|
|
60
|
-
export { L2Card } from './components/L2Card';
|
|
61
|
-
export type { L2CardProps, L2CardImageProps } from './components/L2Card';
|
|
62
|
-
export { OutcomeButton, PlusIcon, CheckIcon } from './components/OutcomeButton';
|
|
63
|
-
export type { OutcomeButtonProps, OutcomeButtonVariant, IconProps, } from './components/OutcomeButton';
|
|
64
|
-
export { PujaDetailsForm, createEmptyPujaDetailsFormValues, } from './components/PujaDetailsForm';
|
|
65
|
-
export type { PujaDetailsFormProps, PujaDetailsFormValues, AncestorNameEntry, } from './components/PujaDetailsForm';
|
|
66
|
-
export { PUJA_DETAILS_FORM_DEFAULT_COPY, getPujaDetailsFormDefaultCopy, getKartaOrdinalLabel, } from './components/PujaDetailsForm';
|
|
67
|
-
export type { PujaDetailsFormLocale, PujaDetailsFormDefaultCopy, } from './components/PujaDetailsForm';
|
|
68
|
-
export { ConfirmPujaDetailsModal } from './components/ConfirmPujaDetailsModal';
|
|
69
|
-
export type { ConfirmPujaDetailsModalProps } from './components/ConfirmPujaDetailsModal';
|
|
70
|
-
export { CONFIRM_PUJA_DETAILS_MODAL_DEFAULT_COPY, getConfirmPujaDetailsModalDefaultCopy, } from './components/ConfirmPujaDetailsModal';
|
|
71
|
-
export type { ConfirmPujaDetailsModalLocale, ConfirmPujaDetailsModalDefaultCopy, } from './components/ConfirmPujaDetailsModal';
|
|
72
|
-
export { GotraInfoModal } from './components/GotraInfoModal';
|
|
73
|
-
export type { GotraInfoModalProps } from './components/GotraInfoModal';
|
|
74
|
-
export { GOTRA_INFO_MODAL_DEFAULT_COPY, getGotraInfoModalDefaultCopy, } from './components/GotraInfoModal';
|
|
75
|
-
export type { GotraInfoModalLocale, GotraInfoModalDefaultCopy, } from './components/GotraInfoModal';
|
|
76
|
-
export { OutcomeSummary } from './components/OutcomeSummary';
|
|
77
|
-
export type { OutcomeSummaryProps, OutcomeTrustItem, OutcomeTrustIconVariant, } from './components/OutcomeSummary';
|
|
78
|
-
export { AddAncestorSheet } from './components/AddAncestorSheet';
|
|
79
|
-
export type { AddAncestorSheetProps } from './components/AddAncestorSheet';
|
|
80
|
-
export { AncestorTab } from './components/AncestorTab';
|
|
81
|
-
export type { AncestorTabProps, AncestorTabState, } from './components/AncestorTab';
|
|
82
|
-
export { AncestorTabRow } from './components/AncestorTabRow';
|
|
83
|
-
export type { AncestorTabRowProps, AncestorTabRowEntry, } from './components/AncestorTabRow';
|
|
84
|
-
export { AvatarCardDialog } from './components/AvatarCardDialog';
|
|
85
|
-
export type { AvatarCardDialogProps } from './components/AvatarCardDialog';
|
|
86
|
-
export { parseIsoDate, formatIsoDate, getMonthLabels, formatDisplayDate, } from './utils/date.utils';
|
|
87
|
-
export { SarvaPitruCard } from './components/SarvaPitruCard';
|
|
88
|
-
export type { SarvaPitruCardProps } from './components/SarvaPitruCard';
|
|
89
|
-
export { SARVA_PITRU_CARD_DEFAULT_COPY, getSarvaPitruCardDefaultCopy, } from './components/SarvaPitruCard';
|
|
90
|
-
export type { SarvaPitruCardLocale, SarvaPitruCardDefaultCopy, } from './components/SarvaPitruCard';
|
|
91
|
-
export { cn } from '../../common/dist/common.js';
|
|
92
|
-
export { ALL_ANCESTORS_ID, ANCESTOR_OPTIONS, MALE_ANCESTOR_AVATAR_URL, FEMALE_ANCESTOR_AVATAR_URL, getAncestorAvatarUrl, } from './constants';
|
|
93
|
-
export { DEATH_TITHI_OPTIONS, TITHI_NAME_KEYS } from './constants';
|
|
94
|
-
export type { AncestorOptionData, DeathTithiMethod } from './types';
|
|
95
|
-
export { EventHeader } from './components/EventHeader';
|
|
96
|
-
export type { EventHeaderProps } from './components/EventHeader';
|
|
97
|
-
export { RitualProceedBar } from './components/RitualProceedBar';
|
|
98
|
-
export type { RitualProceedBarProps } from './components/RitualProceedBar';
|