@pagopa/io-app-design-system 1.23.1 → 1.23.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/buttons/ButtonOutline.js +2 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +14 -3
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -2
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/index.js +11 -0
- package/lib/commonjs/components/icons/index.js.map +1 -1
- package/lib/commonjs/components/icons/types.js +6 -0
- package/lib/commonjs/components/icons/types.js.map +1 -0
- package/lib/commonjs/components/logos/LogoPayment.js.map +1 -1
- package/lib/commonjs/components/logos/LogoPaymentCard.js.map +1 -1
- package/lib/commonjs/components/logos/index.js +12 -0
- package/lib/commonjs/components/logos/index.js.map +1 -1
- package/lib/commonjs/components/logos/types.js +2 -0
- package/lib/commonjs/components/logos/types.js.map +1 -0
- package/lib/commonjs/components/modules/ModuleCheckout.js +17 -8
- package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/index.js +12 -0
- package/lib/commonjs/components/pictograms/index.js.map +1 -1
- package/lib/commonjs/components/pictograms/types.js +6 -0
- package/lib/commonjs/components/pictograms/types.js.map +1 -0
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/utils/textInput/index.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +2 -1
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +15 -4
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -2
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/index.js +1 -0
- package/lib/module/components/icons/index.js.map +1 -1
- package/lib/module/components/icons/types.js +2 -0
- package/lib/module/components/icons/types.js.map +1 -0
- package/lib/module/components/logos/LogoPayment.js.map +1 -1
- package/lib/module/components/logos/LogoPaymentCard.js.map +1 -1
- package/lib/module/components/logos/index.js +1 -0
- package/lib/module/components/logos/index.js.map +1 -1
- package/lib/module/components/logos/types.js +2 -0
- package/lib/module/components/logos/types.js.map +1 -0
- package/lib/module/components/modules/ModuleCheckout.js +18 -9
- package/lib/module/components/modules/ModuleCheckout.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/index.js +1 -0
- package/lib/module/components/pictograms/index.js.map +1 -1
- package/lib/module/components/pictograms/types.js +2 -0
- package/lib/module/components/pictograms/types.js.map +1 -0
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/utils/textInput/index.js.map +1 -1
- package/lib/typescript/components/alert/Alert.d.ts +1 -1
- package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +256 -264
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/index.d.ts +1 -0
- package/lib/typescript/components/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAbacus.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAbacus.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAdd.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAdd.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAmount.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAmount.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAnalytics.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAnalytics.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArchive.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArchive.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowBottom.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowBottom.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowLeft.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowLeft.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowRight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowRight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowTop.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowTop.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAttachment.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAttachment.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBackAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBackAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBackiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBackiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBarcode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBarcode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBattery.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBattery.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBell.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBell.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFaceID.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFaceID.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFingerprint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFingerprint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBonus.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBonus.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCalendar.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCalendar.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCancel.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCancel.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCanceled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCanceled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategCulture.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategCulture.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategFinance.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategFinance.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategHome.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategHome.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategJobOffers.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategJobOffers.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategLearning.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategLearning.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategMobility.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategMobility.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategShopping.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategShopping.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategSport.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategSport.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategSustainability.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategSustainability.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTravel.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategTravel.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategWellness.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategWellness.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChange.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChange.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChat.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChat.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronBottom.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronBottom.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronLeft.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronLeft.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRightListItem.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRightListItem.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronTop.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronTop.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCie.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCie.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseLarge.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseLarge.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseMedium.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseMedium.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCoggle.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCoggle.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCompare.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCompare.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconContactless.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconContactless.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCopy.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCopy.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDevice.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDevice.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachment.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachment.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachmentPDF.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachmentPDF.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDotMenu.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDotMenu.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEdit.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEdit.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmail.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmail.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmailFill.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmailFill.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmailLegal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmailLegal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiHappy.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiHappy.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiSad.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiSad.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEntityCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEntityCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconErrorFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconErrorFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLink.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLink.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEyeHide.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEyeHide.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEyeShow.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEyeShow.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFiscalCodeIndividual.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFiscalCodeIndividual.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFolder.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFolder.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFornitori.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFornitori.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconForward.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconForward.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconGallery.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconGallery.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHistory.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHistory.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHome.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHome.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHomeFill.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHomeFill.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHourglass.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHourglass.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInfo.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInfo.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInfoFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInfoFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInitiatives.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInitiatives.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInstitution.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInstitution.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKey.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKey.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLadybug.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLadybug.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLegalValue.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLegalValue.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLightFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLightFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLightbulb.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLightbulb.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOSFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOSFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLockOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLockOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLockOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLockOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLogin.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLogin.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLogout.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLogout.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMagicWand.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMagicWand.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMessage.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMessage.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMessageLegal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMessageLegal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessages.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessages.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessagesFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessagesFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfile.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfile.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfileFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfileFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavScan.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavScan.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavServices.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavServices.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavServicesFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavServicesFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavWallet.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavWallet.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavWalletFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavWalletFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotes.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotes.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotice.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotice.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNoticeFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNoticeFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotification.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotification.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconOk.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconOk.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconOption.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconOption.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPEC.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPEC.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPSP.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPSP.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPhone.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPhone.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPinOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPinOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPinOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPinOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPrint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPrint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOApp.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOApp.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOAppBlueBg.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOAppBlueBg.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductPagoPA.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductPagoPA.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProfile.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProfile.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconQrCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconQrCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconQuestion.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconQuestion.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconRead.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconRead.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconRefund.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconRefund.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReload.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReload.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSave.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSave.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSearch.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSearch.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSecurity.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSecurity.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSelfCertification.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSelfCertification.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconShareAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconShareAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconShareiOs.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconShareiOs.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSignal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSignal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSpid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSpid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconStarEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconStarEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconStarFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconStarFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSuccess.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSuccess.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSwitchOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSwitchOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTag.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTag.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTerms.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTerms.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTouch.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTouch.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTransactions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTransactions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTrashcan.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTrashcan.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconWarningFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconWarningFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconWebsite.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconWebsite.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts +1 -1
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts.map +1 -1
- package/lib/typescript/components/icons/types.d.ts +10 -0
- package/lib/typescript/components/icons/types.d.ts.map +1 -0
- package/lib/typescript/components/logos/LogoPayment.d.ts +15 -18
- package/lib/typescript/components/logos/LogoPayment.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentCard.d.ts +1 -3
- package/lib/typescript/components/logos/LogoPaymentCard.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentExt.d.ts +14 -14
- package/lib/typescript/components/logos/index.d.ts +1 -0
- package/lib/typescript/components/logos/index.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentAmex.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentAmex.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentApplePay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentApplePay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiners.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiners.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiscover.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiscover.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtAmex.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtAmex.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtApplePay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtApplePay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtDiners.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtDiners.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtJCB.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtJCB.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMaestro.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMaestro.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMastercard.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMastercard.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPagoBancomat.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPagoBancomat.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPostepay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPostepay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtUnionPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtUnionPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisa.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisa.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisaElectron.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisaElectron.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentJCB.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentJCB.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMaestro.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMaestro.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMastercard.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMastercard.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMyBank.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMyBank.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPagoBancomat.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPagoBancomat.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPostepay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPostepay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentUnionPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentUnionPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVisa.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVisa.d.ts.map +1 -1
- package/lib/typescript/components/logos/types.d.ts +7 -0
- package/lib/typescript/components/logos/types.d.ts.map +1 -0
- package/lib/typescript/components/modules/ModuleCheckout.d.ts +3 -3
- package/lib/typescript/components/modules/ModuleCheckout.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -7
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/index.d.ts +1 -0
- package/lib/typescript/components/pictograms/index.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraRequest.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraRequest.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedNotification.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedNotification.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraRequest.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraRequest.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotification.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotification.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/types.d.ts +8 -0
- package/lib/typescript/components/pictograms/types.d.ts.map +1 -0
- package/lib/typescript/components/textInput/TextInputBase.d.ts +1 -2
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/utils/textInput/index.d.ts +3 -0
- package/lib/typescript/utils/textInput/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/alert/Alert.tsx +1 -1
- package/src/components/buttons/ButtonOutline.tsx +1 -0
- package/src/components/buttons/ButtonSolid.tsx +19 -3
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -2
- package/src/components/icons/Icon.tsx +1 -15
- package/src/components/icons/index.tsx +1 -0
- package/src/components/icons/svg/IconAbacus.tsx +1 -1
- package/src/components/icons/svg/IconAdd.tsx +1 -1
- package/src/components/icons/svg/IconAddSmall.tsx +1 -1
- package/src/components/icons/svg/IconAmount.tsx +1 -1
- package/src/components/icons/svg/IconAnalytics.tsx +1 -1
- package/src/components/icons/svg/IconArchive.tsx +1 -1
- package/src/components/icons/svg/IconArchiveFilled.tsx +1 -1
- package/src/components/icons/svg/IconArrowBottom.tsx +1 -1
- package/src/components/icons/svg/IconArrowLeft.tsx +1 -1
- package/src/components/icons/svg/IconArrowRight.tsx +1 -1
- package/src/components/icons/svg/IconArrowTop.tsx +1 -1
- package/src/components/icons/svg/IconAttachment.tsx +1 -1
- package/src/components/icons/svg/IconBackAndroid.tsx +1 -1
- package/src/components/icons/svg/IconBackiOS.tsx +1 -1
- package/src/components/icons/svg/IconBarcode.tsx +1 -1
- package/src/components/icons/svg/IconBattery.tsx +1 -1
- package/src/components/icons/svg/IconBell.tsx +1 -1
- package/src/components/icons/svg/IconBiomFaceID.tsx +1 -1
- package/src/components/icons/svg/IconBiomFingerprint.tsx +1 -1
- package/src/components/icons/svg/IconBonus.tsx +1 -1
- package/src/components/icons/svg/IconCalendar.tsx +1 -1
- package/src/components/icons/svg/IconCancel.tsx +1 -1
- package/src/components/icons/svg/IconCanceled.tsx +1 -1
- package/src/components/icons/svg/IconCategCulture.tsx +1 -1
- package/src/components/icons/svg/IconCategFinance.tsx +1 -1
- package/src/components/icons/svg/IconCategHome.tsx +1 -1
- package/src/components/icons/svg/IconCategJobOffers.tsx +1 -1
- package/src/components/icons/svg/IconCategLearning.tsx +1 -1
- package/src/components/icons/svg/IconCategMobility.tsx +1 -1
- package/src/components/icons/svg/IconCategShopping.tsx +1 -1
- package/src/components/icons/svg/IconCategSport.tsx +1 -1
- package/src/components/icons/svg/IconCategSustainability.tsx +1 -1
- package/src/components/icons/svg/IconCategTelco.tsx +1 -1
- package/src/components/icons/svg/IconCategTravel.tsx +1 -1
- package/src/components/icons/svg/IconCategWellness.tsx +1 -1
- package/src/components/icons/svg/IconChange.tsx +1 -1
- package/src/components/icons/svg/IconChat.tsx +1 -1
- package/src/components/icons/svg/IconCheckTick.tsx +1 -1
- package/src/components/icons/svg/IconCheckTickBig.tsx +1 -1
- package/src/components/icons/svg/IconChevronBottom.tsx +1 -1
- package/src/components/icons/svg/IconChevronLeft.tsx +1 -1
- package/src/components/icons/svg/IconChevronRight.tsx +1 -1
- package/src/components/icons/svg/IconChevronRightListItem.tsx +1 -1
- package/src/components/icons/svg/IconChevronTop.tsx +1 -1
- package/src/components/icons/svg/IconCie.tsx +1 -1
- package/src/components/icons/svg/IconCloseLarge.tsx +1 -1
- package/src/components/icons/svg/IconCloseMedium.tsx +1 -1
- package/src/components/icons/svg/IconCloseSmall.tsx +1 -1
- package/src/components/icons/svg/IconCode.tsx +1 -1
- package/src/components/icons/svg/IconCoggle.tsx +1 -1
- package/src/components/icons/svg/IconCompare.tsx +1 -1
- package/src/components/icons/svg/IconContactless.tsx +1 -1
- package/src/components/icons/svg/IconCopy.tsx +1 -1
- package/src/components/icons/svg/IconCreditCard.tsx +1 -1
- package/src/components/icons/svg/IconCreditCardOff.tsx +1 -1
- package/src/components/icons/svg/IconDevice.tsx +1 -1
- package/src/components/icons/svg/IconDeviceVibration.tsx +1 -1
- package/src/components/icons/svg/IconDisabilityCard.tsx +1 -1
- package/src/components/icons/svg/IconDocGiacenza.tsx +1 -1
- package/src/components/icons/svg/IconDocPaymentCode.tsx +1 -1
- package/src/components/icons/svg/IconDocPaymentTitle.tsx +1 -1
- package/src/components/icons/svg/IconDocumentAttachment.tsx +1 -1
- package/src/components/icons/svg/IconDocumentAttachmentPDF.tsx +1 -1
- package/src/components/icons/svg/IconDotMenu.tsx +1 -1
- package/src/components/icons/svg/IconDriverLicense.tsx +1 -1
- package/src/components/icons/svg/IconEdit.tsx +1 -1
- package/src/components/icons/svg/IconEmail.tsx +1 -1
- package/src/components/icons/svg/IconEmailFill.tsx +1 -1
- package/src/components/icons/svg/IconEmailLegal.tsx +1 -1
- package/src/components/icons/svg/IconEmojiHappy.tsx +1 -1
- package/src/components/icons/svg/IconEmojiSad.tsx +1 -1
- package/src/components/icons/svg/IconEntityCode.tsx +1 -1
- package/src/components/icons/svg/IconErrorFilled.tsx +1 -1
- package/src/components/icons/svg/IconExternalLink.tsx +1 -1
- package/src/components/icons/svg/IconExternalLinkSmall.tsx +1 -1
- package/src/components/icons/svg/IconEyeHide.tsx +1 -1
- package/src/components/icons/svg/IconEyeShow.tsx +1 -1
- package/src/components/icons/svg/IconFamilySharing.tsx +1 -1
- package/src/components/icons/svg/IconFilterAndroid.tsx +1 -1
- package/src/components/icons/svg/IconFilterOffiOS.tsx +1 -1
- package/src/components/icons/svg/IconFilterOniOS.tsx +1 -1
- package/src/components/icons/svg/IconFingerprint.tsx +1 -1
- package/src/components/icons/svg/IconFiscalCodeIndividual.tsx +1 -1
- package/src/components/icons/svg/IconFolder.tsx +1 -1
- package/src/components/icons/svg/IconFornitori.tsx +1 -1
- package/src/components/icons/svg/IconForward.tsx +1 -1
- package/src/components/icons/svg/IconGallery.tsx +1 -1
- package/src/components/icons/svg/IconHealthCard.tsx +1 -1
- package/src/components/icons/svg/IconHearthEmpty.tsx +1 -1
- package/src/components/icons/svg/IconHearthFilled.tsx +1 -1
- package/src/components/icons/svg/IconHistory.tsx +1 -1
- package/src/components/icons/svg/IconHome.tsx +1 -1
- package/src/components/icons/svg/IconHomeFill.tsx +1 -1
- package/src/components/icons/svg/IconHourglass.tsx +1 -1
- package/src/components/icons/svg/IconInboxEmpty.tsx +1 -1
- package/src/components/icons/svg/IconInboxFilled.tsx +1 -1
- package/src/components/icons/svg/IconInfo.tsx +1 -1
- package/src/components/icons/svg/IconInfoFilled.tsx +1 -1
- package/src/components/icons/svg/IconInitiatives.tsx +1 -1
- package/src/components/icons/svg/IconInstitution.tsx +1 -1
- package/src/components/icons/svg/IconInstruction.tsx +1 -1
- package/src/components/icons/svg/IconKey.tsx +1 -1
- package/src/components/icons/svg/IconKeyboard.tsx +1 -1
- package/src/components/icons/svg/IconKeyboardDown.tsx +1 -1
- package/src/components/icons/svg/IconLadybug.tsx +1 -1
- package/src/components/icons/svg/IconLegalValue.tsx +1 -1
- package/src/components/icons/svg/IconLight.tsx +1 -1
- package/src/components/icons/svg/IconLightFilled.tsx +1 -1
- package/src/components/icons/svg/IconLightbulb.tsx +1 -1
- package/src/components/icons/svg/IconLocationAndroid.tsx +1 -1
- package/src/components/icons/svg/IconLocationiOS.tsx +1 -1
- package/src/components/icons/svg/IconLocationiOSFilled.tsx +1 -1
- package/src/components/icons/svg/IconLockOff.tsx +1 -1
- package/src/components/icons/svg/IconLockOn.tsx +1 -1
- package/src/components/icons/svg/IconLogin.tsx +1 -1
- package/src/components/icons/svg/IconLogout.tsx +1 -1
- package/src/components/icons/svg/IconMagicWand.tsx +1 -1
- package/src/components/icons/svg/IconMapPin.tsx +1 -1
- package/src/components/icons/svg/IconMerchant.tsx +1 -1
- package/src/components/icons/svg/IconMessage.tsx +1 -1
- package/src/components/icons/svg/IconMessageLegal.tsx +1 -1
- package/src/components/icons/svg/IconNavMessages.tsx +1 -1
- package/src/components/icons/svg/IconNavMessagesFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavProfile.tsx +1 -1
- package/src/components/icons/svg/IconNavProfileFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavScan.tsx +1 -1
- package/src/components/icons/svg/IconNavServices.tsx +1 -1
- package/src/components/icons/svg/IconNavServicesFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavWallet.tsx +1 -1
- package/src/components/icons/svg/IconNavWalletFocused.tsx +1 -1
- package/src/components/icons/svg/IconNotes.tsx +1 -1
- package/src/components/icons/svg/IconNotice.tsx +1 -1
- package/src/components/icons/svg/IconNoticeFilled.tsx +1 -1
- package/src/components/icons/svg/IconNoticePlain.tsx +1 -1
- package/src/components/icons/svg/IconNotification.tsx +1 -1
- package/src/components/icons/svg/IconOk.tsx +1 -1
- package/src/components/icons/svg/IconOption.tsx +1 -1
- package/src/components/icons/svg/IconPEC.tsx +1 -1
- package/src/components/icons/svg/IconPSP.tsx +1 -1
- package/src/components/icons/svg/IconPhone.tsx +1 -1
- package/src/components/icons/svg/IconPinOff.tsx +1 -1
- package/src/components/icons/svg/IconPinOn.tsx +1 -1
- package/src/components/icons/svg/IconPrint.tsx +1 -1
- package/src/components/icons/svg/IconProductIOApp.tsx +1 -1
- package/src/components/icons/svg/IconProductIOAppBlueBg.tsx +1 -1
- package/src/components/icons/svg/IconProductPagoPA.tsx +1 -1
- package/src/components/icons/svg/IconProfile.tsx +1 -1
- package/src/components/icons/svg/IconQrCode.tsx +1 -1
- package/src/components/icons/svg/IconQuestion.tsx +1 -1
- package/src/components/icons/svg/IconRead.tsx +1 -1
- package/src/components/icons/svg/IconReceiptOff.tsx +1 -1
- package/src/components/icons/svg/IconReceiptOn.tsx +1 -1
- package/src/components/icons/svg/IconRefund.tsx +1 -1
- package/src/components/icons/svg/IconReload.tsx +1 -1
- package/src/components/icons/svg/IconSave.tsx +1 -1
- package/src/components/icons/svg/IconSearch.tsx +1 -1
- package/src/components/icons/svg/IconSecurity.tsx +1 -1
- package/src/components/icons/svg/IconSelfCertification.tsx +1 -1
- package/src/components/icons/svg/IconShareAndroid.tsx +1 -1
- package/src/components/icons/svg/IconShareiOs.tsx +1 -1
- package/src/components/icons/svg/IconSignal.tsx +1 -1
- package/src/components/icons/svg/IconSparkles.tsx +1 -1
- package/src/components/icons/svg/IconSpid.tsx +1 -1
- package/src/components/icons/svg/IconStarEmpty.tsx +1 -1
- package/src/components/icons/svg/IconStarFilled.tsx +1 -1
- package/src/components/icons/svg/IconSuccess.tsx +1 -1
- package/src/components/icons/svg/IconSwitchOff.tsx +1 -1
- package/src/components/icons/svg/IconSystemAppsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemLocationiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemNotificationsInstructions.tsx +1 -1
- package/src/components/icons/svg/IconSystemPermissionsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemPhotosiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemPrivacyiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemSettingsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemSettingsiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemToggleInstructions.tsx +1 -1
- package/src/components/icons/svg/IconTag.tsx +1 -1
- package/src/components/icons/svg/IconTerms.tsx +1 -1
- package/src/components/icons/svg/IconTouch.tsx +1 -1
- package/src/components/icons/svg/IconTransactions.tsx +1 -1
- package/src/components/icons/svg/IconTransactionsBoxed.tsx +1 -1
- package/src/components/icons/svg/IconTrashcan.tsx +1 -1
- package/src/components/icons/svg/IconWarningFilled.tsx +1 -1
- package/src/components/icons/svg/IconWebsite.tsx +1 -1
- package/src/components/icons/svg/LegIconCheckOff.tsx +1 -1
- package/src/components/icons/svg/LegIconCheckOn.tsx +1 -1
- package/src/components/icons/svg/LegIconRadioOff.tsx +1 -1
- package/src/components/icons/svg/LegIconRadioOn.tsx +1 -1
- package/src/components/icons/svg/_IconTemplate.tsx +1 -1
- package/src/components/icons/types.ts +15 -0
- package/src/components/logos/LogoPayment.tsx +0 -4
- package/src/components/logos/LogoPaymentCard.tsx +1 -4
- package/src/components/logos/index.tsx +1 -0
- package/src/components/logos/svg/LogoPaymentAmex.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentApplePay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentCardBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentCardPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentDiners.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentDiscover.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtAmex.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtApplePay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtDiners.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtJCB.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtMaestro.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtMastercard.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPagoBancomat.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPostepay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtUnionPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVisa.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVisaElectron.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentJCB.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMaestro.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMastercard.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMyBank.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPagoBancomat.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPostepay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentUnionPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentVPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentVisa.tsx +1 -1
- package/src/components/logos/types.ts +7 -0
- package/src/components/modules/ModuleCheckout.tsx +38 -24
- package/src/components/pictograms/Pictogram.tsx +1 -7
- package/src/components/pictograms/index.tsx +1 -0
- package/src/components/pictograms/svg/PictogramAbacus.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAccessDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramActivate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAirBaloon.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAirship.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAttachment.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAttention.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBaloons.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBeerMug.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBiometric.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedAccessDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedAttention.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCameraDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCameraRequest.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardFavourite.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardIssue.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCharity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCie.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedDoc.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedEmpty.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedEnded.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFatalError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFeature.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFeedback.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedHelp.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedITWallet.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdea.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityRefresh.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedLostConnection.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedNotification.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedPasscode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedPending.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedQrCode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSearch.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedStar.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedStopSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSuccess.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedTime.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedTiming.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCameraDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCameraRequest.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardFavourite.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardIssue.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCharity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCie.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCompleted.tsx +1 -1
- package/src/components/pictograms/svg/PictogramComunicationProblem.tsx +1 -1
- package/src/components/pictograms/svg/PictogramDoc.tsx +1 -1
- package/src/components/pictograms/svg/PictogramDonation.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailDotCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailDotNotif.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailToValidate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailValidation.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmpty.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmptyArchive.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEnded.tsx +1 -1
- package/src/components/pictograms/svg/PictogramError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEventClose.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFatalError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFeature.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFeedback.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFireworks.tsx +1 -1
- package/src/components/pictograms/svg/PictogramGenericError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHeart.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHello.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHelp.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHourglass.tsx +1 -1
- package/src/components/pictograms/svg/PictogramITWallet.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdea.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityRefresh.tsx +1 -1
- package/src/components/pictograms/svg/PictogramInProgress.tsx +1 -1
- package/src/components/pictograms/svg/PictogramInbox.tsx +1 -1
- package/src/components/pictograms/svg/PictogramLostConnection.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMessages.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMoneyCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNFCScanAndroid.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNFCScaniOS.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNotAvailable.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNotification.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjClock.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjFlyingMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjFollowMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjIbanCard.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjKey.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjManual.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjTrash.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPasscode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPending.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPiggyBank.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPin.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPlaces.tsx +1 -1
- package/src/components/pictograms/svg/PictogramProcessing.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPuzzle.tsx +1 -1
- package/src/components/pictograms/svg/PictogramQrCode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramReactivate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSearch.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSearchLens.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSetup.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSms.tsx +1 -1
- package/src/components/pictograms/svg/PictogramStar.tsx +1 -1
- package/src/components/pictograms/svg/PictogramStopSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSuccess.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTeaBreak.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTime.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTimeout.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTiming.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUmbrella.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUmbrellaNew.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUnrecognized.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUpdateOS.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUploadFile.tsx +1 -1
- package/src/components/pictograms/svg/_PictogramTemplate.tsx +1 -1
- package/src/components/pictograms/types.ts +9 -0
- package/src/components/textInput/TextInputBase.tsx +1 -12
- package/src/utils/textInput/index.ts +13 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconStarEmpty.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconStarEmpty.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconStarEmpty.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconStarEmpty.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAS7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconStarFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconStarFilled;
|
|
5
5
|
//# sourceMappingURL=IconStarFilled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconStarFilled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconStarFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconStarFilled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconStarFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAS9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSuccess: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSuccess;
|
|
5
5
|
//# sourceMappingURL=IconSuccess.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSuccess.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSuccess.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSuccess.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSuccess.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,WAAW,8BAA+B,YAAY,sBAS3D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSwitchOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSwitchOff;
|
|
5
5
|
//# sourceMappingURL=IconSwitchOff.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSwitchOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSwitchOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSwitchOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSwitchOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAS7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemAppsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemAppsAndroid;
|
|
5
5
|
//# sourceMappingURL=IconSystemAppsAndroid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemAppsAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemAppsAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemAppsAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemAppsAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,qBAAqB,8BAA+B,YAAY,sBAUrE,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemLocationiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemLocationiOS;
|
|
5
5
|
//# sourceMappingURL=IconSystemLocationiOS.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemLocationiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemLocationiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemLocationiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemLocationiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,qBAAqB,8BAA+B,YAAY,sBAQrE,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemNotificationsInstructions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemNotificationsInstructions;
|
|
5
5
|
//# sourceMappingURL=IconSystemNotificationsInstructions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemNotificationsInstructions.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemNotificationsInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemNotificationsInstructions.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemNotificationsInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mCAAmC,8BAItC,YAAY,sBAkBd,CAAC;AAEF,eAAe,mCAAmC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemPermissionsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemPermissionsAndroid;
|
|
5
5
|
//# sourceMappingURL=IconSystemPermissionsAndroid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemPermissionsAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemPermissionsAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemPermissionsAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemPermissionsAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,4BAA4B,8BAI/B,YAAY,sBAQd,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemPhotosiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemPhotosiOS;
|
|
5
5
|
//# sourceMappingURL=IconSystemPhotosiOS.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemPhotosiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemPhotosiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemPhotosiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemPhotosiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mBAAmB,8BAA+B,YAAY,sBA2GnE,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemPrivacyiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemPrivacyiOS;
|
|
5
5
|
//# sourceMappingURL=IconSystemPrivacyiOS.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemPrivacyiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemPrivacyiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemPrivacyiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemPrivacyiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,oBAAoB,8BAA+B,YAAY,sBAQpE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemSettingsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemSettingsAndroid;
|
|
5
5
|
//# sourceMappingURL=IconSystemSettingsAndroid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemSettingsAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemSettingsAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemSettingsAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemSettingsAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,yBAAyB,8BAA+B,YAAY,sBAQzE,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemSettingsiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemSettingsiOS;
|
|
5
5
|
//# sourceMappingURL=IconSystemSettingsiOS.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemSettingsiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemSettingsiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemSettingsiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemSettingsiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,qBAAqB,8BAA+B,YAAY,sBAmDrE,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconSystemToggleInstructions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconSystemToggleInstructions;
|
|
5
5
|
//# sourceMappingURL=IconSystemToggleInstructions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSystemToggleInstructions.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemToggleInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconSystemToggleInstructions.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconSystemToggleInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,4BAA4B,8BAI/B,YAAY,sBAOd,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTag.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconTag.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,OAAO,8BAA+B,YAAY,sBASvD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconTerms: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconTerms;
|
|
5
5
|
//# sourceMappingURL=IconTerms.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTerms.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTerms.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconTerms.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTerms.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,SAAS,8BAA+B,YAAY,sBASzD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconTouch: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconTouch;
|
|
5
5
|
//# sourceMappingURL=IconTouch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTouch.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTouch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconTouch.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTouch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,SAAS,8BAA+B,YAAY,sBASzD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconTransactions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconTransactions;
|
|
5
5
|
//# sourceMappingURL=IconTransactions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTransactions.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTransactions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconTransactions.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTransactions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,sBAShE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconTransactionsBoxed: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconTransactionsBoxed;
|
|
5
5
|
//# sourceMappingURL=IconTransactionsBoxed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTransactionsBoxed.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTransactionsBoxed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconTransactionsBoxed.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTransactionsBoxed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,qBAAqB,8BAA+B,YAAY,sBASrE,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconTrashcan: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconTrashcan;
|
|
5
5
|
//# sourceMappingURL=IconTrashcan.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTrashcan.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTrashcan.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconTrashcan.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconTrashcan.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,YAAY,8BAA+B,YAAY,sBAS5D,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconWarningFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconWarningFilled;
|
|
5
5
|
//# sourceMappingURL=IconWarningFilled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconWarningFilled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconWarningFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconWarningFilled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconWarningFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBASjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconWebsite: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconWebsite;
|
|
5
5
|
//# sourceMappingURL=IconWebsite.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconWebsite.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconWebsite.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconWebsite.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconWebsite.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,WAAW,8BAA+B,YAAY,sBAO3D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const LegIconCheckOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default LegIconCheckOff;
|
|
5
5
|
//# sourceMappingURL=LegIconCheckOff.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconCheckOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LegIconCheckOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,8BAA+B,YAAY,sBAS/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const LegIconCheckOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default LegIconCheckOn;
|
|
5
5
|
//# sourceMappingURL=LegIconCheckOn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconCheckOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LegIconCheckOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAuB9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const LegIconRadioOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default LegIconRadioOff;
|
|
5
5
|
//# sourceMappingURL=LegIconRadioOff.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconRadioOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LegIconRadioOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,8BAA+B,YAAY,sBAS/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const LegIconRadioOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default LegIconRadioOn;
|
|
5
5
|
//# sourceMappingURL=LegIconRadioOn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconRadioOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LegIconRadioOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAuB9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconTemplate: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconTemplate;
|
|
5
5
|
//# sourceMappingURL=_IconTemplate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_IconTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/_IconTemplate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"_IconTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/_IconTemplate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAMxC,QAAA,MAAM,YAAY,8BAA+B,YAAY,sBAI5D,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { StyleProp } from "react-native";
|
|
2
|
+
export type SVGIconProps = {
|
|
3
|
+
size: number | "100%";
|
|
4
|
+
style: StyleProp<any>;
|
|
5
|
+
accessible: boolean;
|
|
6
|
+
accessibilityElementsHidden: boolean;
|
|
7
|
+
accessibilityLabel: string;
|
|
8
|
+
importantForAccessibility: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,2BAA2B,EAAE,OAAO,CAAC;IACrC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,yBAAyB,EACrB,MAAM,GACN,KAAK,GACL,IAAI,GACJ,qBAAqB,GACrB,SAAS,CAAC;CACf,CAAC"}
|
|
@@ -1,29 +1,26 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export declare const IOPaymentLogos: {
|
|
3
|
-
readonly maestro: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
|
-
readonly mastercard: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
5
|
-
readonly visa: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
6
|
-
readonly amex: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
7
|
-
readonly diners: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
8
|
-
readonly discover: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
9
|
-
readonly jcb: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
10
|
-
readonly unionPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
11
|
-
readonly payPal: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
12
|
-
readonly bancomatPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
13
|
-
readonly vPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
14
|
-
readonly pagoBancomat: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
15
|
-
readonly postepay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
16
|
-
readonly myBank: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
17
|
-
readonly applePay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
3
|
+
readonly maestro: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
4
|
+
readonly mastercard: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
5
|
+
readonly visa: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
6
|
+
readonly amex: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
7
|
+
readonly diners: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
8
|
+
readonly discover: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
9
|
+
readonly jcb: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
10
|
+
readonly unionPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
11
|
+
readonly payPal: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
12
|
+
readonly bancomatPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
13
|
+
readonly vPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
14
|
+
readonly pagoBancomat: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
15
|
+
readonly postepay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
16
|
+
readonly myBank: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
17
|
+
readonly applePay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
18
18
|
};
|
|
19
19
|
export type IOLogoPaymentType = keyof typeof IOPaymentLogos;
|
|
20
20
|
type IOIconsProps = {
|
|
21
21
|
name: IOLogoPaymentType;
|
|
22
22
|
size?: number | "100%";
|
|
23
23
|
};
|
|
24
|
-
export type SVGLogoProps = {
|
|
25
|
-
size: number | "100%";
|
|
26
|
-
};
|
|
27
24
|
declare const LogoPayment: ({ name, size, ...props }: IOIconsProps) => React.JSX.Element;
|
|
28
25
|
export default LogoPayment;
|
|
29
26
|
//# sourceMappingURL=LogoPayment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPayment.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPayment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;CAgBjB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE5D,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"LogoPayment.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPayment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;CAgBjB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE5D,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,WAAW,6BAAmC,YAAY,sBAG/D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { SVGCardLogoProps } from "./types";
|
|
2
3
|
export declare const IOPaymentCardLogos: {
|
|
3
4
|
readonly payPal: ({ preserveAspectRatio }: SVGCardLogoProps) => React.JSX.Element;
|
|
4
5
|
readonly bancomatPay: ({ preserveAspectRatio }: SVGCardLogoProps) => React.JSX.Element;
|
|
@@ -11,9 +12,6 @@ type IOPaymentLogos = {
|
|
|
11
12
|
height?: number;
|
|
12
13
|
debugMode?: boolean;
|
|
13
14
|
};
|
|
14
|
-
export type SVGCardLogoProps = {
|
|
15
|
-
preserveAspectRatio: "xMinYMin meet" | "xMidYMid meet" | "xMaxYMax meet";
|
|
16
|
-
};
|
|
17
15
|
declare const LogoPaymentCard: ({ name, width, height, align, debugMode, ...props }: IOPaymentLogos) => React.JSX.Element;
|
|
18
16
|
export default LogoPaymentCard;
|
|
19
17
|
//# sourceMappingURL=LogoPaymentCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentCard.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPaymentCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LogoPaymentCard.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPaymentCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAEpE,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,KAAK,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAiBF,QAAA,MAAM,eAAe,wDAOlB,cAAc,sBAUhB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export declare const IOPaymentExtLogos: {
|
|
3
|
-
readonly maestro: ({ size }: import("./
|
|
4
|
-
readonly mastercard: ({ size }: import("./
|
|
5
|
-
readonly visa: ({ size }: import("./
|
|
6
|
-
readonly visaElectron: ({ size }: import("./
|
|
7
|
-
readonly vPay: ({ size }: import("./
|
|
8
|
-
readonly amex: ({ size }: import("./
|
|
9
|
-
readonly diners: ({ size }: import("./
|
|
10
|
-
readonly jcb: ({ size }: import("./
|
|
11
|
-
readonly unionPay: ({ size }: import("./
|
|
12
|
-
readonly payPal: ({ size }: import("./
|
|
13
|
-
readonly bancomatPay: ({ size }: import("./
|
|
14
|
-
readonly postepay: ({ size }: import("./
|
|
15
|
-
readonly pagoBancomat: ({ size }: import("./
|
|
16
|
-
readonly applePay: ({ size }: import("./
|
|
3
|
+
readonly maestro: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
4
|
+
readonly mastercard: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
5
|
+
readonly visa: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
6
|
+
readonly visaElectron: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
7
|
+
readonly vPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
8
|
+
readonly amex: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
9
|
+
readonly diners: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
10
|
+
readonly jcb: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
11
|
+
readonly unionPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
12
|
+
readonly payPal: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
13
|
+
readonly bancomatPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
14
|
+
readonly postepay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
15
|
+
readonly pagoBancomat: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
16
|
+
readonly applePay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
17
17
|
};
|
|
18
18
|
export type IOLogoPaymentExtType = keyof typeof IOPaymentExtLogos;
|
|
19
19
|
type IOPaymentLogos = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,cAAc,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentAmex: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentAmex;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentAmex.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentAmex.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentAmex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentAmex.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentAmex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,aAAc,YAAY,sBA8B9C,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentApplePay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentApplePay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentApplePay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentApplePay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentApplePay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentApplePay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentApplePay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mBAAmB,aAAc,YAAY,sBAelD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentBancomatPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentBancomatPay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentBancomatPay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentBancomatPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentBancomatPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentBancomatPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentBancomatPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,sBAAsB,aAAc,YAAY,sBAQrD,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGCardLogoProps } from "../
|
|
2
|
+
import { SVGCardLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentCardBancomatPay: ({ preserveAspectRatio }: SVGCardLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentCardBancomatPay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentCardBancomatPay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentCardBancomatPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentCardBancomatPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentCardBancomatPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentCardBancomatPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,QAAA,MAAM,0BAA0B,4BAE7B,gBAAgB,sBAmBlB,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGCardLogoProps } from "../
|
|
2
|
+
import { SVGCardLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentCardPayPal: ({ preserveAspectRatio }: SVGCardLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentCardPayPal;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentCardPayPal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentCardPayPal.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentCardPayPal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentCardPayPal.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentCardPayPal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,QAAA,MAAM,qBAAqB,4BAA6B,gBAAgB,sBA+BvE,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentDiners: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentDiners;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentDiners.d.ts.map
|