@royaloperahouse/harmonic 0.18.4-a → 0.18.4-b

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.
@@ -68,6 +68,7 @@ export interface ISignUpFormProps {
68
68
  export declare type SignUpFormComponentTitleProps = {
69
69
  title: string;
70
70
  isMobile?: boolean;
71
+ titleFontFamily?: 'Grey' | 'Victor' | undefined;
71
72
  };
72
73
  export declare type SignUpFormComponentMessageProps = {
73
74
  message: string;
@@ -497,6 +497,10 @@ export declare type ICastFiltersProps = {
497
497
  * Handle clicking the text link.
498
498
  */
499
499
  onClear?: () => void;
500
+ /**
501
+ * Render person images in greyscale
502
+ */
503
+ greyscale?: boolean;
500
504
  };
501
505
  export interface ISponsorshipProps {
502
506
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.18.4-a",
3
+ "version": "0.18.4-b",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",