@adyen/kyc-components 3.23.2 → 3.23.3
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.
|
@@ -41808,7 +41808,7 @@ const loadCountriesDataset = async (locale) => {
|
|
|
41808
41808
|
const importForLocale = countriesImports[`./${locale}.json`];
|
|
41809
41809
|
if (!importForLocale) {
|
|
41810
41810
|
logger$6.warn(`No countries dataset for ${locale}, falling back to en-US`);
|
|
41811
|
-
return import("./en-US-CkdCbOCX.js");
|
|
41811
|
+
return (await import("./en-US-CkdCbOCX.js")).default;
|
|
41812
41812
|
}
|
|
41813
41813
|
return (await importForLocale()).default;
|
|
41814
41814
|
};
|
|
@@ -42159,7 +42159,7 @@ const ConfigurationApiProvider = ({
|
|
|
42159
42159
|
isEmbeddedDropin,
|
|
42160
42160
|
loadingContext
|
|
42161
42161
|
} = authContext;
|
|
42162
|
-
const sdkVersion = "3.23.
|
|
42162
|
+
const sdkVersion = "3.23.3";
|
|
42163
42163
|
useAnalytics({
|
|
42164
42164
|
onUserEvent,
|
|
42165
42165
|
legalEntityId: rootLegalEntityId,
|