@adyen/kyc-components 2.57.3 → 2.57.4
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.
|
@@ -20996,7 +20996,7 @@ const PayoutVerificationMethodOptionFooter = ({
|
|
|
20996
20996
|
variant: "caption",
|
|
20997
20997
|
className: "adyen-kyc-field-verification-methods__footer",
|
|
20998
20998
|
children: [i18n.get("poweredBy"), jsx(Svg, {
|
|
20999
|
-
type: "
|
|
20999
|
+
type: "icon",
|
|
21000
21000
|
name: provider.svgName,
|
|
21001
21001
|
alt: provider.name
|
|
21002
21002
|
})]
|
|
@@ -33766,7 +33766,7 @@ function SolePropDropinComponent({
|
|
|
33766
33766
|
requiredFields,
|
|
33767
33767
|
isSettingEnabled
|
|
33768
33768
|
}), [country, data, taskType, requiredFields, isSettingEnabled]);
|
|
33769
|
-
const derivedProps = useMemo(() => getPropsFromConfigurations(fieldConfigurations, solePropForms, (problems == null ? void 0 : problems.remediationActions) ? Object.values(problems == null ? void 0 : problems.remediationActions) : [], (problems == null ? void 0 : problems.missingData) ?? [], legalEntityResponse ? getFieldsWithExistingData(legalEntityResponse) : [], fieldsFromCustomRules, {}, {}, legalEntityResponse.type), [fieldConfigurations, fieldsFromCustomRules, problems == null ? void 0 : problems.remediationActions, legalEntityResponse]);
|
|
33769
|
+
const derivedProps = useMemo(() => getPropsFromConfigurations(fieldConfigurations, solePropForms, (problems == null ? void 0 : problems.remediationActions) ? Object.values(problems == null ? void 0 : problems.remediationActions) : [], (problems == null ? void 0 : problems.missingData) ?? [], legalEntityResponse ? getFieldsWithExistingData(legalEntityResponse) : [], fieldsFromCustomRules, {}, {}, legalEntityResponse == null ? void 0 : legalEntityResponse.type), [fieldConfigurations, fieldsFromCustomRules, problems == null ? void 0 : problems.remediationActions, legalEntityResponse]);
|
|
33770
33770
|
const forms = useMemo(() => {
|
|
33771
33771
|
const requiredForms = getRequiredForms(solePropForms, derivedProps == null ? void 0 : derivedProps.requiredFields, derivedProps == null ? void 0 : derivedProps.optionalFields);
|
|
33772
33772
|
return addValidityToForms(requiredForms, formValidity, problems);
|
|
@@ -38253,7 +38253,7 @@ const ConfigurationApiProvider = ({
|
|
|
38253
38253
|
isEmbeddedDropin,
|
|
38254
38254
|
loadingContext
|
|
38255
38255
|
} = authContext;
|
|
38256
|
-
const sdkVersion = "2.57.
|
|
38256
|
+
const sdkVersion = "2.57.4";
|
|
38257
38257
|
useAnalytics({
|
|
38258
38258
|
onUserEvent,
|
|
38259
38259
|
legalEntityId: rootLegalEntityId,
|
|
@@ -38936,7 +38936,7 @@ const DebugModal = ({
|
|
|
38936
38936
|
};
|
|
38937
38937
|
const copyToClipboard = async () => {
|
|
38938
38938
|
const toCopy = {
|
|
38939
|
-
sdkVersion: "2.57.
|
|
38939
|
+
sdkVersion: "2.57.4",
|
|
38940
38940
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
38941
38941
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
38942
38942
|
};
|
|
@@ -38975,7 +38975,7 @@ const DebugModal = ({
|
|
|
38975
38975
|
children: [jsxs("div", {
|
|
38976
38976
|
className: "adyen-kyc-debug-modal__meta",
|
|
38977
38977
|
children: [jsxs("span", {
|
|
38978
|
-
children: ["SDK version: ", "2.57.
|
|
38978
|
+
children: ["SDK version: ", "2.57.4"]
|
|
38979
38979
|
}), jsxs("span", {
|
|
38980
38980
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
38981
38981
|
})]
|
package/dist/style.css
CHANGED
|
@@ -2213,10 +2213,10 @@ fieldset {
|
|
|
2213
2213
|
gap: var(--adyen-sdk-spacer-020, 4px);
|
|
2214
2214
|
justify-content: end;
|
|
2215
2215
|
}
|
|
2216
|
-
.adyen-kyc-field-verification-methods__footer .adyen-kyc-
|
|
2216
|
+
.adyen-kyc-field-verification-methods__footer .adyen-kyc-icon {
|
|
2217
2217
|
height: 12px;
|
|
2218
2218
|
}
|
|
2219
|
-
.adyen-kyc-field-verification-methods__footer .adyen-kyc-
|
|
2219
|
+
.adyen-kyc-field-verification-methods__footer .adyen-kyc-icon svg {
|
|
2220
2220
|
height: 100%;
|
|
2221
2221
|
width: auto;
|
|
2222
2222
|
}
|