@adyen/kyc-components 2.59.2 → 2.59.3
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.
|
@@ -34426,7 +34426,8 @@ const useServiceAgreement = ({
|
|
|
34426
34426
|
handleServiceAgreementIsNotAvailableInThatLanguage,
|
|
34427
34427
|
agreementLanguage,
|
|
34428
34428
|
legalEntityId,
|
|
34429
|
-
serviceAgreementType
|
|
34429
|
+
serviceAgreementType,
|
|
34430
|
+
acceptanceId
|
|
34430
34431
|
]);
|
|
34431
34432
|
return {
|
|
34432
34433
|
loading,
|
|
@@ -39430,7 +39431,7 @@ const ConfigurationApiProvider = ({
|
|
|
39430
39431
|
}) => {
|
|
39431
39432
|
const authContext = useAuthContext();
|
|
39432
39433
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
39433
|
-
const sdkVersion = "2.59.
|
|
39434
|
+
const sdkVersion = "2.59.3";
|
|
39434
39435
|
useAnalytics({
|
|
39435
39436
|
onUserEvent,
|
|
39436
39437
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40103,7 +40104,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40103
40104
|
};
|
|
40104
40105
|
const copyToClipboard = async () => {
|
|
40105
40106
|
const toCopy = {
|
|
40106
|
-
sdkVersion: "2.59.
|
|
40107
|
+
sdkVersion: "2.59.3",
|
|
40107
40108
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40108
40109
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40109
40110
|
};
|
|
@@ -40168,7 +40169,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40168
40169
|
/* @__PURE__ */ jsx("div", { className: "adyen-kyc-debug-modal__meta", children: /* @__PURE__ */ jsx("table", { children: /* @__PURE__ */ jsxs("tbody", { children: [
|
|
40169
40170
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40170
40171
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "SDK version" }),
|
|
40171
|
-
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.59.
|
|
40172
|
+
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.59.3" })
|
|
40172
40173
|
] }) }),
|
|
40173
40174
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40174
40175
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "rootLegalEntityId" }),
|