@livetiles/reach-plugin-types 0.5.0-preview.736 → 0.5.0-preview.737
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/lib/index.d.ts +3 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -6812,6 +6812,7 @@ declare module "libs/reach/feature/content/src/common/detail/events/controls/Eve
|
|
|
6812
6812
|
hideInfoMessage?: boolean;
|
|
6813
6813
|
showNoRegistrationRequired?: boolean;
|
|
6814
6814
|
onToggleRegister?: (itemId: string, response: EventResponse, isFullSeriesRegistration: boolean) => unknown;
|
|
6815
|
+
onRegistrationRedirect?: (url: string) => void;
|
|
6815
6816
|
className?: string;
|
|
6816
6817
|
}>;
|
|
6817
6818
|
}
|
|
@@ -6824,6 +6825,7 @@ declare module "libs/reach/feature/content/src/common/detail/events/controls/Eve
|
|
|
6824
6825
|
showNoRegistrationRequired?: boolean;
|
|
6825
6826
|
className?: string;
|
|
6826
6827
|
languageDirection?: LanguageDirection;
|
|
6828
|
+
onRegistrationRedirect?: (url: string) => void;
|
|
6827
6829
|
}>;
|
|
6828
6830
|
}
|
|
6829
6831
|
declare module "libs/reach/feature/content/src/feedback/LongPressLikeButton" {
|
|
@@ -8089,6 +8091,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/EventItemTile" {
|
|
|
8089
8091
|
styleDefinition?: StyleDefinition;
|
|
8090
8092
|
showBanner?: boolean;
|
|
8091
8093
|
showBannerAlwaysOnTheLeft?: boolean;
|
|
8094
|
+
onRegistrationRedirect?: (url: string) => void;
|
|
8092
8095
|
className?: string;
|
|
8093
8096
|
}
|
|
8094
8097
|
export const EventItemTile: FC<Props>;
|