aesirx-analytics 2.3.2 → 2.3.4
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/dist/{Consent-YBWN6KSG.js → Consent-A2R6PCLK.js} +1 -1
- package/dist/{ConsentCustom-FQQXTJLW.js → ConsentCustom-LYMWYNRI.js} +3 -2
- package/dist/analytics.js +2 -2
- package/dist/{chunk-5Q2J5YAN.js → chunk-UJC5773H.js} +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +6 -4
- package/package.json +2 -1
@@ -9,7 +9,7 @@ import {
|
|
9
9
|
check_circle_default,
|
10
10
|
getWeb3ID,
|
11
11
|
useConsentStatus_default
|
12
|
-
} from "./chunk-
|
12
|
+
} from "./chunk-UJC5773H.js";
|
13
13
|
import {
|
14
14
|
AnalyticsContext,
|
15
15
|
agreeConsents,
|
@@ -792,7 +792,8 @@ var ConsentComponentCustomApp = (props) => {
|
|
792
792
|
onClick: async () => {
|
793
793
|
if (revokeConsentOption === "consent") {
|
794
794
|
await handleRevokeBtn();
|
795
|
-
|
795
|
+
const levelRevoke = sessionStorage.getItem("aesirx-analytics-revoke") && parseInt(sessionStorage.getItem("aesirx-analytics-revoke"));
|
796
|
+
if (levelRevoke > 1 || window["aesirx1stparty"]) {
|
796
797
|
setTimeout(() => {
|
797
798
|
window.location.reload();
|
798
799
|
}, 1e3);
|