@royaloperahouse/chord 2.2.9 → 2.2.10

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.
@@ -12,6 +12,7 @@ export declare const ContentContainer: import("styled-components").StyledCompone
12
12
  export declare const TitleContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
13
13
  export declare const TitleContainerMobile: import("styled-components").StyledComponent<"div", any, {}, never>;
14
14
  export declare const TextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
15
+ export declare const HighlightTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
15
16
  export declare const SubtitleContainer: import("styled-components").StyledComponent<"span", any, {}, never>;
16
17
  export declare const LabelContainer: import("styled-components").StyledComponent<"div", any, {
17
18
  isVisible: boolean;
@@ -33,6 +33,10 @@ export interface ICardProps {
33
33
  * Text placed in the Card component
34
34
  */
35
35
  text?: string;
36
+ /**
37
+ * Highlighted small text
38
+ */
39
+ highlightText?: string;
36
40
  /**
37
41
  * List of Type Tags to display.
38
42
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",