@nuskin/marketing-components 1.29.0 → 1.30.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,6 +1,6 @@
1
1
  /**
2
2
  * BannerText Sub-Component
3
- * Renders text content (title, subtitle, bodyText) with responsive styling
3
+ * Renders text content (header, title, subtitle, bodyText) using the Typography component
4
4
  */
5
5
  import React from 'react';
6
6
  import type { BannerTextProps } from '../types';
@@ -5,27 +5,19 @@ export declare const TextContainer: import("@emotion/styled").StyledComponent<{
5
5
  } & {
6
6
  textAlignment: TextAlignment;
7
7
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
- export declare const HeaderText: import("@emotion/styled").StyledComponent<{
8
+ export declare const HeaderTextWrapper: import("@emotion/styled").StyledComponent<{
9
9
  theme?: import("@emotion/react").Theme;
10
10
  as?: React.ElementType;
11
- } & {
12
- fontColor: string;
13
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
14
- export declare const Title: import("@emotion/styled").StyledComponent<{
11
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
12
+ export declare const TitleWrapper: import("@emotion/styled").StyledComponent<{
15
13
  theme?: import("@emotion/react").Theme;
16
14
  as?: React.ElementType;
17
- } & {
18
- fontColor: string;
19
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
20
- export declare const Subtitle: import("@emotion/styled").StyledComponent<{
15
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
16
+ export declare const SubtitleWrapper: import("@emotion/styled").StyledComponent<{
21
17
  theme?: import("@emotion/react").Theme;
22
18
  as?: React.ElementType;
23
- } & {
24
- fontColor: string;
25
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
26
- export declare const BodyText: import("@emotion/styled").StyledComponent<{
19
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
+ export declare const BodyTextWrapper: import("@emotion/styled").StyledComponent<{
27
21
  theme?: import("@emotion/react").Theme;
28
22
  as?: React.ElementType;
29
- } & {
30
- fontColor: string;
31
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
23
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/marketing-components",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
4
4
  "description": "A React based component library for marketing components to use with content stack pagebuilding",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",