@adyen/kyc-components 3.44.4 → 3.44.5
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.
|
@@ -30522,7 +30522,7 @@ function BusinessDetailsDropin({
|
|
|
30522
30522
|
findBusiness
|
|
30523
30523
|
]);
|
|
30524
30524
|
const backClick = useCallback(() => {
|
|
30525
|
-
if (!COUNTRIES_USING_COMPANY_SEARCH.includes(
|
|
30525
|
+
if (!COUNTRIES_USING_COMPANY_SEARCH.includes(currentCountry)) return handleBackClick == null ? void 0 : handleBackClick();
|
|
30526
30526
|
switch (activeForm.formId) {
|
|
30527
30527
|
case "basicInformation": {
|
|
30528
30528
|
return showBusinessSelection ? setShowBusinessSelection(false) : void 0;
|
|
@@ -30548,12 +30548,12 @@ function BusinessDetailsDropin({
|
|
|
30548
30548
|
return handleBackClick == null ? void 0 : handleBackClick();
|
|
30549
30549
|
}
|
|
30550
30550
|
}, [
|
|
30551
|
-
|
|
30552
|
-
country,
|
|
30551
|
+
currentCountry,
|
|
30553
30552
|
handleBackClick,
|
|
30553
|
+
activeForm.formId,
|
|
30554
|
+
showBusinessSelection,
|
|
30554
30555
|
searching,
|
|
30555
30556
|
searchResults,
|
|
30556
|
-
showBusinessSelection,
|
|
30557
30557
|
verifiedBusiness
|
|
30558
30558
|
]);
|
|
30559
30559
|
const proceedToManualDataEntry = useCallback(async () => {
|
|
@@ -44402,7 +44402,7 @@ const ConfigurationApiProvider = ({
|
|
|
44402
44402
|
}) => {
|
|
44403
44403
|
const authContext = useAuthContext();
|
|
44404
44404
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
44405
|
-
const sdkVersion = "3.44.
|
|
44405
|
+
const sdkVersion = "3.44.5";
|
|
44406
44406
|
useAnalytics({
|
|
44407
44407
|
onUserEvent,
|
|
44408
44408
|
legalEntityId: rootLegalEntityId,
|
|
@@ -45249,7 +45249,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
45249
45249
|
const { i18n } = useI18nContext();
|
|
45250
45250
|
const [tab, setTab] = useState("metadata");
|
|
45251
45251
|
const metadata = {
|
|
45252
|
-
sdkVersion: "3.44.
|
|
45252
|
+
sdkVersion: "3.44.5",
|
|
45253
45253
|
locale: i18n.locale,
|
|
45254
45254
|
rootLegalEntityId
|
|
45255
45255
|
};
|