@epigraph/epigraph-std-lib 4.7.1-alpha → 5.0.0-alpha.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.
@@ -25,6 +25,13 @@ declare class BaseAnalyticsEvent implements IAnalyticsEvent {
25
25
  interactive_event: boolean;
26
26
  };
27
27
  }
28
+ export declare enum VARIANT_CHANGE_TYPES {
29
+ VARIANT = "variant",
30
+ CATEGORY_VARIANT = "category_variant",
31
+ GEOMETRY = "geometry",
32
+ CATEGORY_GEOMETRY = "category_geometry",
33
+ GLOBAL = "global"
34
+ }
28
35
  export declare enum PANEL_TYPE {
29
36
  AR = "ar",
30
37
  QR = "qr",
@@ -39,6 +46,13 @@ export declare enum PANEL_TYPE {
39
46
  MOVE_MODAL = "move_modal",
40
47
  OUT_OF_STOCK_MODAL = "out_of_stock_modal"
41
48
  }
49
+ export declare enum MODULE_FAILED_ERRORS {
50
+ NETWORK = "network",
51
+ EXPERIENCE_CONFIG_ERROR = "experience-config-error",
52
+ SCENE_LOAD_ERROR = "scene-load-error",
53
+ INITIAL_SCENE_LOAD_ERROR = "initial-scene-load-error",
54
+ AUTHENTICATION_FAILED = "authentication-failed"
55
+ }
42
56
  export declare enum TRIGGER_SOURCE {
43
57
  AUTO = "auto",
44
58
  BUTTON = "button",
@@ -54,16 +68,15 @@ export declare enum CURRENCY {
54
68
  export declare enum SUPPORT_TYPE {
55
69
  AR = "ar",
56
70
  QR = "qr",
57
- WEBGL2 = "webgl2"
71
+ AR_WEBGL2 = "ar-webgl2",
72
+ QR_WEBGL2 = "qr-webgl2"
58
73
  }
59
74
  export declare enum BUTTON_TYPE {
60
75
  AR_VIEW = "ar_view",
61
- DIMENSION_SHOW = "dimension_show",
62
- DIMENSION_HIDE = "dimension_hide",
63
- HOTSPOTS_SHOW = "hotspots_show",
64
- HOTSPOTS_HIDE = "hotspots_hide",
65
- HELP_SHOW = "help_show",
66
- HELP_HIDE = "help_hide",
76
+ DIMENSION_TOGGLE = "dimension_toggle",
77
+ HOTSPOTS_TOGGLE = "hotspots_toggle",
78
+ HELP_TOGGLE = "help_toggle",
79
+ UTILITY_MENU_TOGGLE = "utility_menu_toggle",
67
80
  HOTSPOT_ENTER = "hotspot_enter",
68
81
  HOTSPOT_EXIT = "hotspot_exit",
69
82
  SHARE = "share",
@@ -79,13 +92,22 @@ export declare enum BUTTON_TYPE {
79
92
  }
80
93
  export declare enum ACTION_PERFORMED {
81
94
  ZOOM = "zoom",
82
- ROTATE = "rotate"
83
- }
84
- export declare enum INTERACTION_TYPE {
85
95
  ROTATE = "rotate",
86
- ZOOM = "zoom",
87
96
  PAN = "pan"
88
97
  }
98
+ export declare enum CONTENT_TYPES {
99
+ CONFIGURATION = "configuration",
100
+ SCENE = "scene",
101
+ PRODUCT = "product"
102
+ }
103
+ export declare enum SHARE_DESTINATIONS {
104
+ FACEBOOK = "facebook",
105
+ TWITTER = "twitter",
106
+ EMAIL = "email",
107
+ COPY_LINK = "copy_link",
108
+ WHATSAPP = "whatsapp",
109
+ LINKEDIN = "linkedin"
110
+ }
89
111
  export declare class EpigraphArRequestedEvent extends BaseAnalyticsEvent {
90
112
  constructor(items: IAnalyticsParameterItems);
91
113
  }
@@ -96,6 +118,7 @@ export declare class EpigraphModuleReadyEvent extends BaseAnalyticsEvent {
96
118
  constructor(isPreConfig: boolean, loadTimeMs: number);
97
119
  }
98
120
  export declare class EpigraphModuleFailedEvent extends BaseAnalyticsEvent {
121
+ static readonly MODULE_FAILED_ERRORS: typeof MODULE_FAILED_ERRORS;
99
122
  constructor(isPreConfig: boolean, loadTimeMs: number, errorType: string);
100
123
  }
101
124
  export declare class EpigraphModuleClosedEvent extends BaseAnalyticsEvent {
@@ -103,7 +126,7 @@ export declare class EpigraphModuleClosedEvent extends BaseAnalyticsEvent {
103
126
  }
104
127
  export declare class EpigraphSupportDetectedEvent extends BaseAnalyticsEvent {
105
128
  static readonly SUPPORT_TYPE: typeof SUPPORT_TYPE;
106
- constructor(supportType: SUPPORT_TYPE, deviceCapabilities?: Record<string, unknown>);
129
+ constructor(supportType: SUPPORT_TYPE);
107
130
  }
108
131
  export declare class EpigraphButtonClickEvent extends BaseAnalyticsEvent {
109
132
  static readonly BUTTON_TYPE: typeof BUTTON_TYPE;
@@ -127,8 +150,8 @@ export declare class EpigraphKeyboardInteractionEvent extends BaseAnalyticsEvent
127
150
  constructor(actionPerformed: ACTION_PERFORMED);
128
151
  }
129
152
  export declare class EpigraphTouchInteractionEvent extends BaseAnalyticsEvent {
130
- static readonly INTERACTION_TYPE: typeof INTERACTION_TYPE;
131
- constructor(interactionType: INTERACTION_TYPE);
153
+ static readonly INTERACTION_TYPE: typeof ACTION_PERFORMED;
154
+ constructor(interactionType: ACTION_PERFORMED);
132
155
  }
133
156
  export declare class EpigraphItemAddedEvent extends BaseAnalyticsEvent {
134
157
  static readonly CURRENCY: typeof CURRENCY;
@@ -142,9 +165,12 @@ export declare class EpigraphItemRemovedEvent extends BaseAnalyticsEvent {
142
165
  constructor(value: number, currency: CURRENCY, quantity: number, items: IAnalyticsParameterItems);
143
166
  }
144
167
  export declare class EpigraphVariantChangedEvent extends BaseAnalyticsEvent {
168
+ static readonly VARIANT_CHANGE_TYPES: typeof VARIANT_CHANGE_TYPES;
145
169
  constructor(changeType: string, items: IAnalyticsParameterItems);
146
170
  }
147
171
  export declare class EpigraphContentSharedEvent extends BaseAnalyticsEvent {
172
+ static readonly CONTENT_TYPES: typeof CONTENT_TYPES;
173
+ static readonly SHARE_DESTINATIONS: typeof SHARE_DESTINATIONS;
148
174
  constructor(contentType: string, shareDestination: string, items: IAnalyticsParameterItems);
149
175
  }
150
176
  export declare class EpigraphCheckoutEvent extends BaseAnalyticsEvent {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./Epigraph/epigraph.cjs"),n=require("./Epigraph/epigraphBaseSolutions.cjs"),e=require("./EpigraphLibs/EpigraphAnalytics/epigraphAnalytics.cjs"),E=require("./EpigraphLibs/EpigraphLogger/epigraphLogger.cjs"),p=require("./EpigraphLibs/EpigraphNexusApi/epigraphNexusApi.cjs"),g=require("./EpigraphLibs/EpigraphQrCodeGenerator/epigraphQrCodeGenerator.cjs"),r=require("./EpigraphLibs/EpigraphResultFactory/epigraphResultFactory.cjs"),t=require("./EpigraphLibs/EpigraphUnitsConverter/epigraphUnitsConverter.cjs"),i=require("./EpigraphLibs/EpigraphUrlProcessor/epigraphUrlProcessor.cjs");exports.ENVIRONMENT_TYPE=a.ENVIRONMENT_TYPE;exports.Epigraph=a.Epigraph;exports.EpigraphBaseSolutionHtmlElement=n.EpigraphBaseSolutionHtmlElement;exports.EpigraphBaseSolutionLitElement=n.EpigraphBaseSolutionLitElement;exports.ACTION_PERFORMED=e.ACTION_PERFORMED;exports.BUTTON_TYPE=e.BUTTON_TYPE;exports.CURRENCY=e.CURRENCY;exports.ConsentPluginNames=e.ConsentPluginNames;exports.EpigraphAddToFavouritesEvent=e.EpigraphAddToFavouritesEvent;exports.EpigraphAnalytics=e.EpigraphAnalytics;exports.EpigraphArRequestedEvent=e.EpigraphArRequestedEvent;exports.EpigraphButtonClickEvent=e.EpigraphButtonClickEvent;exports.EpigraphChangeRateEvent=e.EpigraphChangeRateEvent;exports.EpigraphCheckoutEvent=e.EpigraphCheckoutEvent;exports.EpigraphCompletionRateEvent=e.EpigraphCompletionRateEvent;exports.EpigraphContentSharedEvent=e.EpigraphContentSharedEvent;exports.EpigraphConversionEvent=e.EpigraphConversionEvent;exports.EpigraphCustomEvent=e.EpigraphCustomEvent;exports.EpigraphEngagementRateEvent=e.EpigraphEngagementRateEvent;exports.EpigraphItemAddedEvent=e.EpigraphItemAddedEvent;exports.EpigraphItemMovedEvent=e.EpigraphItemMovedEvent;exports.EpigraphItemRemovedEvent=e.EpigraphItemRemovedEvent;exports.EpigraphKeyboardInteractionEvent=e.EpigraphKeyboardInteractionEvent;exports.EpigraphModuleClosedEvent=e.EpigraphModuleClosedEvent;exports.EpigraphModuleFailedEvent=e.EpigraphModuleFailedEvent;exports.EpigraphModuleLoadingEvent=e.EpigraphModuleLoadingEvent;exports.EpigraphModuleReadyEvent=e.EpigraphModuleReadyEvent;exports.EpigraphPanelClosedEvent=e.EpigraphPanelClosedEvent;exports.EpigraphPanelOpenedEvent=e.EpigraphPanelOpenedEvent;exports.EpigraphSupportDetectedEvent=e.EpigraphSupportDetectedEvent;exports.EpigraphTouchInteractionEvent=e.EpigraphTouchInteractionEvent;exports.EpigraphVariantChangedEvent=e.EpigraphVariantChangedEvent;exports.GA4AnalyticsPlugin=e.GA4AnalyticsPlugin;exports.INTERACTION_TYPE=e.INTERACTION_TYPE;exports.NexusAnalyticsPlugin=e.NexusAnalyticsPlugin;exports.OneTrustConsentPlugin=e.OneTrustConsentPlugin;exports.PANEL_TYPE=e.PANEL_TYPE;exports.SUPPORT_TYPE=e.SUPPORT_TYPE;exports.TRIGGER_SOURCE=e.TRIGGER_SOURCE;exports.EpigraphLogger=E.EpigraphLogger;exports.LogTypes=E.LogTypes;exports.LoggerModeNames=E.LoggerModeNames;exports.EpigraphNexusAPI=p.EpigraphNexusAPI;exports.HTTPMethod=p.HTTPMethod;exports.NexusAPIResourceIdentifier=p.NexusAPIResourceIdentifier;exports.NexusAPIRoutes=p.NexusAPIRoutes;exports.NexusAPIVersions=p.NexusAPIVersions;exports.NexusEndpoints=p.NexusEndpoints;exports.EpigraphQrCodeGenerator=g.EpigraphQrCodeGenerator;exports.Result=r.Result;exports.failureResult=r.failureResult;exports.successResult=r.successResult;exports.Distance=t.Distance;exports.DistanceUnits=t.DistanceUnits;exports.UnitTypes=t.UnitTypes;exports.EpigraphUrlProcessor=i.EpigraphUrlProcessor;exports.QUERY_PARAMETER_ACTION_NAMES=i.QUERY_PARAMETER_ACTION_NAMES;exports.QUERY_PARAMETER_NAMES=i.QUERY_PARAMETER_NAMES;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./Epigraph/epigraph.cjs"),n=require("./Epigraph/epigraphBaseSolutions.cjs"),e=require("./EpigraphLibs/EpigraphAnalytics/epigraphAnalytics.cjs"),E=require("./EpigraphLibs/EpigraphLogger/epigraphLogger.cjs"),p=require("./EpigraphLibs/EpigraphNexusApi/epigraphNexusApi.cjs"),g=require("./EpigraphLibs/EpigraphQrCodeGenerator/epigraphQrCodeGenerator.cjs"),r=require("./EpigraphLibs/EpigraphResultFactory/epigraphResultFactory.cjs"),t=require("./EpigraphLibs/EpigraphUnitsConverter/epigraphUnitsConverter.cjs"),i=require("./EpigraphLibs/EpigraphUrlProcessor/epigraphUrlProcessor.cjs");exports.ENVIRONMENT_TYPE=a.ENVIRONMENT_TYPE;exports.Epigraph=a.Epigraph;exports.EpigraphBaseSolutionHtmlElement=n.EpigraphBaseSolutionHtmlElement;exports.EpigraphBaseSolutionLitElement=n.EpigraphBaseSolutionLitElement;exports.ACTION_PERFORMED=e.ACTION_PERFORMED;exports.BUTTON_TYPE=e.BUTTON_TYPE;exports.CONTENT_TYPES=e.CONTENT_TYPES;exports.CURRENCY=e.CURRENCY;exports.ConsentPluginNames=e.ConsentPluginNames;exports.EpigraphAddToFavouritesEvent=e.EpigraphAddToFavouritesEvent;exports.EpigraphAnalytics=e.EpigraphAnalytics;exports.EpigraphArRequestedEvent=e.EpigraphArRequestedEvent;exports.EpigraphButtonClickEvent=e.EpigraphButtonClickEvent;exports.EpigraphChangeRateEvent=e.EpigraphChangeRateEvent;exports.EpigraphCheckoutEvent=e.EpigraphCheckoutEvent;exports.EpigraphCompletionRateEvent=e.EpigraphCompletionRateEvent;exports.EpigraphContentSharedEvent=e.EpigraphContentSharedEvent;exports.EpigraphConversionEvent=e.EpigraphConversionEvent;exports.EpigraphCustomEvent=e.EpigraphCustomEvent;exports.EpigraphEngagementRateEvent=e.EpigraphEngagementRateEvent;exports.EpigraphItemAddedEvent=e.EpigraphItemAddedEvent;exports.EpigraphItemMovedEvent=e.EpigraphItemMovedEvent;exports.EpigraphItemRemovedEvent=e.EpigraphItemRemovedEvent;exports.EpigraphKeyboardInteractionEvent=e.EpigraphKeyboardInteractionEvent;exports.EpigraphModuleClosedEvent=e.EpigraphModuleClosedEvent;exports.EpigraphModuleFailedEvent=e.EpigraphModuleFailedEvent;exports.EpigraphModuleLoadingEvent=e.EpigraphModuleLoadingEvent;exports.EpigraphModuleReadyEvent=e.EpigraphModuleReadyEvent;exports.EpigraphPanelClosedEvent=e.EpigraphPanelClosedEvent;exports.EpigraphPanelOpenedEvent=e.EpigraphPanelOpenedEvent;exports.EpigraphSupportDetectedEvent=e.EpigraphSupportDetectedEvent;exports.EpigraphTouchInteractionEvent=e.EpigraphTouchInteractionEvent;exports.EpigraphVariantChangedEvent=e.EpigraphVariantChangedEvent;exports.GA4AnalyticsPlugin=e.GA4AnalyticsPlugin;exports.MODULE_FAILED_ERRORS=e.MODULE_FAILED_ERRORS;exports.NexusAnalyticsPlugin=e.NexusAnalyticsPlugin;exports.OneTrustConsentPlugin=e.OneTrustConsentPlugin;exports.PANEL_TYPE=e.PANEL_TYPE;exports.SHARE_DESTINATIONS=e.SHARE_DESTINATIONS;exports.SUPPORT_TYPE=e.SUPPORT_TYPE;exports.TRIGGER_SOURCE=e.TRIGGER_SOURCE;exports.VARIANT_CHANGE_TYPES=e.VARIANT_CHANGE_TYPES;exports.EpigraphLogger=E.EpigraphLogger;exports.LogTypes=E.LogTypes;exports.LoggerModeNames=E.LoggerModeNames;exports.EpigraphNexusAPI=p.EpigraphNexusAPI;exports.HTTPMethod=p.HTTPMethod;exports.NexusAPIResourceIdentifier=p.NexusAPIResourceIdentifier;exports.NexusAPIRoutes=p.NexusAPIRoutes;exports.NexusAPIVersions=p.NexusAPIVersions;exports.NexusEndpoints=p.NexusEndpoints;exports.EpigraphQrCodeGenerator=g.EpigraphQrCodeGenerator;exports.Result=r.Result;exports.failureResult=r.failureResult;exports.successResult=r.successResult;exports.Distance=t.Distance;exports.DistanceUnits=t.DistanceUnits;exports.UnitTypes=t.UnitTypes;exports.EpigraphUrlProcessor=i.EpigraphUrlProcessor;exports.QUERY_PARAMETER_ACTION_NAMES=i.QUERY_PARAMETER_ACTION_NAMES;exports.QUERY_PARAMETER_NAMES=i.QUERY_PARAMETER_NAMES;
@@ -1,69 +1,72 @@
1
- import { ENVIRONMENT_TYPE as E, Epigraph as p } from "./Epigraph/epigraph.js";
1
+ import { ENVIRONMENT_TYPE as t, Epigraph as p } from "./Epigraph/epigraph.js";
2
2
  import { EpigraphBaseSolutionHtmlElement as n, EpigraphBaseSolutionLitElement as o } from "./Epigraph/epigraphBaseSolutions.js";
3
- import { ACTION_PERFORMED as i, BUTTON_TYPE as g, CURRENCY as s, ConsentPluginNames as h, EpigraphAddToFavouritesEvent as u, EpigraphAnalytics as l, EpigraphArRequestedEvent as d, EpigraphButtonClickEvent as v, EpigraphChangeRateEvent as R, EpigraphCheckoutEvent as P, EpigraphCompletionRateEvent as T, EpigraphContentSharedEvent as m, EpigraphConversionEvent as A, EpigraphCustomEvent as N, EpigraphEngagementRateEvent as C, EpigraphItemAddedEvent as I, EpigraphItemMovedEvent as c, EpigraphItemRemovedEvent as x, EpigraphKeyboardInteractionEvent as M, EpigraphModuleClosedEvent as _, EpigraphModuleFailedEvent as f, EpigraphModuleLoadingEvent as O, EpigraphModuleReadyEvent as U, EpigraphPanelClosedEvent as S, EpigraphPanelOpenedEvent as Y, EpigraphSupportDetectedEvent as y, EpigraphTouchInteractionEvent as L, EpigraphVariantChangedEvent as B, GA4AnalyticsPlugin as D, INTERACTION_TYPE as G, NexusAnalyticsPlugin as F, OneTrustConsentPlugin as Q, PANEL_TYPE as V, SUPPORT_TYPE as k, TRIGGER_SOURCE as H } from "./EpigraphLibs/EpigraphAnalytics/epigraphAnalytics.js";
4
- import { EpigraphLogger as q, LogTypes as K, LoggerModeNames as j } from "./EpigraphLibs/EpigraphLogger/epigraphLogger.js";
5
- import { EpigraphNexusAPI as z, HTTPMethod as J, NexusAPIResourceIdentifier as W, NexusAPIRoutes as X, NexusAPIVersions as Z, NexusEndpoints as $ } from "./EpigraphLibs/EpigraphNexusApi/epigraphNexusApi.js";
6
- import { EpigraphQrCodeGenerator as te } from "./EpigraphLibs/EpigraphQrCodeGenerator/epigraphQrCodeGenerator.js";
7
- import { Result as pe, failureResult as re, successResult as ne } from "./EpigraphLibs/EpigraphResultFactory/epigraphResultFactory.js";
8
- import { Distance as ae, DistanceUnits as ie, UnitTypes as ge } from "./EpigraphLibs/EpigraphUnitsConverter/epigraphUnitsConverter.js";
9
- import { EpigraphUrlProcessor as he, QUERY_PARAMETER_ACTION_NAMES as ue, QUERY_PARAMETER_NAMES as le } from "./EpigraphLibs/EpigraphUrlProcessor/epigraphUrlProcessor.js";
3
+ import { ACTION_PERFORMED as i, BUTTON_TYPE as g, CONTENT_TYPES as s, CURRENCY as h, ConsentPluginNames as u, EpigraphAddToFavouritesEvent as R, EpigraphAnalytics as l, EpigraphArRequestedEvent as d, EpigraphButtonClickEvent as v, EpigraphChangeRateEvent as T, EpigraphCheckoutEvent as A, EpigraphCompletionRateEvent as N, EpigraphContentSharedEvent as P, EpigraphConversionEvent as m, EpigraphCustomEvent as C, EpigraphEngagementRateEvent as I, EpigraphItemAddedEvent as _, EpigraphItemMovedEvent as c, EpigraphItemRemovedEvent as x, EpigraphKeyboardInteractionEvent as M, EpigraphModuleClosedEvent as S, EpigraphModuleFailedEvent as O, EpigraphModuleLoadingEvent as f, EpigraphModuleReadyEvent as U, EpigraphPanelClosedEvent as Y, EpigraphPanelOpenedEvent as L, EpigraphSupportDetectedEvent as y, EpigraphTouchInteractionEvent as D, EpigraphVariantChangedEvent as G, GA4AnalyticsPlugin as B, MODULE_FAILED_ERRORS as F, NexusAnalyticsPlugin as H, OneTrustConsentPlugin as V, PANEL_TYPE as Q, SHARE_DESTINATIONS as k, SUPPORT_TYPE as b, TRIGGER_SOURCE as q, VARIANT_CHANGE_TYPES as K } from "./EpigraphLibs/EpigraphAnalytics/epigraphAnalytics.js";
4
+ import { EpigraphLogger as w, LogTypes as z, LoggerModeNames as J } from "./EpigraphLibs/EpigraphLogger/epigraphLogger.js";
5
+ import { EpigraphNexusAPI as X, HTTPMethod as Z, NexusAPIResourceIdentifier as $, NexusAPIRoutes as ee, NexusAPIVersions as Ee, NexusEndpoints as te } from "./EpigraphLibs/EpigraphNexusApi/epigraphNexusApi.js";
6
+ import { EpigraphQrCodeGenerator as re } from "./EpigraphLibs/EpigraphQrCodeGenerator/epigraphQrCodeGenerator.js";
7
+ import { Result as oe, failureResult as ae, successResult as ie } from "./EpigraphLibs/EpigraphResultFactory/epigraphResultFactory.js";
8
+ import { Distance as se, DistanceUnits as he, UnitTypes as ue } from "./EpigraphLibs/EpigraphUnitsConverter/epigraphUnitsConverter.js";
9
+ import { EpigraphUrlProcessor as le, QUERY_PARAMETER_ACTION_NAMES as de, QUERY_PARAMETER_NAMES as ve } from "./EpigraphLibs/EpigraphUrlProcessor/epigraphUrlProcessor.js";
10
10
  export {
11
11
  i as ACTION_PERFORMED,
12
12
  g as BUTTON_TYPE,
13
- s as CURRENCY,
14
- h as ConsentPluginNames,
15
- ae as Distance,
16
- ie as DistanceUnits,
17
- E as ENVIRONMENT_TYPE,
13
+ s as CONTENT_TYPES,
14
+ h as CURRENCY,
15
+ u as ConsentPluginNames,
16
+ se as Distance,
17
+ he as DistanceUnits,
18
+ t as ENVIRONMENT_TYPE,
18
19
  p as Epigraph,
19
- u as EpigraphAddToFavouritesEvent,
20
+ R as EpigraphAddToFavouritesEvent,
20
21
  l as EpigraphAnalytics,
21
22
  d as EpigraphArRequestedEvent,
22
23
  n as EpigraphBaseSolutionHtmlElement,
23
24
  o as EpigraphBaseSolutionLitElement,
24
25
  v as EpigraphButtonClickEvent,
25
- R as EpigraphChangeRateEvent,
26
- P as EpigraphCheckoutEvent,
27
- T as EpigraphCompletionRateEvent,
28
- m as EpigraphContentSharedEvent,
29
- A as EpigraphConversionEvent,
30
- N as EpigraphCustomEvent,
31
- C as EpigraphEngagementRateEvent,
32
- I as EpigraphItemAddedEvent,
26
+ T as EpigraphChangeRateEvent,
27
+ A as EpigraphCheckoutEvent,
28
+ N as EpigraphCompletionRateEvent,
29
+ P as EpigraphContentSharedEvent,
30
+ m as EpigraphConversionEvent,
31
+ C as EpigraphCustomEvent,
32
+ I as EpigraphEngagementRateEvent,
33
+ _ as EpigraphItemAddedEvent,
33
34
  c as EpigraphItemMovedEvent,
34
35
  x as EpigraphItemRemovedEvent,
35
36
  M as EpigraphKeyboardInteractionEvent,
36
- q as EpigraphLogger,
37
- _ as EpigraphModuleClosedEvent,
38
- f as EpigraphModuleFailedEvent,
39
- O as EpigraphModuleLoadingEvent,
37
+ w as EpigraphLogger,
38
+ S as EpigraphModuleClosedEvent,
39
+ O as EpigraphModuleFailedEvent,
40
+ f as EpigraphModuleLoadingEvent,
40
41
  U as EpigraphModuleReadyEvent,
41
- z as EpigraphNexusAPI,
42
- S as EpigraphPanelClosedEvent,
43
- Y as EpigraphPanelOpenedEvent,
44
- te as EpigraphQrCodeGenerator,
42
+ X as EpigraphNexusAPI,
43
+ Y as EpigraphPanelClosedEvent,
44
+ L as EpigraphPanelOpenedEvent,
45
+ re as EpigraphQrCodeGenerator,
45
46
  y as EpigraphSupportDetectedEvent,
46
- L as EpigraphTouchInteractionEvent,
47
- he as EpigraphUrlProcessor,
48
- B as EpigraphVariantChangedEvent,
49
- D as GA4AnalyticsPlugin,
50
- J as HTTPMethod,
51
- G as INTERACTION_TYPE,
52
- K as LogTypes,
53
- j as LoggerModeNames,
54
- W as NexusAPIResourceIdentifier,
55
- X as NexusAPIRoutes,
56
- Z as NexusAPIVersions,
57
- F as NexusAnalyticsPlugin,
58
- $ as NexusEndpoints,
59
- Q as OneTrustConsentPlugin,
60
- V as PANEL_TYPE,
61
- ue as QUERY_PARAMETER_ACTION_NAMES,
62
- le as QUERY_PARAMETER_NAMES,
63
- pe as Result,
64
- k as SUPPORT_TYPE,
65
- H as TRIGGER_SOURCE,
66
- ge as UnitTypes,
67
- re as failureResult,
68
- ne as successResult
47
+ D as EpigraphTouchInteractionEvent,
48
+ le as EpigraphUrlProcessor,
49
+ G as EpigraphVariantChangedEvent,
50
+ B as GA4AnalyticsPlugin,
51
+ Z as HTTPMethod,
52
+ z as LogTypes,
53
+ J as LoggerModeNames,
54
+ F as MODULE_FAILED_ERRORS,
55
+ $ as NexusAPIResourceIdentifier,
56
+ ee as NexusAPIRoutes,
57
+ Ee as NexusAPIVersions,
58
+ H as NexusAnalyticsPlugin,
59
+ te as NexusEndpoints,
60
+ V as OneTrustConsentPlugin,
61
+ Q as PANEL_TYPE,
62
+ de as QUERY_PARAMETER_ACTION_NAMES,
63
+ ve as QUERY_PARAMETER_NAMES,
64
+ oe as Result,
65
+ k as SHARE_DESTINATIONS,
66
+ b as SUPPORT_TYPE,
67
+ q as TRIGGER_SOURCE,
68
+ ue as UnitTypes,
69
+ K as VARIANT_CHANGE_TYPES,
70
+ ae as failureResult,
71
+ ie as successResult
69
72
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epigraph/epigraph-std-lib",
3
- "version": "4.7.1-alpha",
3
+ "version": "5.0.0-alpha.1",
4
4
  "type": "module",
5
5
  "main": "./dist/epigraph-std-lib.cjs",
6
6
  "module": "./dist/epigraph-std-lib.js",
@@ -17,7 +17,7 @@
17
17
  }
18
18
  },
19
19
  "scripts": {
20
- "dev": "vite",
20
+ "dev": "vite --force",
21
21
  "build": "tsc -b ./tsconfig.lib.json && vite build",
22
22
  "preview": "vite preview",
23
23
  "prepublishOnly": "npm run build",