@adyen/kyc-components 3.22.0 → 3.22.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.
|
@@ -12646,7 +12646,7 @@ function FieldContainer(props) {
|
|
|
12646
12646
|
},
|
|
12647
12647
|
readonly: readOnly,
|
|
12648
12648
|
classNameModifiers,
|
|
12649
|
-
className: hideField ? "adyen-kyc-
|
|
12649
|
+
className: hideField ? "adyen-kyc-search-fieldcontainer-hide" : "",
|
|
12650
12650
|
handleChangeFor
|
|
12651
12651
|
});
|
|
12652
12652
|
case "stateOrProvince":
|
|
@@ -12694,7 +12694,7 @@ function FieldContainer(props) {
|
|
|
12694
12694
|
};
|
|
12695
12695
|
if (hideField) {
|
|
12696
12696
|
return jsx("div", {
|
|
12697
|
-
className: "adyen-kyc-
|
|
12697
|
+
className: "adyen-kyc-search-fieldcontainer-hide",
|
|
12698
12698
|
children: renderField(fieldName)
|
|
12699
12699
|
});
|
|
12700
12700
|
}
|
|
@@ -39833,7 +39833,7 @@ const ConfigurationApiProvider = ({
|
|
|
39833
39833
|
isEmbeddedDropin,
|
|
39834
39834
|
loadingContext
|
|
39835
39835
|
} = authContext;
|
|
39836
|
-
const sdkVersion = "3.22.
|
|
39836
|
+
const sdkVersion = "3.22.1";
|
|
39837
39837
|
useAnalytics({
|
|
39838
39838
|
onUserEvent,
|
|
39839
39839
|
legalEntityId: rootLegalEntityId,
|
package/dist/style.css
CHANGED
|
@@ -1919,6 +1919,8 @@ button[disabled]:hover {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
.adyen-kyc-search-address--below-location .adyen-kyc-icon svg {
|
|
1921
1921
|
height: 14px;
|
|
1922
|
+
}.adyen-kyc-search-fieldcontainer-hide {
|
|
1923
|
+
display: none;
|
|
1922
1924
|
}.adyen-kyc-individual .adyen-kyc-form {
|
|
1923
1925
|
margin-bottom: var(--adyen-sdk-spacer-070, 16px);
|
|
1924
1926
|
}.adyen-kyc-document-upload__subtitle {
|