aesirx-analytics 2.2.13 → 2.2.15
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-BZPDMZRF.js → Consent-7KAMDZ4V.js} +2 -2
- package/dist/{ConsentCustom-JYEILOEZ.js → ConsentCustom-BWBSRP5V.js} +4 -3
- package/dist/analytics.js +58 -55
- package/dist/{chunk-N4WREXIA.js → chunk-SBBLINO2.js} +8 -0
- package/dist/{chunk-MPD57P7C.js → chunk-YM52A2TI.js} +5 -2
- package/dist/index.js +5 -5
- package/package.json +1 -1
@@ -8,7 +8,7 @@ import {
|
|
8
8
|
getWeb3ID,
|
9
9
|
no_default,
|
10
10
|
useConsentStatus_default
|
11
|
-
} from "./chunk-
|
11
|
+
} from "./chunk-YM52A2TI.js";
|
12
12
|
import {
|
13
13
|
AnalyticsContext,
|
14
14
|
agreeConsents,
|
@@ -24,7 +24,7 @@ import {
|
|
24
24
|
revokeConsents,
|
25
25
|
useTranslation,
|
26
26
|
verifySignature
|
27
|
-
} from "./chunk-
|
27
|
+
} from "./chunk-SBBLINO2.js";
|
28
28
|
|
29
29
|
// src/Components/Consent.tsx
|
30
30
|
import React, { Suspense, useContext, useEffect, useState } from "react";
|
@@ -12,7 +12,7 @@ import {
|
|
12
12
|
getWeb3ID,
|
13
13
|
no_default,
|
14
14
|
useConsentStatus_default
|
15
|
-
} from "./chunk-
|
15
|
+
} from "./chunk-YM52A2TI.js";
|
16
16
|
import {
|
17
17
|
AnalyticsContext,
|
18
18
|
agreeConsents,
|
@@ -28,7 +28,7 @@ import {
|
|
28
28
|
revokeConsents,
|
29
29
|
useTranslation,
|
30
30
|
verifySignature
|
31
|
-
} from "./chunk-
|
31
|
+
} from "./chunk-SBBLINO2.js";
|
32
32
|
|
33
33
|
// src/Components/ConsentCustom.tsx
|
34
34
|
import React, { Suspense, useContext, useEffect, useState } from "react";
|
@@ -601,6 +601,7 @@ var ConsentComponentCustomApp = (props) => {
|
|
601
601
|
sessionStorage.removeItem("aesirx-analytics-allow");
|
602
602
|
}
|
603
603
|
} else {
|
604
|
+
await revokeConsents(endpoint, levelRevoke, uuid, null, null, null, jwt);
|
604
605
|
handleRevoke(false);
|
605
606
|
setShowExpandConsent(false);
|
606
607
|
setShow(true);
|
@@ -990,7 +991,7 @@ var ConsentComponentCustomApp = (props) => {
|
|
990
991
|
/* @__PURE__ */ React.createElement(
|
991
992
|
SSOButton,
|
992
993
|
{
|
993
|
-
className: "btn btn-success d-flex align-items-center justify-content-center loginSSO rounded-pill py-2 py-lg-3 w-100
|
994
|
+
className: "btn btn-success d-flex align-items-center justify-content-center loginSSO rounded-pill py-2 py-lg-3 w-100 fs-14 text-white",
|
994
995
|
text: /* @__PURE__ */ React.createElement(React.Fragment, null, t("txt_continue")),
|
995
996
|
ssoState: "noscopes",
|
996
997
|
onGetData,
|