@royaloperahouse/harmonic 0.10.0-a → 0.11.0-a

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.
@@ -4,6 +4,6 @@ export declare const MorePages: import("styled-components").StyledComponent<"spa
4
4
  export declare const PageNumberWrapper: import("styled-components").StyledComponent<"ol", any, {}, never>;
5
5
  export declare const LastPageItem: import("styled-components").StyledComponent<"li", any, {}, never>;
6
6
  export declare const PreviousPageItem: import("styled-components").StyledComponent<"li", any, {}, never>;
7
- export declare const TextLinkPagination: import("styled-components").StyledComponent<({ children, size, color, className, bold, tag: Tag, ...props }: import("../../../types/typography").IBodyCopyHarmonicProps) => import("react").JSX.Element, any, {
7
+ export declare const TextLinkPagination: import("styled-components").StyledComponent<({ children, size, color, className, bold, ...props }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {
8
8
  active?: boolean | undefined;
9
9
  }, never>;
@@ -2,21 +2,18 @@ import { IEditorialGridProps } from '../../../types/editorial';
2
2
  import { IPromoWithTagsStyledProps } from '../../../types/promoWithTags';
3
3
  export declare const PromoWithTagsGrid: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
4
4
  export declare const PromoWithTagsSubtitle: import("styled-components").StyledComponent<"span", any, {}, never>;
5
- export declare const PromoWithTagsText: import("styled-components").StyledComponent<"div", any, {}, never>;
6
5
  export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
7
6
  export declare const PromoWithTagsTagWrapper: import("styled-components").StyledComponent<"div", any, IPromoWithTagsStyledProps, never>;
8
- export declare const PromoWithTagsAdditionalText: import("styled-components").StyledComponent<"div", any, {}, never>;
9
7
  export declare const TextLinksContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
10
8
  export declare const TextLinkWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
11
9
  export declare const ExtraContentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
12
10
  export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
13
11
  export declare const PrimaryButtonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
14
12
  export declare const MobileTitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
15
- export declare const PromoWithTagsTypeTags: import("styled-components").StyledComponent<({ list }: import("../../../types/types").ITypeTagsProps) => import("react").JSX.Element, any, {}, never>;
16
- export declare const PromoWithTagsHeader: import("styled-components").StyledComponent<({ semanticLevel, level, children }: import("../../../types/typography").IHeaderProps) => import("react").JSX.Element, any, {}, never>;
17
- export declare const PromoWithTagsTextLink: import("styled-components").StyledComponent<import("react").FunctionComponent<import("../../../types/types").ITextLinkProps>, any, {}, never>;
18
13
  export declare const PromoWithTagsExtraContentWrapper: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
19
14
  export declare const PromoWithTagsContentWrapper: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
20
- export declare const PromoWithTagsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
21
15
  export declare const TimerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
22
16
  export declare const EndDateText: import("styled-components").StyledComponent<"div", any, {}, never>;
17
+ export declare const HarmonicHeaderWithWrapper: import("styled-components").StyledComponent<({ children, size, em, color, serif, hierarchy: Tag, className, }: import("../../../types/typography").IHarmonicHeaderProps) => import("react").JSX.Element, any, {}, never>;
18
+ export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className, bold, tag: Tag, ...props }: import("../../../types/typography").IBodyCopyHarmonicProps) => import("react").JSX.Element, any, {}, never>;
19
+ export declare const HarmonicSubtitleWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {}, never>;