@adyen/kyc-components 3.44.3 → 3.44.4
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.
|
@@ -27024,9 +27024,9 @@ function AdditionalInformation({
|
|
|
27024
27024
|
return mergeFieldMetadataIntoProps(
|
|
27025
27025
|
field,
|
|
27026
27026
|
resolveFieldMetadata(
|
|
27027
|
-
defaultFieldConfig$a[country],
|
|
27027
|
+
isExperimentEnabled("StrictNameAndAddressValidationV4") ? defaultFieldConfigV4[country] : defaultFieldConfig$a[country],
|
|
27028
27028
|
{ isBusiness: true },
|
|
27029
|
-
defaultFieldMetadata$b
|
|
27029
|
+
isExperimentEnabled("StrictNameAndAddressValidationV4") ? defaultFieldMetadataV4 : defaultFieldMetadata$b
|
|
27030
27030
|
),
|
|
27031
27031
|
acc
|
|
27032
27032
|
);
|
|
@@ -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.4";
|
|
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.4",
|
|
45253
45253
|
locale: i18n.locale,
|
|
45254
45254
|
rootLegalEntityId
|
|
45255
45255
|
};
|