@adyen/kyc-components 3.32.4 → 3.32.5
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.
|
@@ -21200,7 +21200,7 @@ const PayoutVerificationMethodOptionFooter = ({
|
|
|
21200
21200
|
variant: "caption",
|
|
21201
21201
|
className: "adyen-kyc-field-verification-methods__footer",
|
|
21202
21202
|
children: [i18n.get("poweredBy"), jsx(Svg, {
|
|
21203
|
-
type: "
|
|
21203
|
+
type: "icon",
|
|
21204
21204
|
name: provider.svgName,
|
|
21205
21205
|
alt: provider.name
|
|
21206
21206
|
})]
|
|
@@ -34163,7 +34163,7 @@ function SolePropDropinComponent({
|
|
|
34163
34163
|
requiredFields,
|
|
34164
34164
|
isSettingEnabled
|
|
34165
34165
|
}), [country, data, taskType, requiredFields, isSettingEnabled]);
|
|
34166
|
-
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]);
|
|
34166
|
+
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]);
|
|
34167
34167
|
const forms = useMemo(() => {
|
|
34168
34168
|
const requiredForms = getRequiredForms(solePropForms, derivedProps == null ? void 0 : derivedProps.requiredFields, derivedProps == null ? void 0 : derivedProps.optionalFields);
|
|
34169
34169
|
return addValidityToForms(requiredForms, formValidity, problems);
|
|
@@ -40244,7 +40244,7 @@ const ConfigurationApiProvider = ({
|
|
|
40244
40244
|
isEmbeddedDropin,
|
|
40245
40245
|
loadingContext
|
|
40246
40246
|
} = authContext;
|
|
40247
|
-
const sdkVersion = "3.32.
|
|
40247
|
+
const sdkVersion = "3.32.5";
|
|
40248
40248
|
useAnalytics({
|
|
40249
40249
|
onUserEvent,
|
|
40250
40250
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40931,7 +40931,7 @@ const DebugModal = ({
|
|
|
40931
40931
|
};
|
|
40932
40932
|
const copyToClipboard = async () => {
|
|
40933
40933
|
const toCopy = {
|
|
40934
|
-
sdkVersion: "3.32.
|
|
40934
|
+
sdkVersion: "3.32.5",
|
|
40935
40935
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40936
40936
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40937
40937
|
};
|
|
@@ -40970,7 +40970,7 @@ const DebugModal = ({
|
|
|
40970
40970
|
children: [jsxs("div", {
|
|
40971
40971
|
className: "adyen-kyc-debug-modal__meta",
|
|
40972
40972
|
children: [jsxs("span", {
|
|
40973
|
-
children: ["SDK version: ", "3.32.
|
|
40973
|
+
children: ["SDK version: ", "3.32.5"]
|
|
40974
40974
|
}), jsxs("span", {
|
|
40975
40975
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
40976
40976
|
})]
|
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
|
}
|