aesirx-analytics 2.2.18 → 2.2.19
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.
@@ -10622,7 +10622,7 @@ var LoadingStatus = ({ loading }) => {
|
|
10622
10622
|
// src/Components/Connect.tsx
|
10623
10623
|
import React4, { Suspense, useState as useState4 } from "react";
|
10624
10624
|
import { Modal } from "react-bootstrap";
|
10625
|
-
import { isMobile, isDesktop as isDesktop2 } from "react-device-detect";
|
10625
|
+
import { isMobile, isDesktop as isDesktop2, OsTypes, osName } from "react-device-detect";
|
10626
10626
|
|
10627
10627
|
// src/Assets/concordium_logo.png
|
10628
10628
|
var concordium_logo_default = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF5SURBVHgBrVXtcYMwDJVz/I83qDdoOkHpBtkARmgmgE5QNkg2aDtB2IBkgtIJSCdwpdrcCUcGUvruFDv6eEiyMApGYK3VuGxQUpQ7r/5GaVA+lFIXuAVEiFKgdDaOdIwjEUgp4A1FwwIkAWmGy0Hwa1FqvzfgWjMPSLoRyt2TXvDVvv+ziD8D0hwWIPGkObgSe+zwxA/soZTdFmWNckZbHSQ1iEd7KWW7D4IKoUXkb5hPejUxQm/TCVJOrpnvkdkqUmyZouPl22mUzL9i+mYF7s3qcWL7q2kQEIvVq8BRR/YxrGMGIm4jZDVM48z2hu0vIbGx/oXwF8w7xEH2iv1/ZPuv3187vGxee6s/wEY4tC6YHhPYM+UNJS4Fe+IDZnxigTm4g1r7bCp+ZaL9GZd7Fr/jmXXBjBr4D9BThXIz+CNUQF7CsCWEFtyEUGvo60EtobJfwjtjFERu5yGFW+FP+biEOJGUWGKLy5N1M52DK117oWmgtrQwgh9inye0Cp+8ygAAAABJRU5ErkJggg==";
|
@@ -10704,7 +10704,7 @@ var ConnectModal = ({
|
|
10704
10704
|
alt: "Concordium"
|
10705
10705
|
}
|
10706
10706
|
), "Concordium Browser Wallet")
|
10707
|
-
), /* @__PURE__ */ React4.createElement(
|
10707
|
+
), osName !== OsTypes?.IOS ? /* @__PURE__ */ React4.createElement(React4.Fragment, null, /* @__PURE__ */ React4.createElement(
|
10708
10708
|
"button",
|
10709
10709
|
{
|
10710
10710
|
className: "btn btn-primary btn-concordium flex-grow-1 fw-medium py-2 px-4 lh-sm text-white d-flex align-items-center justify-content-start text-start",
|
@@ -10725,7 +10725,7 @@ var ConnectModal = ({
|
|
10725
10725
|
alt: "Concordium"
|
10726
10726
|
}
|
10727
10727
|
), isMobile ? "Concordium or CryptoX" : "QR Code (Concordium Mobile or CryptoX Mobile)")
|
10728
|
-
)), " ")))
|
10728
|
+
)) : /* @__PURE__ */ React4.createElement(React4.Fragment, null)), " ")))
|
10729
10729
|
));
|
10730
10730
|
};
|
10731
10731
|
var SSOEthereumApp = ({ handleOnConnect }) => {
|
package/dist/index.js
CHANGED
@@ -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-TGYEV2XV.js"), { ssr: false });
|
80
|
+
var ConsentComponentCustom = dynamic(() => import("./ConsentCustom-IBIHKHPV.js"), { ssr: false });
|
81
81
|
var AnalyticsNext = ({
|
82
82
|
router,
|
83
83
|
attributes,
|
@@ -180,8 +180,8 @@ var AnalyticsHandle2 = ({ location, history, children }) => {
|
|
180
180
|
var handle_default2 = AnalyticsHandle2;
|
181
181
|
|
182
182
|
// src/AnalyticsReact/index.tsx
|
183
|
-
var ConsentComponent2 = React4.lazy(() => import("./Consent-
|
184
|
-
var ConsentComponentCustom2 = React4.lazy(() => import("./ConsentCustom-
|
183
|
+
var ConsentComponent2 = React4.lazy(() => import("./Consent-TGYEV2XV.js"));
|
184
|
+
var ConsentComponentCustom2 = React4.lazy(() => import("./ConsentCustom-IBIHKHPV.js"));
|
185
185
|
var AnalyticsReact = ({
|
186
186
|
location,
|
187
187
|
history,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aesirx-analytics",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.19",
|
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.17",
|
18
18
|
"axios": "^1.6.0",
|
19
19
|
"bootstrap": "^5.3.2",
|
20
20
|
"bowser": "^2.11.0",
|