@royaloperahouse/harmonic 0.8.0-a → 0.8.0-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.
@@ -429,7 +429,8 @@ export declare type IHotFilterItem = Pick<AnchorHTMLAttributes<HTMLAnchorElement
429
429
  export declare type IHotFilterProps = {
430
430
  items: IHotFilterItem[];
431
431
  className?: string;
432
- defaultSelectedIndex?: number;
432
+ selectedIndex?: number;
433
+ onSelect?: (index: number) => void;
433
434
  };
434
435
  export interface ISponsorshipProps {
435
436
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.8.0-a",
3
+ "version": "0.8.0-c",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",