@adyen/kyc-components 3.13.3 → 3.14.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 +120 -372
- package/dist/style.css +6 -10
- package/dist/types/components/AutoResizer.d.ts +1 -1
- package/dist/types/components/BankDocument/component/BankDocumentComponent.d.ts +1 -1
- package/dist/types/components/BankDocument/component/BankDocumentRequirements.d.ts +2 -1
- package/dist/types/components/BankDocument/component/validate.d.ts +2 -2
- package/dist/types/components/BankVerification/BankVerification.d.ts +1 -1
- package/dist/types/components/BankVerification/types.d.ts +8 -8
- package/dist/types/components/BankVerification/validate.d.ts +2 -2
- package/dist/types/components/BankVerification/verification/widget/component/BankVerificationWidget.d.ts +3 -3
- package/dist/types/components/BankVerification/verification/widget/iframeWidget.d.ts +1 -1
- package/dist/types/components/BaseElement.d.ts +2 -2
- package/dist/types/components/BusinessTypeSelection/component/BusinessTypeSelection.d.ts +3 -3
- package/dist/types/components/BusinessTypeSelection/component/EntityTypeRadioGroupCard.d.ts +4 -4
- package/dist/types/components/BusinessTypeSelection/types.d.ts +5 -5
- package/dist/types/components/BusinessTypeSelection/utils.d.ts +6 -6
- package/dist/types/components/Company/component/CompanyComponent.d.ts +3 -3
- package/dist/types/components/Company/rules.d.ts +5 -5
- package/dist/types/components/Company/types.d.ts +1 -1
- package/dist/types/components/CompanyBasics/component/CompanyBasicsComponent.d.ts +2 -2
- package/dist/types/components/CompanyLookup/CompanyLookupResultsHeader.d.ts +1 -1
- package/dist/types/components/CompanyLookup/CompanyLookupResultsList.d.ts +1 -1
- package/dist/types/components/CompanyLookup/LookupResult.d.ts +1 -1
- package/dist/types/components/CompanyLookup/component/CompanyLookupComponent.d.ts +1 -1
- package/dist/types/components/CompanyNameAndCountry/component/CompanyNameAndCountryComponent.d.ts +1 -1
- package/dist/types/components/CompanyNameAndCountry/validate.d.ts +2 -2
- package/dist/types/components/CompanyOtherDetails/component/CompanyOtherDetailsComponent.d.ts +2 -2
- package/dist/types/components/CompanyRegistrationDetails/component/CompanyRegistrationDetailsComponent.d.ts +1 -1
- package/dist/types/components/CompanyRegistrationDetails/types.d.ts +6 -6
- package/dist/types/components/CompanySearch/component/CompanySearchComponent.d.ts +1 -1
- package/dist/types/components/CompanySearch/forms.d.ts +1 -1
- package/dist/types/components/CompanyStructure/component/CompanyStructureComponent.d.ts +2 -2
- package/dist/types/components/CompanyType/component/CompanyTypeComponent.d.ts +1 -1
- package/dist/types/components/CompanyType/types.d.ts +3 -3
- package/dist/types/components/CompanyType/validate.d.ts +2 -2
- package/dist/types/components/ConstitutionalDocument/ConstitutionalDocumentComponent.d.ts +1 -1
- package/dist/types/components/ConstitutionalDocument/types.d.ts +3 -3
- package/dist/types/components/ContactDetails/component/ContactDetailsComponent.d.ts +1 -1
- package/dist/types/components/ContactDetails/validate.d.ts +2 -2
- package/dist/types/components/DecisionMakers/component/DecisionMakersComponent.d.ts +1 -1
- package/dist/types/components/DecisionMakers/types.d.ts +3 -3
- package/dist/types/components/DocumentUpload/DocumentUpload.d.ts +1 -1
- package/dist/types/components/DocumentUpload/types.d.ts +6 -6
- package/dist/types/components/Dropins/CompanyDropin/components/CompanyDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/CompanyDropin/types.d.ts +1 -2
- package/dist/types/components/Dropins/CompanySearchDropin/components/CompanySearchDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/CompanySearchDropin/utils.d.ts +2 -2
- package/dist/types/components/Dropins/DropinComposer/components/DropinComposerComponent.d.ts +1 -1
- package/dist/types/components/Dropins/DropinLayout/ActionBar/ActionBar.d.ts +1 -1
- package/dist/types/components/Dropins/DropinLayout/DropinLayout.d.ts +1 -1
- package/dist/types/components/Dropins/FormNavigation/FormNavigation.d.ts +1 -1
- package/dist/types/components/Dropins/FormNavigation/FormNavigationItem.d.ts +1 -1
- package/dist/types/components/Dropins/FormNavigation/types.d.ts +4 -4
- package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +7 -7
- package/dist/types/components/Dropins/IndividualDropin/components/IndividualDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PayoutDetailsDropin/components/PayoutDetailsDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/components/PciDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/types.d.ts +3 -3
- package/dist/types/components/Dropins/PciDropin/validate.d.ts +1 -1
- package/dist/types/components/Dropins/RoleAndTypeDropin/components/RoleAndTypeDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/RoleAndTypeDropin/types.d.ts +3 -3
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/ServiceAgreementDropinComponent.d.ts +2 -2
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/useServiceAgreement.d.ts +7 -5
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/types.d.ts +5 -4
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/validate.d.ts +2 -2
- package/dist/types/components/Dropins/SolePropDropin/components/SolePropDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/TrustDropin/components/TrustDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/types.d.ts +14 -13
- package/dist/types/components/EmbeddedDropins/CreateIndividualComponent/CreateIndividualComponent.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/CreateTransferInstrumentComponent/CreateTransferInstrumentComponent.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentComponent.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverview/ManageTransferInstrumentOverview.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItem/ManageTransferInstrumentOverviewItem.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItemSummary/ManageTransferInstrumentOverviewItemSummary.d.ts +1 -1
- package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/ViewVerificationStatusComponent.d.ts +4 -3
- package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/content.d.ts +2 -1
- package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/types.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentAlreadyUpload.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentInstantVerificationComponent.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentManualUpload.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentUploadComponent.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/types.d.ts +4 -4
- package/dist/types/components/IdVerification/component/IdVerificationComponent.d.ts +1 -1
- package/dist/types/components/IdVerification/types.d.ts +1 -1
- package/dist/types/components/IdVerificationMethod/IdVerificationMethodComponent.d.ts +2 -2
- package/dist/types/components/IdVerificationMethod/idVerificationMethodMetadata.d.ts +2 -2
- package/dist/types/components/IdVerificationMethod/types.d.ts +2 -2
- package/dist/types/components/IdentityNumber/component/IdentityNumberComponent.d.ts +1 -1
- package/dist/types/components/IdentityNumber/fieldConfig.d.ts +5 -5
- package/dist/types/components/IdentityNumber/type.d.ts +3 -3
- package/dist/types/components/Individual/component/IndividualComponent.d.ts +2 -2
- package/dist/types/components/Individual/rules.d.ts +3 -3
- package/dist/types/components/Individual/types.d.ts +13 -13
- package/dist/types/components/Introduction/Introduction.d.ts +1 -1
- package/dist/types/components/Introduction/IntroductionScreen.d.ts +2 -2
- package/dist/types/components/Introduction/copy.d.ts +3 -3
- package/dist/types/components/LegalEntityTypeSwitcher/LegalEntityTypeSwitcher.d.ts +1 -1
- package/dist/types/components/LegalEntityTypeSwitcher/type.d.ts +3 -3
- package/dist/types/components/PayoutAccount/component/PayoutAccountComponent.d.ts +1 -1
- package/dist/types/components/PayoutAccount/helpers/mapPayoutAccountSchemaToApiBankAccount.d.ts +4 -4
- package/dist/types/components/PayoutAccount/types.d.ts +4 -4
- package/dist/types/components/PayoutDetails/component/PayoutDetailsComponent.d.ts +5 -5
- package/dist/types/components/PayoutDetails/rules.d.ts +5 -5
- package/dist/types/components/PayoutDetails/types.d.ts +11 -11
- package/dist/types/components/PayoutVerificationMethod/allowedBankCountriesPerCountry.d.ts +1 -1
- package/dist/types/components/PayoutVerificationMethod/component/AccountHolderDescriptionFragment.d.ts +2 -2
- package/dist/types/components/PayoutVerificationMethod/component/PayoutVerificationMethod.d.ts +2 -2
- package/dist/types/components/PayoutVerificationMethod/payoutVerificationMethodMetadata.d.ts +2 -2
- package/dist/types/components/PayoutVerificationMethod/types.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/component/DriversLicense.d.ts +4 -4
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/component/IdentityAuComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/validate.d.ts +2 -2
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityHK/component/IdentityHKComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityHK/validate.d.ts +2 -2
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/component/DriversLicense.d.ts +3 -3
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/component/IdentityNZComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/validate.d.ts +2 -2
- package/dist/types/components/PersonalDetails/component/IdentityComponent/TypeOfIdentity/index.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/identityUS/component/IdentityUSComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/types.d.ts +3 -3
- package/dist/types/components/PersonalDetails/component/PersonalDetailsComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/types.d.ts +11 -11
- package/dist/types/components/PersonalDetails/validate.d.ts +2 -2
- package/dist/types/components/ProofOfResidency/ProofOfResidencyComponent.d.ts +1 -1
- package/dist/types/components/ProofOfResidency/types.d.ts +1 -1
- package/dist/types/components/RegistrationAddress/component/RegistrationAddressComponent.d.ts +2 -2
- package/dist/types/components/RegistrationAddress/types.d.ts +4 -4
- package/dist/types/components/RegistrationAddress/validate.d.ts +2 -2
- package/dist/types/components/Review/component/ReviewComponent.d.ts +1 -1
- package/dist/types/components/Review/types.d.ts +1 -1
- package/dist/types/components/SingpassSelection/index.d.ts +2 -2
- package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +1 -1
- package/dist/types/components/SoleProp/types.d.ts +6 -6
- package/dist/types/components/StepProgressIndicator/StepProgressIndicator.d.ts +1 -1
- package/dist/types/components/TaskList/component/PayoutAccountTaskListItem.d.ts +3 -3
- package/dist/types/components/TaskList/component/TaskItemStatus.d.ts +2 -2
- package/dist/types/components/TaskList/component/TaskListComponent.d.ts +1 -1
- package/dist/types/components/TaskList/component/TaskListGroup.d.ts +2 -2
- package/dist/types/components/TaskList/component/TaskListItem.d.ts +1 -1
- package/dist/types/components/TaskList/types.d.ts +4 -3
- package/dist/types/components/TaxDocument/TaxDocumentComponent.d.ts +1 -1
- package/dist/types/components/Trust/component/TrustComponent.d.ts +2 -2
- package/dist/types/components/Trust/rules.d.ts +2 -2
- package/dist/types/components/Trust/types.d.ts +6 -6
- package/dist/types/components/TrustMembers/component/CompanyTrustMemberTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/ExemptSettlorTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/RegularTrustMemberTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/RootTrusteeTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/TrustMembersOverview.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/UndefinedBeneficiaryTaskItem.d.ts +1 -1
- package/dist/types/components/TrustMembers/types.d.ts +5 -5
- package/dist/types/components/TrustRegistrationDetails/component/TrustRegistrationDetailsComponent.d.ts +1 -1
- package/dist/types/components/TrustRegistrationDetails/types.d.ts +4 -4
- package/dist/types/components/TrustRegistrationDetails/validate.d.ts +2 -2
- package/dist/types/components/TrustRoleAndEntityType/component/TrustRoleAndEntityType.d.ts +1 -1
- package/dist/types/components/TrustRoleAndEntityType/convertExistingTrustMember.d.ts +2 -2
- package/dist/types/components/TrustRoleAndEntityType/getAvailableRoles.d.ts +2 -2
- package/dist/types/components/TrustRoleAndEntityType/types.d.ts +6 -6
- package/dist/types/components/TrustRoleAndEntityType/validate.d.ts +2 -2
- package/dist/types/components/UIElement.d.ts +11 -10
- package/dist/types/components/index.d.ts +4 -4
- package/dist/types/components/internal/Accordion/Accordion.d.ts +1 -1
- package/dist/types/components/internal/Accordion/AccordionContext.d.ts +1 -1
- package/dist/types/components/internal/Accordion/types.d.ts +1 -1
- package/dist/types/components/internal/AccordionItem/AccordionItem.d.ts +1 -1
- package/dist/types/components/internal/AccordionItem/types.d.ts +3 -3
- package/dist/types/components/internal/AccordionItem/useAccordionContext.d.ts +1 -1
- package/dist/types/components/internal/AccountHolder/AccountHolder.d.ts +1 -1
- package/dist/types/components/internal/AccountHolder/types.d.ts +2 -2
- package/dist/types/components/internal/AccountHolder/validate.d.ts +2 -2
- package/dist/types/components/internal/Address/Address.d.ts +1 -1
- package/dist/types/components/internal/Address/components/FieldContainer.d.ts +1 -1
- package/dist/types/components/internal/Address/components/SearchAddress.d.ts +2 -2
- package/dist/types/components/internal/Address/constants.d.ts +1 -1
- package/dist/types/components/internal/Address/types.d.ts +3 -3
- package/dist/types/components/internal/Address/utils.d.ts +3 -3
- package/dist/types/components/internal/Address/validate.d.ts +3 -3
- package/dist/types/components/internal/Address/validate.formats.d.ts +2 -2
- package/dist/types/components/internal/Alert/Alert.d.ts +1 -1
- package/dist/types/components/internal/Alert/components/VerificationErrorAlert.d.ts +1 -1
- package/dist/types/components/internal/Alert/types.d.ts +2 -2
- package/dist/types/components/internal/BankAccountFormat/BankAccountFormat.d.ts +1 -1
- package/dist/types/components/internal/BankAccountNumber/BankAccountNumber.d.ts +1 -1
- package/dist/types/components/internal/BankAccountNumber/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/BankAccountNumber/types.d.ts +2 -2
- package/dist/types/components/internal/BankCity/BankCity.d.ts +1 -1
- package/dist/types/components/internal/BankCode/BankCode.d.ts +1 -1
- package/dist/types/components/internal/BankCode/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/BankCode/types.d.ts +2 -2
- package/dist/types/components/internal/BankName/BankName.d.ts +1 -1
- package/dist/types/components/internal/BranchCode/BranchCode.d.ts +1 -1
- package/dist/types/components/internal/BranchCode/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/BranchCode/types.d.ts +2 -2
- package/dist/types/components/internal/BusinessRegistrationNumber/BusinessRegistrationNumber.d.ts +1 -1
- package/dist/types/components/internal/BusinessRegistrationNumber/types.d.ts +1 -1
- package/dist/types/components/internal/Button/Button.d.ts +2 -2
- package/dist/types/components/internal/Button/types.d.ts +2 -2
- package/dist/types/components/internal/Card/Card.d.ts +2 -2
- package/dist/types/components/internal/Card/CardGroup.d.ts +1 -1
- package/dist/types/components/internal/Card/types.d.ts +1 -1
- package/dist/types/components/internal/CollapsibleContainer/CollapsibleContainer.d.ts +1 -1
- package/dist/types/components/internal/CollapsibleContainer/types.d.ts +1 -1
- package/dist/types/components/internal/ContextGuidance/ContextGuidance.d.ts +1 -1
- package/dist/types/components/internal/ContextGuidance/types.d.ts +1 -1
- package/dist/types/components/internal/ContractViewer/ContractViewer.d.ts +1 -1
- package/dist/types/components/internal/CountryField/CountryField.d.ts +1 -1
- package/dist/types/components/internal/CountryField/validate.d.ts +2 -2
- package/dist/types/components/internal/Currency/Currency.d.ts +2 -2
- package/dist/types/components/internal/Currency/types.d.ts +2 -2
- package/dist/types/components/internal/DateOfIncorporationField/DateOfIncorporationField.d.ts +1 -1
- package/dist/types/components/internal/DateOfIncorporationField/validate.d.ts +2 -2
- package/dist/types/components/internal/DecisionMakerRole/DecisionMakerRoleComponent.d.ts +1 -1
- package/dist/types/components/internal/DecisionMakerRole/types.d.ts +1 -1
- package/dist/types/components/internal/Disclaimer/Disclaimer.d.ts +1 -1
- package/dist/types/components/internal/DocumentGuidance/DocumentGuidance.d.ts +1 -1
- package/dist/types/components/internal/DocumentGuidance/type.d.ts +1 -1
- package/dist/types/components/internal/EntityAssociation/EntityAssociation.d.ts +1 -1
- package/dist/types/components/internal/EntityAssociation/types.d.ts +7 -7
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityGuidanceStatus.d.ts +1 -1
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityStatusIcon.d.ts +1 -1
- package/dist/types/components/internal/EntityGuidanceStatus/types.d.ts +4 -4
- package/dist/types/components/internal/ErrorPanel/ErrorPanel.d.ts +1 -1
- package/dist/types/components/internal/ErrorPanel/components/ServerValidationErrors.d.ts +1 -1
- package/dist/types/components/internal/ErrorPanel/components/VerificationErrors.d.ts +1 -1
- package/dist/types/components/internal/ErrorPanel/types.d.ts +3 -3
- package/dist/types/components/internal/FormFields/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Dropzone/Dropzone.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Dropzone/FilePicker.d.ts +4 -4
- package/dist/types/components/internal/FormFields/Dropzone/components/DropzoneFile.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Dropzone/types.d.ts +3 -3
- package/dist/types/components/internal/FormFields/Dropzone/validate.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Field/Field.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Field/types.d.ts +3 -3
- package/dist/types/components/internal/FormFields/InputBase.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputDate/InputDate.d.ts +2 -2
- package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputRadio/InputRadio.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputTelephone.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputText.d.ts +1 -1
- package/dist/types/components/internal/FormFields/MaskedInputText/MaskedInputText.d.ts +3 -3
- package/dist/types/components/internal/FormFields/MultiSelectList/MultiSelectList.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 +2 -2
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCard.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCardSelect.d.ts +3 -3
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioGroupCard.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroupCard/types.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +2 -2
- package/dist/types/components/internal/FormHeader/FormHeader.d.ts +1 -1
- package/dist/types/components/internal/FormHeader/type.d.ts +1 -1
- package/dist/types/components/internal/Heading/Heading.d.ts +1 -1
- package/dist/types/components/internal/Iban/Iban.d.ts +1 -1
- package/dist/types/components/internal/Iban/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/Iban/ibanValidator.d.ts +2 -2
- package/dist/types/components/internal/Iban/types.d.ts +2 -2
- package/dist/types/components/internal/IdFieldTypeSelector/CompanyRegistrationNumberTypeSelector.d.ts +4 -4
- package/dist/types/components/internal/IdFieldTypeSelector/IndividualIdNumberTypeSelector.d.ts +2 -2
- package/dist/types/components/internal/IdFieldTypeSelector/TaxIdNumberTypeSelector.d.ts +5 -5
- package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +3 -3
- package/dist/types/components/internal/IdFieldTypeSelector/inferCompanyRegistrationNumberType.d.ts +3 -3
- package/dist/types/components/internal/IdFieldTypeSelector/inferTaxIdNumberType.d.ts +2 -2
- package/dist/types/components/internal/LegalCompanyNameField/LegalCompanyNameField.d.ts +1 -1
- package/dist/types/components/internal/LegalCompanyNameField/validate.d.ts +2 -2
- package/dist/types/components/internal/Link/Link.d.ts +1 -1
- package/dist/types/components/internal/Link/types.d.ts +2 -2
- package/dist/types/components/internal/List/List.d.ts +1 -1
- package/dist/types/components/internal/List/ListItem.d.ts +1 -1
- package/dist/types/components/internal/List/types.d.ts +1 -1
- package/dist/types/components/internal/LoaderWrapper/LoaderWrapper.d.ts +3 -3
- package/dist/types/components/internal/Menu/ActionsMenu.d.ts +1 -1
- package/dist/types/components/internal/Name/Name.d.ts +1 -1
- package/dist/types/components/internal/Name/validate.d.ts +2 -2
- package/dist/types/components/internal/PhoneInput/PhoneInput.d.ts +1 -1
- package/dist/types/components/internal/PhoneInput/types.d.ts +1 -1
- package/dist/types/components/internal/PhoneInput/validate.d.ts +3 -3
- package/dist/types/components/internal/Remove/Remove.d.ts +2 -2
- package/dist/types/components/internal/Remove/types.d.ts +2 -2
- package/dist/types/components/internal/StateField/StateField.d.ts +1 -1
- package/dist/types/components/internal/StateField/validate.d.ts +2 -2
- package/dist/types/components/internal/Status/Status.d.ts +1 -1
- package/dist/types/components/internal/Status/types.d.ts +1 -1
- package/dist/types/components/internal/StockExchangeMICField/StockExchangeMICField.d.ts +1 -1
- package/dist/types/components/internal/StockExchangeMICField/fieldConfig.d.ts +2 -2
- package/dist/types/components/internal/StockISINField/StockISINField.d.ts +1 -1
- package/dist/types/components/internal/StockISINField/fieldConfig.d.ts +2 -2
- package/dist/types/components/internal/Summary/Summary.d.ts +3 -3
- package/dist/types/components/internal/Summary/types.d.ts +2 -2
- package/dist/types/components/internal/SwiftCode/SwiftCode.d.ts +1 -1
- package/dist/types/components/internal/SwiftCode/fieldConfig.d.ts +2 -2
- package/dist/types/components/internal/Tag/Tag.d.ts +1 -1
- package/dist/types/components/internal/TaxId/TaxId.d.ts +1 -1
- package/dist/types/components/internal/TaxId/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/TaxId/types.d.ts +3 -3
- package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +2 -2
- package/dist/types/components/internal/TaxInformationField/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/TaxInformationField/types.d.ts +2 -2
- package/dist/types/components/internal/Toast/Toast.d.ts +1 -1
- package/dist/types/components/internal/TradingNameField/TradingNameField.d.ts +1 -1
- package/dist/types/components/internal/TradingNameField/validate.d.ts +2 -2
- package/dist/types/components/internal/VatNumber/VatNumber.d.ts +1 -1
- package/dist/types/components/internal/VatNumber/fieldConfig.d.ts +4 -4
- package/dist/types/components/internal/VatNumber/types.d.ts +1 -1
- package/dist/types/core/Context/AuthContext/AuthProvider.d.ts +1 -1
- package/dist/types/core/Context/AuthContext/useAuthContext.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +7 -7
- package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +3 -3
- package/dist/types/core/Context/ConfigurationApiContext/getEmbeddedApi.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/getKycExternalApi.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/useConfigurationApi.d.ts +1 -1
- package/dist/types/core/Context/CoreContext.d.ts +3 -3
- package/dist/types/core/Context/CoreProvider.d.ts +2 -2
- package/dist/types/core/Context/ExperimentContext/ExperimentsContext.d.ts +1 -1
- package/dist/types/core/Context/ExperimentContext/ExperimentsContextProvider.d.ts +1 -1
- package/dist/types/core/Context/ExperimentContext/types.d.ts +2 -1
- package/dist/types/core/Context/FormRouterContext/FormRouterContextProvider.d.ts +1 -1
- package/dist/types/core/Context/FormRouterContext/types.d.ts +3 -3
- package/dist/types/core/Context/I18nProvider/I18nProvider.d.ts +2 -2
- package/dist/types/core/Context/SettingsContext/SettingsContext.d.ts +1 -1
- package/dist/types/core/Context/SettingsContext/SettingsProvider.d.ts +1 -1
- package/dist/types/core/Context/SettingsContext/types.d.ts +2 -2
- package/dist/types/core/Context/SettingsContext/useSetting.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateContext.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateContextSetter.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateContextWatcher.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateProvider.d.ts +2 -2
- package/dist/types/core/Context/StateContext/StateReducer.d.ts +1 -1
- package/dist/types/core/Context/StateContext/useGlobalData.d.ts +1 -1
- package/dist/types/core/Context/StateContext/useStateContext.d.ts +1 -1
- package/dist/types/core/Context/ToastContext/ToastContext.d.ts +1 -1
- package/dist/types/core/Context/ToastContext/ToastContextProvider.d.ts +1 -1
- package/dist/types/core/Context/ToastContext/useToastContext.d.ts +1 -1
- package/dist/types/core/Context/useCoreContext.d.ts +1 -1
- package/dist/types/core/SDKValidation/index.d.ts +2 -2
- package/dist/types/core/SDKValidation/schemas.d.ts +1 -1
- package/dist/types/core/SDKValidation/types.d.ts +1 -1
- package/dist/types/core/Services/componentApi/accept-service-agreement.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-document.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-legal-entity.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-trusted-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/delete-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/download-pci.d.ts +2 -2
- package/dist/types/core/Services/componentApi/generate-onboarding-link.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-address.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-allowed-locales.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-analytics-session.d.ts +1 -1
- package/dist/types/core/Services/componentApi/get-bankVerification-vendor.d.ts +3 -3
- package/dist/types/core/Services/componentApi/get-dataset.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-document.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-idverification-token.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-legal-entity.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-onboarding-status.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-pci-questionnaire.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-pci-status.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-pci-template.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-scenarios.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-service-agreement-acceptance-info.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-service-agreement-status.d.ts +1 -1
- package/dist/types/core/Services/componentApi/get-service-agreement.d.ts +1 -1
- package/dist/types/core/Services/componentApi/get-supported-countries.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-tasks.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-transfer-instrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-transfer-instruments.d.ts +2 -2
- package/dist/types/core/Services/componentApi/handle-bank-verification-error.d.ts +2 -2
- package/dist/types/core/Services/componentApi/idVerification-startcheck.d.ts +2 -2
- package/dist/types/core/Services/componentApi/push-events.d.ts +1 -1
- package/dist/types/core/Services/componentApi/search-address.d.ts +2 -2
- package/dist/types/core/Services/componentApi/sign-pci.d.ts +2 -2
- package/dist/types/core/Services/componentApi/update-document.d.ts +2 -2
- package/dist/types/core/Services/componentApi/update-legal-entity.d.ts +2 -2
- package/dist/types/core/Services/componentApi/update-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/validate-account-identification.d.ts +3 -3
- package/dist/types/core/Services/componentApi/validate-phone-number.d.ts +2 -2
- package/dist/types/core/Services/componentApi/verify-id-number.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/get-allowed-countries.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/get-allowed-locales.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/get-configuration.d.ts +1 -1
- package/dist/types/core/Services/kycExternalApi/get-dataset.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/validate-account-identification.d.ts +3 -3
- package/dist/types/core/Services/kycExternalApi/validate-phone-number.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/verify-id-number.d.ts +2 -2
- package/dist/types/core/Services/session.d.ts +1 -1
- package/dist/types/core/Services/utils.d.ts +2 -2
- package/dist/types/core/core.d.ts +3 -3
- package/dist/types/core/errorMapping.d.ts +4 -4
- package/dist/types/core/hooks/introduction/useCanSeeIntroduction.d.ts +1 -1
- package/dist/types/core/hooks/introduction/useIntroductionScreens.d.ts +1 -1
- package/dist/types/core/hooks/introduction/useShouldShowIntroduction.d.ts +1 -1
- package/dist/types/core/hooks/singpass/useShouldShowSingpass.d.ts +3 -3
- package/dist/types/core/hooks/useAccountHolder.d.ts +1 -1
- package/dist/types/core/hooks/useAllowedCountries.d.ts +1 -1
- package/dist/types/core/hooks/useAnalytics.d.ts +2 -2
- package/dist/types/core/hooks/useAssociatedLegalArrangement.d.ts +2 -2
- package/dist/types/core/hooks/useAsyncAccountDetailsValidationRules.d.ts +2 -2
- package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +7 -7
- package/dist/types/core/hooks/useBusinessSetup.d.ts +2 -2
- package/dist/types/core/hooks/useClickAwayListener.d.ts +2 -2
- package/dist/types/core/hooks/useCompanySearchTaskSubmit.d.ts +9 -9
- package/dist/types/core/hooks/useComponentApi.d.ts +3 -3
- package/dist/types/core/hooks/useDataset.d.ts +1 -1
- package/dist/types/core/hooks/useExemptSettlor.d.ts +2 -2
- package/dist/types/core/hooks/useForm/reducer.d.ts +1 -1
- package/dist/types/core/hooks/useForm/types.d.ts +3 -3
- package/dist/types/core/hooks/useForm/utils.d.ts +1 -1
- package/dist/types/core/hooks/useFormComposer.d.ts +5 -5
- package/dist/types/core/hooks/useIdVerificationToken.d.ts +3 -3
- package/dist/types/core/hooks/useIsElementVisible.d.ts +1 -1
- package/dist/types/core/hooks/useLegalEntityType.d.ts +1 -1
- package/dist/types/core/hooks/useLocalStorage.d.ts +1 -1
- package/dist/types/core/hooks/useScenarioConfiguration.d.ts +7 -7
- package/dist/types/core/hooks/useTranslations.d.ts +1 -1
- package/dist/types/core/models/api/address-search.d.ts +1 -1
- package/dist/types/core/models/api/capability.d.ts +2 -2
- package/dist/types/core/models/api/document.d.ts +1 -1
- package/dist/types/core/models/api/documentDetail.d.ts +1 -1
- package/dist/types/core/models/api/get-allowed-countries.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/get-tasks.d.ts +1 -1
- package/dist/types/core/models/api/individual.d.ts +2 -2
- package/dist/types/core/models/api/instant-id-verification.d.ts +1 -1
- package/dist/types/core/models/api/legal-arrangement.d.ts +3 -3
- package/dist/types/core/models/api/legal-entity-association.d.ts +4 -4
- package/dist/types/core/models/api/legal-entity.d.ts +10 -10
- package/dist/types/core/models/api/problem.d.ts +2 -2
- package/dist/types/core/models/api/sole-proprietor.d.ts +1 -1
- package/dist/types/core/models/api/supporting-entity-capability.d.ts +1 -1
- package/dist/types/core/models/api/transfer-instrument-reference.d.ts +1 -1
- package/dist/types/core/models/api/transfer-instrument.d.ts +5 -5
- package/dist/types/core/models/api/trust.d.ts +2 -2
- package/dist/types/core/models/api/trusted-transferInstrument.d.ts +1 -1
- package/dist/types/core/models/api/view-verification-status.d.ts +1 -1
- package/dist/types/core/models/company.d.ts +3 -3
- package/dist/types/core/models/country-config.d.ts +4 -4
- package/dist/types/core/models/decision-maker.d.ts +1 -1
- package/dist/types/core/models/errors/entity-problems.d.ts +5 -5
- package/dist/types/core/models/errors/error-message.d.ts +1 -1
- package/dist/types/core/models/errors/form-verification-errors.d.ts +2 -2
- package/dist/types/core/models/errors/remediation.d.ts +1 -1
- package/dist/types/core/models/field-configurations.d.ts +3 -3
- package/dist/types/core/models/form-rules.d.ts +6 -6
- package/dist/types/core/models/form.d.ts +1 -1
- package/dist/types/core/models/id-verification-status.d.ts +1 -1
- package/dist/types/core/models/identity.d.ts +2 -2
- package/dist/types/core/models/payout-account.d.ts +4 -4
- package/dist/types/core/models/scenario-fields.d.ts +1 -1
- package/dist/types/core/models/sole-prop.d.ts +2 -2
- package/dist/types/core/models/trust.d.ts +5 -5
- package/dist/types/core/process-field-configurations.d.ts +15 -15
- package/dist/types/core/types.d.ts +3 -3
- package/dist/types/core/utils.d.ts +3 -3
- package/dist/types/datasets/accountFormats/getAccountFormatForCountry.d.ts +3 -3
- package/dist/types/datasets/localized/companyTypeExamples/getCompanyTypeExamplesForCountry.d.ts +2 -2
- package/dist/types/datasets/localized/legalArrangementTypeExamples/getLegalArrangementTypeExamplesForCountry.d.ts +2 -2
- package/dist/types/datasets/localized/legalEntityTypeExamples/getBusinessTypeExamplesForCountry.d.ts +2 -2
- package/dist/types/language/Language.d.ts +2 -2
- package/dist/types/language/config.d.ts +1 -1
- package/dist/types/language/utils.d.ts +2 -2
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/utils/accountHolderUtils.d.ts +3 -3
- package/dist/types/utils/addLinkedFields.d.ts +1 -1
- package/dist/types/utils/api/documentUtils.d.ts +3 -3
- package/dist/types/utils/api/processCapabilitites.d.ts +7 -7
- package/dist/types/utils/api/processValidationErrors.d.ts +1 -1
- package/dist/types/utils/company-util.d.ts +3 -3
- package/dist/types/utils/datasetUtil.d.ts +2 -2
- package/dist/types/utils/decision-maker-roles.d.ts +2 -2
- package/dist/types/utils/dropin-utils.d.ts +2 -2
- package/dist/types/utils/entity-association-util.d.ts +6 -6
- package/dist/types/utils/entity-status-util.d.ts +4 -4
- package/dist/types/utils/eventHandlers/handleKeys.d.ts +2 -2
- package/dist/types/utils/formUtils.d.ts +5 -5
- package/dist/types/utils/genUtils.d.ts +1 -1
- package/dist/types/utils/get-name.d.ts +2 -2
- package/dist/types/utils/get-task-status.d.ts +3 -3
- package/dist/types/utils/getFieldsWithExistingData.d.ts +8 -8
- package/dist/types/utils/getLegalEntityCountry.d.ts +2 -2
- package/dist/types/utils/makeSelectItemForRole.d.ts +2 -2
- package/dist/types/utils/mapping/companySearch/mapCompanySearchSchemaToLegalEntity.d.ts +3 -3
- package/dist/types/utils/mapping/companySearch/mapLegalEntityToCompanySearchSchema.d.ts +2 -2
- package/dist/types/utils/mapping/componentApiMapping.d.ts +3 -3
- package/dist/types/utils/mapping/mapping.d.ts +13 -13
- package/dist/types/utils/mapping/trustMembers/getTrustMembers.d.ts +2 -2
- package/dist/types/utils/mapping/trustMembers/mapEntityAssociationsToTrustMembers.d.ts +3 -3
- package/dist/types/utils/mapping/trustMembers/mapRootLegalEntityToTrustMember.d.ts +2 -2
- package/dist/types/utils/mapping/trustMembers/mapUndefinedBeneficiaryInfoToTrustMembers.d.ts +2 -2
- package/dist/types/utils/masking/displayValueToPureValue.d.ts +1 -1
- package/dist/types/utils/masking/maskHelpers.d.ts +1 -1
- package/dist/types/utils/masking/matchAgainstMask.d.ts +1 -1
- package/dist/types/utils/masking/shiftRight.d.ts +1 -1
- package/dist/types/utils/masking/transformers/uppercase.d.ts +1 -1
- package/dist/types/utils/omitObscuredFieldsIfUnchanged.d.ts +1 -1
- package/dist/types/utils/payout-account-util.d.ts +5 -5
- package/dist/types/utils/payout-account.d.ts +1 -1
- package/dist/types/utils/perCountry.d.ts +1 -1
- package/dist/types/utils/regex/patternValidators.d.ts +1 -1
- package/dist/types/utils/regex/postalCodePatterns.d.ts +1 -1
- package/dist/types/utils/roleMetadata.d.ts +2 -2
- package/dist/types/utils/trackNavigation.d.ts +3 -3
- package/dist/types/utils/trust-util.d.ts +7 -7
- package/dist/types/utils/trustMembers/handlers/addOrUpdateAssociatedTrustMember.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/addOrUpdateUndefinedBeneficiary.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/createExemptSettlor.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/deleteAssociatedTrustMember.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/deleteUndefinedBeneficiary.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/updateExemptSettlorName.d.ts +3 -3
- package/dist/types/utils/useForwardRef.d.ts +2 -2
- package/dist/types/utils/useStateFromProp.d.ts +1 -1
- package/dist/types/utils/validation/commonValidators.d.ts +1 -1
- package/dist/types/utils/validation/types.d.ts +3 -3
- package/dist/types/utils/validatorUtils.d.ts +3 -3
- package/dist/types/utils/verification/helpers/verify-id-number-helper.d.ts +2 -2
- package/dist/types/utils/verification/verificationUtils.d.ts +3 -3
- package/package.json +4 -4
- package/dist/es/ad-DT4vRaBJ.js +0 -13
- package/dist/es/ae-BOcuAHGY.js +0 -10
- package/dist/es/af-CoKzErRW.js +0 -12
- package/dist/es/ag-g4DXUCrU.js +0 -35
- package/dist/es/ai-CI-B0R9i.js +0 -30
- package/dist/es/al-COFkJ5Ca.js +0 -14
- package/dist/es/am-Dra-uz-8.js +0 -10
- package/dist/es/an-BGvLoFME.js +0 -10
- package/dist/es/ao-DxG-ywGM.js +0 -41
- package/dist/es/aq-D6KJELrz.js +0 -8
- package/dist/es/ar-D1__sXLf.js +0 -9
- package/dist/es/as-CO1cnzQr.js +0 -16
- package/dist/es/at-DJ-_JUEF.js +0 -8
- package/dist/es/au-DQ7hwYxQ.js +0 -17
- package/dist/es/aw-DsF55GZp.js +0 -24
- package/dist/es/ax-B7xGO2vL.js +0 -10
- package/dist/es/az-Bn_p9CvJ.js +0 -19
- package/dist/es/ba-BoJK_mQe.js +0 -18
- package/dist/es/bb-Pm_QT_Dl.js +0 -16
- package/dist/es/bd-D7_YREZy.js +0 -9
- package/dist/es/be-CZxtblLB.js +0 -10
- package/dist/es/bf-Dpx2xJ7g.js +0 -10
- package/dist/es/bg-GwVUUSOM.js +0 -12
- package/dist/es/bh-JbZUrPJw.js +0 -8
- package/dist/es/bi-BltG81ar.js +0 -18
- package/dist/es/bj-zQUv2SQa.js +0 -28
- package/dist/es/bl-BUtmusIM.js +0 -26
- package/dist/es/bm-D_illE8L.js +0 -31
- package/dist/es/bn-1XDJa4lE.js +0 -13
- package/dist/es/bo-DlmVbV9z.js +0 -10
- package/dist/es/br-DLB6QJZk.js +0 -14
- package/dist/es/bs-8dBnGYPj.js +0 -14
- package/dist/es/bt-D9SHS-Ak.js +0 -9
- package/dist/es/bv-ahmv_jU3.js +0 -20
- package/dist/es/bw-DzLl7TuC.js +0 -10
- package/dist/es/by-BztFrg5-.js +0 -14
- package/dist/es/bz-DkyxrcWx.js +0 -11
- package/dist/es/ca-Bika55Ha.js +0 -9
- package/dist/es/cc-CFZz_AYg.js +0 -14
- package/dist/es/cd-CgybrxtQ.js +0 -14
- package/dist/es/cf-D23Pv9G5.js +0 -12
- package/dist/es/cg-CfZbcFMO.js +0 -13
- package/dist/es/ch-mKEGRNZY.js +0 -9
- package/dist/es/ci-BJ-L2p8Z.js +0 -9
- package/dist/es/ck-j69yRZOc.js +0 -24
- package/dist/es/cl-C6BytT6S.js +0 -10
- package/dist/es/cm-CUzrX5VK.js +0 -16
- package/dist/es/cn-De5mx48S.js +0 -9
- package/dist/es/co-D1tfX-Rj.js +0 -28
- package/dist/es/cr-zUnaQPg8.js +0 -9
- package/dist/es/cu-DaGswOf0.js +0 -10
- package/dist/es/cv-C4-jr8vq.js +0 -11
- package/dist/es/cw-D-6419Qt.js +0 -15
- package/dist/es/cx-DfNBgtwc.js +0 -16
- package/dist/es/cy-BRABzapK.js +0 -10
- package/dist/es/cz-DzosVcuo.js +0 -9
- package/dist/es/de-DRcIm1Ma.js +0 -28
- package/dist/es/dj-Da7LmapC.js +0 -15
- package/dist/es/dk-pty9O1pD.js +0 -8
- package/dist/es/dm-GPioKBpx.js +0 -18
- package/dist/es/do-k8Aqzhu5.js +0 -12
- package/dist/es/dz-0w5shCtT.js +0 -10
- package/dist/es/ec-hp0Ygj0Y.js +0 -13
- package/dist/es/ee-Dpf_R8jm.js +0 -9
- package/dist/es/eg-BgVS1lzb.js +0 -10
- package/dist/es/eh-CEZasM8H.js +0 -11
- package/dist/es/er-RK3foPBe.js +0 -14
- package/dist/es/es-CNey9Ibr.js +0 -13
- package/dist/es/et-cNmj57xA.js +0 -12
- package/dist/es/fi-Ds4M7qRF.js +0 -16
- package/dist/es/fj-D1q87nq5.js +0 -34
- package/dist/es/fk-Y2rCs5DH.js +0 -41
- package/dist/es/fm-BZKPOICq.js +0 -19
- package/dist/es/fo-sSr8Xnvb.js +0 -14
- package/dist/es/fr-BWzaj6Yw.js +0 -19
- package/dist/es/fx-DR2GRTdn.js +0 -9
- package/dist/es/ga-9LhduROZ.js +0 -10
- package/dist/es/gb-DA-V5Xdu.js +0 -14
- package/dist/es/gd-JWdzcsNM.js +0 -22
- package/dist/es/ge-Zw0skRye.js +0 -9
- package/dist/es/gf-Bq_uV48f.js +0 -10
- package/dist/es/gg-CNzs8gF-.js +0 -13
- package/dist/es/gh-2VT5yAxo.js +0 -11
- package/dist/es/gi-jPgXNb1L.js +0 -10
- package/dist/es/gl-c6mjlUME.js +0 -9
- package/dist/es/gm-BgeXyCUQ.js +0 -11
- package/dist/es/gn-CyyMcNZ3.js +0 -10
- package/dist/es/gp-D2PIp9tB.js +0 -10
- package/dist/es/gq-BT6Gd3M4.js +0 -11
- package/dist/es/gr-B5MQUSuL.js +0 -8
- package/dist/es/gs-6VXnGQzD.js +0 -130
- package/dist/es/gt-4DSSuHgq.js +0 -11
- package/dist/es/gu-Dxf1inL8.js +0 -45
- package/dist/es/gw-R5Dl09OL.js +0 -11
- package/dist/es/gy-CHx6kck0.js +0 -10
- package/dist/es/hk-DLy2j4QA.js +0 -9
- package/dist/es/hm-CoK7Z2cg.js +0 -18
- package/dist/es/hn-DxQ71v08.js +0 -9
- package/dist/es/hr-B6Zc8qZS.js +0 -16
- package/dist/es/ht-DCMkLse8.js +0 -23
- package/dist/es/hu-JEoUAdpx.js +0 -9
- package/dist/es/id-D1C_2HvG.js +0 -8
- package/dist/es/ie-d3bapQx-.js +0 -19
- package/dist/es/il-CxVm0b2J.js +0 -20
- package/dist/es/im-BN_uhDka.js +0 -40
- package/dist/es/in-BGdmDROr.js +0 -11
- package/dist/es/io-DYCJpAKf.js +0 -22
- package/dist/es/iq-BlsI9EWN.js +0 -11
- package/dist/es/ir-DdOj6IVV.js +0 -13
- package/dist/es/is-DN52KJKG.js +0 -10
- package/dist/es/it-D6Y8tXt3.js +0 -19
- package/dist/es/je-DR82slj4.js +0 -18
- package/dist/es/jm-LqaENrl9.js +0 -13
- package/dist/es/jo-yLc64Rmj.js +0 -11
- package/dist/es/jp-Bb5uIw0H.js +0 -20
- package/dist/es/ke-BK1BjkeR.js +0 -33
- package/dist/es/kg-wlEuBvxO.js +0 -10
- package/dist/es/kh-DsvqlHLy.js +0 -10
- package/dist/es/ki-Byta-OFo.js +0 -17
- package/dist/es/km-RNbmgGL_.js +0 -12
- package/dist/es/kn-CsHNi3Qt.js +0 -15
- package/dist/es/kp-DskyYlvx.js +0 -11
- package/dist/es/kr-DlF6eJVr.js +0 -23
- package/dist/es/kw-BiQAd6j1.js +0 -10
- package/dist/es/ky-BvPeTNcl.js +0 -31
- package/dist/es/kz-BQCcz0Va.js +0 -10
- package/dist/es/la-COyntyzl.js +0 -10
- package/dist/es/lb-CzTzggHc.js +0 -19
- package/dist/es/lc-CRL2hV6d.js +0 -19
- package/dist/es/li-BN-LWzEm.js +0 -9
- package/dist/es/lk-Dh6uTZcH.js +0 -12
- package/dist/es/lr-CoVvhAhL.js +0 -20
- package/dist/es/ls-BFhv4OAc.js +0 -11
- package/dist/es/lt-C9w-Id1S.js +0 -10
- package/dist/es/lu-Ccpxa0yN.js +0 -9
- package/dist/es/lv-Di5Y7vBC.js +0 -8
- package/dist/es/ly-BKgB-CvV.js +0 -29
- package/dist/es/ma-gJj5XCI-.js +0 -15
- package/dist/es/mc-BPN5JfTO.js +0 -12
- package/dist/es/md-aCqyKOgl.js +0 -17
- package/dist/es/me-C6-JkhFA.js +0 -17
- package/dist/es/mf-jpyKjgsU.js +0 -10
- package/dist/es/mg-TS1IwqtI.js +0 -9
- package/dist/es/mh-yHLgOFiA.js +0 -15
- package/dist/es/mk-CaRVDngZ.js +0 -12
- package/dist/es/ml-CUUHxg1j.js +0 -16
- package/dist/es/mm-CYK7VHSP.js +0 -17
- package/dist/es/mn-D2S-h2WN.js +0 -20
- package/dist/es/mo-D1RG60zF.js +0 -16
- package/dist/es/mp-DzztXSh1.js +0 -11
- package/dist/es/mq-Gsmz5_5j.js +0 -10
- package/dist/es/mr-C_s5K8p5.js +0 -15
- package/dist/es/ms-Cgov7p4h.js +0 -28
- package/dist/es/mt-B9vsNjSx.js +0 -21
- package/dist/es/mu-DeH79Hcd.js +0 -17
- package/dist/es/mv-CS9OGWK4.js +0 -16
- package/dist/es/mw-BvDfO_4m.js +0 -17
- package/dist/es/mx-ByC0ZmOn.js +0 -17
- package/dist/es/my-BtbjhaSG.js +0 -16
- package/dist/es/mz-BuZty0IX.js +0 -19
- package/dist/es/na-BMRoTc_5.js +0 -18
- package/dist/es/nc-TfmJ1_PR.js +0 -18
- package/dist/es/ne-e6jU7Ta4.js +0 -11
- package/dist/es/nf-DEApE1l7.js +0 -9
- package/dist/es/ng-C481SfES.js +0 -19
- package/dist/es/ni-DoG4DYn_.js +0 -16
- package/dist/es/nl-Cmbofdv4.js +0 -11
- package/dist/es/no-CVO81I1l.js +0 -19
- package/dist/es/np-zRmg82Re.js +0 -16
- package/dist/es/nr-B5qQQRjH.js +0 -9
- package/dist/es/nu-BI4Y-0EG.js +0 -28
- package/dist/es/nz-DF7xbKn7.js +0 -21
- package/dist/es/om-BjOei_ke.js +0 -20
- package/dist/es/pa-ZEXTGOfm.js +0 -16
- package/dist/es/pe-HNEmB15y.js +0 -15
- package/dist/es/pf-DwCESo2k.js +0 -24
- package/dist/es/pg-BhOdaLDy.js +0 -17
- package/dist/es/ph-8ii4-Tq6.js +0 -16
- package/dist/es/pk-BafoDKz5.js +0 -15
- package/dist/es/pl-D9b2Q58T.js +0 -12
- package/dist/es/pm-C-WvmgM4.js +0 -38
- package/dist/es/pn-DjnHidFS.js +0 -25
- package/dist/es/pr-Dd50hA9F.js +0 -30
- package/dist/es/ps-CUGb27Pq.js +0 -11
- package/dist/es/pt-Qpxk-ulQ.js +0 -12
- package/dist/es/pw-DV4RtHVX.js +0 -15
- package/dist/es/py-eg-mtZFC.js +0 -17
- package/dist/es/qa-CHyJi5tF.js +0 -16
- package/dist/es/re-FpArmeeM.js +0 -10
- package/dist/es/ro-ANrnebzK.js +0 -16
- package/dist/es/rs-BGbyX7Qb.js +0 -20
- package/dist/es/ru-DtLSIa8v.js +0 -19
- package/dist/es/rw-B1kILqpv.js +0 -24
- package/dist/es/sa-CEcWBFfj.js +0 -9
- package/dist/es/sb-p9ah_4x5.js +0 -36
- package/dist/es/sc-2YHg9FTT.js +0 -22
- package/dist/es/sd-BKzyWEE3.js +0 -16
- package/dist/es/se-Dq5LtCEp.js +0 -9
- package/dist/es/sg-C752_QVl.js +0 -15
- package/dist/es/sh-NFjaiAXX.js +0 -36
- package/dist/es/si-DKzVjXeV.js +0 -23
- package/dist/es/sj-DF7Bf8Q9.js +0 -10
- package/dist/es/sk-CPmqq18S.js +0 -23
- package/dist/es/sl-Dx7oHjXI.js +0 -15
- package/dist/es/sm-B8bEOCx7.js +0 -16
- package/dist/es/sn-tcqzwUh4.js +0 -17
- package/dist/es/so-BrD8jwW8.js +0 -15
- package/dist/es/sr-Dyy1x6sW.js +0 -16
- package/dist/es/ss-CpfhWUQL.js +0 -16
- package/dist/es/st-DZJqDu2d.js +0 -17
- package/dist/es/sv-DtkfLQdf.js +0 -14
- package/dist/es/sx-C1dyGLW-.js +0 -17
- package/dist/es/sy-DhvBoSDL.js +0 -16
- package/dist/es/sz-Co03zPL0.js +0 -25
- package/dist/es/tc-DFY42rbc.js +0 -27
- package/dist/es/td-DdnMoB4B.js +0 -10
- package/dist/es/tf-DtUoHxUD.js +0 -12
- package/dist/es/tg-B-szBZlQ.js +0 -17
- package/dist/es/th-hl0xD9En.js +0 -15
- package/dist/es/tj-CaluHgV4.js +0 -16
- package/dist/es/tk-7WTKQA6M.js +0 -10
- package/dist/es/tl-DWxFj_mI.js +0 -17
- package/dist/es/tm-CXa44ZsQ.js +0 -47
- package/dist/es/tn-YGA63yhm.js +0 -15
- package/dist/es/to-D1SPhDAS.js +0 -19
- package/dist/es/tr-BkORBw5s.js +0 -16
- package/dist/es/tt-CPiasxy9.js +0 -16
- package/dist/es/tv-1UKqGnYq.js +0 -17
- package/dist/es/tw-V_-9EdZA.js +0 -16
- package/dist/es/tz-vyNQ8siG.js +0 -17
- package/dist/es/ua-B36hNKIn.js +0 -9
- package/dist/es/ug-DzrOv_zJ.js +0 -20
- package/dist/es/um-Xf4WHDSX.js +0 -30
- package/dist/es/us-VkSkiw44.js +0 -24
- package/dist/es/uy-BBVhuI0m.js +0 -10
- package/dist/es/uz-D4g4y6tl.js +0 -16
- package/dist/es/va-CuiFpTCr.js +0 -12
- package/dist/es/vc-BGrc4dhk.js +0 -17
- package/dist/es/ve-76O2C7rm.js +0 -17
- package/dist/es/vg-DMKx8jrg.js +0 -31
- package/dist/es/vi-D8PahWnh.js +0 -34
- package/dist/es/vn-BnPQgCR1.js +0 -9
- package/dist/es/vu-B3LLAmr5.js +0 -37
- package/dist/es/wf-qXr-xalT.js +0 -10
- package/dist/es/ws-pGsAcjqz.js +0 -16
- package/dist/es/ye-CII0qyBt.js +0 -9
- package/dist/es/yt-BoehcMko.js +0 -33
- package/dist/es/za-CaK3IAZP.js +0 -19
- package/dist/es/zm-C8-RQ03K.js +0 -24
- package/dist/es/zw-JWvy-vVa.js +0 -22
- package/dist/es/zz-CCLSDExB.js +0 -8
- package/dist/types/components/internal/CountryField/Flag.d.ts +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TrustMember } from '../../../components/TrustMembers/types';
|
|
2
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
3
|
-
import { LegalEntityAssociation } from '../../../core/models/api/legal-entity-association';
|
|
1
|
+
import type { TrustMember } from '../../../components/TrustMembers/types';
|
|
2
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
3
|
+
import type { LegalEntityAssociation } from '../../../core/models/api/legal-entity-association';
|
|
4
4
|
/**
|
|
5
5
|
* In the API response, there are multiple {@link LegalEntityAssociation}s for the same associated entity;
|
|
6
6
|
* one for each role e.g. 'trustee', 'protector', 'settlor'...
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { RootTrustee } from '../../../components/TrustMembers/types';
|
|
2
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { RootTrustee } from '../../../components/TrustMembers/types';
|
|
2
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
3
3
|
export declare const mapRootLegalEntityToTrustMember: (rootLegalEntity: ExistingLegalEntity) => RootTrustee;
|
package/dist/types/utils/mapping/trustMembers/mapUndefinedBeneficiaryInfoToTrustMembers.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { UndefinedBeneficiary } from '../../../components/TrustMembers/types';
|
|
2
|
-
import { UndefinedBeneficiaryInfo } from '../../../core/models/api/trust';
|
|
1
|
+
import type { UndefinedBeneficiary } from '../../../components/TrustMembers/types';
|
|
2
|
+
import type { UndefinedBeneficiaryInfo } from '../../../core/models/api/trust';
|
|
3
3
|
export declare const mapUndefinedBeneficiaryInfoToTrustMembers: (undefinedBeneficiaryInfo: UndefinedBeneficiaryInfo[]) => UndefinedBeneficiary[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputToken, Mask, MaskToken, NonInputToken } from './maskTypes';
|
|
1
|
+
import type { InputToken, Mask, MaskToken, NonInputToken } from './maskTypes';
|
|
2
2
|
export declare const nonInputs: (str: string, options?: Partial<NonInputToken>) => NonInputToken[];
|
|
3
3
|
export declare const spacer: NonInputToken;
|
|
4
4
|
export declare const alphaInputs: (length: number, optional?: boolean) => InputToken[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MaskToken, PossibleShift } from './maskTypes';
|
|
1
|
+
import type { MaskToken, PossibleShift } from './maskTypes';
|
|
2
2
|
import type { MatchedToken } from './matchAgainstMask';
|
|
3
3
|
export declare const shiftRight: (possibleShifts: PossibleShift[], matchedTokens: MatchedToken[], remainingTokens: MaskToken[]) => {
|
|
4
4
|
matchedTokens: MatchedToken[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { InputTransformer } from './types';
|
|
1
|
+
import type { InputTransformer } from './types';
|
|
2
2
|
export declare const uppercase: InputTransformer;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecursiveKeyOf } from './getNestedPropertyKeys';
|
|
1
|
+
import type { RecursiveKeyOf } from './getNestedPropertyKeys';
|
|
2
2
|
export declare const omitObscuredFieldsIfUnchanged: <Schema extends object>(obscuredFields: RecursiveKeyOf<Schema>[], dataSubmitted: Schema, savedData: Schema) => Schema;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BankAccountFormatType } from '../components/internal/BankAccountFormat/types';
|
|
2
|
-
import { PayoutAccountSchema } from '../components/PayoutAccount/types';
|
|
3
|
-
import { CountryCode } from '../core/models/country-code';
|
|
4
|
-
import { Currency } from '../core/models/currency';
|
|
5
|
-
import Language from '../language/Language';
|
|
1
|
+
import type { BankAccountFormatType } from '../components/internal/BankAccountFormat/types';
|
|
2
|
+
import type { PayoutAccountSchema } from '../components/PayoutAccount/types';
|
|
3
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
4
|
+
import type { Currency } from '../core/models/currency';
|
|
5
|
+
import type Language from '../language/Language';
|
|
6
6
|
export declare const shouldShowPayoutAccountFormatSelector: (country: CountryCode) => boolean;
|
|
7
7
|
export declare const shouldShowPayoutAlert: (country: CountryCode) => boolean;
|
|
8
8
|
export declare const getSupportedCurrencyGuidance: (i18n: Language, country: CountryCode, requiredFields: Array<keyof PayoutAccountSchema>) => string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { LegalEntity } from '../core/models/api/legal-entity';
|
|
1
|
+
import type { LegalEntity } from '../core/models/api/legal-entity';
|
|
2
2
|
export declare const hasPayoutAccount: (legalEntityResponse: LegalEntity) => boolean;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ValidatorRule } from '../validation/types';
|
|
1
|
+
import type { ValidatorRule } from '../validation/types';
|
|
2
2
|
export declare const validateNotEmptyOnBlur: ValidatorRule<string | undefined, object>;
|
|
3
3
|
export declare const validatePatternOnBlur: <ValueType extends string, FormSchema>(pattern: RegExp) => ValidatorRule<ValueType, FormSchema>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CountryCode } from '../../core/models/country-code';
|
|
1
|
+
import type { CountryCode } from '../../core/models/country-code';
|
|
2
2
|
export declare const postalCodePatterns: Partial<Record<CountryCode, RegExp>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LegalEntityAssociationType } from '../core/models/api/legal-entity-association';
|
|
1
|
+
import type { LegalEntityAssociationType } from '../core/models/api/legal-entity-association';
|
|
2
2
|
import { TrustMemberGuidanceLabel } from '../core/models/trust';
|
|
3
|
-
import { TranslationKey } from '../language/types';
|
|
3
|
+
import type { TranslationKey } from '../language/types';
|
|
4
4
|
type Role = `${LegalEntityAssociationType | TrustMemberGuidanceLabel}`;
|
|
5
5
|
type RoleMetadata<R extends Role> = Record<R, {
|
|
6
6
|
name: TranslationKey;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FormModel } from '../core/models/form';
|
|
2
|
-
import { BaseTrackingPayload } from '../core/utils';
|
|
3
|
-
import Language from '../language';
|
|
1
|
+
import type { FormModel } from '../core/models/form';
|
|
2
|
+
import type { BaseTrackingPayload } from '../core/utils';
|
|
3
|
+
import type Language from '../language';
|
|
4
4
|
export declare const trackNavigation: ({ fromForm, toForm, component, baseTrackingPayload, i18n, }: {
|
|
5
5
|
fromForm: FormModel;
|
|
6
6
|
toForm: FormModel;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { TrustMember } from '../components/TrustMembers/types';
|
|
2
|
-
import { TrustTypeOption } from '../components/TrustRegistrationDetails/types';
|
|
3
|
-
import { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
-
import { LegalEntityAssociation } from '../core/models/api/legal-entity-association';
|
|
5
|
-
import { CountryCode } from '../core/models/country-code';
|
|
6
|
-
import { CapabilityProblems } from '../core/models/errors/capability-problems';
|
|
7
|
-
import { EntityProblems } from '../core/models/errors/entity-problems';
|
|
1
|
+
import type { TrustMember } from '../components/TrustMembers/types';
|
|
2
|
+
import type { TrustTypeOption } from '../components/TrustRegistrationDetails/types';
|
|
3
|
+
import type { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
+
import type { LegalEntityAssociation } from '../core/models/api/legal-entity-association';
|
|
5
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
6
|
+
import type { CapabilityProblems } from '../core/models/errors/capability-problems';
|
|
7
|
+
import type { EntityProblems } from '../core/models/errors/entity-problems';
|
|
8
8
|
export declare const isPartOfTrustFromLegalEntity: (legalEntity: LegalEntity) => boolean;
|
|
9
9
|
export declare const getOwnTrustMembers: (rootLegalEntity: ExistingLegalEntity) => LegalEntityAssociation[];
|
|
10
10
|
export declare const getOwnTrustMembersLegalEntityIds: (rootLegalEntity: ExistingLegalEntity) => string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
-
import { CompanyTrustMember, ExemptSettlor, RegularTrustMember, RootTrustee } from '../../../components/TrustMembers/types';
|
|
3
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
+
import type { CompanyTrustMember, ExemptSettlor, RegularTrustMember, RootTrustee } from '../../../components/TrustMembers/types';
|
|
3
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
export declare const addOrUpdateAssociatedTrustMember: ({ newOrUpdated, trust, handleUpdateLegalEntity, }: {
|
|
5
5
|
newOrUpdated: RegularTrustMember | CompanyTrustMember | ExemptSettlor;
|
|
6
6
|
trust: ExistingLegalEntity;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
-
import { UndefinedBeneficiary } from '../../../components/TrustMembers/types';
|
|
3
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
+
import type { UndefinedBeneficiary } from '../../../components/TrustMembers/types';
|
|
3
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
export declare const addOrUpdateUndefinedBeneficiary: ({ newOrUpdated, trust, handleUpdateLegalEntity, }: {
|
|
5
5
|
newOrUpdated: UndefinedBeneficiary;
|
|
6
6
|
trust: ExistingLegalEntity;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
-
import { ExemptSettlor } from '../../../components/TrustMembers/types';
|
|
3
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
+
import type { ExemptSettlor } from '../../../components/TrustMembers/types';
|
|
3
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
export declare const createExemptSettlor: ({ exemptSettlor, trust, handleCreateLegalEntity, }: {
|
|
5
5
|
exemptSettlor: ExemptSettlor;
|
|
6
6
|
trust: ExistingLegalEntity;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
-
import { CompanyTrustMember, ExemptSettlor, RegularTrustMember } from '../../../components/TrustMembers/types';
|
|
3
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
+
import type { CompanyTrustMember, ExemptSettlor, RegularTrustMember } from '../../../components/TrustMembers/types';
|
|
3
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
export declare const deleteAssociatedTrustMember: ({ associatedTrustMember, trust, handleUpdateLegalEntity, }: {
|
|
5
5
|
associatedTrustMember: RegularTrustMember | CompanyTrustMember | ExemptSettlor;
|
|
6
6
|
trust: ExistingLegalEntity;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
-
import { UndefinedBeneficiary } from '../../../components/TrustMembers/types';
|
|
3
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
+
import type { UndefinedBeneficiary } from '../../../components/TrustMembers/types';
|
|
3
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
/**
|
|
5
5
|
* Undefined Beneficiaries are not entity associations,
|
|
6
6
|
* therefore their deletion and updation are different from that of a usual trust member
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
-
import { ExemptSettlor } from '../../../components/TrustMembers/types';
|
|
3
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { DropinAPIHandlers } from '../../../components/Dropins/types';
|
|
2
|
+
import type { ExemptSettlor } from '../../../components/TrustMembers/types';
|
|
3
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
export declare const exemptSettlorNamesTheSame: (existingSettlor: ExemptSettlor, newSettlor: ExemptSettlor) => boolean;
|
|
5
5
|
export declare const updateExemptSettlorName: ({ exemptSettlor, handleUpdateLegalEntity, }: {
|
|
6
6
|
exemptSettlor: ExemptSettlor;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ForwardedRef } from 'preact/compat';
|
|
2
|
-
import { MutableRef } from 'preact/hooks';
|
|
1
|
+
import type { ForwardedRef } from 'preact/compat';
|
|
2
|
+
import type { MutableRef } from 'preact/hooks';
|
|
3
3
|
export declare const useForwardedRef: <T>(forwardedRef: ForwardedRef<T>) => MutableRef<T>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FormState } from '../../core/hooks/useForm';
|
|
2
|
-
import { CountryCode } from '../../core/models/country-code';
|
|
3
|
-
import { Translatable, TranslationKey } from '../../language/types';
|
|
1
|
+
import type { FormState } from '../../core/hooks/useForm';
|
|
2
|
+
import type { CountryCode } from '../../core/models/country-code';
|
|
3
|
+
import type { Translatable, TranslationKey } from '../../language/types';
|
|
4
4
|
export type Ruleset = {
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LocalAccountIdentification } from '../core/models/api/accountIdentification';
|
|
2
|
-
import { CountryCode } from '../core/models/country-code';
|
|
3
|
-
import { CountryFormatRules } from './validation/types';
|
|
1
|
+
import type { LocalAccountIdentification } from '../core/models/api/accountIdentification';
|
|
2
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
3
|
+
import type { CountryFormatRules } from './validation/types';
|
|
4
4
|
export declare const getMaxLengthByFieldAndCountry: <FormSchema extends object>(formattingRules: Partial<Record<"AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "EL" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KP" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "SH" | "KN" | "LC" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW", Partial<{ [field in keyof FormSchema]: import("./validation/types").Format<FormSchema[field]>; }>>>, field: keyof FormSchema, country: CountryCode, ignoreIfFormatterExists: boolean) => number;
|
|
5
5
|
export declare const isUndefinedOrNull: (input: unknown) => input is null;
|
|
6
6
|
export declare const isEmpty: (input: unknown) => input is null;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { VerifyIdNumberResponse } from '../../../core/models/api/verify-id-number';
|
|
2
|
-
import { IdVerificationStatus } from '../../../core/models/id-verification-status';
|
|
1
|
+
import type { VerifyIdNumberResponse } from '../../../core/models/api/verify-id-number';
|
|
2
|
+
import type { IdVerificationStatus } from '../../../core/models/id-verification-status';
|
|
3
3
|
export declare const verifyIdNumberHelper: (idRtnData: VerifyIdNumberResponse) => IdVerificationStatus | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IdFormState, PersonalDetailsSchema } from '../../components/PersonalDetails/types';
|
|
2
|
-
import { CountryCode } from '../../core/models/country-code';
|
|
3
|
-
import { IdVerificationStatus } from '../../core/models/id-verification-status';
|
|
1
|
+
import type { IdFormState, PersonalDetailsSchema } from '../../components/PersonalDetails/types';
|
|
2
|
+
import type { CountryCode } from '../../core/models/country-code';
|
|
3
|
+
import type { IdVerificationStatus } from '../../core/models/id-verification-status';
|
|
4
4
|
export declare function useVerification(fieldsToVerify: any[], country: CountryCode): {
|
|
5
5
|
hasFieldsToVerify: boolean;
|
|
6
6
|
verifyFields: (formState: Pick<IdFormState, 'data'>, savedData: PersonalDetailsSchema) => Promise<IdVerificationStatus[]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/kyc-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"type": "module",
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build": "npm run clean && vite build",
|
|
27
|
-
"build:
|
|
27
|
+
"build:npm": "npm run build && npm run types:build",
|
|
28
28
|
"build:demo": "vite build --mode demo",
|
|
29
29
|
"build:cdn": "npm run clean && vite build --mode production-cdn",
|
|
30
30
|
"build:watch": "npm run build -- --watch",
|
|
31
|
-
"buildAll": "npm run build:all",
|
|
32
31
|
"check:all": "concurrently \"npm run types:check\" \"npm run lint:quiet\" \"npm run lint:scss\" \"npm run prettier\" -n tsc,eslint,stylelint,prettier -c cyan,magenta,yellow,blue",
|
|
33
32
|
"check:commits": "commitlint --from",
|
|
34
33
|
"check:commits:since-main": "npm run check:commits -- main",
|
|
35
|
-
"clean": "rm -rf dist",
|
|
34
|
+
"clean": "rm -rf dist*",
|
|
36
35
|
"commit": "commit",
|
|
36
|
+
"submit": "bash ./scripts/pr-create.sh",
|
|
37
37
|
"env:generate": "vite-node ./env/generateEnv.ts",
|
|
38
38
|
"demo": "npm run build:demo && npm run demo:serve",
|
|
39
39
|
"demo:serve": "vite preview --mode demo",
|
package/dist/es/ad-DT4vRaBJ.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAd = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#1537D1", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#EA3058", d: "M10.48 0H22v16H10.48z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFCF3C", fillRule: "evenodd", d: "M7.33 16h7.34V0H7.33z", clipRule: "evenodd" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFEDB1", fillRule: "evenodd", d: "M9.95 6.93H11v.54H9.95z", clipRule: "evenodd" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { stroke: "#D32E28", strokeWidth: 0.67, d: "m10 9.27-.21-2.54h2.42l-.2 2.54z" }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#D32E28", fillRule: "evenodd", d: "M9.95 7.47h2.1V8h-2.1z", clipRule: "evenodd" })
|
|
10
|
-
] });
|
|
11
|
-
export {
|
|
12
|
-
SvgAd as default
|
|
13
|
-
};
|
package/dist/es/ae-BOcuAHGY.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAe = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#12833B", fillRule: "evenodd", d: "M6.29 5.33H22V0H6.29z", clipRule: "evenodd" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", fillRule: "evenodd", d: "M6.29 16H22v-5.33H6.29z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#FF323E", fillRule: "evenodd", d: "M0 16h6.29V0H0z", clipRule: "evenodd" })
|
|
7
|
-
] });
|
|
8
|
-
export {
|
|
9
|
-
SvgAe as default
|
|
10
|
-
};
|
package/dist/es/af-CoKzErRW.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAf = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#1AB11F", d: "M10.48 0H22v16H10.48z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", fillRule: "evenodd", d: "M0 16h7.33V0H0z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#DC0D18", fillRule: "evenodd", d: "M7.33 16h7.34V0H7.33z", clipRule: "evenodd" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M9.57 7.47a.67.67 0 0 0-1.33 0zm.04 2.42a.67.67 0 1 0 .68-1.15zm2.15-1.18a.67.67 0 0 0 .73 1.11zm2-1.24a.67.67 0 0 0-1.33 0zm-5.52 0A2.8 2.8 0 0 0 9.6 9.89l.68-1.15a1.5 1.5 0 0 1-.72-1.27zm4.25 2.35a2.8 2.8 0 0 0 1.27-2.35h-1.33c0 .52-.27.98-.67 1.24z", opacity: 0.75 }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillOpacity: 0.5, fillRule: "evenodd", d: "M11 8.53c.58 0 1.05-.71 1.05-1.6 0-.88-.47-1.6-1.05-1.6s-1.05.72-1.05 1.6.47 1.6 1.05 1.6", clipRule: "evenodd" })
|
|
9
|
-
] });
|
|
10
|
-
export {
|
|
11
|
-
SvgAf as default
|
|
12
|
-
};
|
package/dist/es/ag-g4DXUCrU.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAg = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#E2243B", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", fillRule: "evenodd", d: "M0 0h22L11 16z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("mask", { id: "ag_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
7
|
-
maskType: "alpha"
|
|
8
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M0 0h22L11 16z", clipRule: "evenodd" }) }),
|
|
9
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#ag_svg__a)", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#ag_svg__b)", children: /* @__PURE__ */ jsx("path", { fill: "#FFCF3C", fillRule: "evenodd", d: "m11 8.8-1.8 2.03.13-2.73-2.69.14 2-1.84L6.3 4.27l3.04.53-.43-3.2L11 4.27l2.1-2.67-.43 3.2 3.04-.53-2.35 2.13 2 1.84-2.7-.14.14 2.73z", clipRule: "evenodd" }) }),
|
|
11
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#ag_svg__c)", children: /* @__PURE__ */ jsx("path", { fill: "#1984D8", fillRule: "evenodd", d: "M0 10.67h22V6.4H0z", clipRule: "evenodd" }) }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M0 16h22v-5.33H0z", clipRule: "evenodd" })
|
|
13
|
-
] }),
|
|
14
|
-
/* @__PURE__ */ jsxs("defs", { children: [
|
|
15
|
-
/* @__PURE__ */ jsxs("filter", { id: "ag_svg__b", width: 9.43, height: 9.23, x: 6.29, y: 1.6, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
16
|
-
/* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
17
|
-
/* @__PURE__ */ jsx("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
18
|
-
/* @__PURE__ */ jsx("feOffset", {}),
|
|
19
|
-
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }),
|
|
20
|
-
/* @__PURE__ */ jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1243_11591" }),
|
|
21
|
-
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1243_11591", result: "shape" })
|
|
22
|
-
] }),
|
|
23
|
-
/* @__PURE__ */ jsxs("filter", { id: "ag_svg__c", width: 22, height: 4.27, x: 0, y: 6.4, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
24
|
-
/* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
25
|
-
/* @__PURE__ */ jsx("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
26
|
-
/* @__PURE__ */ jsx("feOffset", {}),
|
|
27
|
-
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }),
|
|
28
|
-
/* @__PURE__ */ jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1243_11591" }),
|
|
29
|
-
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1243_11591", result: "shape" })
|
|
30
|
-
] })
|
|
31
|
-
] })
|
|
32
|
-
] });
|
|
33
|
-
export {
|
|
34
|
-
SvgAg as default
|
|
35
|
-
};
|
package/dist/es/ai-CI-B0R9i.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAi = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#0A17A7", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M13.62 8V5.33l1.05.54 1.04-.54 1.05.54 1.05-.54V8c0 1.6-2.1 2.67-2.1 2.67S13.61 9.6 13.61 8Z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("mask", { id: "ai_svg__a", width: 5, height: 6, x: 13, y: 5, maskUnits: "userSpaceOnUse", style: {
|
|
7
|
-
maskType: "alpha"
|
|
8
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M13.62 8V5.33l1.05.54 1.04-.54 1.05.54 1.05-.54V8c0 1.6-2.1 2.67-2.1 2.67S13.61 9.6 13.61 8Z", clipRule: "evenodd" }) }),
|
|
9
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#ai_svg__a)", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#9ACCFF", d: "M13.62 9.6h4.19v1.07h-4.19z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#ai_svg__b)", fillRule: "evenodd", d: "M15.71 7.47c.3 0 .53-.24.53-.54s-.24-.53-.53-.53a.53.53 0 0 0-.52.53c0 .3.24.54.52.54m-1.04 1.06c.29 0 .52-.24.52-.53s-.23-.53-.52-.53a.53.53 0 0 0-.53.53c0 .3.24.53.53.53M17.29 8c0 .3-.24.53-.53.53a.53.53 0 0 1-.52-.53c0-.3.23-.53.52-.53s.53.24.53.53", clipRule: "evenodd" })
|
|
12
|
-
] }),
|
|
13
|
-
/* @__PURE__ */ jsxs("g", { clipPath: "url(#ai_svg__c)", children: [
|
|
14
|
-
/* @__PURE__ */ jsx("path", { fill: "#0A17A7", d: "M0 0h9.17v7.14H0z" }),
|
|
15
|
-
/* @__PURE__ */ jsx("path", { stroke: "#fff", strokeLinecap: "square", strokeWidth: 1.43, d: "m0 7.14 4.58-3.57M9.17 0 4.58 3.57m0 0L0 0m4.58 3.57 4.59 3.57" }),
|
|
16
|
-
/* @__PURE__ */ jsx("path", { stroke: "#E6273E", strokeLinecap: "square", strokeWidth: 0.48, d: "m0 7.14 4.58-3.57M9.17 0 4.58 3.57m0 0L0 0m4.58 3.57 4.59 3.57" }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { stroke: "#fff", strokeWidth: 2.38, d: "M0 3.57h9.17M4.58 0v7.14" }),
|
|
18
|
-
/* @__PURE__ */ jsx("path", { stroke: "#E6273E", strokeWidth: 1.43, d: "M0 3.57h9.17M4.58 0v7.14" })
|
|
19
|
-
] }),
|
|
20
|
-
/* @__PURE__ */ jsxs("defs", { children: [
|
|
21
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "ai_svg__b", x1: 14.14, x2: 14.14, y1: 6.4, y2: 8.53, gradientUnits: "userSpaceOnUse", children: [
|
|
22
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#FFA51B" }),
|
|
23
|
-
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#FF9A00" })
|
|
24
|
-
] }),
|
|
25
|
-
/* @__PURE__ */ jsx("clipPath", { id: "ai_svg__c", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h9.17v7.14H0z" }) })
|
|
26
|
-
] })
|
|
27
|
-
] });
|
|
28
|
-
export {
|
|
29
|
-
SvgAi as default
|
|
30
|
-
};
|
package/dist/es/al-COFkJ5Ca.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAl = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("mask", { id: "al_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
5
|
-
maskType: "alpha"
|
|
6
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
7
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#al_svg__a)", children: [
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "#EE343C", d: "M0 0h22v16H0z" }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", fillRule: "evenodd", d: "M9.43 3.2 7.86 4.27l2.1 1.06V6.4H8.9L6.81 5.33 5.76 6.4l2.1 1.07-1.57 1.06 2.61.54-2.09 1.6h1.05l2.1-.54-1.06 1.6h1.58l.52 1.6.52-1.6h1.58l-1.05-1.6 2.1.54h1.04l-2.1-1.6 2.62-.54-1.57-1.06 2.1-1.07-1.05-1.07-2.1 1.07h-1.04V5.33l2.1-1.06-1.58-1.07L11 4.8z", clipRule: "evenodd" })
|
|
10
|
-
] })
|
|
11
|
-
] });
|
|
12
|
-
export {
|
|
13
|
-
SvgAl as default
|
|
14
|
-
};
|
package/dist/es/am-Dra-uz-8.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAm = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#1047B9", fillRule: "evenodd", d: "M0 10.67h22V5.33H0z", clipRule: "evenodd" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#F01C31", fillRule: "evenodd", d: "M0 5.33h22V0H0z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#FECB2F", fillRule: "evenodd", d: "M0 16h22v-5.33H0z", clipRule: "evenodd" })
|
|
7
|
-
] });
|
|
8
|
-
export {
|
|
9
|
-
SvgAm as default
|
|
10
|
-
};
|
package/dist/es/an-BGvLoFME.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAn = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#D6182D", d: "M8.38 0h5.24v16H8.38z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#1425A2", d: "M0 5.33h22v5.33H0z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "m8.9 9.33-.37.11.11-.37-.1-.38.36.11.38-.11-.11.38.1.37zm4.2 0-.38.11.11-.37-.1-.38.37.11.37-.11-.11.38.1.37zM6.81 8.27l-.37.1.1-.37-.1-.38.37.11.37-.1-.1.37.1.38zm8.39 0-.38.1.1-.37-.1-.38.37.11.37-.1-.1.37.1.38-.37-.11ZM11 7.2l-.37.11.1-.38-.1-.37.37.1.37-.1-.1.37.1.38z", clipRule: "evenodd" })
|
|
7
|
-
] });
|
|
8
|
-
export {
|
|
9
|
-
SvgAn as default
|
|
10
|
-
};
|
package/dist/es/ao-DxG-ywGM.js
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAo = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#ao_svg__a)", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#ao_svg__b)", children: /* @__PURE__ */ jsx("path", { fill: "#262626", fillRule: "evenodd", d: "M0 16h22V8.53H0z", clipRule: "evenodd" }) }),
|
|
6
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#ao_svg__c)", children: /* @__PURE__ */ jsx("path", { fill: "#DD2137", fillRule: "evenodd", d: "M0 8.53h22V0H0z", clipRule: "evenodd" }) }),
|
|
7
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#ao_svg__d)", children: /* @__PURE__ */ jsx("path", { fill: "#F8D84B", fillRule: "evenodd", d: "M12.73 9.24a3.24 3.24 0 0 0-1.92-4.68.5.5 0 0 0-.64.38c-.08.29.09.58.37.65a2.14 2.14 0 0 1 1.31 3.06l-1.6-1.1a.5.5 0 0 0-.73.15c-.16.25-.1.58.14.74l1.48 1c-.48.32-1.09.44-1.69.28a.5.5 0 0 0-.64.37c-.07.29.1.58.37.66a3.1 3.1 0 0 0 2.88-.68l.74.5c.25.17.57.1.73-.14a.54.54 0 0 0-.14-.74zm-2.78-2.3a.54.54 0 0 0 0-1.07.53.53 0 0 0-.52.53c0 .3.23.53.52.53Z", clipRule: "evenodd" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("defs", { children: [
|
|
9
|
-
/* @__PURE__ */ jsxs("filter", { id: "ao_svg__b", width: 22, height: 7.47, x: 0, y: 8.53, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
11
|
-
/* @__PURE__ */ jsx("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
12
|
-
/* @__PURE__ */ jsx("feOffset", {}),
|
|
13
|
-
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }),
|
|
14
|
-
/* @__PURE__ */ jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1243_11627" }),
|
|
15
|
-
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1243_11627", result: "shape" })
|
|
16
|
-
] }),
|
|
17
|
-
/* @__PURE__ */ jsxs("filter", { id: "ao_svg__c", width: 22, height: 8.53, x: 0, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
18
|
-
/* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
19
|
-
/* @__PURE__ */ jsx("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
20
|
-
/* @__PURE__ */ jsx("feOffset", {}),
|
|
21
|
-
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }),
|
|
22
|
-
/* @__PURE__ */ jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1243_11627" }),
|
|
23
|
-
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1243_11627", result: "shape" })
|
|
24
|
-
] }),
|
|
25
|
-
/* @__PURE__ */ jsxs("filter", { id: "ao_svg__d", width: 4.82, height: 7.31, x: 8.8, y: 4.55, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
26
|
-
/* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
27
|
-
/* @__PURE__ */ jsx("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
28
|
-
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
29
|
-
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }),
|
|
30
|
-
/* @__PURE__ */ jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1243_11627" }),
|
|
31
|
-
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1243_11627", result: "shape" })
|
|
32
|
-
] }),
|
|
33
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "ao_svg__a", x1: 0, x2: 0, y1: 0, y2: 16, gradientUnits: "userSpaceOnUse", children: [
|
|
34
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#FF323E" }),
|
|
35
|
-
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#FD0D1B" })
|
|
36
|
-
] })
|
|
37
|
-
] })
|
|
38
|
-
] });
|
|
39
|
-
export {
|
|
40
|
-
SvgAo as default
|
|
41
|
-
};
|
package/dist/es/aq-D6KJELrz.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAq = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#3A7DCF", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M11.6 11.7q.36.45.24.8-.12.34-.49.87 1.13.82 2.63.37t2-1.07l-.17-.24q1.26-.87 1.39-1.63t.61-1.9q-.3-.4-.31-.76 0-.37.11-.9-1-.58-1-.98c0-.4-.2-1.25-.2-1.7q0-.43-.09-.46-1.17-.44-1.52-.63c-.4-.2-.5-.47-.7-.54-.56-.2-1.1-.03-1.27-.14-.52-.34-.18-.4-.48-.52a3 3 0 0 0-1.78 0 3 3 0 0 0-1.31.85 7 7 0 0 0-.55 1.23q-.2.57-.5 1.27l-1.27.36a5 5 0 0 1-1.75-1 7 7 0 0 0-.97-.88q-.15 1.33.46 1.65c.05.02.43.14.46.26.06.22-.27.03-.36.35-.1.33.7.47.82.88q.07.23 0 .63.15.38 0 .61c-.13.24-.41.33-.28.59s1.07.67 1.07.93-.16.73 0 .87 1.9 1.04 2.8.83c.4-.09 1.24.03 1.8.1q.28.04.6-.1Z" })
|
|
5
|
-
] });
|
|
6
|
-
export {
|
|
7
|
-
SvgAq as default
|
|
8
|
-
};
|
package/dist/es/ar-D1__sXLf.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAr = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#88BBE8", fillRule: "evenodd", d: "M0 5.33h22V0H0zM0 16h22v-5.33H0z", clipRule: "evenodd" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#F4B32E", stroke: "#DB7A2C", strokeWidth: 0.67, d: "M11 9.93c1.06 0 1.9-.87 1.9-1.93s-.84-1.93-1.9-1.93S9.1 6.94 9.1 8s.84 1.93 1.9 1.93Z" })
|
|
6
|
-
] });
|
|
7
|
-
export {
|
|
8
|
-
SvgAr as default
|
|
9
|
-
};
|
package/dist/es/as-CO1cnzQr.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAs = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsxs("g", { clipPath: "url(#as_svg__a)", children: [
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#041075", d: "M22 .99 3.07 8 22 15.01V16H0V0h22z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#C71F2F", d: "M23.05 16.53 0 8 23.05-.53zM22 1 3.07 8 22 15.01z" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "#86471E", d: "M16.76 7.5c-.12-.12-.84.17-.84.17L14.67 6.4s-.07-.7.52-1.07c.45-.27 1.28-.17 2.1-.53 1.3-.58 2.61-1.6 2.61-1.6l-.84 2.35s.97.5.84.85c-.03.1-.97.41-1.04.53-.14.24.55.3.33.58-.61.77-1.38 1.56-1.38 1.56l-1.05-.54s.16-.86 0-1.02Z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFC322", d: "M14.14 9.07c.58 0 1.05-.48 1.05-1.07s-.47-1.07-1.05-1.07S13.1 7.41 13.1 8s.46 1.07 1.04 1.07" }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFC322", d: "M13.1 9.6h5.23a.54.54 0 0 0 0-1.07H13.1a.53.53 0 0 0-.53.54c0 .3.24.53.53.53" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFC322", d: "m14.87 11.16 3.67-1.6a.54.54 0 0 0 .27-.7.5.5 0 0 0-.68-.28l-3.67 1.6a.54.54 0 0 0-.27.7c.1.27.42.4.68.28" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "as_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgAs as default
|
|
16
|
-
};
|
package/dist/es/at-DJ-_JUEF.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAt = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#F64253", fillRule: "evenodd", d: "M0 5.33h22V0H0zM0 16h22v-5.33H0z", clipRule: "evenodd" })
|
|
5
|
-
] });
|
|
6
|
-
export {
|
|
7
|
-
SvgAt as default
|
|
8
|
-
};
|
package/dist/es/au-DQ7hwYxQ.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgAu = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
|
|
4
|
-
/* @__PURE__ */ jsx("path", { fill: "#0A17A7", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "m4.71 13.07-.92.5.18-1.06-.75-.74 1.03-.15.46-.95.47.95 1.03.15-.75.74.18 1.05zm11 .8-.74.22.22-.76-.22-.75.74.22.75-.22-.22.75.22.76zm0-10.14-.74.22.22-.75-.22-.75.74.22.75-.22-.22.75.22.75zm3.15 3.2-.74.22.21-.75-.21-.75.74.22.74-.22-.22.75.22.75zM12.57 8l-.74.22.22-.75-.22-.76.74.22.74-.22-.21.76.21.75zm4.72 1.33-.37.11.1-.37-.1-.38.37.11.37-.11-.11.38.1.37z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("mask", { id: "au_svg__a", width: 10, height: 8, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
7
|
-
maskType: "alpha"
|
|
8
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#C4C4C4", d: "M0 0h9.43v7.47H0z" }) }),
|
|
9
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#au_svg__a)", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#FF2E3B", stroke: "#fff", strokeWidth: 0.67, d: "M0-.33h-.89l.67.58 3.55 3.1v.75L-.2 6.66l-.13.1v1.31l.5-.32L4.3 5.13h.84l3.58 2.6.09.07h1.52l-.67-.58-3.55-3.1v-.75L9.62.8l.14-.1V-.6l-.51.32-4.1 2.61H4.3L.72-.27.63-.33z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M0 2.67V4.8h3.67V8h2.1V4.8h4.18V2.67H5.76V0h-2.1v2.67z", clipRule: "evenodd" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#FF2E3B", fillRule: "evenodd", d: "M0 3.2h4.19V0h1.05v3.2h4.19v1.07h-4.2v3.2H4.2v-3.2H0z", clipRule: "evenodd" })
|
|
13
|
-
] })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
SvgAu as default
|
|
17
|
-
};
|