@epigraph/epigraph-std-lib 5.0.0-alpha.2 → 5.0.0-alpha.3

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.
@@ -120,7 +120,7 @@ export declare class EpigraphModuleReadyEvent extends BaseAnalyticsEvent {
120
120
  }
121
121
  export declare class EpigraphModuleFailedEvent extends BaseAnalyticsEvent {
122
122
  static readonly MODULE_FAILED_ERRORS: typeof MODULE_FAILED_ERRORS;
123
- constructor(isPreConfig: boolean, loadTimeMs: number, errorType: string);
123
+ constructor(isPreConfig: boolean, loadTimeMs: number, errorType: MODULE_FAILED_ERRORS);
124
124
  }
125
125
  export declare class EpigraphModuleClosedEvent extends BaseAnalyticsEvent {
126
126
  constructor(items: IAnalyticsParameterItems);
@@ -167,12 +167,12 @@ export declare class EpigraphItemRemovedEvent extends BaseAnalyticsEvent {
167
167
  }
168
168
  export declare class EpigraphVariantChangedEvent extends BaseAnalyticsEvent {
169
169
  static readonly VARIANT_CHANGE_TYPES: typeof VARIANT_CHANGE_TYPES;
170
- constructor(changeType: string, items: IAnalyticsParameterItems);
170
+ constructor(changeType: VARIANT_CHANGE_TYPES, items: IAnalyticsParameterItems);
171
171
  }
172
172
  export declare class EpigraphContentSharedEvent extends BaseAnalyticsEvent {
173
173
  static readonly CONTENT_TYPES: typeof CONTENT_TYPES;
174
174
  static readonly SHARE_DESTINATIONS: typeof SHARE_DESTINATIONS;
175
- constructor(contentType: string, shareDestination: string, items: IAnalyticsParameterItems);
175
+ constructor(contentType: CONTENT_TYPES, shareDestination: SHARE_DESTINATIONS, items: IAnalyticsParameterItems);
176
176
  }
177
177
  export declare class EpigraphCheckoutEvent extends BaseAnalyticsEvent {
178
178
  static readonly CURRENCY: typeof CURRENCY;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epigraph/epigraph-std-lib",
3
- "version": "5.0.0-alpha.2",
3
+ "version": "5.0.0-alpha.3",
4
4
  "type": "module",
5
5
  "main": "./dist/epigraph-std-lib.cjs",
6
6
  "module": "./dist/epigraph-std-lib.js",