@livetiles/reach-plugin-types 0.5.0-preview.250 → 0.5.0-preview.251

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +3 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -283,6 +283,7 @@ declare module "libs/shared/util/environment/src/AppConfiguration" {
283
283
  }
284
284
  }
285
285
  declare module "libs/shared/util/environment/src/ClientConfig" {
286
+ import { AnalyticsConfig } from "libs/shared/util/environment/src/AnalyticsConfig";
286
287
  export interface ClientConfig {
287
288
  maxFileSizeInMb: number;
288
289
  unsplash: {
@@ -300,6 +301,7 @@ declare module "libs/shared/util/environment/src/ClientConfig" {
300
301
  giphy: {
301
302
  apiKey: string;
302
303
  };
304
+ analytics: AnalyticsConfig;
303
305
  }
304
306
  }
305
307
  declare module "libs/shared/util/environment/src/EnvironmentConfig" {
@@ -2914,6 +2916,7 @@ declare module "libs/reach/util/common/src/analytics/AnalyticsContextProvider" {
2914
2916
  export type ReachAnalytics = Analytics & AnalyticsModule & SearchAnalytics & ActivityAnalytics;
2915
2917
  export const AnalyticsContext: import("react").Context<ReachAnalytics>;
2916
2918
  export function useAnalyticsContext(): ReachAnalytics;
2919
+ export const AnalyticsLibraryContextProvider: FC;
2917
2920
  export const AnalyticsContextProvider: FC;
2918
2921
  }
2919
2922
  declare module "libs/reach/util/common/src/analytics/useAnalyticsViewTrack" {
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.250",
7
+ "version": "0.5.0-preview.251",
8
8
  "dependencies": {}
9
9
  }