@adyen/kyc-components 3.30.1 → 3.30.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.
|
@@ -37661,7 +37661,9 @@ function DropinComposerComponent({
|
|
|
37661
37661
|
handleDownloadAcceptedTermsOfServiceDocument: args.handleDownloadAcceptedTermsOfServiceDocument,
|
|
37662
37662
|
handleDownloadUnacceptedTermsOfServiceDocument: args.handleDownloadUnacceptedTermsOfServiceDocument,
|
|
37663
37663
|
handleHomeClick: () => navigateTo(TaskTypes.TASKS_OVERVIEW),
|
|
37664
|
-
handleAddSigner: () =>
|
|
37664
|
+
handleAddSigner: () => {
|
|
37665
|
+
onNavigateToDecisionMakerIndividual(TaskTypes.DECISION_MAKER);
|
|
37666
|
+
},
|
|
37665
37667
|
handleSign: async (...params) => {
|
|
37666
37668
|
await args.handleSignServiceAgreement(...params);
|
|
37667
37669
|
await getServiceAgreementStatus2();
|
|
@@ -41797,7 +41799,7 @@ const ConfigurationApiProvider = ({
|
|
|
41797
41799
|
isEmbeddedDropin,
|
|
41798
41800
|
loadingContext
|
|
41799
41801
|
} = authContext;
|
|
41800
|
-
const sdkVersion = "3.30.
|
|
41802
|
+
const sdkVersion = "3.30.2";
|
|
41801
41803
|
useAnalytics({
|
|
41802
41804
|
onUserEvent,
|
|
41803
41805
|
legalEntityId: rootLegalEntityId,
|
|
@@ -42482,7 +42484,7 @@ const DebugModal = ({
|
|
|
42482
42484
|
};
|
|
42483
42485
|
const copyToClipboard = async () => {
|
|
42484
42486
|
const toCopy = {
|
|
42485
|
-
sdkVersion: "3.30.
|
|
42487
|
+
sdkVersion: "3.30.2",
|
|
42486
42488
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
42487
42489
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
42488
42490
|
};
|
|
@@ -42521,7 +42523,7 @@ const DebugModal = ({
|
|
|
42521
42523
|
children: [jsxs("div", {
|
|
42522
42524
|
className: "adyen-kyc-debug-modal__meta",
|
|
42523
42525
|
children: [jsxs("span", {
|
|
42524
|
-
children: ["SDK version: ", "3.30.
|
|
42526
|
+
children: ["SDK version: ", "3.30.2"]
|
|
42525
42527
|
}), jsxs("span", {
|
|
42526
42528
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
42527
42529
|
})]
|