react-marketing-tools 0.4.1 → 0.4.2
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.
|
@@ -47013,9 +47013,7 @@ const I = (e, d = "") => {
|
|
|
47013
47013
|
INTERACTION: "I"
|
|
47014
47014
|
}, be = {
|
|
47015
47015
|
UNAUTHENTICATED: "UNAUTHENTICATED",
|
|
47016
|
-
AUTHENTICATED: "AUTHENTICATED"
|
|
47017
|
-
MENU_ACTIVE: "MENU_ACTIVE",
|
|
47018
|
-
MENU_INACTIVE: "MENU_INACTIVE"
|
|
47016
|
+
AUTHENTICATED: "AUTHENTICATED"
|
|
47019
47017
|
}, f = {
|
|
47020
47018
|
GOOGLE: "GOOGLE",
|
|
47021
47019
|
FACEBOOK: "FACEBOOK",
|
|
@@ -47940,8 +47938,16 @@ const Wo = LG.jsx, or = Zo({}), rr = Zo({}), hG = or.Provider, bG = rr.Provider,
|
|
|
47940
47938
|
analyticsPlatform: f,
|
|
47941
47939
|
appName: B.appName,
|
|
47942
47940
|
appSessionCookieName: B.appSessionCookieName,
|
|
47943
|
-
eventActionPrefixList:
|
|
47944
|
-
|
|
47941
|
+
eventActionPrefixList: {
|
|
47942
|
+
JOURNEY: "J",
|
|
47943
|
+
INTERACTION: "I",
|
|
47944
|
+
...B.eventActionPrefixList
|
|
47945
|
+
},
|
|
47946
|
+
analyticsGlobalEventActionList: {
|
|
47947
|
+
UNAUTHENTICATED: "UNAUTHENTICATED",
|
|
47948
|
+
AUTHENTICATED: "AUTHENTICATED",
|
|
47949
|
+
...B.analyticsGlobalEventActionList
|
|
47950
|
+
}
|
|
47945
47951
|
}), [B, f]);
|
|
47946
47952
|
return /* @__PURE__ */ Wo(hG, {
|
|
47947
47953
|
value: r,
|