@adyen/kyc-components 2.56.1 → 2.56.2
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.
|
@@ -37304,7 +37304,9 @@ function DropinComposerComponent({
|
|
|
37304
37304
|
handleDownloadAcceptedTermsOfServiceDocument: args.handleDownloadAcceptedTermsOfServiceDocument,
|
|
37305
37305
|
handleDownloadUnacceptedTermsOfServiceDocument: args.handleDownloadUnacceptedTermsOfServiceDocument,
|
|
37306
37306
|
handleHomeClick: () => navigateTo(TaskTypes.TASKS_OVERVIEW),
|
|
37307
|
-
handleAddSigner: () =>
|
|
37307
|
+
handleAddSigner: () => {
|
|
37308
|
+
onNavigateToDecisionMakerIndividual(TaskTypes.DECISION_MAKER);
|
|
37309
|
+
},
|
|
37308
37310
|
handleSign: async (...params) => {
|
|
37309
37311
|
await args.handleSignServiceAgreement(...params);
|
|
37310
37312
|
await getServiceAgreementStatus();
|
|
@@ -40166,7 +40168,7 @@ const ConfigurationApiProvider = ({
|
|
|
40166
40168
|
isEmbeddedDropin,
|
|
40167
40169
|
loadingContext
|
|
40168
40170
|
} = authContext;
|
|
40169
|
-
const sdkVersion = "2.56.
|
|
40171
|
+
const sdkVersion = "2.56.2";
|
|
40170
40172
|
useAnalytics({
|
|
40171
40173
|
onUserEvent,
|
|
40172
40174
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40847,7 +40849,7 @@ const DebugModal = ({
|
|
|
40847
40849
|
};
|
|
40848
40850
|
const copyToClipboard = async () => {
|
|
40849
40851
|
const toCopy = {
|
|
40850
|
-
sdkVersion: "2.56.
|
|
40852
|
+
sdkVersion: "2.56.2",
|
|
40851
40853
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40852
40854
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40853
40855
|
};
|
|
@@ -40886,7 +40888,7 @@ const DebugModal = ({
|
|
|
40886
40888
|
children: [jsxs("div", {
|
|
40887
40889
|
className: "adyen-kyc-debug-modal__meta",
|
|
40888
40890
|
children: [jsxs("span", {
|
|
40889
|
-
children: ["SDK version: ", "2.56.
|
|
40891
|
+
children: ["SDK version: ", "2.56.2"]
|
|
40890
40892
|
}), jsxs("span", {
|
|
40891
40893
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
40892
40894
|
})]
|