@adyen/kyc-components 3.32.1 → 3.32.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.
|
@@ -27833,7 +27833,7 @@ function BusinessDetailsDropinComponent({
|
|
|
27833
27833
|
}
|
|
27834
27834
|
}, [currentCountry, handleNextClick, activeForm.formId, verifiedBusiness, (_k = currentState.validityByForm) == null ? void 0 : _k.basicInformation, (_l = currentState.data.basicInformation) == null ? void 0 : _l.businessName, (_m = currentState.data.basicInformation) == null ? void 0 : _m.country, (_n = currentState.data.basicInformation) == null ? void 0 : _n.stateOrProvince, isBusinessSelection, findBusiness]);
|
|
27835
27835
|
const backClick = useCallback(() => {
|
|
27836
|
-
if (!COUNTRIES_USING_COMPANY_SEARCH.includes(country)) return
|
|
27836
|
+
if (!COUNTRIES_USING_COMPANY_SEARCH.includes(country)) return handleBackClick == null ? void 0 : handleBackClick();
|
|
27837
27837
|
switch (activeForm.formId) {
|
|
27838
27838
|
case "basicInformation": {
|
|
27839
27839
|
return showBusinessSelection ? setShowBusinessSelection(false) : void 0;
|
|
@@ -27858,7 +27858,7 @@ function BusinessDetailsDropinComponent({
|
|
|
27858
27858
|
default:
|
|
27859
27859
|
return handleBackClick == null ? void 0 : handleBackClick();
|
|
27860
27860
|
}
|
|
27861
|
-
}, [activeForm.formId, country, handleBackClick,
|
|
27861
|
+
}, [activeForm.formId, country, handleBackClick, searching, searchResults, showBusinessSelection, verifiedBusiness]);
|
|
27862
27862
|
const proceedToManualDataEntry = useCallback(async () => {
|
|
27863
27863
|
await clearTrustedBusinessData().then(() => setShowCompanyStructure(true));
|
|
27864
27864
|
}, [clearTrustedBusinessData]);
|
|
@@ -40204,7 +40204,7 @@ const ConfigurationApiProvider = ({
|
|
|
40204
40204
|
isEmbeddedDropin,
|
|
40205
40205
|
loadingContext
|
|
40206
40206
|
} = authContext;
|
|
40207
|
-
const sdkVersion = "3.32.
|
|
40207
|
+
const sdkVersion = "3.32.2";
|
|
40208
40208
|
useAnalytics({
|
|
40209
40209
|
onUserEvent,
|
|
40210
40210
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40891,7 +40891,7 @@ const DebugModal = ({
|
|
|
40891
40891
|
};
|
|
40892
40892
|
const copyToClipboard = async () => {
|
|
40893
40893
|
const toCopy = {
|
|
40894
|
-
sdkVersion: "3.32.
|
|
40894
|
+
sdkVersion: "3.32.2",
|
|
40895
40895
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40896
40896
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40897
40897
|
};
|
|
@@ -40930,7 +40930,7 @@ const DebugModal = ({
|
|
|
40930
40930
|
children: [jsxs("div", {
|
|
40931
40931
|
className: "adyen-kyc-debug-modal__meta",
|
|
40932
40932
|
children: [jsxs("span", {
|
|
40933
|
-
children: ["SDK version: ", "3.32.
|
|
40933
|
+
children: ["SDK version: ", "3.32.2"]
|
|
40934
40934
|
}), jsxs("span", {
|
|
40935
40935
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
40936
40936
|
})]
|