@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.
Files changed (74) hide show
  1. package/dist/es/adyen-kyc-components.es.js +3001 -993
  2. package/dist/style.css +283 -507
  3. package/dist/types/components/AdditionalInformation/component/AdditionalInformationComponent.d.ts +6 -0
  4. package/dist/types/components/AdditionalInformation/index.d.ts +1 -0
  5. package/dist/types/components/AdditionalInformation/types.d.ts +18 -0
  6. package/dist/types/components/BasicInformation/component/BasicInformationComponent.d.ts +6 -0
  7. package/dist/types/components/BasicInformation/index.d.ts +1 -0
  8. package/dist/types/components/BasicInformation/types.d.ts +23 -0
  9. package/dist/types/components/BusinessDetails/forms.d.ts +47 -23
  10. package/dist/types/components/BusinessDetails/types.d.ts +2 -1
  11. package/dist/types/components/Company/component/CompanyComponent.d.ts +1 -1
  12. package/dist/types/components/Company/rules.d.ts +1 -1
  13. package/dist/types/components/Dropins/BusinessDetailsDropin/components/BusinessDetailsDropinComponent.d.ts +1 -1
  14. package/dist/types/components/Dropins/BusinessDetailsDropin/types.d.ts +2 -0
  15. package/dist/types/components/Dropins/HighExposureDropin/components/AdditionalFieldsForHighExposureCompany.d.ts +1 -1
  16. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureBusinessInformation.d.ts +3 -0
  17. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureDropinComponent.d.ts +0 -1
  18. package/dist/types/components/Dropins/HighExposureDropin/types.d.ts +15 -0
  19. package/dist/types/components/Individual/validators.d.ts +13 -0
  20. package/dist/types/components/PayoutVerificationMethod/allowedBankCountriesPerCountry.d.ts +1 -0
  21. package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +1 -1
  22. package/dist/types/components/internal/Address/utils.d.ts +2 -2
  23. package/dist/types/components/internal/BusinessNameField/BusinessNameField.d.ts +3 -0
  24. package/dist/types/components/internal/BusinessNameField/fieldConfig.d.ts +3 -0
  25. package/dist/types/components/internal/BusinessNameField/index.d.ts +1 -0
  26. package/dist/types/components/internal/BusinessNameField/types.d.ts +5 -0
  27. package/dist/types/components/internal/BusinessRegistrationNumber/fieldConfig.d.ts +2 -0
  28. package/dist/types/components/internal/BusinessRegistrationNumberField/BusinessRegistrationNumberField.d.ts +2 -2
  29. package/dist/types/components/internal/BusinessRegistrationNumberField/index.d.ts +0 -1
  30. package/dist/types/components/internal/Button/Button.d.ts +1 -1
  31. package/dist/types/components/internal/Button/types.d.ts +1 -6
  32. package/dist/types/components/internal/DBANameField/DBANameField.d.ts +4 -0
  33. package/dist/types/components/internal/DBANameField/fieldConfig.d.ts +3 -0
  34. package/dist/types/components/internal/DBANameField/index.d.ts +1 -0
  35. package/dist/types/components/internal/DBANameField/types.d.ts +6 -0
  36. package/dist/types/components/internal/Divider/Divider.d.ts +2 -0
  37. package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -1
  38. package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +1 -1
  39. package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +1 -0
  40. package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +9 -2
  41. package/dist/types/components/internal/IdFieldTypeSelector/inferTaxIdNumberType.d.ts +1 -1
  42. package/dist/types/components/internal/LegalFormField/LegalFormField.d.ts +3 -0
  43. package/dist/types/components/internal/LegalFormField/index.d.ts +1 -0
  44. package/dist/types/components/internal/LegalFormField/types.d.ts +8 -0
  45. package/dist/types/components/internal/NaceCodeField/NaceCodeField.d.ts +3 -0
  46. package/dist/types/components/internal/NaceCodeField/index.d.ts +1 -0
  47. package/dist/types/components/internal/NaceCodeField/types.d.ts +5 -0
  48. package/dist/types/components/internal/StateField/StateField.d.ts +1 -1
  49. package/dist/types/components/internal/StateField/fieldConfig.d.ts +9 -0
  50. package/dist/types/components/internal/StockExchangeMICField/StockExchangeMICField.d.ts +1 -1
  51. package/dist/types/components/internal/StockISINField/StockISINField.d.ts +1 -1
  52. package/dist/types/components/internal/StockTickerSymbol/StockTickerSymbolField.d.ts +1 -1
  53. package/dist/types/components/internal/TaxId/fieldConfig.d.ts +2 -2
  54. package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +1 -1
  55. package/dist/types/components/internal/TaxInformationField/types.d.ts +2 -0
  56. package/dist/types/components/internal/Toast/Toast.d.ts +1 -1
  57. package/dist/types/components/internal/Toast/types.d.ts +2 -5
  58. package/dist/types/components/internal/VatNumberField/VatNumberField.d.ts +1 -1
  59. package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +3 -0
  60. package/dist/types/core/Context/ExperimentContext/types.d.ts +2 -1
  61. package/dist/types/core/Services/componentApi/get-legal-forms.d.ts +3 -0
  62. package/dist/types/core/Services/componentApi/get-nace-codes.d.ts +2 -0
  63. package/dist/types/core/Services/componentApi/get-scenarios.d.ts +2 -1
  64. package/dist/types/core/hooks/singpass/useIsEligibleForSingpass.d.ts +1 -1
  65. package/dist/types/core/hooks/useFormComposer.d.ts +2 -0
  66. package/dist/types/core/hooks/useHideButton.d.ts +2 -0
  67. package/dist/types/core/models/api/phone.d.ts +0 -1
  68. package/dist/types/core/process-field-configurations.d.ts +1 -1
  69. package/dist/types/utils/mapping/businessDetails/mapLegalEntityToBusinessDetailsSchema.d.ts +2 -1
  70. package/dist/types/utils/mapping/componentApiMapping.d.ts +5 -4
  71. package/dist/types/utils/masking/masks/businessRegistrationNumberMasks.d.ts +213 -0
  72. package/dist/types/utils/perState.d.ts +8 -0
  73. package/dist/types/utils/regex/businessRegistrationNumberPatterns.d.ts +54 -0
  74. 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.