@royaloperahouse/harmonic 0.9.0 → 0.9.1

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.
@@ -421,7 +421,8 @@ export declare type IHotFilterItem = Pick<AnchorHTMLAttributes<HTMLAnchorElement
421
421
  export declare type IHotFilterProps = {
422
422
  items: IHotFilterItem[];
423
423
  className?: string;
424
- defaultSelectedIndex?: number;
424
+ selectedIndex?: number;
425
+ onSelect?: (index: number) => void;
425
426
  };
426
427
  export interface ISponsorshipProps {
427
428
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",