@royaloperahouse/harmonic 0.1.8-c → 0.1.8-e

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.
@@ -5,7 +5,7 @@ export declare const CardContainer: import("styled-components").StyledComponent<
5
5
  isCardClickable: boolean;
6
6
  }, never>;
7
7
  export declare const HoverContainer: import("styled-components").StyledComponent<"div", any, {
8
- lineColor?: Colors | undefined;
8
+ lineColor?: "primary" | "primary-red" | "primary-black" | "base-white" | "base-black" | "base-dark-grey" | "base-mid-grey" | "base-light-grey" | "base-transparent" | "state-error" | "state-medium" | "state-good" | "state-focused" | "state-disabled" | "rbo-red-hovered" | "rbo-red-pressed" | "rbo-black-hovered" | "rbo-black-pressed" | "black-hovered" | "black-pressed" | "white-hovered" | "white-pressed" | "secondary-yellow" | "secondary-pink" | "secondary-orange" | "secondary-blue" | undefined;
9
9
  }, never>;
10
10
  export declare const ProgressContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
11
11
  export declare const ContentContainer: import("styled-components").StyledComponent<"div", any, ICardContentContainerProps, never>;
@@ -13337,6 +13337,7 @@ exports.TextField = TextField;
13337
13337
  exports.TextFieldLegacy = TextFieldLegacy;
13338
13338
  exports.TextLink = TextLink;
13339
13339
  exports.TextOnly = TextOnly;
13340
+ exports.ThemeColor = ThemeColor;
13340
13341
  exports.ThemeProvider = Theme;
13341
13342
  exports.Tickbox = Tickbox;
13342
13343
  exports.Tickbox2 = Tickbox2;