@adyen/kyc-components 3.27.0 → 3.27.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.
|
@@ -40609,7 +40609,7 @@ const ConfigurationApiProvider = ({
|
|
|
40609
40609
|
isEmbeddedDropin,
|
|
40610
40610
|
loadingContext
|
|
40611
40611
|
} = authContext;
|
|
40612
|
-
const sdkVersion = "3.27.
|
|
40612
|
+
const sdkVersion = "3.27.1";
|
|
40613
40613
|
useAnalytics({
|
|
40614
40614
|
onUserEvent,
|
|
40615
40615
|
legalEntityId: rootLegalEntityId,
|
|
@@ -41291,7 +41291,7 @@ const DebugModal = ({
|
|
|
41291
41291
|
};
|
|
41292
41292
|
const copyToClipboard = async () => {
|
|
41293
41293
|
const toCopy = {
|
|
41294
|
-
sdkVersion: "3.27.
|
|
41294
|
+
sdkVersion: "3.27.1",
|
|
41295
41295
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
41296
41296
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
41297
41297
|
};
|
|
@@ -41330,7 +41330,7 @@ const DebugModal = ({
|
|
|
41330
41330
|
children: [jsxs("div", {
|
|
41331
41331
|
className: "adyen-kyc-debug-modal__meta",
|
|
41332
41332
|
children: [jsxs("span", {
|
|
41333
|
-
children: ["SDK version: ", "3.27.
|
|
41333
|
+
children: ["SDK version: ", "3.27.1"]
|
|
41334
41334
|
}), jsxs("span", {
|
|
41335
41335
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
41336
41336
|
})]
|