@adyen/kyc-components 2.39.2 → 2.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (750) hide show
  1. package/README.md +34 -138
  2. package/dist/es/adyen-kyc-components.es.js +120 -367
  3. package/dist/style.css +6 -10
  4. package/dist/types/components/AutoResizer.d.ts +1 -1
  5. package/dist/types/components/BankDocument/component/BankDocumentComponent.d.ts +1 -1
  6. package/dist/types/components/BankDocument/component/BankDocumentRequirements.d.ts +2 -1
  7. package/dist/types/components/BankDocument/component/validate.d.ts +2 -2
  8. package/dist/types/components/BankVerification/BankVerification.d.ts +1 -1
  9. package/dist/types/components/BankVerification/types.d.ts +8 -8
  10. package/dist/types/components/BankVerification/validate.d.ts +2 -2
  11. package/dist/types/components/BankVerification/verification/widget/component/BankVerificationWidget.d.ts +3 -3
  12. package/dist/types/components/BankVerification/verification/widget/iframeWidget.d.ts +1 -1
  13. package/dist/types/components/BaseElement.d.ts +2 -2
  14. package/dist/types/components/BusinessTypeSelection/component/BusinessTypeSelection.d.ts +3 -3
  15. package/dist/types/components/BusinessTypeSelection/component/EntityTypeRadioGroupCard.d.ts +4 -4
  16. package/dist/types/components/BusinessTypeSelection/types.d.ts +5 -5
  17. package/dist/types/components/BusinessTypeSelection/utils.d.ts +6 -6
  18. package/dist/types/components/Company/component/CompanyComponent.d.ts +3 -3
  19. package/dist/types/components/Company/rules.d.ts +5 -5
  20. package/dist/types/components/Company/types.d.ts +1 -1
  21. package/dist/types/components/CompanyBasics/component/CompanyBasicsComponent.d.ts +2 -2
  22. package/dist/types/components/CompanyLookup/CompanyLookupResultsHeader.d.ts +1 -1
  23. package/dist/types/components/CompanyLookup/CompanyLookupResultsList.d.ts +1 -1
  24. package/dist/types/components/CompanyLookup/LookupResult.d.ts +1 -1
  25. package/dist/types/components/CompanyLookup/component/CompanyLookupComponent.d.ts +1 -1
  26. package/dist/types/components/CompanyNameAndCountry/component/CompanyNameAndCountryComponent.d.ts +1 -1
  27. package/dist/types/components/CompanyNameAndCountry/validate.d.ts +2 -2
  28. package/dist/types/components/CompanyOtherDetails/component/CompanyOtherDetailsComponent.d.ts +2 -2
  29. package/dist/types/components/CompanyRegistrationDetails/component/CompanyRegistrationDetailsComponent.d.ts +1 -1
  30. package/dist/types/components/CompanyRegistrationDetails/types.d.ts +6 -6
  31. package/dist/types/components/CompanySearch/component/CompanySearchComponent.d.ts +1 -1
  32. package/dist/types/components/CompanySearch/forms.d.ts +1 -1
  33. package/dist/types/components/CompanyStructure/component/CompanyStructureComponent.d.ts +2 -2
  34. package/dist/types/components/CompanyType/component/CompanyTypeComponent.d.ts +1 -1
  35. package/dist/types/components/CompanyType/types.d.ts +3 -3
  36. package/dist/types/components/CompanyType/validate.d.ts +2 -2
  37. package/dist/types/components/ConstitutionalDocument/ConstitutionalDocumentComponent.d.ts +1 -1
  38. package/dist/types/components/ConstitutionalDocument/types.d.ts +3 -3
  39. package/dist/types/components/ContactDetails/component/ContactDetailsComponent.d.ts +1 -1
  40. package/dist/types/components/ContactDetails/validate.d.ts +2 -2
  41. package/dist/types/components/DecisionMakers/component/DecisionMakersComponent.d.ts +1 -1
  42. package/dist/types/components/DecisionMakers/types.d.ts +3 -3
  43. package/dist/types/components/DocumentUpload/DocumentUpload.d.ts +1 -1
  44. package/dist/types/components/DocumentUpload/types.d.ts +6 -6
  45. package/dist/types/components/Dropins/CompanyDropin/components/CompanyDropinComponent.d.ts +1 -1
  46. package/dist/types/components/Dropins/CompanyDropin/types.d.ts +1 -2
  47. package/dist/types/components/Dropins/CompanySearchDropin/components/CompanySearchDropinComponent.d.ts +1 -1
  48. package/dist/types/components/Dropins/CompanySearchDropin/utils.d.ts +2 -2
  49. package/dist/types/components/Dropins/DropinComposer/components/DropinComposerComponent.d.ts +1 -1
  50. package/dist/types/components/Dropins/DropinLayout/ActionBar/ActionBar.d.ts +1 -1
  51. package/dist/types/components/Dropins/DropinLayout/DropinLayout.d.ts +1 -1
  52. package/dist/types/components/Dropins/FormNavigation/FormNavigation.d.ts +1 -1
  53. package/dist/types/components/Dropins/FormNavigation/FormNavigationItem.d.ts +1 -1
  54. package/dist/types/components/Dropins/FormNavigation/types.d.ts +4 -4
  55. package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +7 -7
  56. package/dist/types/components/Dropins/IndividualDropin/components/IndividualDropinComponent.d.ts +1 -1
  57. package/dist/types/components/Dropins/PayoutDetailsDropin/components/PayoutDetailsDropinComponent.d.ts +1 -1
  58. package/dist/types/components/Dropins/PciDropin/components/PciDropinComponent.d.ts +1 -1
  59. package/dist/types/components/Dropins/PciDropin/types.d.ts +3 -3
  60. package/dist/types/components/Dropins/PciDropin/validate.d.ts +1 -1
  61. package/dist/types/components/Dropins/RoleAndTypeDropin/components/RoleAndTypeDropinComponent.d.ts +1 -1
  62. package/dist/types/components/Dropins/RoleAndTypeDropin/types.d.ts +3 -3
  63. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/ServiceAgreementDropinComponent.d.ts +2 -2
  64. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/useServiceAgreement.d.ts +7 -5
  65. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/types.d.ts +5 -4
  66. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/validate.d.ts +2 -2
  67. package/dist/types/components/Dropins/SolePropDropin/components/SolePropDropinComponent.d.ts +1 -1
  68. package/dist/types/components/Dropins/TrustDropin/components/TrustDropinComponent.d.ts +1 -1
  69. package/dist/types/components/Dropins/types.d.ts +13 -12
  70. package/dist/types/components/EmbeddedDropins/CreateIndividualComponent/CreateIndividualComponent.d.ts +2 -2
  71. package/dist/types/components/EmbeddedDropins/CreateTransferInstrumentComponent/CreateTransferInstrumentComponent.d.ts +2 -2
  72. package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/ViewVerificationStatusComponent.d.ts +4 -3
  73. package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/content.d.ts +2 -1
  74. package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/types.d.ts +1 -1
  75. package/dist/types/components/IdDocumentUpload/component/IdDocumentAlreadyUpload.d.ts +1 -1
  76. package/dist/types/components/IdDocumentUpload/component/IdDocumentInstantVerificationComponent.d.ts +1 -1
  77. package/dist/types/components/IdDocumentUpload/component/IdDocumentManualUpload.d.ts +1 -1
  78. package/dist/types/components/IdDocumentUpload/component/IdDocumentUploadComponent.d.ts +1 -1
  79. package/dist/types/components/IdDocumentUpload/types.d.ts +4 -4
  80. package/dist/types/components/IdVerification/component/IdVerificationComponent.d.ts +1 -1
  81. package/dist/types/components/IdVerification/types.d.ts +1 -1
  82. package/dist/types/components/IdVerificationMethod/IdVerificationMethodComponent.d.ts +2 -2
  83. package/dist/types/components/IdVerificationMethod/idVerificationMethodMetadata.d.ts +2 -2
  84. package/dist/types/components/IdVerificationMethod/types.d.ts +2 -2
  85. package/dist/types/components/IdentityNumber/component/IdentityNumberComponent.d.ts +1 -1
  86. package/dist/types/components/IdentityNumber/fieldConfig.d.ts +5 -5
  87. package/dist/types/components/IdentityNumber/type.d.ts +3 -3
  88. package/dist/types/components/Individual/component/IndividualComponent.d.ts +2 -2
  89. package/dist/types/components/Individual/rules.d.ts +3 -3
  90. package/dist/types/components/Individual/types.d.ts +13 -13
  91. package/dist/types/components/Introduction/Introduction.d.ts +1 -1
  92. package/dist/types/components/Introduction/IntroductionScreen.d.ts +2 -2
  93. package/dist/types/components/Introduction/copy.d.ts +3 -3
  94. package/dist/types/components/LegalEntityTypeSwitcher/LegalEntityTypeSwitcher.d.ts +1 -1
  95. package/dist/types/components/LegalEntityTypeSwitcher/type.d.ts +3 -3
  96. package/dist/types/components/PayoutAccount/component/PayoutAccountComponent.d.ts +1 -1
  97. package/dist/types/components/PayoutAccount/types.d.ts +7 -7
  98. package/dist/types/components/PayoutDetails/component/PayoutDetailsComponent.d.ts +5 -5
  99. package/dist/types/components/PayoutDetails/rules.d.ts +5 -5
  100. package/dist/types/components/PayoutDetails/types.d.ts +11 -11
  101. package/dist/types/components/PayoutVerificationMethod/allowedBankCountriesPerCountry.d.ts +1 -1
  102. package/dist/types/components/PayoutVerificationMethod/component/AccountHolderDescriptionFragment.d.ts +2 -2
  103. package/dist/types/components/PayoutVerificationMethod/component/PayoutVerificationMethod.d.ts +2 -2
  104. package/dist/types/components/PayoutVerificationMethod/payoutVerificationMethodMetadata.d.ts +2 -2
  105. package/dist/types/components/PayoutVerificationMethod/types.d.ts +1 -1
  106. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/component/DriversLicense.d.ts +4 -4
  107. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/component/IdentityAuComponent.d.ts +1 -1
  108. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/validate.d.ts +2 -2
  109. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityComponent.d.ts +1 -1
  110. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityHK/component/IdentityHKComponent.d.ts +1 -1
  111. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityHK/validate.d.ts +2 -2
  112. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/component/DriversLicense.d.ts +3 -3
  113. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/component/IdentityNZComponent.d.ts +1 -1
  114. package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/validate.d.ts +2 -2
  115. package/dist/types/components/PersonalDetails/component/IdentityComponent/TypeOfIdentity/index.d.ts +1 -1
  116. package/dist/types/components/PersonalDetails/component/IdentityComponent/identityUS/component/IdentityUSComponent.d.ts +1 -1
  117. package/dist/types/components/PersonalDetails/component/IdentityComponent/types.d.ts +3 -3
  118. package/dist/types/components/PersonalDetails/component/PersonalDetailsComponent.d.ts +1 -1
  119. package/dist/types/components/PersonalDetails/types.d.ts +11 -11
  120. package/dist/types/components/PersonalDetails/validate.d.ts +2 -2
  121. package/dist/types/components/ProofOfResidency/ProofOfResidencyComponent.d.ts +1 -1
  122. package/dist/types/components/ProofOfResidency/types.d.ts +1 -1
  123. package/dist/types/components/RegistrationAddress/component/RegistrationAddressComponent.d.ts +2 -2
  124. package/dist/types/components/RegistrationAddress/types.d.ts +4 -4
  125. package/dist/types/components/RegistrationAddress/validate.d.ts +2 -2
  126. package/dist/types/components/Review/component/ReviewComponent.d.ts +1 -1
  127. package/dist/types/components/Review/types.d.ts +1 -1
  128. package/dist/types/components/SingpassSelection/index.d.ts +2 -2
  129. package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +1 -1
  130. package/dist/types/components/SoleProp/types.d.ts +6 -6
  131. package/dist/types/components/StepProgressIndicator/StepProgressIndicator.d.ts +1 -1
  132. package/dist/types/components/TaskList/component/PayoutAccountTaskListItem.d.ts +3 -3
  133. package/dist/types/components/TaskList/component/TaskItemStatus.d.ts +2 -2
  134. package/dist/types/components/TaskList/component/TaskListComponent.d.ts +1 -1
  135. package/dist/types/components/TaskList/component/TaskListGroup.d.ts +2 -2
  136. package/dist/types/components/TaskList/component/TaskListItem.d.ts +1 -1
  137. package/dist/types/components/TaskList/types.d.ts +3 -2
  138. package/dist/types/components/TaxDocument/TaxDocumentComponent.d.ts +1 -1
  139. package/dist/types/components/Trust/component/TrustComponent.d.ts +2 -2
  140. package/dist/types/components/Trust/rules.d.ts +2 -2
  141. package/dist/types/components/Trust/types.d.ts +6 -6
  142. package/dist/types/components/TrustMembers/component/CompanyTrustMemberTaskItem.d.ts +2 -2
  143. package/dist/types/components/TrustMembers/component/ExemptSettlorTaskItem.d.ts +2 -2
  144. package/dist/types/components/TrustMembers/component/RegularTrustMemberTaskItem.d.ts +2 -2
  145. package/dist/types/components/TrustMembers/component/RootTrusteeTaskItem.d.ts +2 -2
  146. package/dist/types/components/TrustMembers/component/TrustMembersOverview.d.ts +2 -2
  147. package/dist/types/components/TrustMembers/component/UndefinedBeneficiaryTaskItem.d.ts +1 -1
  148. package/dist/types/components/TrustMembers/types.d.ts +5 -5
  149. package/dist/types/components/TrustRegistrationDetails/component/TrustRegistrationDetailsComponent.d.ts +1 -1
  150. package/dist/types/components/TrustRegistrationDetails/types.d.ts +4 -4
  151. package/dist/types/components/TrustRegistrationDetails/validate.d.ts +2 -2
  152. package/dist/types/components/TrustRoleAndEntityType/component/TrustRoleAndEntityType.d.ts +1 -1
  153. package/dist/types/components/TrustRoleAndEntityType/convertExistingTrustMember.d.ts +2 -2
  154. package/dist/types/components/TrustRoleAndEntityType/getAvailableRoles.d.ts +2 -2
  155. package/dist/types/components/TrustRoleAndEntityType/types.d.ts +6 -6
  156. package/dist/types/components/TrustRoleAndEntityType/validate.d.ts +2 -2
  157. package/dist/types/components/UIElement.d.ts +11 -10
  158. package/dist/types/components/index.d.ts +4 -4
  159. package/dist/types/components/internal/Accordion/Accordion.d.ts +1 -1
  160. package/dist/types/components/internal/Accordion/AccordionContext.d.ts +1 -1
  161. package/dist/types/components/internal/Accordion/types.d.ts +1 -1
  162. package/dist/types/components/internal/AccordionItem/AccordionItem.d.ts +1 -1
  163. package/dist/types/components/internal/AccordionItem/types.d.ts +3 -3
  164. package/dist/types/components/internal/AccordionItem/useAccordionContext.d.ts +1 -1
  165. package/dist/types/components/internal/AccountHolder/AccountHolder.d.ts +1 -1
  166. package/dist/types/components/internal/AccountHolder/types.d.ts +2 -2
  167. package/dist/types/components/internal/AccountHolder/validate.d.ts +2 -2
  168. package/dist/types/components/internal/Address/Address.d.ts +1 -1
  169. package/dist/types/components/internal/Address/components/FieldContainer.d.ts +1 -1
  170. package/dist/types/components/internal/Address/components/SearchAddress.d.ts +2 -2
  171. package/dist/types/components/internal/Address/constants.d.ts +1 -1
  172. package/dist/types/components/internal/Address/types.d.ts +3 -3
  173. package/dist/types/components/internal/Address/utils.d.ts +3 -3
  174. package/dist/types/components/internal/Address/validate.d.ts +3 -3
  175. package/dist/types/components/internal/Address/validate.formats.d.ts +2 -2
  176. package/dist/types/components/internal/Alert/Alert.d.ts +1 -1
  177. package/dist/types/components/internal/Alert/components/VerificationErrorAlert.d.ts +1 -1
  178. package/dist/types/components/internal/Alert/types.d.ts +2 -2
  179. package/dist/types/components/internal/BankAccountFormat/BankAccountFormat.d.ts +1 -1
  180. package/dist/types/components/internal/BankAccountNumber/BankAccountNumber.d.ts +1 -1
  181. package/dist/types/components/internal/BankAccountNumber/fieldConfig.d.ts +3 -3
  182. package/dist/types/components/internal/BankAccountNumber/types.d.ts +2 -2
  183. package/dist/types/components/internal/BankCity/BankCity.d.ts +1 -1
  184. package/dist/types/components/internal/BankCode/BankCode.d.ts +1 -1
  185. package/dist/types/components/internal/BankCode/fieldConfig.d.ts +3 -3
  186. package/dist/types/components/internal/BankCode/types.d.ts +2 -2
  187. package/dist/types/components/internal/BankName/BankName.d.ts +1 -1
  188. package/dist/types/components/internal/BranchCode/BranchCode.d.ts +1 -1
  189. package/dist/types/components/internal/BranchCode/fieldConfig.d.ts +3 -3
  190. package/dist/types/components/internal/BranchCode/types.d.ts +2 -2
  191. package/dist/types/components/internal/BusinessRegistrationNumber/BusinessRegistrationNumber.d.ts +1 -1
  192. package/dist/types/components/internal/BusinessRegistrationNumber/types.d.ts +1 -1
  193. package/dist/types/components/internal/Button/Button.d.ts +2 -2
  194. package/dist/types/components/internal/Button/types.d.ts +2 -2
  195. package/dist/types/components/internal/Card/Card.d.ts +2 -2
  196. package/dist/types/components/internal/Card/CardGroup.d.ts +1 -1
  197. package/dist/types/components/internal/Card/types.d.ts +1 -1
  198. package/dist/types/components/internal/CollapsibleContainer/CollapsibleContainer.d.ts +1 -1
  199. package/dist/types/components/internal/CollapsibleContainer/types.d.ts +1 -1
  200. package/dist/types/components/internal/ContextGuidance/ContextGuidance.d.ts +1 -1
  201. package/dist/types/components/internal/ContextGuidance/types.d.ts +1 -1
  202. package/dist/types/components/internal/ContractViewer/ContractViewer.d.ts +1 -1
  203. package/dist/types/components/internal/CountryField/CountryField.d.ts +1 -1
  204. package/dist/types/components/internal/CountryField/validate.d.ts +2 -2
  205. package/dist/types/components/internal/Currency/Currency.d.ts +2 -2
  206. package/dist/types/components/internal/Currency/types.d.ts +2 -2
  207. package/dist/types/components/internal/DateOfIncorporationField/DateOfIncorporationField.d.ts +1 -1
  208. package/dist/types/components/internal/DateOfIncorporationField/validate.d.ts +2 -2
  209. package/dist/types/components/internal/DecisionMakerRole/DecisionMakerRoleComponent.d.ts +1 -1
  210. package/dist/types/components/internal/DecisionMakerRole/types.d.ts +1 -1
  211. package/dist/types/components/internal/Disclaimer/Disclaimer.d.ts +1 -1
  212. package/dist/types/components/internal/DocumentGuidance/DocumentGuidance.d.ts +1 -1
  213. package/dist/types/components/internal/DocumentGuidance/type.d.ts +1 -1
  214. package/dist/types/components/internal/EntityAssociation/EntityAssociation.d.ts +1 -1
  215. package/dist/types/components/internal/EntityAssociation/types.d.ts +7 -7
  216. package/dist/types/components/internal/EntityGuidanceStatus/component/EntityGuidanceStatus.d.ts +1 -1
  217. package/dist/types/components/internal/EntityGuidanceStatus/component/EntityStatusIcon.d.ts +1 -1
  218. package/dist/types/components/internal/EntityGuidanceStatus/types.d.ts +4 -4
  219. package/dist/types/components/internal/ErrorPanel/ErrorPanel.d.ts +1 -1
  220. package/dist/types/components/internal/ErrorPanel/components/ServerValidationErrors.d.ts +1 -1
  221. package/dist/types/components/internal/ErrorPanel/components/VerificationErrors.d.ts +1 -1
  222. package/dist/types/components/internal/ErrorPanel/types.d.ts +3 -3
  223. package/dist/types/components/internal/FormFields/Checkbox/Checkbox.d.ts +1 -1
  224. package/dist/types/components/internal/FormFields/Dropzone/Dropzone.d.ts +1 -1
  225. package/dist/types/components/internal/FormFields/Dropzone/FilePicker.d.ts +4 -4
  226. package/dist/types/components/internal/FormFields/Dropzone/components/DropzoneFile.d.ts +1 -1
  227. package/dist/types/components/internal/FormFields/Dropzone/types.d.ts +3 -3
  228. package/dist/types/components/internal/FormFields/Dropzone/validate.d.ts +2 -2
  229. package/dist/types/components/internal/FormFields/Field/Field.d.ts +2 -2
  230. package/dist/types/components/internal/FormFields/Field/types.d.ts +3 -3
  231. package/dist/types/components/internal/FormFields/InputBase.d.ts +1 -1
  232. package/dist/types/components/internal/FormFields/InputDate/InputDate.d.ts +2 -2
  233. package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -1
  234. package/dist/types/components/internal/FormFields/InputRadio/InputRadio.d.ts +1 -1
  235. package/dist/types/components/internal/FormFields/InputTelephone.d.ts +1 -1
  236. package/dist/types/components/internal/FormFields/InputText.d.ts +1 -1
  237. package/dist/types/components/internal/FormFields/MaskedInputText/MaskedInputText.d.ts +3 -3
  238. package/dist/types/components/internal/FormFields/MultiSelectList/MultiSelectList.d.ts +1 -1
  239. package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +1 -1
  240. package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +2 -2
  241. package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCard.d.ts +1 -1
  242. package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCardSelect.d.ts +3 -3
  243. package/dist/types/components/internal/FormFields/RadioGroupCard/RadioGroupCard.d.ts +1 -1
  244. package/dist/types/components/internal/FormFields/RadioGroupCard/types.d.ts +2 -2
  245. package/dist/types/components/internal/FormFields/Select/Select.d.ts +2 -2
  246. package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts +1 -1
  247. package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +1 -1
  248. package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +1 -1
  249. package/dist/types/components/internal/FormFields/Select/types.d.ts +2 -2
  250. package/dist/types/components/internal/FormHeader/FormHeader.d.ts +1 -1
  251. package/dist/types/components/internal/FormHeader/type.d.ts +1 -1
  252. package/dist/types/components/internal/Heading/Heading.d.ts +1 -1
  253. package/dist/types/components/internal/Iban/Iban.d.ts +1 -1
  254. package/dist/types/components/internal/Iban/fieldConfig.d.ts +3 -3
  255. package/dist/types/components/internal/Iban/ibanValidator.d.ts +2 -2
  256. package/dist/types/components/internal/Iban/types.d.ts +2 -2
  257. package/dist/types/components/internal/IdFieldTypeSelector/CompanyRegistrationNumberTypeSelector.d.ts +4 -4
  258. package/dist/types/components/internal/IdFieldTypeSelector/IndividualIdNumberTypeSelector.d.ts +2 -2
  259. package/dist/types/components/internal/IdFieldTypeSelector/TaxIdNumberTypeSelector.d.ts +5 -5
  260. package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +3 -3
  261. package/dist/types/components/internal/IdFieldTypeSelector/inferCompanyRegistrationNumberType.d.ts +3 -3
  262. package/dist/types/components/internal/IdFieldTypeSelector/inferTaxIdNumberType.d.ts +2 -2
  263. package/dist/types/components/internal/LegalCompanyNameField/LegalCompanyNameField.d.ts +1 -1
  264. package/dist/types/components/internal/LegalCompanyNameField/validate.d.ts +2 -2
  265. package/dist/types/components/internal/Link/Link.d.ts +1 -1
  266. package/dist/types/components/internal/Link/types.d.ts +2 -2
  267. package/dist/types/components/internal/List/List.d.ts +1 -1
  268. package/dist/types/components/internal/List/ListItem.d.ts +1 -1
  269. package/dist/types/components/internal/List/types.d.ts +1 -1
  270. package/dist/types/components/internal/LoaderWrapper/LoaderWrapper.d.ts +3 -3
  271. package/dist/types/components/internal/Menu/ActionsMenu.d.ts +1 -1
  272. package/dist/types/components/internal/Name/Name.d.ts +1 -1
  273. package/dist/types/components/internal/Name/validate.d.ts +2 -2
  274. package/dist/types/components/internal/PhoneInput/PhoneInput.d.ts +1 -1
  275. package/dist/types/components/internal/PhoneInput/types.d.ts +1 -1
  276. package/dist/types/components/internal/PhoneInput/validate.d.ts +3 -3
  277. package/dist/types/components/internal/Remove/Remove.d.ts +2 -2
  278. package/dist/types/components/internal/Remove/types.d.ts +2 -2
  279. package/dist/types/components/internal/StateField/StateField.d.ts +1 -1
  280. package/dist/types/components/internal/StateField/validate.d.ts +2 -2
  281. package/dist/types/components/internal/Status/Status.d.ts +1 -1
  282. package/dist/types/components/internal/Status/types.d.ts +1 -1
  283. package/dist/types/components/internal/StockExchangeMICField/StockExchangeMICField.d.ts +1 -1
  284. package/dist/types/components/internal/StockExchangeMICField/fieldConfig.d.ts +2 -2
  285. package/dist/types/components/internal/StockISINField/StockISINField.d.ts +1 -1
  286. package/dist/types/components/internal/StockISINField/fieldConfig.d.ts +2 -2
  287. package/dist/types/components/internal/Summary/Summary.d.ts +3 -3
  288. package/dist/types/components/internal/Summary/types.d.ts +2 -2
  289. package/dist/types/components/internal/SwiftCode/SwiftCode.d.ts +1 -1
  290. package/dist/types/components/internal/SwiftCode/fieldConfig.d.ts +2 -2
  291. package/dist/types/components/internal/Tag/Tag.d.ts +1 -1
  292. package/dist/types/components/internal/TaxId/TaxId.d.ts +1 -1
  293. package/dist/types/components/internal/TaxId/fieldConfig.d.ts +3 -3
  294. package/dist/types/components/internal/TaxId/types.d.ts +3 -3
  295. package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +2 -2
  296. package/dist/types/components/internal/TaxInformationField/fieldConfig.d.ts +3 -3
  297. package/dist/types/components/internal/TaxInformationField/types.d.ts +2 -2
  298. package/dist/types/components/internal/Toast/Toast.d.ts +1 -1
  299. package/dist/types/components/internal/TradingNameField/TradingNameField.d.ts +1 -1
  300. package/dist/types/components/internal/TradingNameField/validate.d.ts +2 -2
  301. package/dist/types/components/internal/VatNumber/VatNumber.d.ts +1 -1
  302. package/dist/types/components/internal/VatNumber/fieldConfig.d.ts +4 -4
  303. package/dist/types/components/internal/VatNumber/types.d.ts +1 -1
  304. package/dist/types/core/Context/AuthContext/AuthProvider.d.ts +1 -1
  305. package/dist/types/core/Context/AuthContext/useAuthContext.d.ts +1 -1
  306. package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +6 -6
  307. package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +3 -3
  308. package/dist/types/core/Context/ConfigurationApiContext/getEmbeddedApi.d.ts +1 -1
  309. package/dist/types/core/Context/ConfigurationApiContext/getKycExternalApi.d.ts +1 -1
  310. package/dist/types/core/Context/ConfigurationApiContext/useConfigurationApi.d.ts +1 -1
  311. package/dist/types/core/Context/CoreContext.d.ts +3 -3
  312. package/dist/types/core/Context/CoreProvider.d.ts +2 -2
  313. package/dist/types/core/Context/ExperimentContext/ExperimentsContext.d.ts +1 -1
  314. package/dist/types/core/Context/ExperimentContext/ExperimentsContextProvider.d.ts +1 -1
  315. package/dist/types/core/Context/ExperimentContext/types.d.ts +2 -1
  316. package/dist/types/core/Context/FormRouterContext/FormRouterContextProvider.d.ts +1 -1
  317. package/dist/types/core/Context/FormRouterContext/types.d.ts +3 -3
  318. package/dist/types/core/Context/I18nProvider/I18nProvider.d.ts +2 -2
  319. package/dist/types/core/Context/SettingsContext/SettingsContext.d.ts +1 -1
  320. package/dist/types/core/Context/SettingsContext/SettingsProvider.d.ts +1 -1
  321. package/dist/types/core/Context/SettingsContext/types.d.ts +2 -2
  322. package/dist/types/core/Context/SettingsContext/useSetting.d.ts +1 -1
  323. package/dist/types/core/Context/StateContext/StateContext.d.ts +1 -1
  324. package/dist/types/core/Context/StateContext/StateContextSetter.d.ts +1 -1
  325. package/dist/types/core/Context/StateContext/StateContextWatcher.d.ts +1 -1
  326. package/dist/types/core/Context/StateContext/StateProvider.d.ts +2 -2
  327. package/dist/types/core/Context/StateContext/StateReducer.d.ts +1 -1
  328. package/dist/types/core/Context/StateContext/useGlobalData.d.ts +1 -1
  329. package/dist/types/core/Context/StateContext/useStateContext.d.ts +1 -1
  330. package/dist/types/core/Context/ToastContext/ToastContext.d.ts +1 -1
  331. package/dist/types/core/Context/ToastContext/ToastContextProvider.d.ts +1 -1
  332. package/dist/types/core/Context/ToastContext/useToastContext.d.ts +1 -1
  333. package/dist/types/core/Context/useCoreContext.d.ts +1 -1
  334. package/dist/types/core/SDKValidation/index.d.ts +2 -2
  335. package/dist/types/core/SDKValidation/schemas.d.ts +1 -1
  336. package/dist/types/core/SDKValidation/types.d.ts +1 -1
  337. package/dist/types/core/Services/componentApi/create-document.d.ts +2 -2
  338. package/dist/types/core/Services/componentApi/create-legal-entity.d.ts +2 -2
  339. package/dist/types/core/Services/componentApi/create-transferInstrument.d.ts +2 -2
  340. package/dist/types/core/Services/componentApi/create-trusted-transferInstrument.d.ts +2 -2
  341. package/dist/types/core/Services/componentApi/generate-onboarding-link.d.ts +2 -2
  342. package/dist/types/core/Services/componentApi/get-address.d.ts +2 -2
  343. package/dist/types/core/Services/componentApi/get-allowed-locales.d.ts +2 -2
  344. package/dist/types/core/Services/componentApi/get-analytics-session.d.ts +1 -1
  345. package/dist/types/core/Services/componentApi/get-bankVerification-vendor.d.ts +3 -3
  346. package/dist/types/core/Services/componentApi/get-dataset.d.ts +2 -2
  347. package/dist/types/core/Services/componentApi/get-document.d.ts +2 -2
  348. package/dist/types/core/Services/componentApi/get-idverification-token.d.ts +2 -2
  349. package/dist/types/core/Services/componentApi/get-legal-entity.d.ts +2 -2
  350. package/dist/types/core/Services/componentApi/get-onboarding-status.d.ts +2 -2
  351. package/dist/types/core/Services/componentApi/get-scenarios.d.ts +2 -2
  352. package/dist/types/core/Services/componentApi/get-supported-countries.d.ts +2 -2
  353. package/dist/types/core/Services/componentApi/get-tasks.d.ts +2 -2
  354. package/dist/types/core/Services/componentApi/get-transfer-intsrument.d.ts +2 -2
  355. package/dist/types/core/Services/componentApi/handle-bank-verification-error.d.ts +2 -2
  356. package/dist/types/core/Services/componentApi/idVerification-startcheck.d.ts +2 -2
  357. package/dist/types/core/Services/componentApi/push-events.d.ts +1 -1
  358. package/dist/types/core/Services/componentApi/search-address.d.ts +2 -2
  359. package/dist/types/core/Services/componentApi/update-document.d.ts +2 -2
  360. package/dist/types/core/Services/componentApi/update-legal-entity.d.ts +2 -2
  361. package/dist/types/core/Services/componentApi/update-transferInstrument.d.ts +2 -2
  362. package/dist/types/core/Services/componentApi/validate-phone-number.d.ts +2 -2
  363. package/dist/types/core/Services/componentApi/verify-id-number.d.ts +2 -2
  364. package/dist/types/core/Services/kycExternalApi/get-allowed-countries.d.ts +2 -2
  365. package/dist/types/core/Services/kycExternalApi/get-allowed-locales.d.ts +2 -2
  366. package/dist/types/core/Services/kycExternalApi/get-configuration.d.ts +1 -1
  367. package/dist/types/core/Services/kycExternalApi/get-dataset.d.ts +2 -2
  368. package/dist/types/core/Services/kycExternalApi/validate-phone-number.d.ts +2 -2
  369. package/dist/types/core/Services/kycExternalApi/verify-id-number.d.ts +2 -2
  370. package/dist/types/core/Services/session.d.ts +1 -1
  371. package/dist/types/core/Services/utils.d.ts +2 -2
  372. package/dist/types/core/core.d.ts +3 -3
  373. package/dist/types/core/errorMapping.d.ts +4 -4
  374. package/dist/types/core/hooks/introduction/useCanSeeIntroduction.d.ts +1 -1
  375. package/dist/types/core/hooks/introduction/useIntroductionScreens.d.ts +1 -1
  376. package/dist/types/core/hooks/introduction/useShouldShowIntroduction.d.ts +1 -1
  377. package/dist/types/core/hooks/singpass/useShouldShowSingpass.d.ts +3 -3
  378. package/dist/types/core/hooks/useAccountHolder.d.ts +1 -1
  379. package/dist/types/core/hooks/useAllowedCountries.d.ts +1 -1
  380. package/dist/types/core/hooks/useAnalytics.d.ts +2 -2
  381. package/dist/types/core/hooks/useAssociatedLegalArrangement.d.ts +2 -2
  382. package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +7 -7
  383. package/dist/types/core/hooks/useBusinessSetup.d.ts +2 -2
  384. package/dist/types/core/hooks/useClickAwayListener.d.ts +2 -2
  385. package/dist/types/core/hooks/useCompanySearchTaskSubmit.d.ts +9 -9
  386. package/dist/types/core/hooks/useComponentApi.d.ts +2 -2
  387. package/dist/types/core/hooks/useDataset.d.ts +1 -1
  388. package/dist/types/core/hooks/useExemptSettlor.d.ts +2 -2
  389. package/dist/types/core/hooks/useForm/reducer.d.ts +1 -1
  390. package/dist/types/core/hooks/useForm/types.d.ts +3 -3
  391. package/dist/types/core/hooks/useForm/utils.d.ts +1 -1
  392. package/dist/types/core/hooks/useFormComposer.d.ts +5 -5
  393. package/dist/types/core/hooks/useIdVerificationToken.d.ts +3 -3
  394. package/dist/types/core/hooks/useIsElementVisible.d.ts +1 -1
  395. package/dist/types/core/hooks/useLegalEntityType.d.ts +1 -1
  396. package/dist/types/core/hooks/useLocalStorage.d.ts +1 -1
  397. package/dist/types/core/hooks/useScenarioConfiguration.d.ts +7 -7
  398. package/dist/types/core/hooks/useTranslations.d.ts +1 -1
  399. package/dist/types/core/models/api/address-search.d.ts +1 -1
  400. package/dist/types/core/models/api/capability.d.ts +2 -2
  401. package/dist/types/core/models/api/document.d.ts +1 -1
  402. package/dist/types/core/models/api/documentDetail.d.ts +1 -1
  403. package/dist/types/core/models/api/get-allowed-countries.d.ts +1 -1
  404. package/dist/types/core/models/api/get-bankVerification-providers.d.ts +1 -1
  405. package/dist/types/core/models/api/get-configuration.d.ts +1 -1
  406. package/dist/types/core/models/api/get-tasks.d.ts +1 -1
  407. package/dist/types/core/models/api/individual.d.ts +2 -2
  408. package/dist/types/core/models/api/instant-id-verification.d.ts +1 -1
  409. package/dist/types/core/models/api/legal-arrangement.d.ts +3 -3
  410. package/dist/types/core/models/api/legal-entity-association.d.ts +4 -4
  411. package/dist/types/core/models/api/legal-entity.d.ts +9 -9
  412. package/dist/types/core/models/api/problem.d.ts +2 -2
  413. package/dist/types/core/models/api/sole-proprietor.d.ts +1 -1
  414. package/dist/types/core/models/api/transfer-instrument.d.ts +1 -1
  415. package/dist/types/core/models/api/trust.d.ts +2 -2
  416. package/dist/types/core/models/api/trusted-transferInstrument.d.ts +1 -1
  417. package/dist/types/core/models/api/view-verification-status.d.ts +1 -1
  418. package/dist/types/core/models/company.d.ts +3 -3
  419. package/dist/types/core/models/country-config.d.ts +4 -4
  420. package/dist/types/core/models/decision-maker.d.ts +1 -1
  421. package/dist/types/core/models/errors/entity-problems.d.ts +5 -5
  422. package/dist/types/core/models/errors/error-message.d.ts +1 -1
  423. package/dist/types/core/models/errors/form-verification-errors.d.ts +2 -2
  424. package/dist/types/core/models/errors/remediation.d.ts +1 -1
  425. package/dist/types/core/models/field-configurations.d.ts +3 -3
  426. package/dist/types/core/models/form-rules.d.ts +6 -6
  427. package/dist/types/core/models/form.d.ts +1 -1
  428. package/dist/types/core/models/id-verification-status.d.ts +1 -1
  429. package/dist/types/core/models/identity.d.ts +2 -2
  430. package/dist/types/core/models/payout-account.d.ts +4 -4
  431. package/dist/types/core/models/scenario-fields.d.ts +1 -1
  432. package/dist/types/core/models/sole-prop.d.ts +2 -2
  433. package/dist/types/core/models/trust.d.ts +5 -5
  434. package/dist/types/core/process-field-configurations.d.ts +15 -15
  435. package/dist/types/core/types.d.ts +3 -3
  436. package/dist/types/core/utils.d.ts +3 -3
  437. package/dist/types/datasets/accountFormats/getAccountFormatForCountry.d.ts +3 -3
  438. package/dist/types/datasets/localized/companyTypeExamples/getCompanyTypeExamplesForCountry.d.ts +2 -2
  439. package/dist/types/datasets/localized/legalArrangementTypeExamples/getLegalArrangementTypeExamplesForCountry.d.ts +2 -2
  440. package/dist/types/datasets/localized/legalEntityTypeExamples/getBusinessTypeExamplesForCountry.d.ts +2 -2
  441. package/dist/types/language/Language.d.ts +2 -2
  442. package/dist/types/language/config.d.ts +1 -1
  443. package/dist/types/language/utils.d.ts +2 -2
  444. package/dist/types/types/index.d.ts +1 -1
  445. package/dist/types/utils/accountHolderUtils.d.ts +3 -3
  446. package/dist/types/utils/addLinkedFields.d.ts +1 -1
  447. package/dist/types/utils/api/documentUtils.d.ts +3 -3
  448. package/dist/types/utils/api/processCapabilitites.d.ts +8 -8
  449. package/dist/types/utils/api/processValidationErrors.d.ts +1 -1
  450. package/dist/types/utils/company-util.d.ts +3 -3
  451. package/dist/types/utils/datasetUtil.d.ts +2 -2
  452. package/dist/types/utils/decision-maker-roles.d.ts +2 -2
  453. package/dist/types/utils/dropin-utils.d.ts +2 -2
  454. package/dist/types/utils/entity-association-util.d.ts +6 -6
  455. package/dist/types/utils/entity-status-util.d.ts +4 -4
  456. package/dist/types/utils/eventHandlers/handleKeys.d.ts +2 -2
  457. package/dist/types/utils/formUtils.d.ts +5 -5
  458. package/dist/types/utils/get-name.d.ts +2 -2
  459. package/dist/types/utils/get-task-status.d.ts +3 -3
  460. package/dist/types/utils/getFieldsWithExistingData.d.ts +8 -8
  461. package/dist/types/utils/getLegalEntityCountry.d.ts +2 -2
  462. package/dist/types/utils/makeSelectItemForRole.d.ts +2 -2
  463. package/dist/types/utils/mapping/companySearch/mapCompanySearchSchemaToLegalEntity.d.ts +3 -3
  464. package/dist/types/utils/mapping/companySearch/mapLegalEntityToCompanySearchSchema.d.ts +2 -2
  465. package/dist/types/utils/mapping/componentApiMapping.d.ts +3 -3
  466. package/dist/types/utils/mapping/mapping.d.ts +13 -13
  467. package/dist/types/utils/mapping/trustMembers/getTrustMembers.d.ts +2 -2
  468. package/dist/types/utils/mapping/trustMembers/mapEntityAssociationsToTrustMembers.d.ts +3 -3
  469. package/dist/types/utils/mapping/trustMembers/mapRootLegalEntityToTrustMember.d.ts +2 -2
  470. package/dist/types/utils/mapping/trustMembers/mapUndefinedBeneficiaryInfoToTrustMembers.d.ts +2 -2
  471. package/dist/types/utils/masking/displayValueToPureValue.d.ts +1 -1
  472. package/dist/types/utils/masking/maskHelpers.d.ts +1 -1
  473. package/dist/types/utils/masking/matchAgainstMask.d.ts +1 -1
  474. package/dist/types/utils/masking/shiftRight.d.ts +1 -1
  475. package/dist/types/utils/masking/transformers/uppercase.d.ts +1 -1
  476. package/dist/types/utils/omitObscuredFieldsIfUnchanged.d.ts +1 -1
  477. package/dist/types/utils/payout-account-util.d.ts +5 -5
  478. package/dist/types/utils/payout-account.d.ts +1 -1
  479. package/dist/types/utils/perCountry.d.ts +1 -1
  480. package/dist/types/utils/regex/patternValidators.d.ts +1 -1
  481. package/dist/types/utils/regex/postalCodePatterns.d.ts +1 -1
  482. package/dist/types/utils/roleMetadata.d.ts +2 -2
  483. package/dist/types/utils/trackNavigation.d.ts +3 -3
  484. package/dist/types/utils/trust-util.d.ts +7 -7
  485. package/dist/types/utils/trustMembers/handlers/addOrUpdateAssociatedTrustMember.d.ts +3 -3
  486. package/dist/types/utils/trustMembers/handlers/addOrUpdateUndefinedBeneficiary.d.ts +3 -3
  487. package/dist/types/utils/trustMembers/handlers/createExemptSettlor.d.ts +3 -3
  488. package/dist/types/utils/trustMembers/handlers/deleteAssociatedTrustMember.d.ts +3 -3
  489. package/dist/types/utils/trustMembers/handlers/deleteUndefinedBeneficiary.d.ts +3 -3
  490. package/dist/types/utils/trustMembers/handlers/updateExemptSettlorName.d.ts +3 -3
  491. package/dist/types/utils/useForwardRef.d.ts +2 -2
  492. package/dist/types/utils/useStateFromProp.d.ts +1 -1
  493. package/dist/types/utils/validation/commonValidators.d.ts +1 -1
  494. package/dist/types/utils/validation/types.d.ts +3 -3
  495. package/dist/types/utils/validatorUtils.d.ts +2 -2
  496. package/dist/types/utils/verification/helpers/verify-id-number-helper.d.ts +2 -2
  497. package/dist/types/utils/verification/verificationUtils.d.ts +3 -3
  498. package/package.json +4 -4
  499. package/dist/es/ad-DT4vRaBJ.js +0 -13
  500. package/dist/es/ae-BOcuAHGY.js +0 -10
  501. package/dist/es/af-CoKzErRW.js +0 -12
  502. package/dist/es/ag-g4DXUCrU.js +0 -35
  503. package/dist/es/ai-CI-B0R9i.js +0 -30
  504. package/dist/es/al-COFkJ5Ca.js +0 -14
  505. package/dist/es/am-Dra-uz-8.js +0 -10
  506. package/dist/es/an-BGvLoFME.js +0 -10
  507. package/dist/es/ao-DxG-ywGM.js +0 -41
  508. package/dist/es/aq-D6KJELrz.js +0 -8
  509. package/dist/es/ar-D1__sXLf.js +0 -9
  510. package/dist/es/as-CO1cnzQr.js +0 -16
  511. package/dist/es/at-DJ-_JUEF.js +0 -8
  512. package/dist/es/au-DQ7hwYxQ.js +0 -17
  513. package/dist/es/aw-DsF55GZp.js +0 -24
  514. package/dist/es/ax-B7xGO2vL.js +0 -10
  515. package/dist/es/az-Bn_p9CvJ.js +0 -19
  516. package/dist/es/ba-BoJK_mQe.js +0 -18
  517. package/dist/es/bb-Pm_QT_Dl.js +0 -16
  518. package/dist/es/bd-D7_YREZy.js +0 -9
  519. package/dist/es/be-CZxtblLB.js +0 -10
  520. package/dist/es/bf-Dpx2xJ7g.js +0 -10
  521. package/dist/es/bg-GwVUUSOM.js +0 -12
  522. package/dist/es/bh-JbZUrPJw.js +0 -8
  523. package/dist/es/bi-BltG81ar.js +0 -18
  524. package/dist/es/bj-zQUv2SQa.js +0 -28
  525. package/dist/es/bl-BUtmusIM.js +0 -26
  526. package/dist/es/bm-D_illE8L.js +0 -31
  527. package/dist/es/bn-1XDJa4lE.js +0 -13
  528. package/dist/es/bo-DlmVbV9z.js +0 -10
  529. package/dist/es/br-DLB6QJZk.js +0 -14
  530. package/dist/es/bs-8dBnGYPj.js +0 -14
  531. package/dist/es/bt-D9SHS-Ak.js +0 -9
  532. package/dist/es/bv-ahmv_jU3.js +0 -20
  533. package/dist/es/bw-DzLl7TuC.js +0 -10
  534. package/dist/es/by-BztFrg5-.js +0 -14
  535. package/dist/es/bz-DkyxrcWx.js +0 -11
  536. package/dist/es/ca-Bika55Ha.js +0 -9
  537. package/dist/es/cc-CFZz_AYg.js +0 -14
  538. package/dist/es/cd-CgybrxtQ.js +0 -14
  539. package/dist/es/cf-D23Pv9G5.js +0 -12
  540. package/dist/es/cg-CfZbcFMO.js +0 -13
  541. package/dist/es/ch-mKEGRNZY.js +0 -9
  542. package/dist/es/ci-BJ-L2p8Z.js +0 -9
  543. package/dist/es/ck-j69yRZOc.js +0 -24
  544. package/dist/es/cl-C6BytT6S.js +0 -10
  545. package/dist/es/cm-CUzrX5VK.js +0 -16
  546. package/dist/es/cn-De5mx48S.js +0 -9
  547. package/dist/es/co-D1tfX-Rj.js +0 -28
  548. package/dist/es/cr-zUnaQPg8.js +0 -9
  549. package/dist/es/cu-DaGswOf0.js +0 -10
  550. package/dist/es/cv-C4-jr8vq.js +0 -11
  551. package/dist/es/cw-D-6419Qt.js +0 -15
  552. package/dist/es/cx-DfNBgtwc.js +0 -16
  553. package/dist/es/cy-BRABzapK.js +0 -10
  554. package/dist/es/cz-DzosVcuo.js +0 -9
  555. package/dist/es/de-DRcIm1Ma.js +0 -28
  556. package/dist/es/dj-Da7LmapC.js +0 -15
  557. package/dist/es/dk-pty9O1pD.js +0 -8
  558. package/dist/es/dm-GPioKBpx.js +0 -18
  559. package/dist/es/do-k8Aqzhu5.js +0 -12
  560. package/dist/es/dz-0w5shCtT.js +0 -10
  561. package/dist/es/ec-hp0Ygj0Y.js +0 -13
  562. package/dist/es/ee-Dpf_R8jm.js +0 -9
  563. package/dist/es/eg-BgVS1lzb.js +0 -10
  564. package/dist/es/eh-CEZasM8H.js +0 -11
  565. package/dist/es/er-RK3foPBe.js +0 -14
  566. package/dist/es/es-CNey9Ibr.js +0 -13
  567. package/dist/es/et-cNmj57xA.js +0 -12
  568. package/dist/es/fi-Ds4M7qRF.js +0 -16
  569. package/dist/es/fj-D1q87nq5.js +0 -34
  570. package/dist/es/fk-Y2rCs5DH.js +0 -41
  571. package/dist/es/fm-BZKPOICq.js +0 -19
  572. package/dist/es/fo-sSr8Xnvb.js +0 -14
  573. package/dist/es/fr-BWzaj6Yw.js +0 -19
  574. package/dist/es/fx-DR2GRTdn.js +0 -9
  575. package/dist/es/ga-9LhduROZ.js +0 -10
  576. package/dist/es/gb-DA-V5Xdu.js +0 -14
  577. package/dist/es/gd-JWdzcsNM.js +0 -22
  578. package/dist/es/ge-Zw0skRye.js +0 -9
  579. package/dist/es/gf-Bq_uV48f.js +0 -10
  580. package/dist/es/gg-CNzs8gF-.js +0 -13
  581. package/dist/es/gh-2VT5yAxo.js +0 -11
  582. package/dist/es/gi-jPgXNb1L.js +0 -10
  583. package/dist/es/gl-c6mjlUME.js +0 -9
  584. package/dist/es/gm-BgeXyCUQ.js +0 -11
  585. package/dist/es/gn-CyyMcNZ3.js +0 -10
  586. package/dist/es/gp-D2PIp9tB.js +0 -10
  587. package/dist/es/gq-BT6Gd3M4.js +0 -11
  588. package/dist/es/gr-B5MQUSuL.js +0 -8
  589. package/dist/es/gs-6VXnGQzD.js +0 -130
  590. package/dist/es/gt-4DSSuHgq.js +0 -11
  591. package/dist/es/gu-Dxf1inL8.js +0 -45
  592. package/dist/es/gw-R5Dl09OL.js +0 -11
  593. package/dist/es/gy-CHx6kck0.js +0 -10
  594. package/dist/es/hk-DLy2j4QA.js +0 -9
  595. package/dist/es/hm-CoK7Z2cg.js +0 -18
  596. package/dist/es/hn-DxQ71v08.js +0 -9
  597. package/dist/es/hr-B6Zc8qZS.js +0 -16
  598. package/dist/es/ht-DCMkLse8.js +0 -23
  599. package/dist/es/hu-JEoUAdpx.js +0 -9
  600. package/dist/es/id-D1C_2HvG.js +0 -8
  601. package/dist/es/ie-d3bapQx-.js +0 -19
  602. package/dist/es/il-CxVm0b2J.js +0 -20
  603. package/dist/es/im-BN_uhDka.js +0 -40
  604. package/dist/es/in-BGdmDROr.js +0 -11
  605. package/dist/es/io-DYCJpAKf.js +0 -22
  606. package/dist/es/iq-BlsI9EWN.js +0 -11
  607. package/dist/es/ir-DdOj6IVV.js +0 -13
  608. package/dist/es/is-DN52KJKG.js +0 -10
  609. package/dist/es/it-D6Y8tXt3.js +0 -19
  610. package/dist/es/je-DR82slj4.js +0 -18
  611. package/dist/es/jm-LqaENrl9.js +0 -13
  612. package/dist/es/jo-yLc64Rmj.js +0 -11
  613. package/dist/es/jp-Bb5uIw0H.js +0 -20
  614. package/dist/es/ke-BK1BjkeR.js +0 -33
  615. package/dist/es/kg-wlEuBvxO.js +0 -10
  616. package/dist/es/kh-DsvqlHLy.js +0 -10
  617. package/dist/es/ki-Byta-OFo.js +0 -17
  618. package/dist/es/km-RNbmgGL_.js +0 -12
  619. package/dist/es/kn-CsHNi3Qt.js +0 -15
  620. package/dist/es/kp-DskyYlvx.js +0 -11
  621. package/dist/es/kr-DlF6eJVr.js +0 -23
  622. package/dist/es/kw-BiQAd6j1.js +0 -10
  623. package/dist/es/ky-BvPeTNcl.js +0 -31
  624. package/dist/es/kz-BQCcz0Va.js +0 -10
  625. package/dist/es/la-COyntyzl.js +0 -10
  626. package/dist/es/lb-CzTzggHc.js +0 -19
  627. package/dist/es/lc-CRL2hV6d.js +0 -19
  628. package/dist/es/li-BN-LWzEm.js +0 -9
  629. package/dist/es/lk-Dh6uTZcH.js +0 -12
  630. package/dist/es/lr-CoVvhAhL.js +0 -20
  631. package/dist/es/ls-BFhv4OAc.js +0 -11
  632. package/dist/es/lt-C9w-Id1S.js +0 -10
  633. package/dist/es/lu-Ccpxa0yN.js +0 -9
  634. package/dist/es/lv-Di5Y7vBC.js +0 -8
  635. package/dist/es/ly-BKgB-CvV.js +0 -29
  636. package/dist/es/ma-gJj5XCI-.js +0 -15
  637. package/dist/es/mc-BPN5JfTO.js +0 -12
  638. package/dist/es/md-aCqyKOgl.js +0 -17
  639. package/dist/es/me-C6-JkhFA.js +0 -17
  640. package/dist/es/mf-jpyKjgsU.js +0 -10
  641. package/dist/es/mg-TS1IwqtI.js +0 -9
  642. package/dist/es/mh-yHLgOFiA.js +0 -15
  643. package/dist/es/mk-CaRVDngZ.js +0 -12
  644. package/dist/es/ml-CUUHxg1j.js +0 -16
  645. package/dist/es/mm-CYK7VHSP.js +0 -17
  646. package/dist/es/mn-D2S-h2WN.js +0 -20
  647. package/dist/es/mo-D1RG60zF.js +0 -16
  648. package/dist/es/mp-DzztXSh1.js +0 -11
  649. package/dist/es/mq-Gsmz5_5j.js +0 -10
  650. package/dist/es/mr-C_s5K8p5.js +0 -15
  651. package/dist/es/ms-Cgov7p4h.js +0 -28
  652. package/dist/es/mt-B9vsNjSx.js +0 -21
  653. package/dist/es/mu-DeH79Hcd.js +0 -17
  654. package/dist/es/mv-CS9OGWK4.js +0 -16
  655. package/dist/es/mw-BvDfO_4m.js +0 -17
  656. package/dist/es/mx-ByC0ZmOn.js +0 -17
  657. package/dist/es/my-BtbjhaSG.js +0 -16
  658. package/dist/es/mz-BuZty0IX.js +0 -19
  659. package/dist/es/na-BMRoTc_5.js +0 -18
  660. package/dist/es/nc-TfmJ1_PR.js +0 -18
  661. package/dist/es/ne-e6jU7Ta4.js +0 -11
  662. package/dist/es/nf-DEApE1l7.js +0 -9
  663. package/dist/es/ng-C481SfES.js +0 -19
  664. package/dist/es/ni-DoG4DYn_.js +0 -16
  665. package/dist/es/nl-Cmbofdv4.js +0 -11
  666. package/dist/es/no-CVO81I1l.js +0 -19
  667. package/dist/es/np-zRmg82Re.js +0 -16
  668. package/dist/es/nr-B5qQQRjH.js +0 -9
  669. package/dist/es/nu-BI4Y-0EG.js +0 -28
  670. package/dist/es/nz-DF7xbKn7.js +0 -21
  671. package/dist/es/om-BjOei_ke.js +0 -20
  672. package/dist/es/pa-ZEXTGOfm.js +0 -16
  673. package/dist/es/pe-HNEmB15y.js +0 -15
  674. package/dist/es/pf-DwCESo2k.js +0 -24
  675. package/dist/es/pg-BhOdaLDy.js +0 -17
  676. package/dist/es/ph-8ii4-Tq6.js +0 -16
  677. package/dist/es/pk-BafoDKz5.js +0 -15
  678. package/dist/es/pl-D9b2Q58T.js +0 -12
  679. package/dist/es/pm-C-WvmgM4.js +0 -38
  680. package/dist/es/pn-DjnHidFS.js +0 -25
  681. package/dist/es/pr-Dd50hA9F.js +0 -30
  682. package/dist/es/ps-CUGb27Pq.js +0 -11
  683. package/dist/es/pt-Qpxk-ulQ.js +0 -12
  684. package/dist/es/pw-DV4RtHVX.js +0 -15
  685. package/dist/es/py-eg-mtZFC.js +0 -17
  686. package/dist/es/qa-CHyJi5tF.js +0 -16
  687. package/dist/es/re-FpArmeeM.js +0 -10
  688. package/dist/es/ro-ANrnebzK.js +0 -16
  689. package/dist/es/rs-BGbyX7Qb.js +0 -20
  690. package/dist/es/ru-DtLSIa8v.js +0 -19
  691. package/dist/es/rw-B1kILqpv.js +0 -24
  692. package/dist/es/sa-CEcWBFfj.js +0 -9
  693. package/dist/es/sb-p9ah_4x5.js +0 -36
  694. package/dist/es/sc-2YHg9FTT.js +0 -22
  695. package/dist/es/sd-BKzyWEE3.js +0 -16
  696. package/dist/es/se-Dq5LtCEp.js +0 -9
  697. package/dist/es/sg-C752_QVl.js +0 -15
  698. package/dist/es/sh-NFjaiAXX.js +0 -36
  699. package/dist/es/si-DKzVjXeV.js +0 -23
  700. package/dist/es/sj-DF7Bf8Q9.js +0 -10
  701. package/dist/es/sk-CPmqq18S.js +0 -23
  702. package/dist/es/sl-Dx7oHjXI.js +0 -15
  703. package/dist/es/sm-B8bEOCx7.js +0 -16
  704. package/dist/es/sn-tcqzwUh4.js +0 -17
  705. package/dist/es/so-BrD8jwW8.js +0 -15
  706. package/dist/es/sr-Dyy1x6sW.js +0 -16
  707. package/dist/es/ss-CpfhWUQL.js +0 -16
  708. package/dist/es/st-DZJqDu2d.js +0 -17
  709. package/dist/es/sv-DtkfLQdf.js +0 -14
  710. package/dist/es/sx-C1dyGLW-.js +0 -17
  711. package/dist/es/sy-DhvBoSDL.js +0 -16
  712. package/dist/es/sz-Co03zPL0.js +0 -25
  713. package/dist/es/tc-DFY42rbc.js +0 -27
  714. package/dist/es/td-DdnMoB4B.js +0 -10
  715. package/dist/es/tf-DtUoHxUD.js +0 -12
  716. package/dist/es/tg-B-szBZlQ.js +0 -17
  717. package/dist/es/th-hl0xD9En.js +0 -15
  718. package/dist/es/tj-CaluHgV4.js +0 -16
  719. package/dist/es/tk-7WTKQA6M.js +0 -10
  720. package/dist/es/tl-DWxFj_mI.js +0 -17
  721. package/dist/es/tm-CXa44ZsQ.js +0 -47
  722. package/dist/es/tn-YGA63yhm.js +0 -15
  723. package/dist/es/to-D1SPhDAS.js +0 -19
  724. package/dist/es/tr-BkORBw5s.js +0 -16
  725. package/dist/es/tt-CPiasxy9.js +0 -16
  726. package/dist/es/tv-1UKqGnYq.js +0 -17
  727. package/dist/es/tw-V_-9EdZA.js +0 -16
  728. package/dist/es/tz-vyNQ8siG.js +0 -17
  729. package/dist/es/ua-B36hNKIn.js +0 -9
  730. package/dist/es/ug-DzrOv_zJ.js +0 -20
  731. package/dist/es/um-Xf4WHDSX.js +0 -30
  732. package/dist/es/us-VkSkiw44.js +0 -24
  733. package/dist/es/uy-BBVhuI0m.js +0 -10
  734. package/dist/es/uz-D4g4y6tl.js +0 -16
  735. package/dist/es/va-CuiFpTCr.js +0 -12
  736. package/dist/es/vc-BGrc4dhk.js +0 -17
  737. package/dist/es/ve-76O2C7rm.js +0 -17
  738. package/dist/es/vg-DMKx8jrg.js +0 -31
  739. package/dist/es/vi-D8PahWnh.js +0 -34
  740. package/dist/es/vn-BnPQgCR1.js +0 -9
  741. package/dist/es/vu-B3LLAmr5.js +0 -37
  742. package/dist/es/wf-qXr-xalT.js +0 -10
  743. package/dist/es/ws-pGsAcjqz.js +0 -16
  744. package/dist/es/ye-CII0qyBt.js +0 -9
  745. package/dist/es/yt-BoehcMko.js +0 -33
  746. package/dist/es/za-CaK3IAZP.js +0 -19
  747. package/dist/es/zm-C8-RQ03K.js +0 -24
  748. package/dist/es/zw-JWvy-vVa.js +0 -22
  749. package/dist/es/zz-CCLSDExB.js +0 -8
  750. package/dist/types/components/internal/CountryField/Flag.d.ts +0 -7
