@royaloperahouse/harmonic 1.0.5-d → 1.0.5-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.
@@ -65,6 +65,7 @@ export interface ICarouselProps {
65
65
  columnStartDevice: number;
66
66
  columnSpanDevice: number;
67
67
  };
68
+ titleFontFamily?: 'Victor' | 'Grey' | undefined;
68
69
  }
69
70
  export interface ICarouselWrapperProps {
70
71
  /**
@@ -198,6 +199,7 @@ export interface IHighlightsCarouselProps {
198
199
  * Additional CSS class names to apply to the title component.
199
200
  */
200
201
  titleClassName?: string;
202
+ titleFontFamily?: 'Victor' | 'Grey' | undefined;
201
203
  }
202
204
  export declare type IHighlightsCoreCarouselProps = Omit<IHighlightsCarouselProps, 'logo'>;
203
205
  export interface IHighlightsCinemaCarouselProps extends Omit<IHighlightsCarouselProps, 'logo'> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "1.0.5-d",
3
+ "version": "1.0.5-e",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",