@royaloperahouse/chord 1.10.1-d-chord-development → 1.10.1-e-chord-development

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.
@@ -179,7 +179,7 @@ export interface ISearchBarProps {
179
179
  /**
180
180
  * Function to be called when is closed
181
181
  */
182
- onClose: (e?: React.MouseEvent) => void;
182
+ onClose?: (e?: React.MouseEvent) => void;
183
183
  }
184
184
  export declare type TitleCTALink = AnchorHTMLAttributes<HTMLAnchorElement> & {
185
185
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "1.10.1-d-chord-development",
3
+ "version": "1.10.1-e-chord-development",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",