@adyen/kyc-components 3.50.2 → 3.51.0
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.
- package/dist/es/{B4MFY5CR-B_M9Rijb.js → B4MFY5CR-HldG4P4R.js} +2 -2
- package/dist/es/{HO4MOOFI-6-_r_YKd.js → HO4MOOFI-B0LIhOPC.js} +2 -2
- package/dist/es/{HUY7CZI3-BSnh9U8W.js → HUY7CZI3-B3UlKGgb.js} +2 -2
- package/dist/es/adyen-kyc-components.es.js +1 -1
- package/dist/es/{index-BGerupa5.js → index-CsxVaeY_.js} +21976 -20781
- package/dist/style.css +564 -413
- package/dist/types/api/serviceAgreement/useServiceAgreement.d.ts +7 -0
- package/dist/types/components/Address/Address.d.ts +1 -1
- package/dist/types/components/Address/utils.d.ts +1 -1
- package/dist/types/components/Address/validate.d.ts +6 -0
- package/dist/types/components/{BankAccountNumber → BankAccount/fields/BankAccountNumber}/fieldConfig.d.ts +2 -2
- package/dist/types/components/{BankAccountNumber → BankAccount/fields/BankAccountNumber}/types.d.ts +2 -2
- package/dist/types/components/{BankCity → BankAccount/fields/BankCity}/types.d.ts +1 -1
- package/dist/types/components/{BankCode → BankAccount/fields/BankCode}/fieldConfig.d.ts +2 -2
- package/dist/types/components/{BankCode → BankAccount/fields/BankCode}/types.d.ts +2 -2
- package/dist/types/components/{BankName → BankAccount/fields/BankName}/types.d.ts +1 -1
- package/dist/types/components/{BranchCode → BankAccount/fields/BranchCode}/fieldConfig.d.ts +2 -2
- package/dist/types/components/{BranchCode → BankAccount/fields/BranchCode}/types.d.ts +2 -2
- package/dist/types/components/{Iban → BankAccount/fields/Iban}/fieldConfig.d.ts +2 -2
- package/dist/types/components/BankAccount/fields/Iban/ibanValidator.d.ts +3 -0
- package/dist/types/components/{Iban → BankAccount/fields/Iban}/types.d.ts +2 -2
- package/dist/types/components/{SwiftCode → BankAccount/fields/SwiftCode}/fieldConfig.d.ts +1 -1
- package/dist/types/components/{SwiftCode → BankAccount/fields/SwiftCode}/types.d.ts +1 -1
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/BankDocumentRequirements.d.ts +1 -1
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/types.d.ts +6 -6
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/validate.d.ts +1 -1
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/types.d.ts +3 -3
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/validate.d.ts +1 -1
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/helpers/mapPayoutAccountSchemaToApiBankAccount.d.ts +3 -3
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/types.d.ts +5 -5
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/rules.d.ts +1 -1
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/types.d.ts +13 -13
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/AccountHolderDescriptionFragment.d.ts +1 -1
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/PreferInstantVerificationMethod/PreferInstantVerificationMethod.d.ts +4 -4
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/allowedBankCountriesPerCountry.d.ts +1 -1
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/payoutVerificationMethodMetadata.d.ts +2 -2
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/types.d.ts +5 -5
- package/dist/types/{core → components/BankAccount}/hooks/useAsyncAccountDetailsValidationRules.d.ts +2 -2
- package/dist/types/components/{Dropins → BankAccount/tasks}/PayoutDetailsDropin/PayoutDetailsDropin.d.ts +1 -1
- package/dist/types/{utils → components/BankAccount/utils}/payoutAccountUtil.d.ts +6 -6
- package/dist/types/components/{AdditionalInformation → Business/forms/AdditionalInformation}/VerifiedBusinessCard.d.ts +2 -2
- package/dist/types/components/Business/forms/AdditionalInformation/types.d.ts +26 -0
- package/dist/types/components/{AdditionalInformation → Business/forms/AdditionalInformation}/utils.d.ts +3 -3
- package/dist/types/components/{BasicInformation → Business/forms/BasicInformation}/types.d.ts +11 -13
- package/dist/types/components/{BusinessDetails → Business/forms/BusinessDetails}/forms.d.ts +3 -3
- package/dist/types/components/{BusinessDetails → Business/forms/BusinessDetails}/types.d.ts +8 -10
- package/dist/types/components/{BusinessSelection → Business/forms/BusinessSelection}/BusinessInformationCard.d.ts +2 -2
- package/dist/types/components/{BusinessSelection → Business/forms/BusinessSelection}/types.d.ts +3 -3
- package/dist/types/components/{Company → Business/forms/Company}/Company.d.ts +2 -2
- package/dist/types/components/{Company → Business/forms/Company}/rules.d.ts +3 -3
- package/dist/types/components/{Company → Business/forms/Company}/types.d.ts +10 -10
- package/dist/types/components/Business/forms/CompanyStructure/types.d.ts +12 -0
- package/dist/types/components/{CompanyStructure → Business/forms/CompanyStructure}/validate.d.ts +1 -1
- package/dist/types/components/Business/forms/CompanyType/types.d.ts +9 -0
- package/dist/types/components/{CompanyType → Business/forms/CompanyType}/validate.d.ts +1 -1
- package/dist/types/components/{TaxDocument → Business/forms/TaxDocument}/config.d.ts +1 -1
- package/dist/types/components/{TaxDocument → Business/forms/TaxDocument}/types.d.ts +4 -4
- package/dist/types/{core → components/Business}/hooks/useBusinessData/constants.d.ts +1 -1
- package/dist/types/{core → components/Business}/hooks/useBusinessData/types.d.ts +5 -5
- package/dist/types/components/{Dropins → Business/tasks}/BusinessDetailsDropin/types.d.ts +16 -16
- package/dist/types/components/Business/tasks/BusinessDetailsDropin/utils.d.ts +15 -0
- package/dist/types/components/Business/tasks/CompanyDropin/types.d.ts +10 -0
- package/dist/types/{utils → components/Business/utils}/companyUtil.d.ts +6 -6
- package/dist/types/components/ContactDetails/ContactDetails.d.ts +0 -1
- package/dist/types/components/ContactDetails/types.d.ts +2 -2
- package/dist/types/components/ContextGuidance/ContextGuidance.d.ts +2 -2
- package/dist/types/components/ContextGuidance/types.d.ts +3 -4
- package/dist/types/components/CustomerSupport/types.d.ts +0 -1
- package/dist/types/components/DocumentUpload/DocumentUpload.d.ts +1 -1
- package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +3 -3
- package/dist/types/components/Dropins/IndividualDropin/IndividualDropin.d.ts +1 -1
- package/dist/types/components/Dropins/SourceOfFundsDropin/sofStore.d.ts +3 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/utils.d.ts +1 -0
- package/dist/types/components/Dropins/types.d.ts +2 -5
- package/dist/types/components/EmbeddedDropins/CreateTransferInstrumentComponent/CreateTransferInstrumentComponent.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/IdDocumentInstantVerification.d.ts +1 -3
- package/dist/types/components/IdDocumentUpload/IdDocumentManualUpload.d.ts +1 -3
- package/dist/types/components/IdDocumentUpload/types.d.ts +0 -1
- package/dist/types/components/IdentityNumber/fieldConfig.d.ts +4 -0
- package/dist/types/components/IdentityNumber/type.d.ts +0 -2
- package/dist/types/components/Individual/IndividualExperimentWrapper.d.ts +4 -0
- package/dist/types/components/Individual/rules.d.ts +0 -1
- package/dist/types/components/Individual/types.d.ts +1 -3
- package/dist/types/components/IndividualOnfido/Individual.d.ts +1 -0
- package/dist/types/components/Name/Name.d.ts +1 -3
- package/dist/types/components/PersonalDetails/Identity/IdentityAu/DriversLicense.d.ts +1 -3
- package/dist/types/components/PersonalDetails/Identity/IdentityAu/IdentityAu.d.ts +1 -1
- package/dist/types/components/PersonalDetails/Identity/IdentityHK/IdentityHK.d.ts +1 -1
- package/dist/types/components/PersonalDetails/Identity/IdentityNZ/DriversLicense.d.ts +1 -3
- package/dist/types/components/PersonalDetails/Identity/IdentityNZ/IdentityNZ.d.ts +1 -1
- package/dist/types/components/PersonalDetails/types.d.ts +1 -0
- package/dist/types/components/PersonalDetails/validate.d.ts +19 -2
- package/dist/types/components/PhoneField/PhoneField.d.ts +4 -1
- package/dist/types/components/PhoneField/fieldConfig.d.ts +2 -1
- package/dist/types/components/PhoneField/types.d.ts +0 -1
- package/dist/types/components/RegistrationAddress/types.d.ts +0 -2
- package/dist/types/components/{SoleProp → SoleProprietorship/forms/SoleProp}/SoleProp.d.ts +2 -2
- package/dist/types/components/{SoleProp → SoleProprietorship/forms/SoleProp}/types.d.ts +11 -11
- package/dist/types/{core → components/SoleProprietorship}/hooks/useExemptSettlor.d.ts +2 -2
- package/dist/types/components/{Dropins → SoleProprietorship/tasks}/SolePropDropin/SolePropDropin.d.ts +1 -1
- package/dist/types/components/Trust/{Trust.d.ts → forms/Trust/Trust.d.ts} +1 -1
- package/dist/types/components/Trust/{rules.d.ts → forms/Trust/rules.d.ts} +1 -1
- package/dist/types/components/Trust/{types.d.ts → forms/Trust/types.d.ts} +8 -8
- package/dist/types/components/{TrustRegistrationDetails → Trust/forms/TrustRegistrationDetails}/types.d.ts +7 -7
- package/dist/types/components/{TrustRegistrationDetails → Trust/forms/TrustRegistrationDetails}/validate.d.ts +1 -1
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/convertExistingTrustMember.d.ts +1 -1
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/getAvailableRoles.d.ts +2 -2
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/types.d.ts +8 -8
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/validate.d.ts +1 -1
- package/dist/types/components/Trust/tasks/RoleAndTypeDropin/formatRoleAndEntityTypeSummary.d.ts +5 -0
- package/dist/types/components/{Dropins → Trust/tasks}/RoleAndTypeDropin/types.d.ts +4 -4
- package/dist/types/components/{Dropins → Trust/tasks}/TrustDropin/TrustDropin.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/CompanyTrustMemberTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/ExemptSettlorTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/RegularTrustMemberTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/RootTrusteeTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/types.d.ts +5 -5
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/addOrUpdateAssociatedTrustMember.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/addOrUpdateUndefinedBeneficiary.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/createExemptSettlor.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/deleteAssociatedTrustMember.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/deleteUndefinedBeneficiary.d.ts +2 -2
- package/dist/types/{utils → components/Trust/utils}/trustUtil.d.ts +7 -7
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/updateExemptSettlorName.d.ts +2 -2
- package/dist/types/components/index.d.ts +5 -5
- package/dist/types/components/ui/atoms/Svg/svgs.d.ts +2 -2
- package/dist/types/components/ui/molecules/Dropzone/types.d.ts +4 -0
- package/dist/types/core/analytics.d.ts +3 -6
- package/dist/types/core/context/ConfigurationApiContext/ConfigurationApiContext.d.ts +2 -2
- package/dist/types/core/context/CoreContext.d.ts +1 -1
- package/dist/types/core/context/ExperimentContext/types.d.ts +5 -2
- package/dist/types/core/context/FormContext/FormContext.d.ts +2 -0
- package/dist/types/core/context/FormContext/FormContextProvider.d.ts +3 -0
- package/dist/types/core/context/FormContext/types.d.ts +10 -0
- package/dist/types/core/context/FormContext/useFormContext.d.ts +3 -0
- package/dist/types/core/context/StateContext/types.d.ts +10 -10
- package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +1 -1
- package/dist/types/core/hooks/useComponentApi.d.ts +0 -1
- package/dist/types/core/hooks/useFormComposer.d.ts +6 -3
- package/dist/types/core/hooks/useMultiForm/reducer.d.ts +89 -0
- package/dist/types/core/hooks/useMultiForm/types.d.ts +151 -0
- package/dist/types/core/hooks/useMultiForm/useMultiForm.d.ts +2 -0
- package/dist/types/core/hooks/useMultiForm/useMultiFormAsyncValidator.d.ts +16 -0
- package/dist/types/core/hooks/useMultiForm/useMultiFormStaticValidator.d.ts +8 -0
- package/dist/types/core/hooks/useMultiForm/utils.d.ts +13 -0
- package/dist/types/core/hooks/useScenarioConfiguration.d.ts +1 -1
- package/dist/types/core/models/api/get-bankVerification-providers.d.ts +1 -1
- package/dist/types/core/models/api/get-configuration.d.ts +1 -1
- package/dist/types/core/models/api/legal-entity-association.d.ts +1 -1
- package/dist/types/core/models/api/source-of-funds.d.ts +4 -0
- package/dist/types/core/models/api/trusted-transferInstrument.d.ts +1 -1
- package/dist/types/core/models/payout-account.d.ts +2 -2
- package/dist/types/core/process-field-configurations.d.ts +9 -10
- package/dist/types/core/services/componentApi/update-source-of-funds.d.ts +2 -2
- package/dist/types/core/user-events.d.ts +5 -0
- package/dist/types/datasets/accountFormats/getAccountFormatForCountry.d.ts +2 -2
- package/dist/types/stores/globalStore/calculateTaskStatus.d.ts +1 -1
- package/dist/types/stores/globalStore/determineTaskIdentifiers.d.ts +1 -1
- package/dist/types/stores/globalStore/globalStore.d.ts +1 -1
- package/dist/types/utils/api/documentUtils.d.ts +1 -1
- package/dist/types/utils/entityStatusUtil.d.ts +1 -1
- package/dist/types/utils/getFieldsWithExistingData.d.ts +4 -4
- package/dist/types/utils/getSSNType.d.ts +2 -0
- package/dist/types/utils/mapping/businessDetails/mapBusinessDetailsSchemaToLegalEntity.d.ts +1 -1
- package/dist/types/utils/mapping/businessDetails/mapLegalEntityToBusinessDetailsSchema.d.ts +1 -1
- package/dist/types/utils/mapping/componentApiMapping.d.ts +33 -33
- package/dist/types/utils/mapping/mapping.d.ts +6 -6
- package/dist/types/utils/mapping/trustMembers/getTrustMembers.d.ts +1 -1
- package/dist/types/utils/mapping/trustMembers/mapEntityAssociationsToTrustMembers.d.ts +1 -1
- package/dist/types/utils/mapping/trustMembers/mapRootLegalEntityToTrustMember.d.ts +1 -1
- package/dist/types/utils/mapping/trustMembers/mapUndefinedBeneficiaryInfoToTrustMembers.d.ts +1 -1
- package/dist/types/utils/trackNavigation.d.ts +2 -2
- package/dist/types/utils/validation/types.d.ts +1 -1
- package/dist/types/utils/validation/validationResult.d.ts +2 -0
- package/dist/types/utils/verification/helpers/verifyIdNumber.d.ts +9 -2
- package/package.json +3 -1
- package/dist/types/components/AdditionalInformation/types.d.ts +0 -26
- package/dist/types/components/AutoResizer/AutoResizer.d.ts +0 -56
- package/dist/types/components/CompanyStructure/types.d.ts +0 -12
- package/dist/types/components/CompanyType/types.d.ts +0 -9
- package/dist/types/components/Dropins/BusinessDetailsDropin/utils.d.ts +0 -15
- package/dist/types/components/Dropins/CompanyDropin/types.d.ts +0 -10
- package/dist/types/components/Dropins/RoleAndTypeDropin/formatRoleAndEntityTypeSummary.d.ts +0 -5
- package/dist/types/components/Iban/ibanValidator.d.ts +0 -3
- package/dist/types/components/Individual/validators.d.ts +0 -16
- package/dist/types/components/PhoneField/PhoneFieldExperimentWrapper.d.ts +0 -8
- package/dist/types/components/PhoneInput/PhoneInput.d.ts +0 -8
- package/dist/types/components/PhoneInput/PhoneInput.types.d.ts +0 -8
- package/dist/types/components/PhoneInput/validate.d.ts +0 -6
- package/dist/types/core/services/componentApi/get-onboarding-status.d.ts +0 -4
- package/dist/types/utils/verification/verificationUtils.d.ts +0 -17
- package/dist/types/components/{BankAccountFormat → BankAccount/fields/BankAccountFormat}/BankAccountFormat.d.ts +0 -0
- package/dist/types/components/{BankAccountFormat → BankAccount/fields/BankAccountFormat}/types.d.ts +0 -0
- package/dist/types/components/{BankAccountNumber → BankAccount/fields/BankAccountNumber}/BankAccountNumber.d.ts +0 -0
- package/dist/types/components/{BankCity → BankAccount/fields/BankCity}/BankCity.d.ts +0 -0
- package/dist/types/components/{BankCode → BankAccount/fields/BankCode}/BankCode.d.ts +0 -0
- package/dist/types/components/{BankName → BankAccount/fields/BankName}/BankName.d.ts +0 -0
- package/dist/types/components/{BranchCode → BankAccount/fields/BranchCode}/BranchCode.d.ts +0 -0
- package/dist/types/components/{Iban → BankAccount/fields/Iban}/Iban.d.ts +0 -0
- package/dist/types/components/{SwiftCode → BankAccount/fields/SwiftCode}/SwiftCode.d.ts +0 -0
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/BankDocument.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/BankVerification.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/verification/widget/BankVerificationWidget.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/verification/widget/iframeWidget.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/verification/widget/types.d.ts +0 -0
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/CheckGuidance/CheckGuidance.d.ts +0 -0
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/PayoutAccount.d.ts +0 -0
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/PayoutDetails.d.ts +0 -0
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/utils.d.ts +0 -0
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/PayoutVerificationMethod.d.ts +1 -1
- /package/dist/types/components/{AdditionalInformation → Business/forms/AdditionalInformation}/AdditionalInformation.d.ts +0 -0
- /package/dist/types/components/{BasicInformation → Business/forms/BasicInformation}/BasicInformation.d.ts +0 -0
- /package/dist/types/components/{BusinessDetails → Business/forms/BusinessDetails}/BusinessDetails.d.ts +0 -0
- /package/dist/types/components/{BusinessMismatchModal → Business/forms/BusinessMismatchModal}/BusinessMismatchModal.d.ts +0 -0
- /package/dist/types/components/{BusinessSelection → Business/forms/BusinessSelection}/BusinessSelection.d.ts +0 -0
- /package/dist/types/components/{CompanyStructure → Business/forms/CompanyStructure}/CompanyStructure.d.ts +0 -0
- /package/dist/types/components/{CompanyType → Business/forms/CompanyType}/CompanyType.d.ts +0 -0
- /package/dist/types/components/{TaxDocument → Business/forms/TaxDocument}/TaxDocument.d.ts +0 -0
- /package/dist/types/{core → components/Business}/hooks/useBusinessData/useBusinessData.d.ts +0 -0
- /package/dist/types/components/{Dropins → Business/tasks}/BusinessDetailsDropin/BusinessDetailsDropin.d.ts +0 -0
- /package/dist/types/components/{Dropins → Business/tasks}/CompanyDropin/CompanyDropin.d.ts +0 -0
- /package/dist/types/components/{TrustRegistrationDetails → Trust/forms/TrustRegistrationDetails}/TrustRegistrationDetails.d.ts +0 -0
- /package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/TrustRoleAndEntityType.d.ts +0 -0
- /package/dist/types/components/{Dropins → Trust/tasks}/RoleAndTypeDropin/RoleAndTypeDropin.d.ts +0 -0
- /package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/TrustMembersOverview.d.ts +0 -0
- /package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/UndefinedBeneficiaryTaskItem.d.ts +0 -0
package/dist/style.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/* #region Borders */
|
|
2
2
|
/* #endregion */
|
|
3
|
+
/* for container queries */
|
|
3
4
|
/* #region Z-index */
|
|
4
5
|
/* #endregion */
|
|
5
6
|
/* #region Timing functions */
|
|
@@ -22,8 +23,10 @@
|
|
|
22
23
|
.adyen-kyc-summary-section {
|
|
23
24
|
margin-bottom: var(--adyen-sdk-spacer-090, 24px);
|
|
24
25
|
}
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
@container main (min-width: 1024px) {
|
|
27
|
+
.adyen-kyc-summary-section {
|
|
28
|
+
padding-left: var(--adyen-sdk-spacer-120, 48px);
|
|
29
|
+
}
|
|
27
30
|
}
|
|
28
31
|
.adyen-kyc-summary-section__header {
|
|
29
32
|
display: flex;
|
|
@@ -43,8 +46,10 @@
|
|
|
43
46
|
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
44
47
|
margin-bottom: var(--adyen-sdk-spacer-060, 12px);
|
|
45
48
|
}
|
|
46
|
-
|
|
47
|
-
|
|
49
|
+
@container main (max-width: 680px) {
|
|
50
|
+
.adyen-kyc-summary-section__field {
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
}
|
|
48
53
|
}
|
|
49
54
|
.adyen-kyc-summary-section__field:last-child {
|
|
50
55
|
margin-bottom: var(--adyen-sdk-spacer-000, 0px);
|
|
@@ -59,8 +64,10 @@
|
|
|
59
64
|
.adyen-kyc-summary-section__data {
|
|
60
65
|
margin: var(--adyen-sdk-spacer-000, 0px);
|
|
61
66
|
}
|
|
62
|
-
|
|
63
|
-
|
|
67
|
+
@container main (max-width: 680px) {
|
|
68
|
+
.adyen-kyc-summary-section__data {
|
|
69
|
+
margin-top: var(--adyen-sdk-spacer-010, 2px);
|
|
70
|
+
}
|
|
64
71
|
}
|
|
65
72
|
.adyen-kyc-summary__legal-caption {
|
|
66
73
|
color: var(--adyen-sdk-color-label-secondary, #5c687c);
|
|
@@ -70,6 +77,7 @@
|
|
|
70
77
|
line-height: var(--adyen-sdk-text-caption-line-height, 18px);
|
|
71
78
|
}/* #region Borders */
|
|
72
79
|
/* #endregion */
|
|
80
|
+
/* for container queries */
|
|
73
81
|
/* #region Z-index */
|
|
74
82
|
/* #endregion */
|
|
75
83
|
/* #region Timing functions */
|
|
@@ -218,6 +226,7 @@ button[disabled]:hover {
|
|
|
218
226
|
color: var(--adyen-sdk-color-label-disabled, #8d95a3);
|
|
219
227
|
}/* #region Borders */
|
|
220
228
|
/* #endregion */
|
|
229
|
+
/* for container queries */
|
|
221
230
|
/* #region Z-index */
|
|
222
231
|
/* #endregion */
|
|
223
232
|
/* #region Timing functions */
|
|
@@ -296,6 +305,7 @@ button[disabled]:hover {
|
|
|
296
305
|
display: inline-block;
|
|
297
306
|
}/* #region Borders */
|
|
298
307
|
/* #endregion */
|
|
308
|
+
/* for container queries */
|
|
299
309
|
/* #region Z-index */
|
|
300
310
|
/* #endregion */
|
|
301
311
|
/* #region Timing functions */
|
|
@@ -379,6 +389,7 @@ button[disabled]:hover {
|
|
|
379
389
|
margin-bottom: var(--adyen-sdk-spacer-080, 20px);
|
|
380
390
|
}/* #region Borders */
|
|
381
391
|
/* #endregion */
|
|
392
|
+
/* for container queries */
|
|
382
393
|
/* #region Z-index */
|
|
383
394
|
/* #endregion */
|
|
384
395
|
/* #region Timing functions */
|
|
@@ -683,6 +694,7 @@ button[disabled]:hover {
|
|
|
683
694
|
padding-left: var(--adyen-sdk-spacer-070, 16px);
|
|
684
695
|
}/* #region Borders */
|
|
685
696
|
/* #endregion */
|
|
697
|
+
/* for container queries */
|
|
686
698
|
/* #region Z-index */
|
|
687
699
|
/* #endregion */
|
|
688
700
|
/* #region Timing functions */
|
|
@@ -878,6 +890,7 @@ button[disabled]:hover {
|
|
|
878
890
|
right: 32px;
|
|
879
891
|
}/* #region Borders */
|
|
880
892
|
/* #endregion */
|
|
893
|
+
/* for container queries */
|
|
881
894
|
/* #region Z-index */
|
|
882
895
|
/* #endregion */
|
|
883
896
|
/* #region Timing functions */
|
|
@@ -955,6 +968,7 @@ button[disabled]:hover {
|
|
|
955
968
|
display: flex;
|
|
956
969
|
}/* #region Borders */
|
|
957
970
|
/* #endregion */
|
|
971
|
+
/* for container queries */
|
|
958
972
|
/* #region Z-index */
|
|
959
973
|
/* #endregion */
|
|
960
974
|
/* #region Timing functions */
|
|
@@ -1013,9 +1027,11 @@ button[disabled]:hover {
|
|
|
1013
1027
|
line-height: var(--adyen-sdk-text-title-line-height, 26px);
|
|
1014
1028
|
letter-spacing: var(--adyen-sdk-text-title-letter-spacing, 0);
|
|
1015
1029
|
}
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1030
|
+
@container main (max-width: 680px) {
|
|
1031
|
+
.adyen-kyc-typography--title {
|
|
1032
|
+
font-size: var(--adyen-sdk-text-title-mobile-font-size, 16px);
|
|
1033
|
+
line-height: var(--adyen-sdk-text-title-mobile-line-height, 26px);
|
|
1034
|
+
}
|
|
1019
1035
|
}
|
|
1020
1036
|
.adyen-kyc-typography--title-m {
|
|
1021
1037
|
font-size: var(--adyen-sdk-text-title-m-font-size, 20px);
|
|
@@ -1024,9 +1040,11 @@ button[disabled]:hover {
|
|
|
1024
1040
|
line-height: var(--adyen-sdk-text-title-m-line-height, 30px);
|
|
1025
1041
|
letter-spacing: var(--adyen-sdk-text-title-m-letter-spacing, 0);
|
|
1026
1042
|
}
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1043
|
+
@container main (max-width: 680px) {
|
|
1044
|
+
.adyen-kyc-typography--title-m {
|
|
1045
|
+
font-size: var(--adyen-sdk-text-title-m-mobile-font-size, 18px);
|
|
1046
|
+
line-height: var(--adyen-sdk-text-title-m-mobile-line-height, 28px);
|
|
1047
|
+
}
|
|
1030
1048
|
}
|
|
1031
1049
|
.adyen-kyc-typography--title-l {
|
|
1032
1050
|
font-size: var(--adyen-sdk-text-title-l-font-size, 24px);
|
|
@@ -1035,9 +1053,11 @@ button[disabled]:hover {
|
|
|
1035
1053
|
line-height: var(--adyen-sdk-text-title-l-line-height, 34px);
|
|
1036
1054
|
letter-spacing: var(--adyen-sdk-text-title-l-letter-spacing, 0);
|
|
1037
1055
|
}
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1056
|
+
@container main (max-width: 680px) {
|
|
1057
|
+
.adyen-kyc-typography--title-l {
|
|
1058
|
+
font-size: var(--adyen-sdk-text-title-l-mobile-font-size, 20px);
|
|
1059
|
+
line-height: var(--adyen-sdk-text-title-l-mobile-line-height, 30px);
|
|
1060
|
+
}
|
|
1041
1061
|
}
|
|
1042
1062
|
.adyen-kyc-typography--primary {
|
|
1043
1063
|
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
@@ -1138,6 +1158,7 @@ button[disabled]:hover {
|
|
|
1138
1158
|
z-index: 0;
|
|
1139
1159
|
}/* #region Borders */
|
|
1140
1160
|
/* #endregion */
|
|
1161
|
+
/* for container queries */
|
|
1141
1162
|
/* #region Z-index */
|
|
1142
1163
|
/* #endregion */
|
|
1143
1164
|
/* #region Timing functions */
|
|
@@ -1161,6 +1182,7 @@ button[disabled]:hover {
|
|
|
1161
1182
|
line-height: var(--adyen-sdk-text-title-line-height, 26px);
|
|
1162
1183
|
}/* #region Borders */
|
|
1163
1184
|
/* #endregion */
|
|
1185
|
+
/* for container queries */
|
|
1164
1186
|
/* #region Z-index */
|
|
1165
1187
|
/* #endregion */
|
|
1166
1188
|
/* #region Timing functions */
|
|
@@ -1288,18 +1310,21 @@ button[disabled]:hover {
|
|
|
1288
1310
|
right: 0;
|
|
1289
1311
|
}
|
|
1290
1312
|
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
.adyen-layout-md .adyen-kyc-field-wrapper {
|
|
1296
|
-
flex-wrap: nowrap;
|
|
1297
|
-
}
|
|
1298
|
-
.adyen-layout-md .adyen-kyc-field-wrapper > .adyen-kyc-field:first-child {
|
|
1299
|
-
margin-right: var(--adyen-sdk-spacer-040, 8px);
|
|
1313
|
+
@container main (max-width: 680px) {
|
|
1314
|
+
[class*=adyen-kyc-field--col-] {
|
|
1315
|
+
width: 100%;
|
|
1316
|
+
}
|
|
1300
1317
|
}
|
|
1301
|
-
|
|
1302
|
-
|
|
1318
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
1319
|
+
.adyen-kyc-field-wrapper {
|
|
1320
|
+
flex-wrap: nowrap;
|
|
1321
|
+
}
|
|
1322
|
+
.adyen-kyc-field-wrapper > .adyen-kyc-field:first-child {
|
|
1323
|
+
margin-right: var(--adyen-sdk-spacer-040, 8px);
|
|
1324
|
+
}
|
|
1325
|
+
.adyen-kyc-field-wrapper > .adyen-kyc-field:nth-child(2) {
|
|
1326
|
+
margin-left: var(--adyen-sdk-spacer-040, 8px);
|
|
1327
|
+
}
|
|
1303
1328
|
}.adyen-kyc-company-registration-details fieldset {
|
|
1304
1329
|
border: 0;
|
|
1305
1330
|
padding: 0;
|
|
@@ -1351,6 +1376,7 @@ button[disabled]:hover {
|
|
|
1351
1376
|
color: inherit;
|
|
1352
1377
|
}/* #region Borders */
|
|
1353
1378
|
/* #endregion */
|
|
1379
|
+
/* for container queries */
|
|
1354
1380
|
/* #region Z-index */
|
|
1355
1381
|
/* #endregion */
|
|
1356
1382
|
/* #region Timing functions */
|
|
@@ -1487,6 +1513,7 @@ button[disabled]:hover {
|
|
|
1487
1513
|
font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
|
|
1488
1514
|
}/* #region Borders */
|
|
1489
1515
|
/* #endregion */
|
|
1516
|
+
/* for container queries */
|
|
1490
1517
|
/* #region Z-index */
|
|
1491
1518
|
/* #endregion */
|
|
1492
1519
|
/* #region Timing functions */
|
|
@@ -1505,8 +1532,10 @@ button[disabled]:hover {
|
|
|
1505
1532
|
padding-right: var(--adyen-sdk-spacer-070, 16px);
|
|
1506
1533
|
margin-bottom: var(--adyen-sdk-spacer-070, 16px);
|
|
1507
1534
|
}
|
|
1508
|
-
|
|
1509
|
-
|
|
1535
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
1536
|
+
.adyen-kyc-radio-group-card__label {
|
|
1537
|
+
padding-right: var(--adyen-sdk-spacer-000, 0px);
|
|
1538
|
+
}
|
|
1510
1539
|
}
|
|
1511
1540
|
.adyen-kyc-radio-group-card__subtitle {
|
|
1512
1541
|
color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
|
|
@@ -1532,6 +1561,7 @@ button[disabled]:hover {
|
|
|
1532
1561
|
top: var(--adyen-sdk-spacer-070, 16px);
|
|
1533
1562
|
}/* #region Borders */
|
|
1534
1563
|
/* #endregion */
|
|
1564
|
+
/* for container queries */
|
|
1535
1565
|
/* #region Z-index */
|
|
1536
1566
|
/* #endregion */
|
|
1537
1567
|
/* #region Timing functions */
|
|
@@ -1585,6 +1615,7 @@ button[disabled]:hover {
|
|
|
1585
1615
|
margin-bottom: var(--adyen-sdk-spacer-040, 8px);
|
|
1586
1616
|
}/* #region Borders */
|
|
1587
1617
|
/* #endregion */
|
|
1618
|
+
/* for container queries */
|
|
1588
1619
|
/* #region Z-index */
|
|
1589
1620
|
/* #endregion */
|
|
1590
1621
|
/* #region Timing functions */
|
|
@@ -1601,7 +1632,7 @@ button[disabled]:hover {
|
|
|
1601
1632
|
grid-template-columns: repeat(auto-fill, 50%);
|
|
1602
1633
|
}
|
|
1603
1634
|
|
|
1604
|
-
@container (min-width:
|
|
1635
|
+
@container main (min-width: 680px) {
|
|
1605
1636
|
.adyen-kyc-document-guidance__container {
|
|
1606
1637
|
grid-template-columns: repeat(auto-fill, 25%);
|
|
1607
1638
|
}
|
|
@@ -1612,7 +1643,7 @@ button[disabled]:hover {
|
|
|
1612
1643
|
align-items: center;
|
|
1613
1644
|
margin: var(--adyen-sdk-spacer-060, 12px);
|
|
1614
1645
|
}
|
|
1615
|
-
@container (max-width:
|
|
1646
|
+
@container main (max-width: 680px) {
|
|
1616
1647
|
.adyen-kyc-document-guidance__item .adyen-kyc-document-guidance__container {
|
|
1617
1648
|
margin: var(--adyen-sdk-spacer-000, 0px);
|
|
1618
1649
|
}
|
|
@@ -1644,6 +1675,7 @@ button[disabled]:hover {
|
|
|
1644
1675
|
background-color: var(--adyen-sdk-color-background-critical-strong, #e22d2d);
|
|
1645
1676
|
}/* #region Borders */
|
|
1646
1677
|
/* #endregion */
|
|
1678
|
+
/* for container queries */
|
|
1647
1679
|
/* #region Z-index */
|
|
1648
1680
|
/* #endregion */
|
|
1649
1681
|
/* #region Timing functions */
|
|
@@ -1696,6 +1728,7 @@ button[disabled]:hover {
|
|
|
1696
1728
|
margin-top: var(--adyen-sdk-spacer-040, 8px);
|
|
1697
1729
|
}/* #region Borders */
|
|
1698
1730
|
/* #endregion */
|
|
1731
|
+
/* for container queries */
|
|
1699
1732
|
/* #region Z-index */
|
|
1700
1733
|
/* #endregion */
|
|
1701
1734
|
/* #region Timing functions */
|
|
@@ -1758,6 +1791,7 @@ button[disabled]:hover {
|
|
|
1758
1791
|
margin: var(--adyen-sdk-spacer-060, 12px) 0;
|
|
1759
1792
|
}/* #region Borders */
|
|
1760
1793
|
/* #endregion */
|
|
1794
|
+
/* for container queries */
|
|
1761
1795
|
/* #region Z-index */
|
|
1762
1796
|
/* #endregion */
|
|
1763
1797
|
/* #region Timing functions */
|
|
@@ -1802,6 +1836,7 @@ button[disabled]:hover {
|
|
|
1802
1836
|
list-style-type: decimal;
|
|
1803
1837
|
}/* #region Borders */
|
|
1804
1838
|
/* #endregion */
|
|
1839
|
+
/* for container queries */
|
|
1805
1840
|
/* #region Z-index */
|
|
1806
1841
|
/* #endregion */
|
|
1807
1842
|
/* #region Timing functions */
|
|
@@ -1819,15 +1854,17 @@ fieldset {
|
|
|
1819
1854
|
flex-direction: column;
|
|
1820
1855
|
gap: 0;
|
|
1821
1856
|
}
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1857
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
1858
|
+
.adyen-kyc-address__condensed-fields {
|
|
1859
|
+
flex-direction: row;
|
|
1860
|
+
gap: var(--adyen-sdk-spacer-080, 20px);
|
|
1861
|
+
}
|
|
1862
|
+
.adyen-kyc-address__condensed-fields > *:first-child {
|
|
1863
|
+
flex: 0 0 50%;
|
|
1864
|
+
}
|
|
1865
|
+
.adyen-kyc-address__condensed-fields > *:not(:first-child) {
|
|
1866
|
+
flex: 1;
|
|
1867
|
+
}
|
|
1831
1868
|
}
|
|
1832
1869
|
|
|
1833
1870
|
.adyen-kyc-search-address {
|
|
@@ -1867,6 +1904,7 @@ fieldset {
|
|
|
1867
1904
|
text-align: center;
|
|
1868
1905
|
}/* #region Borders */
|
|
1869
1906
|
/* #endregion */
|
|
1907
|
+
/* for container queries */
|
|
1870
1908
|
/* #region Z-index */
|
|
1871
1909
|
/* #endregion */
|
|
1872
1910
|
/* #region Timing functions */
|
|
@@ -1880,8 +1918,10 @@ fieldset {
|
|
|
1880
1918
|
.adyen-kyc-id-verification {
|
|
1881
1919
|
min-height: 250px;
|
|
1882
1920
|
}
|
|
1883
|
-
|
|
1884
|
-
|
|
1921
|
+
@container main (max-width: 680px) {
|
|
1922
|
+
.adyen-kyc-id-verification {
|
|
1923
|
+
height: 380px;
|
|
1924
|
+
}
|
|
1885
1925
|
}
|
|
1886
1926
|
.adyen-kyc-id-verification .onfido-sdk-ui-Modal-inner {
|
|
1887
1927
|
border: 0 !important;
|
|
@@ -1937,6 +1977,7 @@ fieldset {
|
|
|
1937
1977
|
margin-bottom: var(--adyen-sdk-spacer-040, 8px);
|
|
1938
1978
|
}/* #region Borders */
|
|
1939
1979
|
/* #endregion */
|
|
1980
|
+
/* for container queries */
|
|
1940
1981
|
/* #region Z-index */
|
|
1941
1982
|
/* #endregion */
|
|
1942
1983
|
/* #region Timing functions */
|
|
@@ -2061,6 +2102,7 @@ fieldset {
|
|
|
2061
2102
|
margin-bottom: var(--adyen-sdk-spacer-070, 16px);
|
|
2062
2103
|
}/* #region Borders */
|
|
2063
2104
|
/* #endregion */
|
|
2105
|
+
/* for container queries */
|
|
2064
2106
|
/* #region Z-index */
|
|
2065
2107
|
/* #endregion */
|
|
2066
2108
|
/* #region Timing functions */
|
|
@@ -2092,40 +2134,7 @@ fieldset {
|
|
|
2092
2134
|
flex: 1;
|
|
2093
2135
|
}/* #region Borders */
|
|
2094
2136
|
/* #endregion */
|
|
2095
|
-
/*
|
|
2096
|
-
/* #endregion */
|
|
2097
|
-
/* #region Timing functions */
|
|
2098
|
-
/* #endregion */
|
|
2099
|
-
/* #region Inline components */
|
|
2100
|
-
/* #endregion */
|
|
2101
|
-
.adyen-action-bar {
|
|
2102
|
-
background-color: var(--adyen-sdk-color-background-primary, #ffffff);
|
|
2103
|
-
display: flex;
|
|
2104
|
-
align-items: center;
|
|
2105
|
-
margin: var(--adyen-sdk-spacer-120, 48px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
|
|
2106
|
-
}
|
|
2107
|
-
.adyen-layout-xs-only .adyen-action-bar {
|
|
2108
|
-
flex-direction: column;
|
|
2109
|
-
gap: var(--adyen-sdk-spacer-040, 8px);
|
|
2110
|
-
}
|
|
2111
|
-
.adyen-layout-md .adyen-action-bar {
|
|
2112
|
-
flex-flow: row-reverse;
|
|
2113
|
-
justify-content: space-between;
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
|
-
.adyen-action-bar__action {
|
|
2117
|
-
display: flex;
|
|
2118
|
-
align-items: center;
|
|
2119
|
-
gap: var(--adyen-sdk-spacer-040, 8px);
|
|
2120
|
-
}
|
|
2121
|
-
.adyen-layout-xs-only .adyen-action-bar__action {
|
|
2122
|
-
width: 100%;
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
.adyen-action-bar__button {
|
|
2126
|
-
flex: 1;
|
|
2127
|
-
}/* #region Borders */
|
|
2128
|
-
/* #endregion */
|
|
2137
|
+
/* for container queries */
|
|
2129
2138
|
/* #region Z-index */
|
|
2130
2139
|
/* #endregion */
|
|
2131
2140
|
/* #region Timing functions */
|
|
@@ -2147,8 +2156,10 @@ fieldset {
|
|
|
2147
2156
|
.adyen-kyc-bank-verification-widget-container--plaid-modal {
|
|
2148
2157
|
height: 650px;
|
|
2149
2158
|
}
|
|
2150
|
-
|
|
2151
|
-
|
|
2159
|
+
@container main (max-width: 680px) {
|
|
2160
|
+
.adyen-kyc-bank-verification-widget-container--plaid-modal {
|
|
2161
|
+
height: 500px;
|
|
2162
|
+
}
|
|
2152
2163
|
}
|
|
2153
2164
|
.adyen-kyc-bank-verification-widget-container--fullscreen {
|
|
2154
2165
|
position: fixed;
|
|
@@ -2174,6 +2185,47 @@ fieldset {
|
|
|
2174
2185
|
to {
|
|
2175
2186
|
opacity: 1;
|
|
2176
2187
|
}
|
|
2188
|
+
}/* #region Borders */
|
|
2189
|
+
/* #endregion */
|
|
2190
|
+
/* for container queries */
|
|
2191
|
+
/* #region Z-index */
|
|
2192
|
+
/* #endregion */
|
|
2193
|
+
/* #region Timing functions */
|
|
2194
|
+
/* #endregion */
|
|
2195
|
+
/* #region Inline components */
|
|
2196
|
+
/* #endregion */
|
|
2197
|
+
.adyen-action-bar {
|
|
2198
|
+
background-color: var(--adyen-sdk-color-background-primary, #ffffff);
|
|
2199
|
+
display: flex;
|
|
2200
|
+
align-items: center;
|
|
2201
|
+
margin: var(--adyen-sdk-spacer-120, 48px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
|
|
2202
|
+
}
|
|
2203
|
+
@container main (max-width: 680px) {
|
|
2204
|
+
.adyen-action-bar {
|
|
2205
|
+
flex-direction: column;
|
|
2206
|
+
gap: var(--adyen-sdk-spacer-040, 8px);
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2210
|
+
.adyen-action-bar {
|
|
2211
|
+
flex-flow: row-reverse;
|
|
2212
|
+
justify-content: space-between;
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.adyen-action-bar__action {
|
|
2217
|
+
display: flex;
|
|
2218
|
+
align-items: center;
|
|
2219
|
+
gap: var(--adyen-sdk-spacer-040, 8px);
|
|
2220
|
+
}
|
|
2221
|
+
@container main (max-width: 680px) {
|
|
2222
|
+
.adyen-action-bar__action {
|
|
2223
|
+
width: 100%;
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
.adyen-action-bar__button {
|
|
2228
|
+
flex: 1;
|
|
2177
2229
|
}.adyen-kyc-check-guidance {
|
|
2178
2230
|
margin: var(--adyen-sdk-spacer-090, 24px) 0 var(--adyen-sdk-spacer-030, 6px);
|
|
2179
2231
|
position: relative;
|
|
@@ -2193,6 +2245,7 @@ fieldset {
|
|
|
2193
2245
|
fill: var(--adyen-sdk-color-label-highlight, #0070f5);
|
|
2194
2246
|
}/* #region Borders */
|
|
2195
2247
|
/* #endregion */
|
|
2248
|
+
/* for container queries */
|
|
2196
2249
|
/* #region Z-index */
|
|
2197
2250
|
/* #endregion */
|
|
2198
2251
|
/* #region Timing functions */
|
|
@@ -2203,14 +2256,18 @@ fieldset {
|
|
|
2203
2256
|
display: flex;
|
|
2204
2257
|
gap: var(--adyen-sdk-spacer-060, 12px);
|
|
2205
2258
|
}
|
|
2206
|
-
|
|
2207
|
-
|
|
2259
|
+
@container main (max-width: 680px) {
|
|
2260
|
+
.adyen-kyc-field-verification-methods {
|
|
2261
|
+
flex-direction: column;
|
|
2262
|
+
}
|
|
2208
2263
|
}
|
|
2209
2264
|
.adyen-kyc-field-verification-methods__card {
|
|
2210
2265
|
display: flex;
|
|
2211
2266
|
}
|
|
2212
|
-
|
|
2213
|
-
|
|
2267
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2268
|
+
.adyen-kyc-field-verification-methods__card {
|
|
2269
|
+
display: block;
|
|
2270
|
+
}
|
|
2214
2271
|
}
|
|
2215
2272
|
.adyen-kyc-field-verification-methods .adyen-kyc-radio-card {
|
|
2216
2273
|
width: 100%;
|
|
@@ -2218,16 +2275,20 @@ fieldset {
|
|
|
2218
2275
|
.adyen-kyc-field-verification-methods .adyen-kyc-radio-card__icon {
|
|
2219
2276
|
display: none;
|
|
2220
2277
|
}
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2278
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2279
|
+
.adyen-kyc-field-verification-methods .adyen-kyc-radio-card__icon {
|
|
2280
|
+
display: block;
|
|
2281
|
+
margin-right: var(--adyen-sdk-spacer-000, 0px);
|
|
2282
|
+
width: auto;
|
|
2283
|
+
}
|
|
2225
2284
|
}
|
|
2226
2285
|
.adyen-kyc-field-verification-methods .adyen-kyc-radio-card__content {
|
|
2227
2286
|
width: 100%;
|
|
2228
2287
|
}
|
|
2229
|
-
|
|
2230
|
-
|
|
2288
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2289
|
+
.adyen-kyc-field-verification-methods .adyen-kyc-radio-card__content {
|
|
2290
|
+
width: auto;
|
|
2291
|
+
}
|
|
2231
2292
|
}
|
|
2232
2293
|
.adyen-kyc-field-verification-methods__footer {
|
|
2233
2294
|
align-items: center;
|
|
@@ -2247,8 +2308,10 @@ fieldset {
|
|
|
2247
2308
|
.adyen-kyc-radio-group-card__illustration svg {
|
|
2248
2309
|
height: 75px;
|
|
2249
2310
|
}
|
|
2250
|
-
|
|
2251
|
-
|
|
2311
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2312
|
+
.adyen-kyc-radio-group-card__illustration svg {
|
|
2313
|
+
height: 125px;
|
|
2314
|
+
}
|
|
2252
2315
|
}
|
|
2253
2316
|
|
|
2254
2317
|
.adyen-kyc-instant-verification-error {
|
|
@@ -2265,8 +2328,10 @@ fieldset {
|
|
|
2265
2328
|
.adyen-kyc-payout-verification-method__image svg {
|
|
2266
2329
|
height: 125px;
|
|
2267
2330
|
}
|
|
2268
|
-
|
|
2269
|
-
|
|
2331
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2332
|
+
.adyen-kyc-payout-verification-method__image svg {
|
|
2333
|
+
height: 150px;
|
|
2334
|
+
}
|
|
2270
2335
|
}
|
|
2271
2336
|
.adyen-kyc-payout-verification-method__description {
|
|
2272
2337
|
margin: var(--adyen-sdk-spacer-040, 8px) 0 var(--adyen-sdk-spacer-120, 48px);
|
|
@@ -2292,96 +2357,14 @@ fieldset {
|
|
|
2292
2357
|
gap: var(--adyen-sdk-spacer-040, 8px);
|
|
2293
2358
|
}/* #region Borders */
|
|
2294
2359
|
/* #endregion */
|
|
2360
|
+
/* for container queries */
|
|
2295
2361
|
/* #region Z-index */
|
|
2296
2362
|
/* #endregion */
|
|
2297
2363
|
/* #region Timing functions */
|
|
2298
2364
|
/* #endregion */
|
|
2299
2365
|
/* #region Inline components */
|
|
2300
2366
|
/* #endregion */
|
|
2301
|
-
.adyen-kyc-
|
|
2302
|
-
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2303
|
-
font-family: var(--adyen-sdk-text-body-font-family, 'Adyen Variable', Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
|
|
2304
|
-
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
2305
|
-
font-weight: var(--adyen-sdk-text-body-font-weight, 400);
|
|
2306
|
-
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
2307
|
-
background-color: var(--adyen-sdk-color-background-primary, #ffffff);
|
|
2308
|
-
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
|
|
2309
|
-
border-radius: var(--adyen-sdk-border-radius-l, 12px);
|
|
2310
|
-
display: block;
|
|
2311
|
-
outline: none;
|
|
2312
|
-
}
|
|
2313
|
-
.adyen-kyc-card--secondary {
|
|
2314
|
-
background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
.adyen-kyc-card.adyen-kyc-card--stateful {
|
|
2318
|
-
border-color: var(--adyen-sdk-color-outline-primary, #dbdee2);
|
|
2319
|
-
cursor: pointer;
|
|
2320
|
-
transition-duration: 0.2s;
|
|
2321
|
-
transition-property: border-color, box-shadow;
|
|
2322
|
-
transition-timing-function: ease;
|
|
2323
|
-
position: relative;
|
|
2324
|
-
z-index: 0;
|
|
2325
|
-
}
|
|
2326
|
-
.adyen-kyc-card.adyen-kyc-card--stateful:hover {
|
|
2327
|
-
border-color: var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
|
|
2328
|
-
z-index: 1;
|
|
2329
|
-
}
|
|
2330
|
-
.adyen-kyc-card.adyen-kyc-card--stateful:focus, .adyen-kyc-card.adyen-kyc-card--stateful:active {
|
|
2331
|
-
z-index: 2;
|
|
2332
|
-
box-shadow: var(--adyen-sdk-shadow-medium, 0px 6px 12px rgba(0, 17, 44, 0.08), 0px 2px 4px rgba(0, 17, 44, 0.04));
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
.adyen-kyc-card.adyen-kyc-card--active {
|
|
2336
|
-
border-color: var(--adyen-sdk-color-outline-primary, #dbdee2);
|
|
2337
|
-
cursor: pointer;
|
|
2338
|
-
transition-duration: 0.2s;
|
|
2339
|
-
transition-property: border-color, box-shadow;
|
|
2340
|
-
transition-timing-function: ease;
|
|
2341
|
-
}
|
|
2342
|
-
.adyen-kyc-card.adyen-kyc-card--active, .adyen-kyc-card.adyen-kyc-card--active:active, .adyen-kyc-card.adyen-kyc-card--active:hover {
|
|
2343
|
-
border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
|
|
2344
|
-
}
|
|
2345
|
-
.adyen-kyc-card.adyen-kyc-card--active:focus, .adyen-kyc-card.adyen-kyc-card--active:active {
|
|
2346
|
-
box-shadow: var(--adyen-sdk-shadow-medium, 0px 6px 12px rgba(0, 17, 44, 0.08), 0px 2px 4px rgba(0, 17, 44, 0.04));
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
.adyen-kyc-card.adyen-kyc-card--disabled {
|
|
2350
|
-
background-color: var(--adyen-sdk-color-background-disabled, #eeeff1);
|
|
2351
|
-
color: var(--adyen-sdk-color-label-disabled, #8d95a3);
|
|
2352
|
-
cursor: not-allowed;
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
|
-
.adyen-kyc-card__header {
|
|
2356
|
-
padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-090, 24px);
|
|
2357
|
-
}
|
|
2358
|
-
.adyen-kyc-card__header--button {
|
|
2359
|
-
display: flex;
|
|
2360
|
-
justify-content: space-between;
|
|
2361
|
-
align-items: center;
|
|
2362
|
-
}
|
|
2363
|
-
.adyen-kyc-card__header .adyen-kyc-card-title {
|
|
2364
|
-
display: flex;
|
|
2365
|
-
flex-direction: column;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
|
-
.adyen-kyc-card__body {
|
|
2369
|
-
padding: var(--adyen-sdk-spacer-070, 16px);
|
|
2370
|
-
}
|
|
2371
|
-
.adyen-kyc-card__header + .adyen-kyc-card__body {
|
|
2372
|
-
padding-top: var(--adyen-sdk-spacer-000, 0px);
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
.adyen-kyc-card__footer {
|
|
2376
|
-
padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-090, 24px);
|
|
2377
|
-
}
|
|
2378
|
-
.adyen-kyc-card__body + .adyen-kyc-card__footer {
|
|
2379
|
-
margin-top: calc(var(--adyen-sdk-spacer-070, 16px) * -1);
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
.adyen-kyc-card__warning {
|
|
2383
|
-
border-radius: 0 0 var(--adyen-sdk-border-radius-s, 4px) var(--adyen-sdk-border-radius-s, 4px);
|
|
2384
|
-
}.adyen-kyc-modal {
|
|
2367
|
+
.adyen-kyc-modal {
|
|
2385
2368
|
border: none;
|
|
2386
2369
|
display: flex;
|
|
2387
2370
|
flex-direction: column;
|
|
@@ -2501,88 +2484,183 @@ fieldset {
|
|
|
2501
2484
|
100% {
|
|
2502
2485
|
top: 0;
|
|
2503
2486
|
}
|
|
2504
|
-
}.adyen-kyc-additional-information {
|
|
2505
|
-
display: flex;
|
|
2506
|
-
flex-direction: column;
|
|
2507
|
-
gap: var(--adyen-sdk-spacer-120, 48px);
|
|
2508
|
-
}
|
|
2509
|
-
.adyen-kyc-additional-information__section-heading {
|
|
2510
|
-
margin: 0 0 var(--adyen-sdk-spacer-090, 24px);
|
|
2511
|
-
display: flex;
|
|
2512
|
-
flex-direction: column;
|
|
2513
|
-
gap: var(--adyen-sdk-spacer-050, 10px);
|
|
2514
|
-
}
|
|
2515
|
-
.adyen-kyc-additional-information fieldset {
|
|
2516
|
-
border: none;
|
|
2517
|
-
padding: 0;
|
|
2518
|
-
margin: 0;
|
|
2519
|
-
}
|
|
2520
|
-
.adyen-kyc-additional-information .adyen-kyc-field-wrapper {
|
|
2521
|
-
flex-direction: column;
|
|
2522
|
-
}
|
|
2523
|
-
.adyen-kyc-additional-information .adyen-kyc-form-header {
|
|
2524
|
-
margin: 0 !important;
|
|
2525
|
-
}
|
|
2526
|
-
.adyen-kyc-additional-information .adyen-kyc__address {
|
|
2527
|
-
margin-bottom: 0 !important;
|
|
2528
|
-
}.adyen-kyc-verified-business-card {
|
|
2529
|
-
display: flex;
|
|
2530
|
-
flex-direction: column;
|
|
2531
|
-
background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
|
|
2532
|
-
padding: var(--adyen-sdk-spacer-080, 20px) var(--adyen-sdk-spacer-090, 24px);
|
|
2533
|
-
border-radius: var(--adyen-sdk-border-radius-m, 8px);
|
|
2534
|
-
}
|
|
2535
|
-
.adyen-kyc-verified-business-card__address {
|
|
2536
|
-
display: flex;
|
|
2537
|
-
flex-direction: column;
|
|
2538
|
-
}
|
|
2539
|
-
.adyen-kyc-verified-business-card__address a {
|
|
2540
|
-
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2541
|
-
}
|
|
2542
|
-
.adyen-kyc-verified-business-card__content {
|
|
2543
|
-
display: flex;
|
|
2544
|
-
flex-direction: column;
|
|
2545
|
-
gap: var(--adyen-sdk-spacer-080, 20px);
|
|
2546
|
-
margin-bottom: var(--adyen-sdk-spacer-080, 20px);
|
|
2547
|
-
transition: max-height 0.5s ease, padding-left 0.35s ease, opacity 0.35s ease;
|
|
2548
|
-
}
|
|
2549
|
-
.adyen-kyc-verified-business-card__content--collapsed {
|
|
2550
|
-
overflow: hidden;
|
|
2551
|
-
max-height: 0;
|
|
2552
|
-
opacity: 0;
|
|
2553
|
-
margin: 0;
|
|
2554
|
-
padding-left: var(--adyen-sdk-spacer-080, 20px);
|
|
2555
|
-
}
|
|
2556
|
-
.adyen-kyc-verified-business-card__content--expanded {
|
|
2557
|
-
max-height: 480px;
|
|
2558
|
-
}
|
|
2559
|
-
.adyen-kyc-verified-business-card__expand-button {
|
|
2560
|
-
display: flex;
|
|
2561
|
-
flex-direction: row;
|
|
2562
|
-
justify-content: flex-start;
|
|
2563
|
-
text-decoration: underline;
|
|
2564
2487
|
}/* #region Borders */
|
|
2565
2488
|
/* #endregion */
|
|
2489
|
+
/* for container queries */
|
|
2566
2490
|
/* #region Z-index */
|
|
2567
2491
|
/* #endregion */
|
|
2568
2492
|
/* #region Timing functions */
|
|
2569
2493
|
/* #endregion */
|
|
2570
2494
|
/* #region Inline components */
|
|
2571
2495
|
/* #endregion */
|
|
2572
|
-
.adyen-kyc-
|
|
2573
|
-
|
|
2496
|
+
.adyen-kyc-card {
|
|
2497
|
+
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2498
|
+
font-family: var(--adyen-sdk-text-body-font-family, 'Adyen Variable', Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
|
|
2574
2499
|
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
2575
2500
|
font-weight: var(--adyen-sdk-text-body-font-weight, 400);
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
display:
|
|
2501
|
+
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
2502
|
+
background-color: var(--adyen-sdk-color-background-primary, #ffffff);
|
|
2503
|
+
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
|
|
2504
|
+
border-radius: var(--adyen-sdk-border-radius-l, 12px);
|
|
2505
|
+
display: block;
|
|
2506
|
+
outline: none;
|
|
2507
|
+
}
|
|
2508
|
+
.adyen-kyc-card--secondary {
|
|
2509
|
+
background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
.adyen-kyc-card.adyen-kyc-card--stateful {
|
|
2513
|
+
border-color: var(--adyen-sdk-color-outline-primary, #dbdee2);
|
|
2514
|
+
cursor: pointer;
|
|
2515
|
+
transition-duration: 0.2s;
|
|
2516
|
+
transition-property: border-color, box-shadow;
|
|
2517
|
+
transition-timing-function: ease;
|
|
2518
|
+
position: relative;
|
|
2519
|
+
z-index: 0;
|
|
2520
|
+
}
|
|
2521
|
+
.adyen-kyc-card.adyen-kyc-card--stateful:hover {
|
|
2522
|
+
border-color: var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
|
|
2523
|
+
z-index: 1;
|
|
2524
|
+
}
|
|
2525
|
+
.adyen-kyc-card.adyen-kyc-card--stateful:focus, .adyen-kyc-card.adyen-kyc-card--stateful:active {
|
|
2526
|
+
z-index: 2;
|
|
2527
|
+
box-shadow: var(--adyen-sdk-shadow-medium, 0px 6px 12px rgba(0, 17, 44, 0.08), 0px 2px 4px rgba(0, 17, 44, 0.04));
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
.adyen-kyc-card.adyen-kyc-card--active {
|
|
2531
|
+
border-color: var(--adyen-sdk-color-outline-primary, #dbdee2);
|
|
2532
|
+
cursor: pointer;
|
|
2533
|
+
transition-duration: 0.2s;
|
|
2534
|
+
transition-property: border-color, box-shadow;
|
|
2535
|
+
transition-timing-function: ease;
|
|
2536
|
+
}
|
|
2537
|
+
.adyen-kyc-card.adyen-kyc-card--active, .adyen-kyc-card.adyen-kyc-card--active:active, .adyen-kyc-card.adyen-kyc-card--active:hover {
|
|
2538
|
+
border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
|
|
2539
|
+
}
|
|
2540
|
+
.adyen-kyc-card.adyen-kyc-card--active:focus, .adyen-kyc-card.adyen-kyc-card--active:active {
|
|
2541
|
+
box-shadow: var(--adyen-sdk-shadow-medium, 0px 6px 12px rgba(0, 17, 44, 0.08), 0px 2px 4px rgba(0, 17, 44, 0.04));
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
.adyen-kyc-card.adyen-kyc-card--disabled {
|
|
2545
|
+
background-color: var(--adyen-sdk-color-background-disabled, #eeeff1);
|
|
2546
|
+
color: var(--adyen-sdk-color-label-disabled, #8d95a3);
|
|
2547
|
+
cursor: not-allowed;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
.adyen-kyc-card__header {
|
|
2551
|
+
padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-090, 24px);
|
|
2552
|
+
}
|
|
2553
|
+
.adyen-kyc-card__header--button {
|
|
2554
|
+
display: flex;
|
|
2555
|
+
justify-content: space-between;
|
|
2556
|
+
align-items: center;
|
|
2557
|
+
}
|
|
2558
|
+
.adyen-kyc-card__header .adyen-kyc-card-title {
|
|
2559
|
+
display: flex;
|
|
2560
|
+
flex-direction: column;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
.adyen-kyc-card__body {
|
|
2564
|
+
padding: var(--adyen-sdk-spacer-070, 16px);
|
|
2565
|
+
}
|
|
2566
|
+
.adyen-kyc-card__header + .adyen-kyc-card__body {
|
|
2567
|
+
padding-top: var(--adyen-sdk-spacer-000, 0px);
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
.adyen-kyc-card__footer {
|
|
2571
|
+
padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-090, 24px);
|
|
2572
|
+
}
|
|
2573
|
+
.adyen-kyc-card__body + .adyen-kyc-card__footer {
|
|
2574
|
+
margin-top: calc(var(--adyen-sdk-spacer-070, 16px) * -1);
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
.adyen-kyc-card__warning {
|
|
2578
|
+
border-radius: 0 0 var(--adyen-sdk-border-radius-s, 4px) var(--adyen-sdk-border-radius-s, 4px);
|
|
2579
|
+
}.adyen-kyc-additional-information {
|
|
2580
|
+
display: flex;
|
|
2581
|
+
flex-direction: column;
|
|
2582
|
+
gap: var(--adyen-sdk-spacer-120, 48px);
|
|
2583
|
+
}
|
|
2584
|
+
.adyen-kyc-additional-information__section-heading {
|
|
2585
|
+
margin: 0 0 var(--adyen-sdk-spacer-090, 24px);
|
|
2586
|
+
display: flex;
|
|
2587
|
+
flex-direction: column;
|
|
2588
|
+
gap: var(--adyen-sdk-spacer-050, 10px);
|
|
2589
|
+
}
|
|
2590
|
+
.adyen-kyc-additional-information fieldset {
|
|
2591
|
+
border: none;
|
|
2592
|
+
padding: 0;
|
|
2593
|
+
margin: 0;
|
|
2594
|
+
}
|
|
2595
|
+
.adyen-kyc-additional-information .adyen-kyc-field-wrapper {
|
|
2596
|
+
flex-direction: column;
|
|
2597
|
+
}
|
|
2598
|
+
.adyen-kyc-additional-information .adyen-kyc-form-header {
|
|
2599
|
+
margin: 0 !important;
|
|
2600
|
+
}
|
|
2601
|
+
.adyen-kyc-additional-information .adyen-kyc__address {
|
|
2602
|
+
margin-bottom: 0 !important;
|
|
2603
|
+
}.adyen-kyc-verified-business-card {
|
|
2604
|
+
display: flex;
|
|
2605
|
+
flex-direction: column;
|
|
2606
|
+
background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
|
|
2607
|
+
padding: var(--adyen-sdk-spacer-080, 20px) var(--adyen-sdk-spacer-090, 24px);
|
|
2608
|
+
border-radius: var(--adyen-sdk-border-radius-m, 8px);
|
|
2609
|
+
}
|
|
2610
|
+
.adyen-kyc-verified-business-card__address {
|
|
2611
|
+
display: flex;
|
|
2612
|
+
flex-direction: column;
|
|
2613
|
+
}
|
|
2614
|
+
.adyen-kyc-verified-business-card__address a {
|
|
2615
|
+
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2616
|
+
}
|
|
2617
|
+
.adyen-kyc-verified-business-card__content {
|
|
2618
|
+
display: flex;
|
|
2581
2619
|
flex-direction: column;
|
|
2620
|
+
gap: var(--adyen-sdk-spacer-080, 20px);
|
|
2621
|
+
margin-bottom: var(--adyen-sdk-spacer-080, 20px);
|
|
2622
|
+
transition: max-height 0.5s ease, padding-left 0.35s ease, opacity 0.35s ease;
|
|
2623
|
+
}
|
|
2624
|
+
.adyen-kyc-verified-business-card__content--collapsed {
|
|
2625
|
+
overflow: hidden;
|
|
2626
|
+
max-height: 0;
|
|
2627
|
+
opacity: 0;
|
|
2628
|
+
margin: 0;
|
|
2629
|
+
padding-left: var(--adyen-sdk-spacer-080, 20px);
|
|
2630
|
+
}
|
|
2631
|
+
.adyen-kyc-verified-business-card__content--expanded {
|
|
2632
|
+
max-height: 480px;
|
|
2582
2633
|
}
|
|
2583
|
-
.adyen-
|
|
2634
|
+
.adyen-kyc-verified-business-card__expand-button {
|
|
2635
|
+
display: flex;
|
|
2584
2636
|
flex-direction: row;
|
|
2585
|
-
|
|
2637
|
+
justify-content: flex-start;
|
|
2638
|
+
text-decoration: underline;
|
|
2639
|
+
}/* #region Borders */
|
|
2640
|
+
/* #endregion */
|
|
2641
|
+
/* for container queries */
|
|
2642
|
+
/* #region Z-index */
|
|
2643
|
+
/* #endregion */
|
|
2644
|
+
/* #region Timing functions */
|
|
2645
|
+
/* #endregion */
|
|
2646
|
+
/* #region Inline components */
|
|
2647
|
+
/* #endregion */
|
|
2648
|
+
.adyen-kyc-structured-list {
|
|
2649
|
+
width: 100%;
|
|
2650
|
+
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
2651
|
+
font-weight: var(--adyen-sdk-text-body-font-weight, 400);
|
|
2652
|
+
margin: var(--adyen-sdk-spacer-000, 0px);
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.adyen-kyc-structured-list-list-item {
|
|
2656
|
+
display: flex;
|
|
2657
|
+
flex-direction: column;
|
|
2658
|
+
}
|
|
2659
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2660
|
+
.adyen-kyc-structured-list-list-item {
|
|
2661
|
+
flex-direction: row;
|
|
2662
|
+
align-items: center;
|
|
2663
|
+
}
|
|
2586
2664
|
}
|
|
2587
2665
|
|
|
2588
2666
|
.adyen-kyc-structured-list-list-item:not(:last-of-type) {
|
|
@@ -2601,8 +2679,10 @@ fieldset {
|
|
|
2601
2679
|
margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
|
|
2602
2680
|
overflow-x: auto;
|
|
2603
2681
|
}
|
|
2604
|
-
|
|
2605
|
-
|
|
2682
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2683
|
+
.adyen-kyc-structured-list-value {
|
|
2684
|
+
margin: var(--adyen-sdk-spacer-000, 0px);
|
|
2685
|
+
}
|
|
2606
2686
|
}.adyen-kyc-basic-information {
|
|
2607
2687
|
display: flex;
|
|
2608
2688
|
flex-direction: column;
|
|
@@ -2633,6 +2713,7 @@ fieldset {
|
|
|
2633
2713
|
text-wrap: nowrap;
|
|
2634
2714
|
}/* #region Borders */
|
|
2635
2715
|
/* #endregion */
|
|
2716
|
+
/* for container queries */
|
|
2636
2717
|
/* #region Z-index */
|
|
2637
2718
|
/* #endregion */
|
|
2638
2719
|
/* #region Timing functions */
|
|
@@ -2725,6 +2806,7 @@ fieldset {
|
|
|
2725
2806
|
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2726
2807
|
}/* #region Borders */
|
|
2727
2808
|
/* #endregion */
|
|
2809
|
+
/* for container queries */
|
|
2728
2810
|
/* #region Z-index */
|
|
2729
2811
|
/* #endregion */
|
|
2730
2812
|
/* #region Timing functions */
|
|
@@ -2734,8 +2816,10 @@ fieldset {
|
|
|
2734
2816
|
.adyen-kyc-form-container {
|
|
2735
2817
|
width: 100%;
|
|
2736
2818
|
}
|
|
2737
|
-
|
|
2738
|
-
|
|
2819
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2820
|
+
.adyen-kyc-form-container {
|
|
2821
|
+
flex: 1;
|
|
2822
|
+
}
|
|
2739
2823
|
}
|
|
2740
2824
|
|
|
2741
2825
|
.adyen-kyc-form-wrapper--hidden {
|
|
@@ -2755,15 +2839,142 @@ fieldset {
|
|
|
2755
2839
|
flex: 1;
|
|
2756
2840
|
}
|
|
2757
2841
|
|
|
2758
|
-
|
|
2759
|
-
.adyen-
|
|
2760
|
-
|
|
2842
|
+
@container main (max-width: 680px) {
|
|
2843
|
+
.adyen-kyc-dropin__content-main,
|
|
2844
|
+
.adyen-kyc-form-with-sidebar {
|
|
2845
|
+
flex-direction: column;
|
|
2846
|
+
}
|
|
2761
2847
|
}.adyen-kyc-expiry-modal__footer {
|
|
2762
2848
|
display: flex;
|
|
2763
2849
|
flex-direction: row;
|
|
2764
2850
|
justify-content: end;
|
|
2765
2851
|
}/* #region Borders */
|
|
2766
2852
|
/* #endregion */
|
|
2853
|
+
/* for container queries */
|
|
2854
|
+
/* #region Z-index */
|
|
2855
|
+
/* #endregion */
|
|
2856
|
+
/* #region Timing functions */
|
|
2857
|
+
/* #endregion */
|
|
2858
|
+
/* #region Inline components */
|
|
2859
|
+
/* #endregion */
|
|
2860
|
+
.adyen-kyc-toast {
|
|
2861
|
+
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2862
|
+
font-family: var(--adyen-sdk-text-body-font-family, 'Adyen Variable', Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
|
|
2863
|
+
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
2864
|
+
font-weight: var(--adyen-sdk-text-body-font-weight, 400);
|
|
2865
|
+
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
2866
|
+
background-color: var(--adyen-sdk-color-background-highlight-weak, #f2f8ff);
|
|
2867
|
+
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-background-highlight-strong, #0070f5);
|
|
2868
|
+
border-radius: var(--adyen-sdk-border-radius-m, 8px);
|
|
2869
|
+
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2870
|
+
display: flex;
|
|
2871
|
+
align-items: right;
|
|
2872
|
+
gap: var(--adyen-sdk-spacer-060, 12px);
|
|
2873
|
+
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
2874
|
+
height: auto;
|
|
2875
|
+
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
2876
|
+
opacity: 0;
|
|
2877
|
+
overflow: hidden;
|
|
2878
|
+
padding: var(--adyen-sdk-spacer-050, 10px);
|
|
2879
|
+
transform: translateY(2%);
|
|
2880
|
+
transition: ease 200ms;
|
|
2881
|
+
transition-property: opacity, transform, visibility;
|
|
2882
|
+
user-select: none;
|
|
2883
|
+
visibility: hidden;
|
|
2884
|
+
white-space: normal;
|
|
2885
|
+
z-index: 1;
|
|
2886
|
+
}
|
|
2887
|
+
.adyen-kyc-toast--visible {
|
|
2888
|
+
opacity: 1;
|
|
2889
|
+
transform: translateY(0);
|
|
2890
|
+
visibility: visible;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
.adyen-kyc-loading {
|
|
2894
|
+
border: var(--adyen-sdk-border-width-s, 1px) solid;
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2897
|
+
.adyen-kyc-toast__success {
|
|
2898
|
+
background-color: var(--adyen-sdk-color-background-success-weak, #edfaf3);
|
|
2899
|
+
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-background-success-strong, #07893c);
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
.adyen-kyc-toast__error {
|
|
2903
|
+
background-color: var(--adyen-sdk-color-background-critical-weak, #fef4f4);
|
|
2904
|
+
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-background-critical-strong, #e22d2d);
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.adyen-kyc-toast__message {
|
|
2908
|
+
flex: 1;
|
|
2909
|
+
}
|
|
2910
|
+
|
|
2911
|
+
.adyen-kyc-toast__actions {
|
|
2912
|
+
display: flex;
|
|
2913
|
+
flex-direction: column;
|
|
2914
|
+
justify-content: space-evenly;
|
|
2915
|
+
align-items: end;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
.adyen-kyc-toast__title {
|
|
2919
|
+
display: block;
|
|
2920
|
+
font-weight: var(--adyen-sdk-text-body-strongest-font-weight, 600);
|
|
2921
|
+
margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px);
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
.adyen-kyc-toast__subtitle,
|
|
2925
|
+
.adyen-kyc-toast__action {
|
|
2926
|
+
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
2927
|
+
display: block;
|
|
2928
|
+
margin: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
|
|
2929
|
+
padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
.adyen-kyc-toast__close {
|
|
2933
|
+
background: none;
|
|
2934
|
+
border: none;
|
|
2935
|
+
color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
|
|
2936
|
+
cursor: pointer;
|
|
2937
|
+
display: inline-flex;
|
|
2938
|
+
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
2939
|
+
height: 16px;
|
|
2940
|
+
margin: var(--adyen-sdk-spacer-030, 6px);
|
|
2941
|
+
padding: var(--adyen-sdk-spacer-000, 0px);
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
.adyen-kyc-toast__action {
|
|
2945
|
+
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
2946
|
+
font-weight: var(--adyen-sdk-text-body-strongest-font-weight, 600);
|
|
2947
|
+
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
2948
|
+
text-decoration: underline;
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
.adyen-kyc-toast__loader {
|
|
2952
|
+
display: inline-block;
|
|
2953
|
+
height: 16px;
|
|
2954
|
+
width: 16px;
|
|
2955
|
+
margin: var(--adyen-sdk-spacer-030, 6px);
|
|
2956
|
+
}
|
|
2957
|
+
|
|
2958
|
+
.adyen-kyc-dropin__toast-stack {
|
|
2959
|
+
position: absolute;
|
|
2960
|
+
left: 50%;
|
|
2961
|
+
transform: translate(-50%, 0);
|
|
2962
|
+
margin-top: var(--adyen-sdk-spacer-090, 24px);
|
|
2963
|
+
z-index: 500;
|
|
2964
|
+
}
|
|
2965
|
+
@container main (max-width: 680px) {
|
|
2966
|
+
.adyen-kyc-dropin__toast-stack {
|
|
2967
|
+
bottom: var(--adyen-sdk-spacer-070, 16px);
|
|
2968
|
+
position: fixed;
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
2972
|
+
.adyen-kyc-dropin__toast-stack {
|
|
2973
|
+
top: var(--adyen-sdk-spacer-070, 16px);
|
|
2974
|
+
}
|
|
2975
|
+
}/* #region Borders */
|
|
2976
|
+
/* #endregion */
|
|
2977
|
+
/* for container queries */
|
|
2767
2978
|
/* #region Z-index */
|
|
2768
2979
|
/* #endregion */
|
|
2769
2980
|
/* #region Timing functions */
|
|
@@ -2830,6 +3041,7 @@ fieldset {
|
|
|
2830
3041
|
margin: 0 calc(var(--step-progress-internal-height) / 2);
|
|
2831
3042
|
}/* #region Borders */
|
|
2832
3043
|
/* #endregion */
|
|
3044
|
+
/* for container queries */
|
|
2833
3045
|
/* #region Z-index */
|
|
2834
3046
|
/* #endregion */
|
|
2835
3047
|
/* #region Timing functions */
|
|
@@ -2839,27 +3051,33 @@ fieldset {
|
|
|
2839
3051
|
.adyen-kyc-form-navigation {
|
|
2840
3052
|
width: 100%;
|
|
2841
3053
|
}
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
padding-right: var(--adyen-sdk-spacer-100, 32px);
|
|
3054
|
+
@container main (max-width: 680px) {
|
|
3055
|
+
.adyen-kyc-form-navigation .adyen-kyc-form-navigation__item {
|
|
3056
|
+
display: none;
|
|
3057
|
+
}
|
|
3058
|
+
.adyen-kyc-form-navigation .adyen-kyc-form-navigation__home-button-item .adyen-kyc-button__text {
|
|
3059
|
+
font-size: 0;
|
|
3060
|
+
}
|
|
3061
|
+
.adyen-kyc-form-navigation .adyen-kyc-form-navigation__home-button-item .adyen-kyc-form-navigation__home-button {
|
|
3062
|
+
font-size: var(--adyen-sdk-text-title-font-size, 16px);
|
|
3063
|
+
font-family: var(--adyen-sdk-text-title-font-family, 'Adyen Variable', Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
|
|
3064
|
+
font-weight: var(--adyen-sdk-text-title-font-weight, 600);
|
|
3065
|
+
line-height: var(--adyen-sdk-text-title-line-height, 26px);
|
|
3066
|
+
padding-left: var(--adyen-sdk-spacer-000, 0px);
|
|
3067
|
+
}
|
|
2857
3068
|
}
|
|
2858
|
-
|
|
2859
|
-
|
|
3069
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
3070
|
+
.adyen-kyc-form-navigation {
|
|
3071
|
+
padding-right: var(--adyen-sdk-spacer-100, 32px);
|
|
3072
|
+
}
|
|
3073
|
+
.adyen-kyc-form-navigation .adyen-kyc-form-navigation__step-count {
|
|
3074
|
+
display: none;
|
|
3075
|
+
}
|
|
2860
3076
|
}
|
|
2861
|
-
|
|
2862
|
-
|
|
3077
|
+
@container main (max-width: 680px) {
|
|
3078
|
+
.adyen-kyc-form-navigation .adyen-kyc-form-navigation__header {
|
|
3079
|
+
display: none;
|
|
3080
|
+
}
|
|
2863
3081
|
}
|
|
2864
3082
|
.adyen-kyc-form-navigation .adyen-kyc-form-navigation__header {
|
|
2865
3083
|
color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
|
|
@@ -2887,6 +3105,7 @@ fieldset {
|
|
|
2887
3105
|
margin-bottom: var(--adyen-sdk-spacer-070, 16px);
|
|
2888
3106
|
}/* #region Borders */
|
|
2889
3107
|
/* #endregion */
|
|
3108
|
+
/* for container queries */
|
|
2890
3109
|
/* #region Z-index */
|
|
2891
3110
|
/* #endregion */
|
|
2892
3111
|
/* #region Timing functions */
|
|
@@ -2940,6 +3159,7 @@ fieldset {
|
|
|
2940
3159
|
margin-left: var(--adyen-sdk-spacer-040, 8px);
|
|
2941
3160
|
}/* #region Borders */
|
|
2942
3161
|
/* #endregion */
|
|
3162
|
+
/* for container queries */
|
|
2943
3163
|
/* #region Z-index */
|
|
2944
3164
|
/* #endregion */
|
|
2945
3165
|
/* #region Timing functions */
|
|
@@ -2974,8 +3194,10 @@ fieldset {
|
|
|
2974
3194
|
height: calc(100% - 56px);
|
|
2975
3195
|
overflow: auto;
|
|
2976
3196
|
}
|
|
2977
|
-
|
|
2978
|
-
|
|
3197
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
3198
|
+
.adyen-kyc-dropin__content {
|
|
3199
|
+
height: calc(100% - 72px);
|
|
3200
|
+
}
|
|
2979
3201
|
}
|
|
2980
3202
|
|
|
2981
3203
|
/* padding in dropins, not used in modal view */
|
|
@@ -2985,11 +3207,15 @@ fieldset {
|
|
|
2985
3207
|
padding: var(--adyen-sdk-spacer-070, 16px);
|
|
2986
3208
|
width: 100%;
|
|
2987
3209
|
}
|
|
2988
|
-
|
|
2989
|
-
|
|
3210
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
3211
|
+
.adyen-kyc-dropin__content-main {
|
|
3212
|
+
padding: var(--adyen-sdk-spacer-090, 24px);
|
|
3213
|
+
}
|
|
2990
3214
|
}
|
|
2991
|
-
|
|
2992
|
-
|
|
3215
|
+
@container main (min-width: 1024px) {
|
|
3216
|
+
.adyen-kyc-dropin__content-main {
|
|
3217
|
+
padding: var(--adyen-sdk-spacer-110, 40px);
|
|
3218
|
+
}
|
|
2993
3219
|
}
|
|
2994
3220
|
|
|
2995
3221
|
.adyen-kyc-dropin__main {
|
|
@@ -3029,6 +3255,7 @@ fieldset {
|
|
|
3029
3255
|
margin-left: auto;
|
|
3030
3256
|
}/* #region Borders */
|
|
3031
3257
|
/* #endregion */
|
|
3258
|
+
/* for container queries */
|
|
3032
3259
|
/* #region Z-index */
|
|
3033
3260
|
/* #endregion */
|
|
3034
3261
|
/* #region Timing functions */
|
|
@@ -3042,13 +3269,15 @@ fieldset {
|
|
|
3042
3269
|
font-weight: var(--adyen-sdk-text-body-font-weight, 400);
|
|
3043
3270
|
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
3044
3271
|
}
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3272
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
3273
|
+
.adyen-kyc-decision-makers__container {
|
|
3274
|
+
display: flex;
|
|
3275
|
+
flex-direction: column;
|
|
3276
|
+
}
|
|
3277
|
+
.adyen-kyc-decision-makers__box {
|
|
3278
|
+
margin-right: var(--adyen-sdk-spacer-090, 24px);
|
|
3279
|
+
width: 33.3%;
|
|
3280
|
+
}
|
|
3052
3281
|
}
|
|
3053
3282
|
.adyen-kyc-decision-makers__container {
|
|
3054
3283
|
margin-bottom: var(--adyen-sdk-spacer-090, 24px);
|
|
@@ -3093,6 +3322,7 @@ fieldset {
|
|
|
3093
3322
|
margin-bottom: var(--adyen-sdk-spacer-020, 4px);
|
|
3094
3323
|
}/* #region Borders */
|
|
3095
3324
|
/* #endregion */
|
|
3325
|
+
/* for container queries */
|
|
3096
3326
|
/* #region Z-index */
|
|
3097
3327
|
/* #endregion */
|
|
3098
3328
|
/* #region Timing functions */
|
|
@@ -3170,6 +3400,7 @@ fieldset {
|
|
|
3170
3400
|
padding: var(--adyen-sdk-spacer-040, 8px);
|
|
3171
3401
|
}/* #region Borders */
|
|
3172
3402
|
/* #endregion */
|
|
3403
|
+
/* for container queries */
|
|
3173
3404
|
/* #region Z-index */
|
|
3174
3405
|
/* #endregion */
|
|
3175
3406
|
/* #region Timing functions */
|
|
@@ -3241,10 +3472,13 @@ fieldset {
|
|
|
3241
3472
|
font-size: var(--adyen-sdk-text-title-l-font-size, 24px);
|
|
3242
3473
|
}
|
|
3243
3474
|
|
|
3244
|
-
|
|
3245
|
-
|
|
3475
|
+
@container main (max-width: 680px) {
|
|
3476
|
+
.adyen-kyc-status__text {
|
|
3477
|
+
display: none;
|
|
3478
|
+
}
|
|
3246
3479
|
}/* #region Borders */
|
|
3247
3480
|
/* #endregion */
|
|
3481
|
+
/* for container queries */
|
|
3248
3482
|
/* #region Z-index */
|
|
3249
3483
|
/* #endregion */
|
|
3250
3484
|
/* #region Timing functions */
|
|
@@ -3274,6 +3508,7 @@ fieldset {
|
|
|
3274
3508
|
width: 100%;
|
|
3275
3509
|
}/* #region Borders */
|
|
3276
3510
|
/* #endregion */
|
|
3511
|
+
/* for container queries */
|
|
3277
3512
|
/* #region Z-index */
|
|
3278
3513
|
/* #endregion */
|
|
3279
3514
|
/* #region Timing functions */
|
|
@@ -3329,6 +3564,7 @@ fieldset {
|
|
|
3329
3564
|
color: var(--adyen-sdk-color-label-on-background-success-weak, #067934);
|
|
3330
3565
|
}/* #region Borders */
|
|
3331
3566
|
/* #endregion */
|
|
3567
|
+
/* for container queries */
|
|
3332
3568
|
/* #region Z-index */
|
|
3333
3569
|
/* #endregion */
|
|
3334
3570
|
/* #region Timing functions */
|
|
@@ -3466,6 +3702,7 @@ fieldset {
|
|
|
3466
3702
|
width: 92px;
|
|
3467
3703
|
}/* #region Borders */
|
|
3468
3704
|
/* #endregion */
|
|
3705
|
+
/* for container queries */
|
|
3469
3706
|
/* #region Z-index */
|
|
3470
3707
|
/* #endregion */
|
|
3471
3708
|
/* #region Timing functions */
|
|
@@ -3553,6 +3790,7 @@ fieldset {
|
|
|
3553
3790
|
align-items: center;
|
|
3554
3791
|
}/* #region Borders */
|
|
3555
3792
|
/* #endregion */
|
|
3793
|
+
/* for container queries */
|
|
3556
3794
|
/* #region Z-index */
|
|
3557
3795
|
/* #endregion */
|
|
3558
3796
|
/* #region Timing functions */
|
|
@@ -3575,8 +3813,10 @@ fieldset {
|
|
|
3575
3813
|
.adyen-task-item__header {
|
|
3576
3814
|
flex-wrap: wrap-reverse;
|
|
3577
3815
|
}
|
|
3578
|
-
|
|
3579
|
-
|
|
3816
|
+
@container main (min-width: 680px) and (max-width: 1024px) {
|
|
3817
|
+
.adyen-task-item__status {
|
|
3818
|
+
gap: var(--adyen-sdk-spacer-040, 8px);
|
|
3819
|
+
}
|
|
3580
3820
|
}
|
|
3581
3821
|
.adyen-task-item__body {
|
|
3582
3822
|
display: flex;
|
|
@@ -3669,6 +3909,7 @@ fieldset {
|
|
|
3669
3909
|
padding-top: 1px;
|
|
3670
3910
|
}/* #region Borders */
|
|
3671
3911
|
/* #endregion */
|
|
3912
|
+
/* for container queries */
|
|
3672
3913
|
/* #region Z-index */
|
|
3673
3914
|
/* #endregion */
|
|
3674
3915
|
/* #region Timing functions */
|
|
@@ -3684,8 +3925,10 @@ fieldset {
|
|
|
3684
3925
|
align-items: flex-start;
|
|
3685
3926
|
background: var(--adyen-sdk-color-background-primary, #ffffff);
|
|
3686
3927
|
}
|
|
3687
|
-
|
|
3688
|
-
|
|
3928
|
+
@container main (max-width: 680px) {
|
|
3929
|
+
.adyen-task-list-group {
|
|
3930
|
+
border: 0;
|
|
3931
|
+
}
|
|
3689
3932
|
}
|
|
3690
3933
|
.adyen-task-list-group__header {
|
|
3691
3934
|
padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-070, 16px);
|
|
@@ -3700,6 +3943,7 @@ fieldset {
|
|
|
3700
3943
|
margin-top: var(--adyen-sdk-spacer-070, 16px);
|
|
3701
3944
|
}/* #region Borders */
|
|
3702
3945
|
/* #endregion */
|
|
3946
|
+
/* for container queries */
|
|
3703
3947
|
/* #region Z-index */
|
|
3704
3948
|
/* #endregion */
|
|
3705
3949
|
/* #region Timing functions */
|
|
@@ -3748,6 +3992,7 @@ fieldset {
|
|
|
3748
3992
|
--adv-accordion-content-padding: 0;
|
|
3749
3993
|
}/* #region Borders */
|
|
3750
3994
|
/* #endregion */
|
|
3995
|
+
/* for container queries */
|
|
3751
3996
|
/* #region Z-index */
|
|
3752
3997
|
/* #endregion */
|
|
3753
3998
|
/* #region Timing functions */
|
|
@@ -3824,6 +4069,7 @@ fieldset {
|
|
|
3824
4069
|
margin-top: var(--adyen-sdk-spacer-070, 16px);
|
|
3825
4070
|
}/* #region Borders */
|
|
3826
4071
|
/* #endregion */
|
|
4072
|
+
/* for container queries */
|
|
3827
4073
|
/* #region Z-index */
|
|
3828
4074
|
/* #endregion */
|
|
3829
4075
|
/* #region Timing functions */
|
|
@@ -3906,6 +4152,7 @@ fieldset {
|
|
|
3906
4152
|
margin-left: var(--adyen-sdk-spacer-070, 16px);
|
|
3907
4153
|
}/* #region Borders */
|
|
3908
4154
|
/* #endregion */
|
|
4155
|
+
/* for container queries */
|
|
3909
4156
|
/* #region Z-index */
|
|
3910
4157
|
/* #endregion */
|
|
3911
4158
|
/* #region Timing functions */
|
|
@@ -3950,6 +4197,7 @@ fieldset {
|
|
|
3950
4197
|
width: 100%;
|
|
3951
4198
|
}/* #region Borders */
|
|
3952
4199
|
/* #endregion */
|
|
4200
|
+
/* for container queries */
|
|
3953
4201
|
/* #region Z-index */
|
|
3954
4202
|
/* #endregion */
|
|
3955
4203
|
/* #region Timing functions */
|
|
@@ -4121,6 +4369,7 @@ fieldset {
|
|
|
4121
4369
|
border-radius: 50%;
|
|
4122
4370
|
}/* #region Borders */
|
|
4123
4371
|
/* #endregion */
|
|
4372
|
+
/* for container queries */
|
|
4124
4373
|
/* #region Z-index */
|
|
4125
4374
|
/* #endregion */
|
|
4126
4375
|
/* #region Timing functions */
|
|
@@ -4140,8 +4389,10 @@ fieldset {
|
|
|
4140
4389
|
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
4141
4390
|
margin-bottom: var(--adyen-sdk-spacer-060, 12px);
|
|
4142
4391
|
}
|
|
4143
|
-
|
|
4144
|
-
|
|
4392
|
+
@container main (max-width: 680px) {
|
|
4393
|
+
.adyen-kyc-description-section-field {
|
|
4394
|
+
flex-direction: column;
|
|
4395
|
+
}
|
|
4145
4396
|
}
|
|
4146
4397
|
.adyen-kyc-description-section-field:last-child {
|
|
4147
4398
|
margin-bottom: var(--adyen-sdk-spacer-000, 0px);
|
|
@@ -4159,10 +4410,13 @@ fieldset {
|
|
|
4159
4410
|
flex-direction: column;
|
|
4160
4411
|
width: 100%;
|
|
4161
4412
|
}
|
|
4162
|
-
|
|
4163
|
-
|
|
4413
|
+
@container main (max-width: 680px) {
|
|
4414
|
+
.adyen-kyc-description-section-data {
|
|
4415
|
+
margin-top: var(--adyen-sdk-spacer-010, 2px);
|
|
4416
|
+
}
|
|
4164
4417
|
}/* #region Borders */
|
|
4165
4418
|
/* #endregion */
|
|
4419
|
+
/* for container queries */
|
|
4166
4420
|
/* #region Z-index */
|
|
4167
4421
|
/* #endregion */
|
|
4168
4422
|
/* #region Timing functions */
|
|
@@ -4235,6 +4489,7 @@ fieldset {
|
|
|
4235
4489
|
overflow-x: auto;
|
|
4236
4490
|
}/* #region Borders */
|
|
4237
4491
|
/* #endregion */
|
|
4492
|
+
/* for container queries */
|
|
4238
4493
|
/* #region Z-index */
|
|
4239
4494
|
/* #endregion */
|
|
4240
4495
|
/* #region Timing functions */
|
|
@@ -4309,6 +4564,7 @@ fieldset {
|
|
|
4309
4564
|
height: var(--adyen-sdk-spacer-120, 48px);
|
|
4310
4565
|
}/* #region Borders */
|
|
4311
4566
|
/* #endregion */
|
|
4567
|
+
/* for container queries */
|
|
4312
4568
|
/* #region Z-index */
|
|
4313
4569
|
/* #endregion */
|
|
4314
4570
|
/* #region Timing functions */
|
|
@@ -4333,6 +4589,7 @@ fieldset {
|
|
|
4333
4589
|
margin: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-000, 0px);
|
|
4334
4590
|
}/* #region Borders */
|
|
4335
4591
|
/* #endregion */
|
|
4592
|
+
/* for container queries */
|
|
4336
4593
|
/* #region Z-index */
|
|
4337
4594
|
/* #endregion */
|
|
4338
4595
|
/* #region Timing functions */
|
|
@@ -4899,9 +5156,19 @@ fieldset {
|
|
|
4899
5156
|
position: relative;
|
|
4900
5157
|
padding: var(--adyen-sdk-spacer-100, 32px);
|
|
4901
5158
|
border-radius: var(--adyen-sdk-border-radius-m, 8px);
|
|
5159
|
+
/**
|
|
5160
|
+
* main container query, used similarly to a @media query
|
|
5161
|
+
* considering our Component can be embedded in a container of arbitrary size
|
|
5162
|
+
* that does not necessarily match the whole window/screen size.
|
|
5163
|
+
* Uses s and l breakpoints defined in variables.
|
|
5164
|
+
*/
|
|
5165
|
+
container-type: inline-size;
|
|
5166
|
+
container-name: main;
|
|
4902
5167
|
}
|
|
4903
|
-
|
|
4904
|
-
|
|
5168
|
+
@container main (max-width: 680px) {
|
|
5169
|
+
.adyen-kyc-ui-element-container {
|
|
5170
|
+
padding: var(--adyen-sdk-spacer-070, 16px);
|
|
5171
|
+
}
|
|
4905
5172
|
}
|
|
4906
5173
|
|
|
4907
5174
|
/*
|
|
@@ -4914,124 +5181,7 @@ fieldset {
|
|
|
4914
5181
|
padding: 0;
|
|
4915
5182
|
}/* #region Borders */
|
|
4916
5183
|
/* #endregion */
|
|
4917
|
-
/*
|
|
4918
|
-
/* #endregion */
|
|
4919
|
-
/* #region Timing functions */
|
|
4920
|
-
/* #endregion */
|
|
4921
|
-
/* #region Inline components */
|
|
4922
|
-
/* #endregion */
|
|
4923
|
-
.adyen-kyc-toast {
|
|
4924
|
-
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
4925
|
-
font-family: var(--adyen-sdk-text-body-font-family, 'Adyen Variable', Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
|
|
4926
|
-
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
4927
|
-
font-weight: var(--adyen-sdk-text-body-font-weight, 400);
|
|
4928
|
-
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
4929
|
-
background-color: var(--adyen-sdk-color-background-highlight-weak, #f2f8ff);
|
|
4930
|
-
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-background-highlight-strong, #0070f5);
|
|
4931
|
-
border-radius: var(--adyen-sdk-border-radius-m, 8px);
|
|
4932
|
-
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
4933
|
-
display: flex;
|
|
4934
|
-
align-items: right;
|
|
4935
|
-
gap: var(--adyen-sdk-spacer-060, 12px);
|
|
4936
|
-
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
4937
|
-
height: auto;
|
|
4938
|
-
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
4939
|
-
opacity: 0;
|
|
4940
|
-
overflow: hidden;
|
|
4941
|
-
padding: var(--adyen-sdk-spacer-050, 10px);
|
|
4942
|
-
transform: translateY(2%);
|
|
4943
|
-
transition: ease 200ms;
|
|
4944
|
-
transition-property: opacity, transform, visibility;
|
|
4945
|
-
user-select: none;
|
|
4946
|
-
visibility: hidden;
|
|
4947
|
-
white-space: normal;
|
|
4948
|
-
z-index: 1;
|
|
4949
|
-
}
|
|
4950
|
-
.adyen-kyc-toast--visible {
|
|
4951
|
-
opacity: 1;
|
|
4952
|
-
transform: translateY(0);
|
|
4953
|
-
visibility: visible;
|
|
4954
|
-
}
|
|
4955
|
-
|
|
4956
|
-
.adyen-kyc-loading {
|
|
4957
|
-
border: var(--adyen-sdk-border-width-s, 1px) solid;
|
|
4958
|
-
}
|
|
4959
|
-
|
|
4960
|
-
.adyen-kyc-toast__success {
|
|
4961
|
-
background-color: var(--adyen-sdk-color-background-success-weak, #edfaf3);
|
|
4962
|
-
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-background-success-strong, #07893c);
|
|
4963
|
-
}
|
|
4964
|
-
|
|
4965
|
-
.adyen-kyc-toast__error {
|
|
4966
|
-
background-color: var(--adyen-sdk-color-background-critical-weak, #fef4f4);
|
|
4967
|
-
border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-background-critical-strong, #e22d2d);
|
|
4968
|
-
}
|
|
4969
|
-
|
|
4970
|
-
.adyen-kyc-toast__message {
|
|
4971
|
-
flex: 1;
|
|
4972
|
-
}
|
|
4973
|
-
|
|
4974
|
-
.adyen-kyc-toast__actions {
|
|
4975
|
-
display: flex;
|
|
4976
|
-
flex-direction: column;
|
|
4977
|
-
justify-content: space-evenly;
|
|
4978
|
-
align-items: end;
|
|
4979
|
-
}
|
|
4980
|
-
|
|
4981
|
-
.adyen-kyc-toast__title {
|
|
4982
|
-
display: block;
|
|
4983
|
-
font-weight: var(--adyen-sdk-text-body-strongest-font-weight, 600);
|
|
4984
|
-
margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px);
|
|
4985
|
-
}
|
|
4986
|
-
|
|
4987
|
-
.adyen-kyc-toast__subtitle,
|
|
4988
|
-
.adyen-kyc-toast__action {
|
|
4989
|
-
color: var(--adyen-sdk-color-label-primary, #00112c);
|
|
4990
|
-
display: block;
|
|
4991
|
-
margin: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
|
|
4992
|
-
padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
|
|
4993
|
-
}
|
|
4994
|
-
|
|
4995
|
-
.adyen-kyc-toast__close {
|
|
4996
|
-
background: none;
|
|
4997
|
-
border: none;
|
|
4998
|
-
color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
|
|
4999
|
-
cursor: pointer;
|
|
5000
|
-
display: inline-flex;
|
|
5001
|
-
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
5002
|
-
height: 16px;
|
|
5003
|
-
margin: var(--adyen-sdk-spacer-030, 6px);
|
|
5004
|
-
padding: var(--adyen-sdk-spacer-000, 0px);
|
|
5005
|
-
}
|
|
5006
|
-
|
|
5007
|
-
.adyen-kyc-toast__action {
|
|
5008
|
-
font-size: var(--adyen-sdk-text-body-font-size, 14px);
|
|
5009
|
-
font-weight: var(--adyen-sdk-text-body-strongest-font-weight, 600);
|
|
5010
|
-
line-height: var(--adyen-sdk-text-body-line-height, 20px);
|
|
5011
|
-
text-decoration: underline;
|
|
5012
|
-
}
|
|
5013
|
-
|
|
5014
|
-
.adyen-kyc-toast__loader {
|
|
5015
|
-
display: inline-block;
|
|
5016
|
-
height: 16px;
|
|
5017
|
-
width: 16px;
|
|
5018
|
-
margin: var(--adyen-sdk-spacer-030, 6px);
|
|
5019
|
-
}
|
|
5020
|
-
|
|
5021
|
-
.adyen-kyc-dropin__toast-stack {
|
|
5022
|
-
position: absolute;
|
|
5023
|
-
left: 50%;
|
|
5024
|
-
transform: translate(-50%, 0);
|
|
5025
|
-
z-index: 500;
|
|
5026
|
-
}
|
|
5027
|
-
.adyen-layout-xs-only .adyen-kyc-dropin__toast-stack {
|
|
5028
|
-
bottom: var(--adyen-sdk-spacer-070, 16px);
|
|
5029
|
-
position: fixed;
|
|
5030
|
-
}
|
|
5031
|
-
.adyen-layout-md .adyen-kyc-dropin__toast-stack {
|
|
5032
|
-
top: var(--adyen-sdk-spacer-070, 16px);
|
|
5033
|
-
}/* #region Borders */
|
|
5034
|
-
/* #endregion */
|
|
5184
|
+
/* for container queries */
|
|
5035
5185
|
/* #region Z-index */
|
|
5036
5186
|
/* #endregion */
|
|
5037
5187
|
/* #region Timing functions */
|
|
@@ -5083,6 +5233,7 @@ fieldset {
|
|
|
5083
5233
|
margin: 0 1em;
|
|
5084
5234
|
}/* #region Borders */
|
|
5085
5235
|
/* #endregion */
|
|
5236
|
+
/* for container queries */
|
|
5086
5237
|
/* #region Z-index */
|
|
5087
5238
|
/* #endregion */
|
|
5088
5239
|
/* #region Timing functions */
|