@srimandir/astrology-common 5.4.0 → 5.5.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.
@@ -9,4 +9,4 @@ export interface CircularMarqueeProps {
9
9
  * Horizontal infinite marquee. Duplicates children so the loop is seamless.
10
10
  * Use for trust badges, labels, etc. under header or in footer.
11
11
  */
12
- export declare function CircularMarquee({ children, className }: CircularMarqueeProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function CircularMarquee({ children, className }: CircularMarqueeProps): import("react").JSX.Element;
@@ -13,4 +13,4 @@ export interface ContactUsSectionProps {
13
13
  * Generic "Contact Us" section: title + brand name + WhatsApp + email.
14
14
  * Pass pre-resolved strings so each app can use its own t() and config.
15
15
  */
16
- export declare function ContactUsSection({ title, brandName, whatsAppLine, emailLine, className, }: ContactUsSectionProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare function ContactUsSection({ title, brandName, whatsAppLine, emailLine, className, }: ContactUsSectionProps): import("react").JSX.Element;
@@ -17,4 +17,4 @@ export interface FAQAccordionProps {
17
17
  /** Optional class name for the section heading (e.g. to use bold in one app and semibold in another) */
18
18
  headingClassName?: string;
19
19
  }
20
- export declare function FAQAccordion({ t, items, resolveAnswerKey, defaultOpenIndex, onItemOpen, className, headingClassName, }: FAQAccordionProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function FAQAccordion({ t, items, resolveAnswerKey, defaultOpenIndex, onItemOpen, className, headingClassName, }: FAQAccordionProps): import("react").JSX.Element;
@@ -13,4 +13,4 @@ export interface FooterCTAButtonProps {
13
13
  className?: string;
14
14
  'aria-label'?: string;
15
15
  }
16
- export declare function FooterCTAButton({ children, href, disabled, onClick, static: staticOnly, className, 'aria-label': ariaLabel, }: FooterCTAButtonProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare function FooterCTAButton({ children, href, disabled, onClick, static: staticOnly, className, 'aria-label': ariaLabel, }: FooterCTAButtonProps): import("react").JSX.Element;
@@ -6,4 +6,4 @@ export interface FooterShellProps {
6
6
  children: ReactNode;
7
7
  className?: string;
8
8
  }
9
- export declare function FooterShell({ marquee, children, className, }: FooterShellProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function FooterShell({ marquee, children, className, }: FooterShellProps): import("react").JSX.Element;
@@ -6,4 +6,4 @@ export interface FormCheckboxWithHelpProps {
6
6
  helpText?: string;
7
7
  className?: string;
8
8
  }
9
- export declare function FormCheckboxWithHelp({ id, checked, onChange, primaryText, helpText, className, }: FormCheckboxWithHelpProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function FormCheckboxWithHelp({ id, checked, onChange, primaryText, helpText, className, }: FormCheckboxWithHelpProps): import("react").JSX.Element;
@@ -6,4 +6,4 @@ export interface FormContainerProps {
6
6
  /** Accessibility label for the section */
7
7
  'aria-label'?: string;
8
8
  }
9
- export declare function FormContainer({ children, className, 'aria-label': ariaLabel, }: FormContainerProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function FormContainer({ children, className, 'aria-label': ariaLabel, }: FormContainerProps): import("react").JSX.Element;
@@ -7,4 +7,4 @@ export interface FormDateInputProps extends Omit<InputHTMLAttributes<HTMLInputEl
7
7
  onIconClick?: () => void;
8
8
  className?: string;
9
9
  }
10
- export declare function FormDateInput({ id, value, onChange, onIconClick, className, ...rest }: FormDateInputProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function FormDateInput({ id, value, onChange, onIconClick, className, ...rest }: FormDateInputProps): import("react").JSX.Element;
@@ -17,4 +17,4 @@ export interface FormFieldProps {
17
17
  children: ReactNode;
18
18
  className?: string;
19
19
  }
20
- export declare function FormField({ label, id, required, help, infoTooltip, infoAriaLabel, infoIconUrl, children, className, }: FormFieldProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function FormField({ label, id, required, help, infoTooltip, infoAriaLabel, infoIconUrl, children, className, }: FormFieldProps): import("react").JSX.Element;
@@ -3,4 +3,4 @@ export interface FormFooterNoteProps {
3
3
  children: ReactNode;
4
4
  className?: string;
5
5
  }
6
- export declare function FormFooterNote({ children, className, }: FormFooterNoteProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function FormFooterNote({ children, className, }: FormFooterNoteProps): import("react").JSX.Element;
@@ -4,4 +4,4 @@ export interface FormLocationInputProps extends Omit<InputHTMLAttributes<HTMLInp
4
4
  iconUrl?: string;
5
5
  className?: string;
6
6
  }
7
- export declare function FormLocationInput({ id, iconUrl, className, ...rest }: FormLocationInputProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function FormLocationInput({ id, iconUrl, className, ...rest }: FormLocationInputProps): import("react").JSX.Element;
@@ -8,4 +8,4 @@ export interface FormSectionHeaderProps {
8
8
  backAriaLabel?: string;
9
9
  className?: string;
10
10
  }
11
- export declare function FormSectionHeader({ title, subtitle, onBack, backAriaLabel, className, }: FormSectionHeaderProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function FormSectionHeader({ title, subtitle, onBack, backAriaLabel, className, }: FormSectionHeaderProps): import("react").JSX.Element;
@@ -9,4 +9,4 @@ export interface FormSegmentedControlProps {
9
9
  onChange: (value: string) => void;
10
10
  className?: string;
11
11
  }
12
- export declare function FormSegmentedControl({ id, options, value, onChange, className, }: FormSegmentedControlProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function FormSegmentedControl({ id, options, value, onChange, className, }: FormSegmentedControlProps): import("react").JSX.Element;
@@ -8,4 +8,4 @@ export interface FormTagPillsProps {
8
8
  onChange: (selected: string[]) => void;
9
9
  className?: string;
10
10
  }
11
- export declare function FormTagPills({ id, options, selected, onChange, className, }: FormTagPillsProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function FormTagPills({ id, options, selected, onChange, className, }: FormTagPillsProps): import("react").JSX.Element;
@@ -9,4 +9,4 @@ export interface FormTextInputProps extends Omit<InputHTMLAttributes<HTMLInputEl
9
9
  onIconClick?: () => void;
10
10
  className?: string;
11
11
  }
12
- export declare function FormTextInput({ id, iconUrl, iconAlt, iconInteractive, onIconClick, className, ...rest }: FormTextInputProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function FormTextInput({ id, iconUrl, iconAlt, iconInteractive, onIconClick, className, ...rest }: FormTextInputProps): import("react").JSX.Element;
@@ -7,4 +7,4 @@ export interface FormTimeInputProps {
7
7
  onIconClick?: () => void;
8
8
  className?: string;
9
9
  }
10
- export declare function FormTimeInput({ id, value, onChange, placeholder, disabled, onIconClick, className, }: FormTimeInputProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function FormTimeInput({ id, value, onChange, placeholder, disabled, onIconClick, className, }: FormTimeInputProps): import("react").JSX.Element;
@@ -8,4 +8,4 @@ export interface MarqueeStripProps {
8
8
  * Horizontal bar (e.g. under the header) with the same circular marquee as the footer.
9
9
  * Renders a strip with background and border, and CircularMarquee inside.
10
10
  */
11
- export declare function MarqueeStrip({ children, className }: MarqueeStripProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function MarqueeStrip({ children, className }: MarqueeStripProps): import("react").JSX.Element;
@@ -20,4 +20,4 @@ export interface PageHeaderProps {
20
20
  showLanguageSelector?: boolean;
21
21
  className?: string;
22
22
  }
23
- export declare function PageHeader({ t, logoUrl, imageComponent: ImageComponent, languageSelector, showLanguageSelector, className, }: PageHeaderProps): import("react/jsx-runtime").JSX.Element;
23
+ export declare function PageHeader({ t, logoUrl, imageComponent: ImageComponent, languageSelector, showLanguageSelector, className, }: PageHeaderProps): import("react").JSX.Element;
@@ -5,4 +5,4 @@ export interface PrivacyBannerProps {
5
5
  iconUrl?: string;
6
6
  className?: string;
7
7
  }
8
- export declare function PrivacyBanner({ text, iconUrl, className, }: PrivacyBannerProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function PrivacyBanner({ text, iconUrl, className, }: PrivacyBannerProps): import("react").JSX.Element;
@@ -18,4 +18,4 @@ export interface UserReviewsSectionProps {
18
18
  /** Optional class name for the section heading (e.g. to use bold in one app and semibold in another) */
19
19
  headingClassName?: string;
20
20
  }
21
- export declare function UserReviewsSection({ t, testimonials: testimonialsProp, initialVisible, readMoreHref, onReadMore, className, headingClassName, }: UserReviewsSectionProps): import("react/jsx-runtime").JSX.Element;
21
+ export declare function UserReviewsSection({ t, testimonials: testimonialsProp, initialVisible, readMoreHref, onReadMore, className, headingClassName, }: UserReviewsSectionProps): import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srimandir/astrology-common",
3
- "version": "5.4.0",
3
+ "version": "5.5.0",
4
4
  "description": "Shared UI and content for Srimandir astrology packages (Reviews, FAQs, form elements)",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -59,5 +59,5 @@
59
59
  "shared-ui"
60
60
  ],
61
61
  "license": "MIT",
62
- "gitHead": "7d5cb2818bbb4dbc8ee5113aa6e1a8dd2cff9230"
62
+ "gitHead": "b682518f06e3705e94ebca8501b8e6f78548a408"
63
63
  }