@adyen/kyc-components 3.13.4 → 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
package/dist/es/sd-BKzyWEE3.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSd = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sd_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#sd_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", d: "M0 16h22v-5.33H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#EA1F44", d: "M0 5.33h22V0H0z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#12933B", d: "m0 0 10.48 8L0 16z" })
|
|
12
|
-
] })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgSd as default
|
|
16
|
-
};
|
package/dist/es/se-Dq5LtCEp.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSe = (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: "#157CBB", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFD34D", fillRule: "evenodd", d: "M0 9.6h6.29V16h3.14V9.6H22V6.4H9.43V0H6.29v6.4H0z", clipRule: "evenodd" })
|
|
6
|
-
] });
|
|
7
|
-
export {
|
|
8
|
-
SvgSe as default
|
|
9
|
-
};
|
package/dist/es/sg-C752_QVl.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSg = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sg_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#sg_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#E12237", d: "M0 8.53h22V0H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M5.24 7.47a3 3 0 0 0 1.96-.7 2.64 2.64 0 0 1-3.53-2.5 2.64 2.64 0 0 1 3.53-2.5 3 3 0 0 0-1.96-.7 3.17 3.17 0 0 0-3.14 3.2c0 1.76 1.4 3.2 3.14 3.2m1.05-3.74c0 .3-.24.54-.53.54a.53.53 0 0 1-.52-.54c0-.3.23-.53.52-.53s.53.24.53.53M6.8 6.4c.29 0 .52-.24.52-.53s-.23-.54-.52-.54a.53.53 0 0 0-.52.54c0 .3.23.53.52.53m2.62-.53c0 .3-.24.53-.53.53a.53.53 0 0 1-.52-.53c0-.3.24-.54.52-.54.3 0 .53.24.53.54m.52-1.6c.3 0 .53-.24.53-.54s-.24-.53-.53-.53a.53.53 0 0 0-.52.53c0 .3.23.54.52.54M8.38 2.13c0 .3-.23.54-.52.54a.53.53 0 0 1-.53-.54.52.52 0 1 1 1.05 0" })
|
|
11
|
-
] })
|
|
12
|
-
] });
|
|
13
|
-
export {
|
|
14
|
-
SvgSg as default
|
|
15
|
-
};
|
package/dist/es/sh-NFjaiAXX.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSh = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sh_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsx("g", { mask: "url(#sh_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "url(#sh_svg__b)", d: "M0 0h22v16H0z" }) }),
|
|
9
|
-
/* @__PURE__ */ jsxs("g", { clipPath: "url(#sh_svg__c)", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#012683", d: "M0 0h9.17v7.14H0z" }),
|
|
11
|
-
/* @__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" }),
|
|
12
|
-
/* @__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" }),
|
|
13
|
-
/* @__PURE__ */ jsx("path", { stroke: "#fff", strokeWidth: 2.38, d: "M0 3.57h9.17M4.58 0v7.14" }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { stroke: "#E6273E", strokeWidth: 1.43, d: "M0 3.57h9.17M4.58 0v7.14" })
|
|
15
|
-
] }),
|
|
16
|
-
/* @__PURE__ */ jsx("path", { fill: "#8FC5FF", fillRule: "evenodd", d: "M13.62 8V4.27h5.24V8c0 2.67-2.62 3.73-2.62 3.73S13.62 10.67 13.62 8", clipRule: "evenodd" }),
|
|
17
|
-
/* @__PURE__ */ jsx("mask", { id: "sh_svg__d", width: 6, height: 8, x: 13, y: 4, maskUnits: "userSpaceOnUse", style: {
|
|
18
|
-
maskType: "alpha"
|
|
19
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M13.62 8V4.27h5.24V8c0 2.67-2.62 3.73-2.62 3.73S13.62 10.67 13.62 8", clipRule: "evenodd" }) }),
|
|
20
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#sh_svg__d)", children: [
|
|
21
|
-
/* @__PURE__ */ jsx("path", { fill: "#366CC9", fillRule: "evenodd", d: "M15.78 9.5s.53-.68.84-.68.36.45.84.45c.47 0 .72-.73 1.18-.73s0 2.4 0 2.4l-.62.65-3.62.43z", clipRule: "evenodd" }),
|
|
22
|
-
/* @__PURE__ */ jsx("path", { fill: "#CF6200", fillRule: "evenodd", d: "M14.24 8.44 14.7 8l.46 1.13.6-1.13.53 3.23-.87-.18-2.85-1.33z", clipRule: "evenodd" }),
|
|
23
|
-
/* @__PURE__ */ jsx("path", { fill: "#FF0", d: "M13.62 4.27h5.24v3.2h-5.24z" })
|
|
24
|
-
] }),
|
|
25
|
-
/* @__PURE__ */ jsx("path", { stroke: "#fff", strokeWidth: 0.5, d: "M13.87 8V4.52h4.74V8c0 1.24-.61 2.11-1.23 2.68a5 5 0 0 1-1.14.78 5 5 0 0 1-1.14-.77A3.6 3.6 0 0 1 13.87 8Z" }),
|
|
26
|
-
/* @__PURE__ */ jsxs("defs", { children: [
|
|
27
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "sh_svg__b", x1: 0, x2: 0, y1: 0, y2: 16, gradientUnits: "userSpaceOnUse", children: [
|
|
28
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#07319C" }),
|
|
29
|
-
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#00247E" })
|
|
30
|
-
] }),
|
|
31
|
-
/* @__PURE__ */ jsx("clipPath", { id: "sh_svg__c", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h9.17v7.14H0z" }) })
|
|
32
|
-
] })
|
|
33
|
-
] });
|
|
34
|
-
export {
|
|
35
|
-
SvgSh as default
|
|
36
|
-
};
|
package/dist/es/si-DKzVjXeV.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSi = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "si_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#si_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#0C47B7", fillRule: "evenodd", d: "M0 10.67h22V5.33H7.26V4.27s-.74-.54-1.5-.54a3.4 3.4 0 0 0-1.57.54v1.06H0zM6.81 6.4c0 .59-.47 1.07-1.05 1.07S4.71 6.99 4.71 6.4s.47-1.07 1.05-1.07 1.05.48 1.05 1.07", clipRule: "evenodd" }),
|
|
10
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#si_svg__b)", children: /* @__PURE__ */ jsx("path", { fill: "#E53B35", fillRule: "evenodd", d: "M0 16h22v-5.33H0z", clipRule: "evenodd" }) })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("filter", { id: "si_svg__b", width: 22, height: 5.33, x: 0, y: 10.67, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
13
|
-
/* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
14
|
-
/* @__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" }),
|
|
15
|
-
/* @__PURE__ */ jsx("feOffset", {}),
|
|
16
|
-
/* @__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" }),
|
|
17
|
-
/* @__PURE__ */ jsx("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1243_11535" }),
|
|
18
|
-
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1243_11535", result: "shape" })
|
|
19
|
-
] }) })
|
|
20
|
-
] });
|
|
21
|
-
export {
|
|
22
|
-
SvgSi as default
|
|
23
|
-
};
|
package/dist/es/sj-DF7Bf8Q9.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSj = (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: "#fff", d: "M19.9 0H2.1C.94 0 0 .96 0 2.13v11.74C0 15.04.94 16 2.1 16h17.8c1.16 0 2.1-.96 2.1-2.13V2.13C22 .96 21.06 0 19.9 0" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#EF393E", d: "M6.29 0v6.4H0V0zm3.14 0H22v6.4H9.43zM22 9.6V16H9.43V9.6zM6.29 16H0V9.6h6.29z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#073377", d: "M0 8.53h7.33V16h1.05V8.53H22V7.47H8.38V0H7.33v7.47H0z" })
|
|
7
|
-
] });
|
|
8
|
-
export {
|
|
9
|
-
SvgSj as default
|
|
10
|
-
};
|
package/dist/es/sk-CPmqq18S.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSk = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sk_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#sk_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#0C47B7", fillRule: "evenodd", d: "M0 10.67h22V5.33H0z", clipRule: "evenodd" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#E53B35", fillRule: "evenodd", d: "M0 16h22v-5.33H0z", clipRule: "evenodd" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#F73744", stroke: "#fff", d: "M4.45 2.7h-.48l-.02.48-.26 6.93v.24l.17.16 3.67 3.2.33.29.33-.29 3.66-3.2.18-.16v-.24l-.27-6.93-.02-.48z" }),
|
|
12
|
-
/* @__PURE__ */ jsx("mask", { id: "sk_svg__b", width: 10, height: 13, x: 3, y: 2, maskUnits: "userSpaceOnUse", style: {
|
|
13
|
-
maskType: "alpha"
|
|
14
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", d: "M4.45 2.7h-.48l-.02.48-.26 6.93v.24l.17.16 3.67 3.2.33.29.33-.29 3.66-3.2.18-.16v-.24l-.27-6.93-.02-.48z" }) }),
|
|
15
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#sk_svg__b)", children: [
|
|
16
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M7.33 8.53H5.76V7.47h1.57V6.4H6.3V5.33h1.04V4.27h1.05v1.06h1.05V6.4H8.38v1.07h1.57v1.06H8.38v2.14H7.33z" }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { fill: "#1251A1", d: "M6.91 10.74c-1.27.2-2.2.81-2.2 1.53 0 .88 1.41 1.6 3.15 1.6 1.73 0 3.14-.72 3.14-1.6 0-.72-.92-1.33-2.2-1.53a1.04 1.04 0 0 0-1.89 0" })
|
|
18
|
-
] })
|
|
19
|
-
] })
|
|
20
|
-
] });
|
|
21
|
-
export {
|
|
22
|
-
SvgSk as default
|
|
23
|
-
};
|
package/dist/es/sl-Dx7oHjXI.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSl = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sl_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#sl_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#35CE4F", d: "M0 5.33h22V0H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#1C87DB", d: "M0 16h22v-5.33H0z" })
|
|
11
|
-
] })
|
|
12
|
-
] });
|
|
13
|
-
export {
|
|
14
|
-
SvgSl as default
|
|
15
|
-
};
|
package/dist/es/sm-B8bEOCx7.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSm = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sm_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#sm_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#7CCCF5", fillRule: "evenodd", d: "M0 16h22V7.47H0z", clipRule: "evenodd" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#445F42", d: "M9.4 7.47a.5.5 0 1 0-1 0zm.3 2.27a.5.5 0 1 0 .5-.86zm2.15-.9a.5.5 0 1 0 .55.84zm1.75-1.37a.5.5 0 0 0-1 0zm-5.2 0c0 .97.52 1.82 1.3 2.27l.5-.86c-.47-.28-.8-.8-.8-1.41zm4 2.21a2.6 2.6 0 0 0 1.2-2.21h-1c0 .58-.3 1.09-.75 1.38z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#D89F3D", 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" })
|
|
12
|
-
] })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgSm as default
|
|
16
|
-
};
|
package/dist/es/sn-tcqzwUh4.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSn = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sn_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#sn_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#F13642", d: "M10.48 0H22v16H10.48z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#17A052", fillRule: "evenodd", d: "M0 16h7.33V0H0z", clipRule: "evenodd" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFF166", fillRule: "evenodd", d: "M7.33 16h7.34V0H7.33z", clipRule: "evenodd" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#17A052", fillRule: "evenodd", d: "m11 9.1-1.54 1.06.52-1.82L8.5 7.18l1.86-.06.63-1.79.63 1.79 1.86.06-1.47 1.16.52 1.82z", clipRule: "evenodd" })
|
|
13
|
-
] })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
SvgSn as default
|
|
17
|
-
};
|
package/dist/es/so-BrD8jwW8.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSo = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "so_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#so_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#5D9FE9", d: "M0 0h22v16H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "m11 9.87-2.77 2.01 1.02-3.3-2.73-2.06 3.4-.03L11 3.2l1.08 3.29 3.4.03-2.73 2.06 1.02 3.3z", clipRule: "evenodd" })
|
|
11
|
-
] })
|
|
12
|
-
] });
|
|
13
|
-
export {
|
|
14
|
-
SvgSo as default
|
|
15
|
-
};
|
package/dist/es/sr-Dyy1x6sW.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSr = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sr_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#sr_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#43924C", d: "M0 3.2h22V0H0zM0 16h22v-3.2H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#CD153A", d: "M0 10.67h22V5.33H0z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#F5D24B", d: "m11 9.36-1.54 1.06.52-1.82L8.5 7.44l1.86-.06L11 5.6l.63 1.78 1.86.06-1.47 1.16.52 1.82z" })
|
|
12
|
-
] })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgSr as default
|
|
16
|
-
};
|
package/dist/es/ss-CpfhWUQL.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSs = (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: "#000", d: "M0 0h22v4.27H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#DB222A", d: "M0 5.33h22v5.33H0z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#27953D", d: "M0 11.73h22V16H0z" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "#1453BA", d: "m0 0 10.48 8L0 16z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#ss_svg__a)", d: "M4.02 8.52 3.3 9.89l-.2-1.54-1.5-.27 1.37-.68-.21-1.53 1.06 1.1 1.36-.67-.7 1.37 1.05 1.12z" }),
|
|
9
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "ss_svg__a", x1: 1.59, x2: 1.59, y1: 5.87, y2: 9.89, gradientUnits: "userSpaceOnUse", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#FDE14A" }),
|
|
11
|
-
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#FCDC34" })
|
|
12
|
-
] }) })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgSs as default
|
|
16
|
-
};
|
package/dist/es/st-DZJqDu2d.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSt = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "st_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#st_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#2ACB41", d: "M0 16h22v-5.33H0zM0 5.33h22V0H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#FDD043", d: "M0 10.67h22V5.33H0z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#E71E43", d: "m0 0 8.38 8L0 16z" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", d: "m11.52 8.87-1.23.86.42-1.46-1.18-.93 1.49-.05.5-1.42.5 1.42 1.5.05-1.18.93.42 1.46zm5.24 0-1.23.86.41-1.46-1.17-.93 1.49-.05.5-1.42.5 1.42 1.5.05-1.18.93.41 1.46z" })
|
|
13
|
-
] })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
SvgSt as default
|
|
17
|
-
};
|
package/dist/es/sv-DtkfLQdf.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSv = (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: "#1B57C4", fillRule: "evenodd", d: "M0 5.33h22V0H0zM0 16h22v-5.33H0z", clipRule: "evenodd" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#sv_svg__a)", fillRule: "evenodd", d: "M9.74 6.3A2.14 2.14 0 0 0 11 10.12a2.14 2.14 0 0 0 1.26-3.84l-.74 2.24h-1.04z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#F9C92E", fillRule: "evenodd", d: "m11 5.87.52 2.66h-1.04z", clipRule: "evenodd" }),
|
|
7
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "sv_svg__a", x1: 8.9, x2: 8.9, y1: 6.29, y2: 10.13, gradientUnits: "userSpaceOnUse", children: [
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#3C7839" }),
|
|
9
|
-
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#31642E" })
|
|
10
|
-
] }) })
|
|
11
|
-
] });
|
|
12
|
-
export {
|
|
13
|
-
SvgSv as default
|
|
14
|
-
};
|
package/dist/es/sx-C1dyGLW-.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSx = (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: "#fff", d: "M19.9 0H2.1C.94 0 0 .96 0 2.13v11.74C0 15.04.94 16 2.1 16h17.8c1.16 0 2.1-.96 2.1-2.13V2.13C22 .96 21.06 0 19.9 0" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#043898", d: "M10.48 8H22v8H0z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#E4262D", d: "M0 0h22v8H10.48zm1.57 7.47v-1.6c0-.59.46-1.07 1.04-1.07h2.1c.59 0 1.05.49 1.05 1.07v1.6c0 .9-.4 1.54-1.05 1.91-.37.22-.74.3-1.08.33a2.4 2.4 0 0 1-1-.33 2.1 2.1 0 0 1-1.06-1.91" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#sx_svg__a)", d: "M2.1 7.47v-1.6c0-.3.22-.54.51-.54h2.1c.3 0 .53.25.53.54v1.6c0 1.6-1.57 1.7-1.57 1.7s-1.57-.1-1.57-1.7" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m3.14 6.93.53-.53.52.53V8H3.14z" }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#F9D835", d: "M1.05 10c.63.74 1.63 1.2 2.62 1.2s2-.48 2.64-1.24a.54.54 0 0 0-.06-.75.5.5 0 0 0-.74.06 2.5 2.5 0 0 1-1.84.86c-.68 0-1.4-.33-1.83-.84a.5.5 0 0 0-.74-.05.54.54 0 0 0-.05.75Zm2.62-4.13c.58 0 1.04-.48 1.04-1.07s-.46-1.07-1.04-1.07-1.05.48-1.05 1.07.47 1.07 1.05 1.07" }),
|
|
10
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "sx_svg__a", x1: 3.67, x2: 3.67, y1: 5.33, y2: 9.17, gradientUnits: "userSpaceOnUse", children: [
|
|
11
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#78C1F0" }),
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#67B1E0" })
|
|
13
|
-
] }) })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
SvgSx as default
|
|
17
|
-
};
|
package/dist/es/sy-DhvBoSDL.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSy = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sy_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#sy_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", d: "M0 16h22v-5.33H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#E32139", d: "M0 5.33h22V0H0z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#128A49", d: "m7.33 8.87-1.23.86.42-1.46-1.18-.93 1.49-.05.5-1.42.5 1.42 1.5.05-1.18.93.41 1.46zm7.34 0-1.23.86.41-1.46-1.18-.93 1.5-.05.5-1.42.5 1.42 1.49.05-1.18.93.42 1.46z" })
|
|
12
|
-
] })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgSy as default
|
|
16
|
-
};
|
package/dist/es/sz-Co03zPL0.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgSz = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "sz_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#sz_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#486BCA", fillRule: "evenodd", d: "M0 3.2h22V0H0zM0 16h22v-3.2H0z", clipRule: "evenodd" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFDF20", fillRule: "evenodd", d: "M0 12.8h22V3.2H0z", clipRule: "evenodd" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#CF1615", fillRule: "evenodd", d: "M0 11.73h22V4.27H0z", clipRule: "evenodd" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M11 10.67c2.6 0 4.71-2.67 4.71-2.67S13.61 5.33 11 5.33 6.29 8 6.29 8s2.1 2.67 4.71 2.67", clipRule: "evenodd" }),
|
|
13
|
-
/* @__PURE__ */ jsx("mask", { id: "sz_svg__b", width: 10, height: 6, x: 6, y: 5, maskUnits: "userSpaceOnUse", style: {
|
|
14
|
-
maskType: "alpha"
|
|
15
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M11 10.67c2.6 0 4.71-2.67 4.71-2.67S13.61 5.33 11 5.33 6.29 8 6.29 8s2.1 2.67 4.71 2.67", clipRule: "evenodd" }) }),
|
|
16
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#sz_svg__b)", children: [
|
|
17
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", d: "M11.52 5.33H6.3v5.34h4.19l1.04-5.34Z" }),
|
|
18
|
-
/* @__PURE__ */ jsx("path", { fill: "#1A1A1A", d: "M12.05 8.53c.29 0 .52-.24.52-.53s-.23-.53-.52-.53a.53.53 0 0 0-.53.53c0 .3.24.53.53.53" }),
|
|
19
|
-
/* @__PURE__ */ jsx("path", { fill: "#F6F6F6", d: "M9.95 8.53c.3 0 .53-.24.53-.53s-.24-.53-.53-.53a.53.53 0 0 0-.52.53c0 .3.23.53.52.53" })
|
|
20
|
-
] })
|
|
21
|
-
] })
|
|
22
|
-
] });
|
|
23
|
-
export {
|
|
24
|
-
SvgSz as default
|
|
25
|
-
};
|
package/dist/es/tc-DFY42rbc.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTc = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "tc_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tc_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#07319C", d: "M0 0h22v16H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFD033", stroke: "#fff", strokeWidth: 0.5, d: "M13.87 8V4.52h4.74V8c0 1.24-.61 2.11-1.23 2.68a5 5 0 0 1-1.14.78 4 4 0 0 1-1.14-.78A3.6 3.6 0 0 1 13.87 8Z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("mask", { id: "tc_svg__b", width: 6, height: 8, x: 13, y: 4, maskUnits: "userSpaceOnUse", style: {
|
|
12
|
-
maskType: "alpha"
|
|
13
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M13.87 8V4.52h4.74V8c0 1.24-.61 2.11-1.23 2.68a5 5 0 0 1-1.14.78 4 4 0 0 1-1.14-.78A3.6 3.6 0 0 1 13.87 8Z" }) }),
|
|
14
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#tc_svg__b)", children: [
|
|
15
|
-
/* @__PURE__ */ jsx("path", { fill: "#BA5B1F", d: "M17.29 7.47c.28 0 .52-.48.52-1.07s-.24-1.07-.52-1.07c-.3 0-.53.48-.53 1.07s.24 1.07.53 1.07" }),
|
|
16
|
-
/* @__PURE__ */ jsx("path", { fill: "#FF9F3E", d: "M15.35 7.43c.27-.1.33-.63.14-1.18-.2-.55-.58-.92-.86-.82-.27.1-.33.63-.13 1.18.2.56.58.93.85.82" }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { fill: "#FF937F", d: "M14.97 7.42c.26.12.67-.21.92-.74.24-.54.23-1.07-.04-1.2-.26-.12-.67.21-.91.74-.25.54-.23 1.07.03 1.2" }),
|
|
18
|
-
/* @__PURE__ */ jsx("path", { fill: "#01A827", d: "m15.71 8.53.53-1.06.52 1.06V9.6h-1.05z" })
|
|
19
|
-
] }),
|
|
20
|
-
/* @__PURE__ */ jsx("path", { fill: "#DB1E36", stroke: "#fff", strokeWidth: 0.5, d: "M0-.25h-.67l.5.44 3.6 3.11v.83l-3.57 2.6-.1.07v1.11l.38-.24 4.13-2.63h.9l3.6 2.62.06.05h1.28l-.5-.44L6 4.15v-.82L9.58.73l.1-.07V-.46l-.39.25-4.12 2.63h-.9L.67-.2.61-.25z" }),
|
|
21
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M0 2.67V4.8h3.67V8h2.1V4.8h4.18V2.67H5.76V0h-2.1v2.67z", clipRule: "evenodd" }),
|
|
22
|
-
/* @__PURE__ */ jsx("path", { fill: "#DB1E36", fillRule: "evenodd", d: "M0 3.2h4.19V0h1.05v3.2h4.19v1.07h-4.2v3.2H4.2v-3.2H0z", clipRule: "evenodd" })
|
|
23
|
-
] })
|
|
24
|
-
] });
|
|
25
|
-
export {
|
|
26
|
-
SvgTc as default
|
|
27
|
-
};
|
package/dist/es/td-DdnMoB4B.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTd = (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: "#DE1D42", d: "M10.48 0H22v16H10.48z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#083780", fillRule: "evenodd", d: "M0 16h7.33V0H0z", clipRule: "evenodd" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFD147", fillRule: "evenodd", d: "M7.33 16h7.34V0H7.33z", clipRule: "evenodd" })
|
|
7
|
-
] });
|
|
8
|
-
export {
|
|
9
|
-
SvgTd as default
|
|
10
|
-
};
|
package/dist/es/tf-DtUoHxUD.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTf = (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: "#fff", d: "M19.9 0H2.1C.94 0 0 .96 0 2.13v11.74C0 15.04.94 16 2.1 16h17.8c1.16 0 2.1-.96 2.1-2.13V2.13C22 .96 21.06 0 19.9 0" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#1035BB", d: "M0 8h9.69c.15 0 .26-.12.26-.27V0H22v16H0z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#F44653", d: "M9.43 0H6.29v7.47h3.14z" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "#1035BB", d: "M3.14 0H0v7.47h3.14z" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M13.62 6.4h5.24l-.53 1.07h-1.57V8h1.05l-.52 1.07h-.53v1.6h-1.05v-3.2h-1.57zm4.19 2.67 1.05 1.6h-2.1zm-3.14 0 1.04 1.6h-2.1zm1.57 3.2-1.05-1.6h2.1zm3.14-3.74a.53.53 0 0 1-.52-.53c0-.3.23-.53.52-.53s.52.24.52.53-.23.53-.52.53m-6.28 0a.53.53 0 0 1-.53-.53c0-.3.24-.53.53-.53.28 0 .52.24.52.53s-.24.53-.52.53m1.04 4.27a.53.53 0 0 1-.52-.53c0-.3.23-.54.52-.54a.54.54 0 0 1 0 1.07m4.2 0a.53.53 0 0 1-.53-.53c0-.3.23-.54.52-.54a.54.54 0 0 1 0 1.07Zm-2.1 1.07a.53.53 0 0 1-.53-.54.52.52 0 1 1 1.05 0c0 .3-.23.54-.52.54" })
|
|
9
|
-
] });
|
|
10
|
-
export {
|
|
11
|
-
SvgTf as default
|
|
12
|
-
};
|
package/dist/es/tg-B-szBZlQ.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTg = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "tg_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tg_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFD44D", d: "M0 0h22v16H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#159A74", fillRule: "evenodd", d: "M9.43 0H22v3.2H9.43zm0 6.4H22v3.2H9.43zM22 12.8H0V16h22z", clipRule: "evenodd" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#ED1F45", d: "M0 0h9.43v9.6H0z" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M4.71 6.05 2.87 7.39l.68-2.2L1.73 3.8l2.26-.02.72-2.19.72 2.19 2.27.02-1.82 1.4.68 2.2z", clipRule: "evenodd" })
|
|
13
|
-
] })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
SvgTg as default
|
|
17
|
-
};
|
package/dist/es/th-hl0xD9En.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTh = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "th_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#th_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#F12532", d: "M0 3.2h22V0H0zM0 16h22v-3.2H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#322B6C", d: "M0 10.67h22V5.33H0z" })
|
|
11
|
-
] })
|
|
12
|
-
] });
|
|
13
|
-
export {
|
|
14
|
-
SvgTh as default
|
|
15
|
-
};
|
package/dist/es/tj-CaluHgV4.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTj = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "tj_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#tj_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#D9101C", d: "M0 5.33h22V0H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#0F7811", d: "M0 16h22v-5.33H0z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#FAD14E", d: "M10.48 6.93c0 .3-.24.54-.53.54a.53.53 0 0 1-.52-.54c0-.3.23-.53.52-.53s.53.24.53.53M11.52 8q0 .17-.07.53h1.12V9.6H9.43V8.53h1.12L10.48 8c0-.3.23-.53.52-.53s.52.24.52.53m1.05-1.07c0 .3-.23.54-.52.54a.53.53 0 0 1-.53-.54.52.52 0 1 1 1.05 0m1.57 1.6c.3 0 .53-.24.53-.53s-.24-.53-.53-.53a.53.53 0 0 0-.52.53c0 .3.23.53.52.53M8.38 8c0 .3-.23.53-.52.53A.53.53 0 0 1 7.33 8a.52.52 0 1 1 1.05 0" })
|
|
12
|
-
] })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgTj as default
|
|
16
|
-
};
|
package/dist/es/tk-7WTKQA6M.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTk = (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: "#0332B8", d: "M22 0H0v16h22z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { fill: "#FDD237", d: "M4.19 12.8H19.9v1.07H3.14zm7.86-6.4c3.14-2.13 6.8-4.27 6.8-4.27s-1.71 3.28-1.56 4.8c.2 2.04 2.61 4.8 2.61 4.8H5.24s3.66-3.2 6.8-5.33Z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m4.19 9.6-.74.22.22-.75-.22-.76.74.22.74-.22-.22.76.22.75zm1.05-6.93-.74.22.21-.76-.21-.75.74.22.74-.22-.22.75.22.76zm2.09 3.2-.74.22.22-.76-.22-.75.74.22.74-.22-.21.75.21.76zm-5.23 0-.75.22.22-.76-.22-.75.75.22.74-.22-.22.75.22.76z" })
|
|
7
|
-
] });
|
|
8
|
-
export {
|
|
9
|
-
SvgTk as default
|
|
10
|
-
};
|
package/dist/es/tl-DWxFj_mI.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTl = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "tl_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tl_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#FF323E", d: "M0 0h22v16H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#FFCC51", fillRule: "evenodd", d: "m0 0 13.62 8L0 16z", clipRule: "evenodd" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#262626", fillRule: "evenodd", d: "m0 0 9.43 8L0 16z", clipRule: "evenodd" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "m4.67 8.66-.7 1.55-.36-1.66-1.66-.2 1.44-.86-.33-1.67L4.3 6.95l1.46-.84-.67 1.56 1.24 1.15z", clipRule: "evenodd" })
|
|
13
|
-
] })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
SvgTl as default
|
|
17
|
-
};
|
package/dist/es/tm-CXa44ZsQ.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTm = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "tm_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tm_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#30C375", fillRule: "evenodd", d: "M0 16h22V0H0z", clipRule: "evenodd" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#DE414F", d: "M3.14 0h3.14v16H3.14z" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M4.71 3.2c.87 0 1.58-.48 1.58-1.07s-.7-1.06-1.58-1.06c-.86 0-1.57.47-1.57 1.06s.7 1.07 1.57 1.07", clipRule: "evenodd" }),
|
|
12
|
-
/* @__PURE__ */ jsx("mask", { id: "tm_svg__b", width: 4, height: 3, x: 3, y: 1, maskUnits: "userSpaceOnUse", style: {
|
|
13
|
-
maskType: "alpha"
|
|
14
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M4.71 3.2c.87 0 1.58-.48 1.58-1.07s-.7-1.06-1.58-1.06c-.86 0-1.57.47-1.57 1.06s.7 1.07 1.57 1.07", clipRule: "evenodd" }) }),
|
|
15
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tm_svg__b)", children: [
|
|
16
|
-
/* @__PURE__ */ jsx("path", { fill: "#DD404F", fillRule: "evenodd", d: "M4.71 2.67c.3 0 .53-.24.53-.54S5 1.6 4.71 1.6a.53.53 0 0 0-.52.53c0 .3.23.54.52.54", clipRule: "evenodd" }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { fill: "#FBAF29", d: "M3.14 1.07h1.57v1.07H3.14zm1.57 1.06h1.57V3.2H4.71z" })
|
|
18
|
-
] }),
|
|
19
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M4.71 14.93c.87 0 1.58-.47 1.58-1.06s-.7-1.07-1.58-1.07c-.86 0-1.57.48-1.57 1.07s.7 1.06 1.57 1.06", clipRule: "evenodd" }),
|
|
20
|
-
/* @__PURE__ */ jsx("mask", { id: "tm_svg__c", width: 4, height: 3, x: 3, y: 12, maskUnits: "userSpaceOnUse", style: {
|
|
21
|
-
maskType: "alpha"
|
|
22
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M4.71 14.93c.87 0 1.58-.47 1.58-1.06s-.7-1.07-1.58-1.07c-.86 0-1.57.48-1.57 1.07s.7 1.06 1.57 1.06", clipRule: "evenodd" }) }),
|
|
23
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tm_svg__c)", children: [
|
|
24
|
-
/* @__PURE__ */ jsx("path", { fill: "#DD404F", fillRule: "evenodd", d: "M4.71 14.4a.54.54 0 0 0 0-1.07.53.53 0 0 0-.52.54c0 .3.23.53.52.53", clipRule: "evenodd" }),
|
|
25
|
-
/* @__PURE__ */ jsx("path", { fill: "#FBAF29", d: "M3.14 12.8h1.57v1.07H3.14zm1.57 1.07h1.57v1.07H4.71z" })
|
|
26
|
-
] }),
|
|
27
|
-
/* @__PURE__ */ jsx("path", { fill: "#28AE67", fillRule: "evenodd", d: "M4.71 9.6c.87 0 1.58-.48 1.58-1.07s-.7-1.06-1.58-1.06c-.86 0-1.57.47-1.57 1.06s.7 1.07 1.57 1.07", clipRule: "evenodd" }),
|
|
28
|
-
/* @__PURE__ */ jsx("mask", { id: "tm_svg__d", width: 4, height: 3, x: 3, y: 7, maskUnits: "userSpaceOnUse", style: {
|
|
29
|
-
maskType: "alpha"
|
|
30
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M4.71 9.6c.87 0 1.58-.48 1.58-1.07s-.7-1.06-1.58-1.06c-.86 0-1.57.47-1.57 1.06s.7 1.07 1.57 1.07", clipRule: "evenodd" }) }),
|
|
31
|
-
/* @__PURE__ */ jsx("g", { mask: "url(#tm_svg__d)", children: /* @__PURE__ */ jsx("path", { fill: "#DD404F", fillRule: "evenodd", d: "M4.71 9.07c.58 0 1.05-.24 1.05-.54S5.29 8 4.71 8c-.57 0-1.04.24-1.04.53s.47.54 1.04.54", clipRule: "evenodd" }) }),
|
|
32
|
-
/* @__PURE__ */ jsx("path", { fill: "#28AE67", fillRule: "evenodd", d: "M4.71 11.73c.87 0 1.58-.24 1.58-.53s-.7-.53-1.58-.53c-.86 0-1.57.24-1.57.53s.7.53 1.57.53", clipRule: "evenodd" }),
|
|
33
|
-
/* @__PURE__ */ jsx("path", { fill: "#FBAF29", fillRule: "evenodd", d: "M4.71 6.4c.87 0 1.58-.48 1.58-1.07s-.7-1.06-1.58-1.06c-.86 0-1.57.47-1.57 1.06s.7 1.07 1.57 1.07", clipRule: "evenodd" }),
|
|
34
|
-
/* @__PURE__ */ jsx("mask", { id: "tm_svg__e", width: 4, height: 3, x: 3, y: 4, maskUnits: "userSpaceOnUse", style: {
|
|
35
|
-
maskType: "alpha"
|
|
36
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M4.71 6.4c.87 0 1.58-.48 1.58-1.07s-.7-1.06-1.58-1.06c-.86 0-1.57.47-1.57 1.06s.7 1.07 1.57 1.07", clipRule: "evenodd" }) }),
|
|
37
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tm_svg__e)", children: [
|
|
38
|
-
/* @__PURE__ */ jsx("path", { fill: "#DD404F", fillRule: "evenodd", d: "M4.71 5.87c.3 0 .53-.24.53-.54S5 4.8 4.71 4.8a.53.53 0 0 0-.52.53c0 .3.23.54.52.54", clipRule: "evenodd" }),
|
|
39
|
-
/* @__PURE__ */ jsx("path", { fill: "#28AE67", d: "M3.14 4.27h1.05V6.4H3.14zm2.1 0h1.05V6.4H5.24z" })
|
|
40
|
-
] }),
|
|
41
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M11.65 3.4a.54.54 0 0 0 .06.74c.22.2.55.16.74-.06a.54.54 0 0 0-.07-.76.5.5 0 0 0-.73.07Zm-1.36 2.06a.5.5 0 0 0-.74.06.54.54 0 0 0 .07.76c.22.18.55.16.73-.07a.54.54 0 0 0-.06-.75M9.24 4.39a.5.5 0 0 0-.74.07.54.54 0 0 0 .07.75c.22.19.55.16.74-.07a.54.54 0 0 0-.07-.75m2.1-2.13a.5.5 0 0 0-.74.06.54.54 0 0 0 .06.76c.22.18.56.16.74-.07a.54.54 0 0 0-.06-.75m-.53 1.6a.5.5 0 0 0-.74.06.54.54 0 0 0 .07.76c.22.18.55.16.74-.07a.54.54 0 0 0-.07-.75", clipRule: "evenodd" }),
|
|
42
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M13.73 7.56a3.15 3.15 0 0 1-4.84-.39c1.24.93 3 .81 4.13-.33a3.3 3.3 0 0 0 .33-4.21q.2.14.38.33a3.3 3.3 0 0 1 0 4.6", clipRule: "evenodd" })
|
|
43
|
-
] })
|
|
44
|
-
] });
|
|
45
|
-
export {
|
|
46
|
-
SvgTm as default
|
|
47
|
-
};
|
package/dist/es/tn-YGA63yhm.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTn = (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: "#fff", d: "M0 0h22v16H0z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "tn_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { mask: "url(#tn_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#E92434", d: "M0 0h22v16H0z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M15.71 8c0 2.65-2.1 4.8-4.71 4.8A4.76 4.76 0 0 1 6.29 8c0-2.65 2.1-4.8 4.71-4.8s4.71 2.15 4.71 4.8M9.43 8c0-1.77 1.3-3.24 3-3.44a4 4 0 0 0-1.43-.3A3.7 3.7 0 0 0 7.33 8 3.7 3.7 0 0 0 11 11.73q.76 0 1.42-.29c-1.68-.2-3-1.67-3-3.44Zm2.46 2.12.96-1.18 1.42.53-.82-1.3.95-1.2-1.47.39-.83-1.29-.1 1.54-1.45.41 1.4.57z", clipRule: "evenodd" })
|
|
11
|
-
] })
|
|
12
|
-
] });
|
|
13
|
-
export {
|
|
14
|
-
SvgTn as default
|
|
15
|
-
};
|
package/dist/es/to-D1SPhDAS.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgTo = (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: "#fff", stroke: "#F5F5F5", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }),
|
|
5
|
-
/* @__PURE__ */ jsx("mask", { id: "to_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
-
maskType: "alpha"
|
|
7
|
-
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#fff", strokeWidth: 0.5, d: "M.25.25h21.5v15.5H.25z" }) }),
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#to_svg__a)", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#E20F1B", d: "M22 0h-9.43v8.53H0V16h22z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#to_svg__b)", d: "M7.33 1.07h-2.1V3.2H3.15v2.13h2.1v2.14h2.1V5.33h2.09V3.2h-2.1z" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "to_svg__b", x1: 3.14, x2: 3.14, y1: 1.07, y2: 7.47, gradientUnits: "userSpaceOnUse", children: [
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#DF101B" }),
|
|
14
|
-
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#C00711" })
|
|
15
|
-
] }) })
|
|
16
|
-
] });
|
|
17
|
-
export {
|
|
18
|
-
SvgTo as default
|
|
19
|
-
};
|