@royaloperahouse/harmonic 0.18.6-a → 0.18.6-c

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.
@@ -80,4 +80,6 @@ export interface IUpsellSectionProps {
80
80
  theme?: ThemeType;
81
81
  /** Custom CSS classes */
82
82
  className?: string;
83
+ /** Sets Font Family by default Grey */
84
+ titleFontFamily?: 'Victor' | 'Grey' | undefined;
83
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.18.6-a",
3
+ "version": "0.18.6-c",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",