@royaloperahouse/harmonic 0.18.5 → 0.18.6

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.
@@ -489,6 +489,10 @@ export declare type ICastFiltersProps = {
489
489
  * Handle clicking the text link.
490
490
  */
491
491
  onClear?: () => void;
492
+ /**
493
+ * Render person images in greyscale
494
+ */
495
+ greyscale?: boolean;
492
496
  };
493
497
  export interface ISponsorshipProps {
494
498
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.18.5",
3
+ "version": "0.18.6",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",