@livetiles/reach-plugin-types 0.5.0-preview.761 → 0.5.0-preview.765
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 +1 -2
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2584,6 +2584,7 @@ declare module "libs/reach/util/common/src/analytics/AnalyticsContextProvider" {
|
|
|
2584
2584
|
export const AnalyticsContext: import("react").Context<ReachAnalytics>;
|
|
2585
2585
|
export function useAnalyticsContext(): {
|
|
2586
2586
|
interaction: (payload: Omit<InteractionProperties, 'module'>) => Promise<void>;
|
|
2587
|
+
load: (context: import("@livetiles/analytics").AnalyticsContext, baseUrl: string) => void;
|
|
2587
2588
|
getUser: () => import("@segment/analytics-next").User;
|
|
2588
2589
|
identify: (userId: string, traits?: Record<string, unknown>) => void;
|
|
2589
2590
|
activity: (payload: import("@livetiles/analytics").ActivityProperties) => import("@livetiles/analytics").Activity;
|
|
@@ -6827,7 +6828,6 @@ declare module "libs/reach/feature/content/src/common/detail/events/controls/Eve
|
|
|
6827
6828
|
export const EventUserRegistration: FC<{
|
|
6828
6829
|
disabled?: boolean;
|
|
6829
6830
|
hideInfoMessage?: boolean;
|
|
6830
|
-
showNoRegistrationRequired?: boolean;
|
|
6831
6831
|
onToggleRegister?: (itemId: string, response: EventResponse, isFullSeriesRegistration: boolean) => unknown;
|
|
6832
6832
|
onRegistrationRedirect?: (url: string) => void;
|
|
6833
6833
|
className?: string;
|
|
@@ -6839,7 +6839,6 @@ declare module "libs/reach/feature/content/src/common/detail/events/controls/Eve
|
|
|
6839
6839
|
export const EventCardUserRegistration: FC<{
|
|
6840
6840
|
item: EventItem;
|
|
6841
6841
|
disabled?: boolean;
|
|
6842
|
-
showNoRegistrationRequired?: boolean;
|
|
6843
6842
|
className?: string;
|
|
6844
6843
|
languageDirection?: LanguageDirection;
|
|
6845
6844
|
onRegistrationRedirect?: (url: string) => void;
|