@adyen/kyc-components 3.19.1 → 3.20.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/adyen-kyc-components.es.js +3001 -993
- package/dist/style.css +283 -507
- package/dist/types/components/AdditionalInformation/component/AdditionalInformationComponent.d.ts +6 -0
- package/dist/types/components/AdditionalInformation/index.d.ts +1 -0
- package/dist/types/components/AdditionalInformation/types.d.ts +18 -0
- package/dist/types/components/BasicInformation/component/BasicInformationComponent.d.ts +6 -0
- package/dist/types/components/BasicInformation/index.d.ts +1 -0
- package/dist/types/components/BasicInformation/types.d.ts +23 -0
- package/dist/types/components/BusinessDetails/forms.d.ts +47 -23
- package/dist/types/components/BusinessDetails/types.d.ts +2 -1
- package/dist/types/components/Company/component/CompanyComponent.d.ts +1 -1
- package/dist/types/components/Company/rules.d.ts +1 -1
- package/dist/types/components/Dropins/BusinessDetailsDropin/components/BusinessDetailsDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/BusinessDetailsDropin/types.d.ts +2 -0
- package/dist/types/components/Dropins/HighExposureDropin/components/AdditionalFieldsForHighExposureCompany.d.ts +1 -1
- package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureBusinessInformation.d.ts +3 -0
- package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureDropinComponent.d.ts +0 -1
- package/dist/types/components/Dropins/HighExposureDropin/types.d.ts +15 -0
- package/dist/types/components/Individual/validators.d.ts +13 -0
- package/dist/types/components/PayoutVerificationMethod/allowedBankCountriesPerCountry.d.ts +1 -0
- package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +1 -1
- package/dist/types/components/internal/Address/utils.d.ts +2 -2
- package/dist/types/components/internal/BusinessNameField/BusinessNameField.d.ts +3 -0
- package/dist/types/components/internal/BusinessNameField/fieldConfig.d.ts +3 -0
- package/dist/types/components/internal/BusinessNameField/index.d.ts +1 -0
- package/dist/types/components/internal/BusinessNameField/types.d.ts +5 -0
- package/dist/types/components/internal/BusinessRegistrationNumber/fieldConfig.d.ts +2 -0
- package/dist/types/components/internal/BusinessRegistrationNumberField/BusinessRegistrationNumberField.d.ts +2 -2
- package/dist/types/components/internal/BusinessRegistrationNumberField/index.d.ts +0 -1
- package/dist/types/components/internal/Button/Button.d.ts +1 -1
- package/dist/types/components/internal/Button/types.d.ts +1 -6
- package/dist/types/components/internal/DBANameField/DBANameField.d.ts +4 -0
- package/dist/types/components/internal/DBANameField/fieldConfig.d.ts +3 -0
- package/dist/types/components/internal/DBANameField/index.d.ts +1 -0
- package/dist/types/components/internal/DBANameField/types.d.ts +6 -0
- package/dist/types/components/internal/Divider/Divider.d.ts +2 -0
- package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +1 -0
- package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +9 -2
- package/dist/types/components/internal/IdFieldTypeSelector/inferTaxIdNumberType.d.ts +1 -1
- package/dist/types/components/internal/LegalFormField/LegalFormField.d.ts +3 -0
- package/dist/types/components/internal/LegalFormField/index.d.ts +1 -0
- package/dist/types/components/internal/LegalFormField/types.d.ts +8 -0
- package/dist/types/components/internal/NaceCodeField/NaceCodeField.d.ts +3 -0
- package/dist/types/components/internal/NaceCodeField/index.d.ts +1 -0
- package/dist/types/components/internal/NaceCodeField/types.d.ts +5 -0
- package/dist/types/components/internal/StateField/StateField.d.ts +1 -1
- package/dist/types/components/internal/StateField/fieldConfig.d.ts +9 -0
- package/dist/types/components/internal/StockExchangeMICField/StockExchangeMICField.d.ts +1 -1
- package/dist/types/components/internal/StockISINField/StockISINField.d.ts +1 -1
- package/dist/types/components/internal/StockTickerSymbol/StockTickerSymbolField.d.ts +1 -1
- package/dist/types/components/internal/TaxId/fieldConfig.d.ts +2 -2
- package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +1 -1
- package/dist/types/components/internal/TaxInformationField/types.d.ts +2 -0
- package/dist/types/components/internal/Toast/Toast.d.ts +1 -1
- package/dist/types/components/internal/Toast/types.d.ts +2 -5
- package/dist/types/components/internal/VatNumberField/VatNumberField.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +3 -0
- package/dist/types/core/Context/ExperimentContext/types.d.ts +2 -1
- package/dist/types/core/Services/componentApi/get-legal-forms.d.ts +3 -0
- package/dist/types/core/Services/componentApi/get-nace-codes.d.ts +2 -0
- package/dist/types/core/Services/componentApi/get-scenarios.d.ts +2 -1
- package/dist/types/core/hooks/singpass/useIsEligibleForSingpass.d.ts +1 -1
- package/dist/types/core/hooks/useFormComposer.d.ts +2 -0
- package/dist/types/core/hooks/useHideButton.d.ts +2 -0
- package/dist/types/core/models/api/phone.d.ts +0 -1
- package/dist/types/core/process-field-configurations.d.ts +1 -1
- package/dist/types/utils/mapping/businessDetails/mapLegalEntityToBusinessDetailsSchema.d.ts +2 -1
- package/dist/types/utils/mapping/componentApiMapping.d.ts +5 -4
- package/dist/types/utils/masking/masks/businessRegistrationNumberMasks.d.ts +213 -0
- package/dist/types/utils/perState.d.ts +8 -0
- package/dist/types/utils/regex/businessRegistrationNumberPatterns.d.ts +54 -0
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.