@adyen/kyc-components 2.53.0 → 2.53.1
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.
|
@@ -39360,7 +39360,7 @@ const ConfigurationApiProvider = ({
|
|
|
39360
39360
|
isEmbeddedDropin,
|
|
39361
39361
|
loadingContext
|
|
39362
39362
|
} = authContext;
|
|
39363
|
-
const sdkVersion = "2.53.
|
|
39363
|
+
const sdkVersion = "2.53.1";
|
|
39364
39364
|
useAnalytics({
|
|
39365
39365
|
onUserEvent,
|
|
39366
39366
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40038,7 +40038,7 @@ const DebugModal = ({
|
|
|
40038
40038
|
};
|
|
40039
40039
|
const copyToClipboard = async () => {
|
|
40040
40040
|
const toCopy = {
|
|
40041
|
-
sdkVersion: "2.53.
|
|
40041
|
+
sdkVersion: "2.53.1",
|
|
40042
40042
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40043
40043
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40044
40044
|
};
|
|
@@ -40077,7 +40077,7 @@ const DebugModal = ({
|
|
|
40077
40077
|
children: [jsxs("div", {
|
|
40078
40078
|
className: "adyen-kyc-debug-modal__meta",
|
|
40079
40079
|
children: [jsxs("span", {
|
|
40080
|
-
children: ["SDK version: ", "2.53.
|
|
40080
|
+
children: ["SDK version: ", "2.53.1"]
|
|
40081
40081
|
}), jsxs("span", {
|
|
40082
40082
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
40083
40083
|
})]
|