@royaloperahouse/harmonic 0.1.8-d → 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.
@@ -1,5 +1,5 @@
1
1
  import { StyledProps } from 'styled-components';
2
- import { Colors, EditorialLink, IconNameType } from '.';
2
+ import { Colors, EditorialLink, IconNameType, ThemeColor } from '.';
3
3
  import { PromoLinks } from './editorial';
4
4
  import { DirectionType } from './iconTypes';
5
5
  export interface CardLabelProps {
@@ -80,7 +80,7 @@ export interface ICardProps {
80
80
  /**
81
81
  * Defines the color for a line that appears on hover
82
82
  */
83
- hoverLineColor?: Colors;
83
+ hoverLineColor?: ThemeColor;
84
84
  /**
85
85
  * A callback to be called when the
86
86
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.1.8-d",
3
+ "version": "0.1.8-e",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",