@adyen/kyc-components 2.59.4 → 2.59.6
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.
|
@@ -36072,7 +36072,7 @@ function DropinComposerComponent({
|
|
|
36072
36072
|
};
|
|
36073
36073
|
useEffect(() => {
|
|
36074
36074
|
userEvents.addPageView("Task list");
|
|
36075
|
-
});
|
|
36075
|
+
}, []);
|
|
36076
36076
|
useLayoutEffect(() => {
|
|
36077
36077
|
const fetchConfiguration = async () => {
|
|
36078
36078
|
const data = await getConfiguration2({
|
|
@@ -39419,7 +39419,7 @@ const ConfigurationApiProvider = ({
|
|
|
39419
39419
|
}) => {
|
|
39420
39420
|
const authContext = useAuthContext();
|
|
39421
39421
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
39422
|
-
const sdkVersion = "2.59.
|
|
39422
|
+
const sdkVersion = "2.59.6";
|
|
39423
39423
|
useAnalytics({
|
|
39424
39424
|
onUserEvent,
|
|
39425
39425
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40092,7 +40092,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40092
40092
|
};
|
|
40093
40093
|
const copyToClipboard = async () => {
|
|
40094
40094
|
const toCopy = {
|
|
40095
|
-
sdkVersion: "2.59.
|
|
40095
|
+
sdkVersion: "2.59.6",
|
|
40096
40096
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40097
40097
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40098
40098
|
};
|
|
@@ -40157,7 +40157,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40157
40157
|
/* @__PURE__ */ jsx("div", { className: "adyen-kyc-debug-modal__meta", children: /* @__PURE__ */ jsx("table", { children: /* @__PURE__ */ jsxs("tbody", { children: [
|
|
40158
40158
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40159
40159
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "SDK version" }),
|
|
40160
|
-
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.59.
|
|
40160
|
+
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.59.6" })
|
|
40161
40161
|
] }) }),
|
|
40162
40162
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40163
40163
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "rootLegalEntityId" }),
|