@@ -1,17 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMm = (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: "mm_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(#mm_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#F13D4F", d: "M0 16h22v-5.33H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#4AC94B", d: "M0 10.67h22V5.33H0z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#FFD043", d: "M0 5.33h22V0H0z" }),
12
- /* @__PURE__ */ jsx("path", { fill: "#fff", 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" })
13
- ] })
14
- ] });
15
- export {
16
- SvgMm as default
17
- };
@@ -1,20 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMn = (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: "mn_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(#mn_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#146BBC", d: "M7.33 16h7.34V0H7.33z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#E43642", d: "M0 16h7.33V0H0zm14.67 0H22V0h-7.33z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "url(#mn_svg__b)", d: "m3.67 8 .52.53H3.14zM2.1 9.6h1.04v3.2H2.1zm1.57 2.13h-.53l.53 1.07.52-1.07v1.07h1.05V9.6H3.67c.29 0 .52-.24.52-.53s-.23-.54-.52-.54a.53.53 0 0 0-.53.54c0 .3.24.53.53.53h-.53l.53 1.07a.53.53 0 0 0-.53.53c0 .3.24.53.53.53m.52-.53c0-.3-.23-.53-.52-.53l.52-1.07zm0 0c0 .3-.23.53-.52.53h.52z" })
12
- ] }),
13
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "mn_svg__b", x1: 2.1, x2: 2.1, y1: 8, y2: 12.8, gradientUnits: "userSpaceOnUse", children: [
14
- /* @__PURE__ */ jsx("stop", { stopColor: "#F8D246" }),
15
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#F9CE2F" })
16
- ] }) })
17
- ] });
18
- export {
19
- SvgMn as default
20
- };
@@ -1,16 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMo = (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: "mo_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(#mo_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#079D7B", d: "M0 16h22V0H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M12.48 6.93q0 .35-.05.68l.25-.07c1.4-.38 2.64-.26 2.78.28.13.48-.69 1.14-1.88 1.54-.2-.64-1.28-.83-2.58-.83s-2.37.2-2.58.83c-1.18-.4-1.98-1.05-1.85-1.53.14-.54 1.38-.66 2.78-.28l.22.06a5 5 0 0 1-.05-.68c0-1.47.66-2.66 1.48-2.66s1.48 1.2 1.48 2.66M8.38 9.6h.92l-.45-.1.62.03q.66.06 1.53.07.87-.01 1.53-.07l.6-.03-.46.1h2.52q-.19.57-.5 1.07H7.3q-.3-.5-.49-1.07zM11 12.8c1.06 0 2.03-.4 2.8-1.07H8.2A4.2 4.2 0 0 0 11 12.8" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#FCD117", d: "M11 3.2c.29 0 .52-.24.52-.53s-.23-.54-.52-.54a.53.53 0 0 0-.52.54c0 .3.23.53.52.53M6.81 5.87c.29 0 .52-.24.52-.54s-.23-.53-.52-.53a.53.53 0 0 0-.52.53c0 .3.23.54.52.54m8.9-.54c0 .3-.23.54-.52.54a.53.53 0 0 1-.52-.54c0-.3.23-.53.52-.53s.52.24.52.53m-2.1-1.06c.3 0 .53-.24.53-.54s-.23-.53-.52-.53a.53.53 0 0 0-.52.53c0 .3.23.54.52.54Zm-4.7-.54c0 .3-.24.54-.53.54a.53.53 0 0 1-.52-.54c0-.3.23-.53.52-.53s.52.24.52.53Z" })
12
- ] })
13
- ] });
14
- export {
15
- SvgMo as default
16
- };
@@ -1,11 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMp = (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: "#167DC6", d: "M22 0H0v16h22z" }),
5
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M11 13.33c2.9 0 5.24-2.38 5.24-5.33A5.3 5.3 0 0 0 11 2.67 5.3 5.3 0 0 0 5.76 8 5.3 5.3 0 0 0 11 13.33m0-1.06A4.23 4.23 0 0 1 6.81 8 4.23 4.23 0 0 1 11 3.73 4.23 4.23 0 0 1 15.19 8 4.23 4.23 0 0 1 11 12.27" }),
6
- /* @__PURE__ */ jsx("path", { fill: "#939193", d: "M9.36 6.4c.04-.6.53-1.07 1.12-1.07h1.04c.58 0 1.08.49 1.12 1.07l.39 6.4a1 1 0 0 1-1 1.07H9.97a1 1 0 0 1-.99-1.07l.4-6.4Z" }),
7
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M11 10.15 8.84 11.7l.8-2.57-2.13-1.6 2.65-.02.84-2.56.84 2.56 2.65.02-2.13 1.6.8 2.57z" })
8
- ] });
9
- export {
10
- SvgMp as default
11
- };
@@ -1,10 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMq = (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: "#345CB3", d: "M9.43 0v6.4H0V0zm3.14 0H22v6.4h-9.43zM22 9.6V16h-9.43V9.6zM9.43 16H0V9.6h9.43z" }),
6
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M16.68 1.71h.49c.21.02.37.07.35.03q0-.11-.03-.07l-.29.17c-.46.27-.66.48-.56.85.09.32.33.41.88.5l.07.01c.22.04.32.06.39.09v-.07c-.01.02-.16.08-.53.16l-.18.03c-.72.15-1.07.35-1.13.85-.05.55.5.93 1.21 1.02.72.1 1.34-.14 1.4-.73.05-.38-.21-.6-.62-.7a4 4 0 0 0-1.08 0 10 10 0 0 0-1.45.25.27.27 0 0 0-.2.32c.04.14.18.23.32.2a11 11 0 0 1 1.39-.24q.58-.06.92 0c.17.04.2.07.2.1-.02.21-.35.34-.81.27-.46-.06-.77-.27-.75-.44.01-.17.2-.27.7-.37l.18-.04c.61-.12.83-.21.93-.53q.09-.4-.29-.57a2 2 0 0 0-.52-.13h-.07q-.47-.09-.45-.13c0-.01.07-.09.31-.23l.17-.1.17-.11q.29-.2.23-.5c-.07-.29-.35-.38-.82-.41l-.55-.01h-.08a.26.26 0 0 0-.25.28c.01.15.13.26.28.25zm-12.16 0h.5c.21.02.36.07.35.03-.02-.07 0-.1-.03-.07l-.29.17c-.46.27-.66.48-.56.85.09.32.32.41.88.5l.07.01c.22.04.32.06.39.09.01 0-.02-.04 0-.07-.02.02-.16.08-.53.16l-.19.03c-.7.15-1.06.35-1.12.85-.06.55.5.93 1.2 1.02.72.1 1.35-.14 1.41-.73.04-.38-.21-.6-.62-.7a4 4 0 0 0-1.08 0 10 10 0 0 0-1.45.25.27.27 0 0 0-.2.32c.04.14.18.23.32.2a11 11 0 0 1 1.38-.24q.6-.06.93 0c.17.04.2.07.2.1-.02.21-.35.34-.81.27-.46-.06-.77-.27-.76-.44s.21-.27.7-.37l.19-.04c.6-.12.83-.21.92-.53.08-.26-.05-.46-.28-.57a2 2 0 0 0-.52-.13h-.07q-.46-.09-.46-.13c0-.01.07-.09.32-.23l.17-.1.17-.11q.29-.2.23-.5c-.08-.29-.36-.38-.82-.41l-.55-.01h-.08a.26.26 0 0 0-.25.28c0 .15.13.26.28.25zm12.16 9.6h.49c.21.02.37.07.35.03q0-.11-.03-.07l-.29.17c-.46.27-.66.48-.56.85.09.32.33.41.88.5l.46.1v-.07c-.01.02-.16.08-.53.16l-.18.03c-.72.15-1.07.35-1.13.85-.05.55.5.93 1.21 1.02.72.1 1.34-.14 1.4-.74.05-.37-.21-.6-.62-.68a4 4 0 0 0-1.08-.01 10 10 0 0 0-1.45.25.27.27 0 0 0-.2.32c.04.14.18.23.32.2a11 11 0 0 1 1.39-.24q.58-.06.92 0c.17.04.2.07.2.1-.02.21-.35.34-.81.27-.46-.06-.77-.27-.75-.44.01-.17.2-.27.7-.37l.18-.04c.61-.12.83-.21.93-.53q.09-.4-.29-.57a2 2 0 0 0-.52-.13h-.07q-.47-.09-.45-.13c0-.01.07-.09.31-.23l.17-.1.17-.11q.29-.2.23-.5c-.07-.29-.35-.38-.82-.41l-.55-.01h-.08a.26.26 0 0 0-.25.28q.04.25.28.25zm-12.16 0h.5c.21.02.36.07.35.03-.02-.07 0-.1-.03-.07l-.29.17c-.46.27-.66.48-.56.85.09.32.32.41.88.5l.07.01c.22.04.32.06.39.09.01 0-.02-.04 0-.07-.02.02-.16.08-.53.16l-.2.02c-.7.15-1.06.35-1.12.85-.06.55.5.93 1.2 1.02.72.1 1.35-.14 1.41-.74.04-.37-.21-.6-.62-.68a4 4 0 0 0-1.08-.01 10 10 0 0 0-1.45.25.27.27 0 0 0-.2.32c.04.14.18.23.32.2a11 11 0 0 1 1.38-.24q.6-.06.93 0c.17.04.2.07.2.1-.02.21-.35.34-.81.27-.46-.06-.77-.27-.76-.44s.21-.27.7-.37l.19-.04c.6-.12.83-.21.92-.53.08-.26-.05-.46-.28-.57a2 2 0 0 0-.52-.13h-.07q-.46-.09-.46-.13c0-.01.07-.09.32-.23l.17-.1.17-.11q.29-.2.23-.5c-.08-.29-.36-.38-.82-.41l-.55-.01h-.08a.26.26 0 0 0-.25.28c0 .15.13.26.28.25h.06Z" })
7
- ] });
8
- export {
9
- SvgMq as default
10
- };
@@ -1,15 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMr = (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: "mr_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(#mr_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#108B4D", d: "M0 0h22v16H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#FFC941", fillRule: "evenodd", d: "M15.57 6.19a4.76 4.76 0 0 1-4.66 5.55A4.76 4.76 0 0 1 6.26 6.2a4.74 4.74 0 0 0 4.65 4.04c2.35 0 4.3-1.75 4.66-4.04ZM11 6.85l-1.3.94.48-1.54-1.28-.97 1.6-.01.5-1.54.5 1.54 1.6.01-1.28.97.47 1.54z", clipRule: "evenodd" })
11
- ] })
12
- ] });
13
- export {
14
- SvgMr as default
15
- };
@@ -1,28 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMs = (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: "ms_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(#ms_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "#07319C", d: "M0 0h22v16H0z" }) }),
9
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#ms_svg__b)", children: [
10
- /* @__PURE__ */ jsx("path", { fill: "#07319C", 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: "#08B9D6", 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: "ms_svg__c", 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", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#ms_svg__c)", children: [
21
- /* @__PURE__ */ jsx("path", { fill: "#A63D09", d: "M13.62 9.6h5.24v2.13H13.6V9.6Z" }),
22
- /* @__PURE__ */ jsx("path", { fill: "#262626", d: "M16.76 5.33h-1.05V6.4h-1.04v1.07h1.04V9.6h1.05V7.47h1.05V6.4h-1.05z" })
23
- ] }),
24
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "ms_svg__b", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h9.17v7.14H0z" }) }) })
25
- ] });
26
- export {
27
- SvgMs as default
28
- };
@@ -1,21 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMt = (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: "mt_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(#mt_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#DE233C", fillRule: "evenodd", d: "M11.52 16H22V0H11.52z", clipRule: "evenodd" }),
10
- /* @__PURE__ */ jsxs("mask", { id: "mt_svg__b", width: 5, height: 5, x: 1.1, y: 1.13, fill: "#000", maskUnits: "userSpaceOnUse", children: [
11
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M1.1 1.13h5v5h-5z" }),
12
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M4.19 2.13H3.14V3.2H2.1v1.07h1.04v1.06H4.2V4.27h1.05V3.2H4.19z", clipRule: "evenodd" })
13
- ] }),
14
- /* @__PURE__ */ jsx("path", { fill: "#CCCCCD", fillRule: "evenodd", d: "M4.19 2.13H3.14V3.2H2.1v1.07h1.04v1.06H4.2V4.27h1.05V3.2H4.19z", clipRule: "evenodd" }),
15
- /* @__PURE__ */ jsx("path", { fill: "#7B716A", fillOpacity: 0.66, d: "M3.14 2.13v-.5h-.5v.5zm1.05 0h.5v-.5h-.5zM3.14 3.2v.5h.5v-.5zm-1.04 0v-.5h-.5v.5zm0 1.07h-.5v.5h.5zm1.04 0h.5v-.5h-.5zm0 1.06h-.5v.5h.5zm1.05 0v.5h.5v-.5zm0-1.06v-.5h-.5v.5zm1.05 0v.5h.5v-.5zm0-1.07h.5v-.5h-.5zm-1.05 0h-.5v.5h.5zm-1.05-.57H4.2v-1H3.14zm.5.57V2.13h-1V3.2zm-1.54.5h1.04v-1H2.1zm.5.57V3.2h-1v1.07zm.54-.5H2.1v1h1.04zm.5 1.56V4.27h-1v1.06zm.55-.5H3.14v1H4.2zm-.5-.56v1.06h1V4.27zm1.55-.5H4.19v1h1.05zm-.5-.57v1.07h1V3.2zm-.55.5h1.05v-1H4.19zm-.5-1.57V3.2h1V2.13z", mask: "url(#mt_svg__b)" }),
16
- /* @__PURE__ */ jsx("path", { fill: "#7B716A", fillRule: "evenodd", d: "M3.67 4.27c.29 0 .52-.24.52-.54s-.23-.53-.52-.53a.53.53 0 0 0-.53.53c0 .3.24.54.53.54", clipRule: "evenodd" })
17
- ] })
18
- ] });
19
- export {
20
- SvgMt as default
21
- };
@@ -1,17 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMu = (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: "mu_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(#mu_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#1DBB63", d: "M0 16h22v-3.2H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#222B82", d: "M0 8.53h22V4.27H0z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#FFD741", d: "M0 12.8h22V8.53H0z" }),
12
- /* @__PURE__ */ jsx("path", { fill: "#F4374A", d: "M0 4.27h22V0H0z" })
13
- ] })
14
- ] });
15
- export {
16
- SvgMu as default
17
- };
@@ -1,16 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMv = (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: "mv_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(#mv_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#F32249", d: "M0 0h22v16H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#15A04F", d: "M3.14 3.2h15.71v9.6H3.14z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M12.83 11.65A3.7 3.7 0 0 1 8.38 8a3.7 3.7 0 0 1 4.45-3.65A3.7 3.7 0 0 0 9.95 8a3.7 3.7 0 0 0 2.88 3.65", clipRule: "evenodd" })
12
- ] })
13
- ] });
14
- export {
15
- SvgMv as default
16
- };
@@ -1,17 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMw = (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: "mw_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(#mw_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#262626", d: "M0 5.33h22V0H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#E42038", d: "M11 9.6a3.7 3.7 0 0 0 3.67-3.73A3.7 3.7 0 0 0 11 2.13a3.7 3.7 0 0 0-3.67 3.74A3.7 3.7 0 0 0 11 9.6" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#E42038", d: "M0 10.67h22V5.33H0z" }),
12
- /* @__PURE__ */ jsx("path", { fill: "#47B849", d: "M0 16h22v-5.33H0z" })
13
- ] })
14
- ] });
15
- export {
16
- SvgMw as default
17
- };
@@ -1,17 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMx = (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: "mx_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(#mx_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#E3283E", d: "M14.67 0H22v16h-7.33z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#128A60", fillRule: "evenodd", d: "M0 16h7.33V0H0z", clipRule: "evenodd" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#8C9157", d: "M9.4 7.47a.5.5 0 0 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" }),
12
- /* @__PURE__ */ jsx("path", { fill: "#C59262", 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" })
13
- ] })
14
- ] });
15
- export {
16
- SvgMx as default
17
- };
@@ -1,16 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMy = (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: "my_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(#my_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#E1244A", fillRule: "evenodd", d: "M22 0H10.48v1.07H22zm0 2.13H10.48V3.2H22zM10.48 4.27H22v1.06H10.48zM22 6.4H10.48v1.07H22zM0 8.53h22V9.6H0zm22 2.14H0v1.06h22zM0 12.8h22v1.07H0zm22 2.13H0V16h22z", clipRule: "evenodd" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#0C3F8E", d: "M0 0h12.57v8.53H0z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#FFD34F", fillRule: "evenodd", 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.2m2.23-1.28.91-1.05.91 1.05-.24-1.38 1.37-.07-1.2-.67.8-1.13-1.27.54-.37-1.35-.37 1.35-1.27-.54.8 1.13-1.2.67 1.37.07z", clipRule: "evenodd" })
12
- ] })
13
- ] });
14
- export {
15
- SvgMy as default
16
- };
@@ -1,19 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgMz = (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: "mz_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(#mz_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#FFE547", d: "M0 16h22v-4.27H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#118C81", d: "M0 4.27h22V0H0z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 11.73h22V4.27H0z" }),
12
- /* @__PURE__ */ jsx("path", { fill: "#262626", d: "M0 10.67h22V5.33H0z" }),
13
- /* @__PURE__ */ jsx("path", { fill: "#EF2147", d: "m0 0 10.48 8L0 16z" }),
14
- /* @__PURE__ */ jsx("path", { fill: "#FDE444", d: "m3.67 9.02-1.54 1.14.58-1.85-1.53-1.13h1.9l.59-1.85.59 1.85h1.9L4.62 8.3l.59 1.85z" })
15
- ] })
16
- ] });
17
- export {
18
- SvgMz as default
19
- };
@@ -1,18 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNa = (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: "na_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(#na_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#0C4799", d: "M0 10.67 22 0H0z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#FFD243", d: "m3.67 4.8-.8.9.06-1.21-1.2.06.89-.82-.89-.81 1.2.06-.07-1.22.8.9.8-.9-.05 1.22 1.2-.06-.9.81.9.82-1.2-.06.06 1.21z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#1BAC55", d: "M0 16h22V5.33z" }),
12
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2.42 18.13 23.71 4.6l-4.13-6.72L-1.71 11.4l4.13 6.72Z" }),
13
- /* @__PURE__ */ jsx("path", { fill: "#E52347", d: "m-.5 18.46 25.77-16.4-2.78-4.52-25.76 16.4z" })
14
- ] })
15
- ] });
16
- export {
17
- SvgNa as default
18
- };
@@ -1,18 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNc = (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", { stroke: "#E5EAEF", strokeWidth: 0.5, d: "M19.64.27H2.36C1.2.27.26 1.22.26 2.4v11.2c0 1.18.94 2.13 2.1 2.13h17.28c1.16 0 2.1-.95 2.1-2.13V2.4c0-1.18-.94-2.13-2.1-2.13Z" }),
5
- /* @__PURE__ */ jsx("path", { fill: "url(#nc_svg__a)", d: "M22 0H0v16h22z" }),
6
- /* @__PURE__ */ jsx("path", { fill: "#0545BA", d: "M22 0H0v5.33h22z" }),
7
- /* @__PURE__ */ jsx("path", { fill: "#25A04E", d: "M22 10.67H0V16h22z" }),
8
- /* @__PURE__ */ jsx("path", { fill: "#F05149", d: "M22 5.33H0v5.34h22z" }),
9
- /* @__PURE__ */ jsx("path", { fill: "#FBE63E", d: "M11 11.73A3.7 3.7 0 0 0 14.67 8 3.7 3.7 0 0 0 11 4.27 3.7 3.7 0 0 0 7.33 8 3.7 3.7 0 0 0 11 11.73" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#111", d: "M10.57 6.63a.54.54 0 0 0 .43.84c.29 0 .52-.24.52-.54a.5.5 0 0 0-.4-.52l.14-.08c.63-.37 1.02-.87.87-1.13-.14-.26-.77-.16-1.4.2-.62.37-1 .88-.86 1.13.09.16.36.19.7.1M11 11.2c-.87 0-1.05-.77-1.05-1.07s.18-.53 1.05-.53 1.05.24 1.05.53-.18 1.07-1.05 1.07m0-1.6a.53.53 0 0 1-.52-.53c0-.3.23-.54.52-.54s.52.24.52.54-.23.53-.52.53m0-1.07a.53.53 0 0 1-.52-.53c0-.3.23-.53.52-.53s.52.24.52.53-.23.53-.52.53" }),
11
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "nc_svg__a", x1: 11, x2: 11, y1: 0, y2: 16, gradientUnits: "userSpaceOnUse", children: [
12
- /* @__PURE__ */ jsx("stop", { stopColor: "#fff" }),
13
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#F0F0F0" })
14
- ] }) })
15
- ] });
16
- export {
17
- SvgNc as default
18
- };
@@ -1,11 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNe = (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: "#E35721", d: "M22 0H0v5.33h22z" }),
6
- /* @__PURE__ */ jsx("path", { fill: "#26BD3D", d: "M22 10.67H0V16h22z" }),
7
- /* @__PURE__ */ jsx("path", { fill: "#E35721", d: "M11 10.13c1.16 0 2.1-.95 2.1-2.13s-.94-2.13-2.1-2.13S8.9 6.82 8.9 8s.94 2.13 2.1 2.13" })
8
- ] });
9
- export {
10
- SvgNe as default
11
- };
@@ -1,9 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNf = (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: "#208C42", d: "M22 0h-6.29v16H22zM6.29 0H0v16h6.29zM9.9 4.27l.44-1.62a.7.7 0 0 1 .66-.52c.29 0 .59.24.66.52l.45 1.62h-.06a.53.53 0 0 0-.53.53c0 .3.24.53.53.53q.18 0 .32-.1l.32 1.18a.53.53 0 0 0-.64.52c0 .3.23.54.52.54q.21 0 .37-.16l.34 1.26a.53.53 0 0 0-.7.5.52.52 0 0 0 .93.33l.63 2.33h-2.62v2.14h-1.04v-2.14H7.86l.63-2.33a.53.53 0 0 0 .94-.33.53.53 0 0 0-.7-.5l.33-1.26q.16.16.37.16c.29 0 .52-.24.52-.54a.53.53 0 0 0-.64-.52l.32-1.19a.53.53 0 0 0 .85-.42.53.53 0 0 0-.59-.53Z" })
6
- ] });
7
- export {
8
- SvgNf as default
9
- };
@@ -1,19 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNg = (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("path", { stroke: "#92A7C0", strokeOpacity: 0.1, d: "M.5.5h21v15H.5z" }),
6
- /* @__PURE__ */ jsxs("mask", { id: "ng_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
7
- maskType: "alpha"
8
- }, children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
10
- /* @__PURE__ */ jsx("path", { stroke: "#fff", d: "M.5.5h21v15H.5z" })
11
- ] }),
12
- /* @__PURE__ */ jsxs("g", { fill: "#189B62", mask: "url(#ng_svg__a)", children: [
13
- /* @__PURE__ */ jsx("path", { d: "M14.67 0H22v16h-7.33z" }),
14
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M0 16h7.33V0H0z", clipRule: "evenodd" })
15
- ] })
16
- ] });
17
- export {
18
- SvgNg as default
19
- };
@@ -1,16 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNi = (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: "ni_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(#ni_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#1A78D6", fillRule: "evenodd", d: "M0 5.33h22V0H0zM0 16h22v-5.33H0z", clipRule: "evenodd" }),
10
- /* @__PURE__ */ jsx("path", { stroke: "#DBCD92", strokeWidth: 0.5, d: "M11 9.85c1.01 0 1.82-.83 1.82-1.85S12.01 6.15 11 6.15 9.18 6.98 9.18 8 9.99 9.85 11 9.85Z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#9CDDEE", fillRule: "evenodd", d: "m11 6.93 1.05 2.14h-2.1z", clipRule: "evenodd" })
12
- ] })
13
- ] });
14
- export {
15
- SvgNi as default
16
- };
@@ -1,11 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNl = (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", fillRule: "evenodd", stroke: "#92A7C0", strokeOpacity: 0.1, d: "M.52 2.12v11.76c0 .87.7 1.59 1.57 1.59h17.82a1.6 1.6 0 0 0 1.57-1.6V2.13c0-.87-.7-1.59-1.57-1.59H2.09a1.6 1.6 0 0 0-1.57 1.6Zm0 0v11.76c0 .87.7 1.59 1.57 1.59h17.82a1.6 1.6 0 0 0 1.57-1.6V2.13c0-.87-.7-1.59-1.57-1.59H2.09a1.6 1.6 0 0 0-1.57 1.6Z", clipRule: "evenodd" }),
5
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M19.38.53H2.62C1.46.53.52 1.5.52 2.67v10.66c0 1.18.94 2.14 2.1 2.14h16.76c1.16 0 2.1-.96 2.1-2.14V2.67c0-1.18-.94-2.14-2.1-2.14" }),
6
- /* @__PURE__ */ jsx("path", { fill: "#CA2B39", d: "M22 0H0v5.33h22z" }),
7
- /* @__PURE__ */ jsx("path", { fill: "#2C56A2", d: "M22 10.67H0V16h22z" })
8
- ] });
9
- export {
10
- SvgNl as default
11
- };
@@ -1,19 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNo = (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("path", { stroke: "#92A7C0", strokeOpacity: 0.1, d: "M.5.5h21v15H.5z" }),
6
- /* @__PURE__ */ jsxs("mask", { id: "no_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
7
- maskType: "alpha"
8
- }, children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
10
- /* @__PURE__ */ jsx("path", { stroke: "#fff", d: "M.5.5h21v15H.5z" })
11
- ] }),
12
- /* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#no_svg__a)", children: [
13
- /* @__PURE__ */ jsx("path", { fill: "#F14247", d: "M6.29 0H0v6.4h6.29zm3.14 0v6.4H22V0zM22 9.6H9.43V16H22zM6.29 16V9.6H0V16z" }),
14
- /* @__PURE__ */ jsx("path", { fill: "#0A3A85", d: "M0 8.53h7.33V16h1.05V8.53H22V7.47H8.38V0H7.33v7.47H0z" })
15
- ] })
16
- ] });
17
- export {
18
- SvgNo as default
19
- };
@@ -1,16 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNp = (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("path", { fill: "#fff", fillRule: "evenodd", d: "M0 0h2.1l12.57 8.53H6.29L14.67 16H0z", clipRule: "evenodd" }),
6
- /* @__PURE__ */ jsx("mask", { id: "np_svg__a", width: 15, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
7
- maskType: "alpha"
8
- }, children: /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M0 0h2.1l12.57 8.53H6.29L14.67 16H0z", clipRule: "evenodd" }) }),
9
- /* @__PURE__ */ jsxs("g", { mask: "url(#np_svg__a)", children: [
10
- /* @__PURE__ */ jsx("path", { fill: "#EE1B44", stroke: "#0543A8", strokeLinejoin: "round", d: "m1.94.5 11.1 7.53H6.29a.5.5 0 0 0-.34.88l7.4 6.59H.5V.5z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M5.38 6.24q.45-.12.83-.34a2.1 2.1 0 0 1-2.02 1.57A2.1 2.1 0 0 1 2.17 5.9q.37.21.83.34l.4-.37-.66-.62.9.05-.05-.91.6.68.6-.68-.04.91.9-.05-.67.62zm-2 7.46.81-.9.8.9-.06-1.21 1.2.06-.9-.82.9-.81-1.2.06L5 9.76l-.8.9-.8-.9.06 1.22-1.2-.06.9.81-.9.82 1.2-.06-.06 1.21Z", clipRule: "evenodd" })
12
- ] })
13
- ] });
14
- export {
15
- SvgNp as default
16
- };
@@ -1,9 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNr = (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: "#043A92", d: "M0 0h22v16H0zm5.76 13.07.81 1.2-.04-1.46 1.35.5-.87-1.16 1.37-.42-1.37-.4.87-1.16-1.35.48.04-1.45-.8 1.2-.82-1.2.04 1.45-1.35-.48.88 1.15-1.38.41 1.38.42-.88 1.15L5 12.81l-.04 1.46z" }),
5
- /* @__PURE__ */ jsx("path", { fill: "#FDC640", d: "M22 6.4H0v2.13h22z" })
6
- ] });
7
- export {
8
- SvgNr as default
9
- };
@@ -1,28 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNu = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 16", ...props, children: [
3
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#nu_svg__a)", children: [
4
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
5
- /* @__PURE__ */ jsx("path", { fill: "#FCD343", d: "M22 0H0v16h22z" }),
6
- /* @__PURE__ */ jsx("path", { fill: "#053C8A", d: "M9.43 0H0v7.47h9.43z" }),
7
- /* @__PURE__ */ jsx("path", { fill: "url(#nu_svg__b)", d: "M3.14 3.45-1.42-.53H.7l3.67 2.66h.73l4.86-3.1V.28c0 .32-.17.66-.44.86L6.3 3.47v.55L9.57 6.9c.49.42.22 1.11-.4 1.11-.26 0-.57-.1-.79-.26l-3.31-2.4h-.73L-.52 8.42V6.66l3.66-2.67z" }),
8
- /* @__PURE__ */ jsx("path", { fill: "#D81B33", d: "M3.67 3.2 0 0h.52L4.2 2.67h1.05L9.43 0v.27a.6.6 0 0 1-.22.42L5.76 3.2v1.07l3.47 3.02q.16.17-.06.18a1 1 0 0 1-.48-.16L5.24 4.8H4.19L0 7.47v-.54l3.67-2.66z" }),
9
- /* @__PURE__ */ jsx("path", { fill: "url(#nu_svg__c)", d: "M0 2.67V4.8h3.67v2.67c0 .3.22.53.53.53h1.03c.3 0 .53-.23.53-.53V4.8h3.68c.28 0 .51-.23.51-.54V3.21c0-.3-.22-.54-.51-.54H5.76V0h-2.1v2.67z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#D81B33", d: "M0 3.2h4.19V0h1.05v3.2h4.19v1.07h-4.2v3.2H4.2v-3.2H0z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#053C8A", d: "M4.71 4.8c.58 0 1.05-.48 1.05-1.07s-.47-1.06-1.05-1.06c-.57 0-1.04.47-1.04 1.06S4.14 4.8 4.71 4.8" }),
12
- /* @__PURE__ */ jsx("path", { fill: "#FCD343", d: "M4.71 4.27a.53.53 0 0 1-.52-.54c0-.3.23-.53.52-.53a.54.54 0 0 1 0 1.07m2.1 0a.53.53 0 0 1-.52-.54c0-.3.23-.53.52-.53s.52.24.52.53-.23.54-.52.54m-4.2 0a.53.53 0 0 1-.51-.54c0-.3.23-.53.52-.53s.52.24.52.53-.23.54-.52.54Zm2.1-2.14a.53.53 0 0 1-.52-.53c0-.3.23-.53.52-.53s.53.24.53.53-.24.53-.53.53m0 4.27a.53.53 0 0 1-.52-.53c0-.3.23-.54.52-.54a.54.54 0 0 1 0 1.07" })
13
- ] }),
14
- /* @__PURE__ */ jsxs("defs", { children: [
15
- /* @__PURE__ */ jsxs("linearGradient", { id: "nu_svg__b", x1: 4.27, x2: 4.27, y1: -0.96, y2: 8.43, gradientUnits: "userSpaceOnUse", children: [
16
- /* @__PURE__ */ jsx("stop", { stopColor: "#fff" }),
17
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#F0F0F0" })
18
- ] }),
19
- /* @__PURE__ */ jsxs("linearGradient", { id: "nu_svg__c", x1: 4.98, x2: 4.98, y1: 0, y2: 8, gradientUnits: "userSpaceOnUse", children: [
20
- /* @__PURE__ */ jsx("stop", { stopColor: "#fff" }),
21
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#F0F0F0" })
22
- ] }),
23
- /* @__PURE__ */ jsx("clipPath", { id: "nu_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }) })
24
- ] })
25
- ] });
26
- export {
27
- SvgNu as default
28
- };
@@ -1,21 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgNz = (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: "nz_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(#nz_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "#0A17A7", d: "M0 0h22v16H0z" }) }),
9
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#nz_svg__b)", children: [
10
- /* @__PURE__ */ jsx("path", { fill: "#0A17A7", 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: "#CA1931", fillRule: "evenodd", d: "m15.71 13.87-.74.22.22-.76-.22-.75.74.22.75-.22-.22.75.22.76zm0-10.14-.74.22.22-.75-.22-.75.74.22.75-.22-.22.75.22.75zm3.15 3.2-.74.22.21-.75-.21-.75.74.22.74-.22-.22.75.22.75zM12.57 8l-.74.22.22-.75-.22-.76.74.22.74-.22-.21.76.21.75z", clipRule: "evenodd" }),
17
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "nz_svg__b", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h9.17v7.14H0z" }) }) })
18
- ] });
19
- export {
20
- SvgNz as default
21
- };
@@ -1,20 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgOm = (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("path", { stroke: "#92A7C0", strokeOpacity: 0.1, d: "M.5.5h21v15H.5z" }),
6
- /* @__PURE__ */ jsxs("mask", { id: "om_svg__a", width: 22, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
7
- maskType: "alpha"
8
- }, children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v16H0z" }),
10
- /* @__PURE__ */ jsx("path", { stroke: "#fff", d: "M.5.5h21v15H.5z" })
11
- ] }),
12
- /* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#om_svg__a)", children: [
13
- /* @__PURE__ */ jsx("path", { fill: "#138E16", d: "M0 16h22v-5.33H0z" }),
14
- /* @__PURE__ */ jsx("path", { fill: "#ED2B35", d: "M0 16h7.33v-5.33H22V5.33H7.33V0H0z" }),
15
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m3.67 3.77-.91 1.35.47-1.56-1.6.11 1.5-.6-1.1-1.2 1.4.82.24-1.62.24 1.62 1.4-.82-1.1 1.2 1.5.6-1.6-.11.47 1.56z" })
16
- ] })
17
- ] });
18
- export {
19
- SvgOm as default
20
- };
@@ -1,16 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgPa = (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: "pa_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(#pa_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { fill: "#E52448", d: "M22 7.47H10.48V0H22z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "#1367AE", d: "M10.48 16H0V7.47h10.48zM5.24 4.6 4 5.47 4.42 4l-1.17-.93 1.48-.04.5-1.43.51 1.43 1.5.04L6.05 4l.41 1.46-1.23-.85Z" }),
11
- /* @__PURE__ */ jsx("path", { fill: "#E52448", d: "m16.24 12.6-1.23.86.41-1.46-1.17-.93 1.48-.04.5-1.43.51 1.43 1.5.04-1.18.93.41 1.46-1.23-.85Z" })
12
- ] })
13
- ] });
14
- export {
15
- SvgPa as default
16
- };
@@ -1,15 +0,0 @@
1
- import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
- const SvgPe = (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: "pe_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", { fill: "#E82438", mask: "url(#pe_svg__a)", children: [
9
- /* @__PURE__ */ jsx("path", { d: "M14.67 0H22v16h-7.33z" }),
10
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M0 16h7.33V0H0z", clipRule: "evenodd" })
11
- ] })
12
- ] });
13
- export {
14
- SvgPe as default
15
- };