@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.
- package/dist/components/atoms/TextField/TextField.style.d.ts +1 -1
- package/dist/components/molecules/Information/Information.style.d.ts +1 -1
- package/dist/components/molecules/Pagination/Pagination.style.d.ts +1 -1
- package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +1 -1
- package/dist/harmonic.cjs.development.js +8 -8
- 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 +8 -8
- 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
|
@@ -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
|
-
|
|
424
|
+
selectedIndex?: number;
|
|
425
|
+
onSelect?: (index: number) => void;
|
|
425
426
|
};
|
|
426
427
|
export interface ISponsorshipProps {
|
|
427
428
|
/**
|