aesirx-analytics 2.2.13 → 2.2.14
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.
@@ -10134,9 +10134,12 @@ body.modal-sso-open .aesirxconsent .toast-container {
|
|
10134
10134
|
opacity: var(--aesirxconsent-backdrop-opacity);
|
10135
10135
|
}
|
10136
10136
|
|
10137
|
-
.aesirxsso {
|
10137
|
+
body .aesirxsso {
|
10138
10138
|
color: #5f5e70;
|
10139
10139
|
}
|
10140
|
+
body .aesirxsso .btn {
|
10141
|
+
--aesirxsso-btn-font-size: 16px;
|
10142
|
+
}
|
10140
10143
|
|
10141
10144
|
.aesirxconsent .aesirxsso .modal {
|
10142
10145
|
--aesirxconsent-modal-width: 846px;
|
package/dist/index.js
CHANGED
@@ -75,8 +75,8 @@ var handle_default = AnalyticsHandle;
|
|
75
75
|
|
76
76
|
// src/AnalyticsNext/index.tsx
|
77
77
|
import dynamic from "next/dynamic";
|
78
|
-
var ConsentComponent = dynamic(() => import("./Consent-
|
79
|
-
var ConsentComponentCustom = dynamic(() => import("./ConsentCustom-
|
78
|
+
var ConsentComponent = dynamic(() => import("./Consent-VTHZ6KB6.js"), { ssr: false });
|
79
|
+
var ConsentComponentCustom = dynamic(() => import("./ConsentCustom-VIQCBSAX.js"), { ssr: false });
|
80
80
|
var AnalyticsNext = ({
|
81
81
|
router,
|
82
82
|
attributes,
|
@@ -167,8 +167,8 @@ var AnalyticsHandle2 = ({ location, history, children }) => {
|
|
167
167
|
var handle_default2 = AnalyticsHandle2;
|
168
168
|
|
169
169
|
// src/AnalyticsReact/index.tsx
|
170
|
-
var ConsentComponent2 = React4.lazy(() => import("./Consent-
|
171
|
-
var ConsentComponentCustom2 = React4.lazy(() => import("./ConsentCustom-
|
170
|
+
var ConsentComponent2 = React4.lazy(() => import("./Consent-VTHZ6KB6.js"));
|
171
|
+
var ConsentComponentCustom2 = React4.lazy(() => import("./ConsentCustom-VIQCBSAX.js"));
|
172
172
|
var AnalyticsReact = ({ location, history, oldLayout = false, children }) => {
|
173
173
|
const [layout, setLayout] = useState3(process.env.REACT_APP_CONSENT_LAYOUT ?? "simple-web-2");
|
174
174
|
const [gtagId, setGtagId] = useState3(process.env.REACT_APP_ANALYTICS_GTAG_ID);
|