@adyen/kyc-components 3.30.0 → 3.30.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.
|
@@ -41797,7 +41797,7 @@ const ConfigurationApiProvider = ({
|
|
|
41797
41797
|
isEmbeddedDropin,
|
|
41798
41798
|
loadingContext
|
|
41799
41799
|
} = authContext;
|
|
41800
|
-
const sdkVersion = "3.30.
|
|
41800
|
+
const sdkVersion = "3.30.1";
|
|
41801
41801
|
useAnalytics({
|
|
41802
41802
|
onUserEvent,
|
|
41803
41803
|
legalEntityId: rootLegalEntityId,
|
|
@@ -42482,7 +42482,7 @@ const DebugModal = ({
|
|
|
42482
42482
|
};
|
|
42483
42483
|
const copyToClipboard = async () => {
|
|
42484
42484
|
const toCopy = {
|
|
42485
|
-
sdkVersion: "3.30.
|
|
42485
|
+
sdkVersion: "3.30.1",
|
|
42486
42486
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
42487
42487
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
42488
42488
|
};
|
|
@@ -42521,7 +42521,7 @@ const DebugModal = ({
|
|
|
42521
42521
|
children: [jsxs("div", {
|
|
42522
42522
|
className: "adyen-kyc-debug-modal__meta",
|
|
42523
42523
|
children: [jsxs("span", {
|
|
42524
|
-
children: ["SDK version: ", "3.30.
|
|
42524
|
+
children: ["SDK version: ", "3.30.1"]
|
|
42525
42525
|
}), jsxs("span", {
|
|
42526
42526
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
42527
42527
|
})]
|
|
@@ -42669,6 +42669,9 @@ class UIElement extends BaseElement {
|
|
|
42669
42669
|
rootLegalEntityId,
|
|
42670
42670
|
handleGetLegalEntity: "handleGetLegalEntity" in this.props.componentProps ? this.props.componentProps.handleGetLegalEntity : void 0,
|
|
42671
42671
|
children: jsx("div", {
|
|
42672
|
+
style: {
|
|
42673
|
+
width: "100%"
|
|
42674
|
+
},
|
|
42672
42675
|
children: jsx(AutoResizer, {
|
|
42673
42676
|
children: jsx("div", {
|
|
42674
42677
|
className: "adyen-kyc-ui-element-container",
|