@adyen/kyc-components 2.56.0 → 2.56.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.
|
@@ -40166,7 +40166,7 @@ const ConfigurationApiProvider = ({
|
|
|
40166
40166
|
isEmbeddedDropin,
|
|
40167
40167
|
loadingContext
|
|
40168
40168
|
} = authContext;
|
|
40169
|
-
const sdkVersion = "2.56.
|
|
40169
|
+
const sdkVersion = "2.56.1";
|
|
40170
40170
|
useAnalytics({
|
|
40171
40171
|
onUserEvent,
|
|
40172
40172
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40847,7 +40847,7 @@ const DebugModal = ({
|
|
|
40847
40847
|
};
|
|
40848
40848
|
const copyToClipboard = async () => {
|
|
40849
40849
|
const toCopy = {
|
|
40850
|
-
sdkVersion: "2.56.
|
|
40850
|
+
sdkVersion: "2.56.1",
|
|
40851
40851
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40852
40852
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40853
40853
|
};
|
|
@@ -40886,7 +40886,7 @@ const DebugModal = ({
|
|
|
40886
40886
|
children: [jsxs("div", {
|
|
40887
40887
|
className: "adyen-kyc-debug-modal__meta",
|
|
40888
40888
|
children: [jsxs("span", {
|
|
40889
|
-
children: ["SDK version: ", "2.56.
|
|
40889
|
+
children: ["SDK version: ", "2.56.1"]
|
|
40890
40890
|
}), jsxs("span", {
|
|
40891
40891
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
40892
40892
|
})]
|
|
@@ -41034,6 +41034,9 @@ class UIElement extends BaseElement {
|
|
|
41034
41034
|
rootLegalEntityId,
|
|
41035
41035
|
handleGetLegalEntity: "handleGetLegalEntity" in this.props.componentProps ? this.props.componentProps.handleGetLegalEntity : void 0,
|
|
41036
41036
|
children: jsx("div", {
|
|
41037
|
+
style: {
|
|
41038
|
+
width: "100%"
|
|
41039
|
+
},
|
|
41037
41040
|
children: jsx(AutoResizer, {
|
|
41038
41041
|
children: jsx("div", {
|
|
41039
41042
|
className: "adyen-kyc-ui-element-container",
|