aesirx-analytics 2.2.16 → 2.2.17
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-5DG23CO4.js → Consent-LAJMH5O6.js} +2 -2
- package/dist/{ConsentCustom-ZJOKKK4Z.js → ConsentCustom-FMWN7JO6.js} +2 -2
- package/dist/analytics.js +184 -184
- package/dist/{chunk-EQQ4ASJH.js → chunk-P35CM6LS.js} +1 -1
- package/dist/{chunk-7VGQDRF4.js → chunk-PGOKXH35.js} +1 -1
- package/dist/index.js +5 -5
- package/package.json +2 -2
@@ -489,7 +489,7 @@ var common_default = {
|
|
489
489
|
txt_more_info_at: "Mere info p\xE5 <a class='text-success fw-semibold text-decoration-underline' href='https://shield.aesirx.io' target='_blank'>https://shield. aesirx.io</a>.",
|
490
490
|
txt_select_your_preferred: "V\xE6lg din foretrukne mulighed for decentraliseret samtykke:",
|
491
491
|
txt_decentralized_wallet: "Decentraliseret samtykke",
|
492
|
-
txt_decentralized_wallet_will_be_loaded: "
|
492
|
+
txt_decentralized_wallet_will_be_loaded: "Decentraliseret samtykke vil blive indl\xE6st",
|
493
493
|
txt_both_first_party_third_party: "B\xE5de f\xF8rsteparts- og tredjepartssporingsdata vil blive aktiveret.",
|
494
494
|
txt_all_consented_data_will_be_collected: "Alle samtykkede data vil blive indsamlet.",
|
495
495
|
txt_users_can_revoke: "Brugere kan til enhver tid tilbagekalde samtykke p\xE5 stedet.",
|
package/dist/index.js
CHANGED
@@ -13,7 +13,7 @@ import {
|
|
13
13
|
no_default,
|
14
14
|
privacy_default,
|
15
15
|
useTranslation
|
16
|
-
} from "./chunk-
|
16
|
+
} from "./chunk-P35CM6LS.js";
|
17
17
|
|
18
18
|
// src/AnalyticsNext/index.tsx
|
19
19
|
import React2, { useEffect as useEffect2, useState as useState2 } from "react";
|
@@ -76,8 +76,8 @@ var handle_default = AnalyticsHandle;
|
|
76
76
|
|
77
77
|
// src/AnalyticsNext/index.tsx
|
78
78
|
import dynamic from "next/dynamic";
|
79
|
-
var ConsentComponent = dynamic(() => import("./Consent-
|
80
|
-
var ConsentComponentCustom = dynamic(() => import("./ConsentCustom-
|
79
|
+
var ConsentComponent = dynamic(() => import("./Consent-LAJMH5O6.js"), { ssr: false });
|
80
|
+
var ConsentComponentCustom = dynamic(() => import("./ConsentCustom-FMWN7JO6.js"), { ssr: false });
|
81
81
|
var AnalyticsNext = ({
|
82
82
|
router,
|
83
83
|
attributes,
|
@@ -170,8 +170,8 @@ var AnalyticsHandle2 = ({ location, history, children }) => {
|
|
170
170
|
var handle_default2 = AnalyticsHandle2;
|
171
171
|
|
172
172
|
// src/AnalyticsReact/index.tsx
|
173
|
-
var ConsentComponent2 = React4.lazy(() => import("./Consent-
|
174
|
-
var ConsentComponentCustom2 = React4.lazy(() => import("./ConsentCustom-
|
173
|
+
var ConsentComponent2 = React4.lazy(() => import("./Consent-LAJMH5O6.js"));
|
174
|
+
var ConsentComponentCustom2 = React4.lazy(() => import("./ConsentCustom-FMWN7JO6.js"));
|
175
175
|
var AnalyticsReact = ({
|
176
176
|
location,
|
177
177
|
history,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aesirx-analytics",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.17",
|
4
4
|
"license": "GPL-3.0-only",
|
5
5
|
"author": "AesirX",
|
6
6
|
"repository": "https://gitlab.redweb.dk/aesirx/analytics",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"@concordium/web-sdk": "^7.0.4-rc.3",
|
15
15
|
"@web3modal/ethereum": "^2.7.0",
|
16
16
|
"@web3modal/react": "^2.7.0",
|
17
|
-
"aesirx-sso": "^1.4.
|
17
|
+
"aesirx-sso": "^1.4.15",
|
18
18
|
"axios": "^1.6.0",
|
19
19
|
"bootstrap": "^5.3.2",
|
20
20
|
"bowser": "^2.11.0",
|