@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.
- package/dist/harmonic.cjs.development.js +9 -9
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +9 -9
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/types/types.d.ts +2 -1
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
|
@@ -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
|
-
|
|
432
|
+
selectedIndex?: number;
|
|
433
|
+
onSelect?: (index: number) => void;
|
|
433
434
|
};
|
|
434
435
|
export interface ISponsorshipProps {
|
|
435
436
|
/**
|