@royaloperahouse/harmonic 0.6.1-a → 0.6.1-b

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.
@@ -422,16 +422,15 @@ export interface ISponsorLogoProps extends ExternalLink {
422
422
  */
423
423
  className?: string;
424
424
  }
425
- export interface IHotFilterItem {
425
+ export declare type IHotFilterItem = Pick<AnchorHTMLAttributes<HTMLAnchorElement>, 'aria-label' | 'role'> & {
426
426
  text: string;
427
- href?: string;
428
427
  onClick?: () => void;
429
- }
430
- export interface IHotFilterProps {
428
+ };
429
+ export declare type IHotFilterProps = {
431
430
  items: IHotFilterItem[];
432
431
  className?: string;
433
432
  defaultSelectedIndex?: number;
434
- }
433
+ };
435
434
  export interface ISponsorshipProps {
436
435
  /**
437
436
  * Source URL for Sponsorship IFRAME.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.6.1-a",
3
+ "version": "0.6.1-b",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",