@pagopa/io-app-design-system 1.23.2 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +2 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- 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 +1 -1
- 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/svg/PictogramHello.js +19 -29
- package/lib/commonjs/components/pictograms/svg/PictogramHello.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramHello.svg +7 -45
- 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 +2 -1
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- 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 +1 -1
- 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/svg/PictogramHello.js +20 -30
- package/lib/module/components/pictograms/svg/PictogramHello.js.map +1 -1
- package/lib/module/components/pictograms/svg/originals/PictogramHello.svg +7 -45
- 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/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.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/buttons/ButtonOutline.tsx +1 -0
- package/src/components/buttons/ButtonSolid.tsx +1 -0
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- 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 +5 -1
- 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 +19 -31
- 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/svg/originals/PictogramHello.svg +7 -45
- 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":"LogoPaymentDiners.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentDiners.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentDiners.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentDiners.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,aAAc,YAAY,sBAmBhD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentDiscover: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentDiscover;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentDiscover.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentDiscover.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentDiscover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentDiscover.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentDiscover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mBAAmB,aAAc,YAAY,sBAuBlD,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 LogoPaymentExtAmex: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtAmex;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtAmex.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtAmex.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtAmex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtAmex.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtAmex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,kBAAkB,aAAc,YAAY,sBA+BjD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtApplePay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtApplePay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtApplePay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtApplePay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtApplePay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtApplePay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtApplePay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,sBAAsB,aAAc,YAAY,sBAerD,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtBancomatPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtBancomatPay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtBancomatPay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtBancomatPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtBancomatPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtBancomatPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtBancomatPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,yBAAyB,aAAc,YAAY,sBAWxD,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtDiners: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtDiners;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtDiners.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtDiners.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtDiners.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtDiners.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtDiners.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,oBAAoB,aAAc,YAAY,sBA+GnD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtJCB: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtJCB;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtJCB.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtJCB.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtJCB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtJCB.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtJCB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,aAAc,YAAY,sBA2BhD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtMaestro: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtMaestro;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtMaestro.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtMaestro.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtMaestro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtMaestro.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtMaestro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,qBAAqB,aAAc,YAAY,sBAYpD,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 LogoPaymentExtMastercard: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtMastercard;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtMastercard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtMastercard.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtMastercard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtMastercard.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtMastercard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,wBAAwB,aAAc,YAAY,sBAYvD,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtPagoBancomat: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtPagoBancomat;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtPagoBancomat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtPagoBancomat.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtPagoBancomat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtPagoBancomat.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtPagoBancomat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,0BAA0B,aAAc,YAAY,sBA+BzD,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtPayPal: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtPayPal;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtPayPal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtPayPal.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtPayPal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtPayPal.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtPayPal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,oBAAoB,aAAc,YAAY,sBAmBnD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtPostepay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtPostepay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtPostepay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtPostepay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtPostepay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtPostepay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtPostepay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,sBAAsB,aAAc,YAAY,sBAwBrD,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtUnionPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtUnionPay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtUnionPay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtUnionPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtUnionPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtUnionPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtUnionPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,sBAAsB,aAAc,YAAY,sBAqBrD,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtVPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtVPay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtVPay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtVPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtVPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtVPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtVPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,kBAAkB,aAAc,YAAY,sBAajD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtVisa: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtVisa;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtVisa.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtVisa.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtVisa.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtVisa.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtVisa.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,kBAAkB,aAAc,YAAY,sBAOjD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentExtVisaElectron: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentExtVisaElectron;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentExtVisaElectron.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExtVisaElectron.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtVisaElectron.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtVisaElectron.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtVisaElectron.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,0BAA0B,aAAc,YAAY,sBAOzD,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentJCB: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentJCB;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentJCB.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentJCB.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentJCB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentJCB.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentJCB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,aAAc,YAAY,sBA6B7C,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentMaestro: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentMaestro;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentMaestro.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentMaestro.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentMaestro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentMaestro.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentMaestro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,kBAAkB,aAAc,YAAY,sBAYjD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentMastercard: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentMastercard;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentMastercard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentMastercard.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentMastercard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentMastercard.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentMastercard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,qBAAqB,aAAc,YAAY,sBAYpD,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 LogoPaymentMyBank: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentMyBank;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentMyBank.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentMyBank.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentMyBank.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentMyBank.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentMyBank.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,aAAc,YAAY,sBAehD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentPagoBancomat: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentPagoBancomat;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentPagoBancomat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentPagoBancomat.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentPagoBancomat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentPagoBancomat.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentPagoBancomat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,uBAAuB,aAAc,YAAY,sBA6CtD,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentPayPal: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentPayPal;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentPayPal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentPayPal.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentPayPal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentPayPal.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentPayPal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,aAAc,YAAY,sBAehD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGLogoProps } from "../
|
|
2
|
+
import { SVGLogoProps } from "../types";
|
|
3
3
|
declare const LogoPaymentPostepay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentPostepay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentPostepay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentPostepay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentPostepay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentPostepay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentPostepay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mBAAmB,aAAc,YAAY,sBAwBlD,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 LogoPaymentUnionPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentUnionPay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentUnionPay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentUnionPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentUnionPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentUnionPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentUnionPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mBAAmB,aAAc,YAAY,sBAqBlD,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 LogoPaymentVPay: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentVPay;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentVPay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentVPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentVPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentVPay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentVPay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,aAAc,YAAY,sBAa9C,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 LogoPaymentVisa: ({ size }: SVGLogoProps) => React.JSX.Element;
|
|
4
4
|
export default LogoPaymentVisa;
|
|
5
5
|
//# sourceMappingURL=LogoPaymentVisa.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentVisa.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentVisa.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LogoPaymentVisa.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentVisa.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,aAAc,YAAY,sBAmB9C,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,mBAAmB,EAAE,eAAe,GAAG,eAAe,GAAG,eAAe,CAAC;CAC1E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleCheckout.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/ModuleCheckout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAO1D,KAAK,0BAA0B,GAC3B;IACE,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,GACD;IACE,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB,CAAC;AAEN,MAAM,MAAM,mBAAmB,GAAG,0BAA0B,GAAG;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAMF,eAAO,MAAM,cAAc,UAAW,mBAAmB,
|
|
1
|
+
{"version":3,"file":"ModuleCheckout.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/ModuleCheckout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAO1D,KAAK,0BAA0B,GAC3B;IACE,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,GACD;IACE,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB,CAAC;AAEN,MAAM,MAAM,mBAAmB,GAAG,0BAA0B,GAAG;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAMF,eAAO,MAAM,cAAc,UAAW,mBAAmB,sBA4CxD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { ColorValue } from "react-native";
|
|
3
2
|
import { IOColors } from "../../core/IOColors";
|
|
3
|
+
import { IOPictogramSizeScale, SVGPictogramProps } from "./types";
|
|
4
4
|
export declare const IOPictograms: {
|
|
5
5
|
messages: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
6
6
|
airBaloon: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
@@ -91,18 +91,12 @@ export declare const IOPictograms: {
|
|
|
91
91
|
flyingMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
92
92
|
};
|
|
93
93
|
export type IOPictograms = keyof typeof IOPictograms;
|
|
94
|
-
export type IOPictogramSizeScale = 48 | 64 | 72 | 80 | 120 | 180;
|
|
95
94
|
type IOPictogramsProps = {
|
|
96
95
|
name: IOPictograms;
|
|
97
96
|
color?: IOColors;
|
|
98
97
|
pictogramStyle?: "default" | "light-content" | "dark-content";
|
|
99
98
|
size?: IOPictogramSizeScale | "100%";
|
|
100
99
|
};
|
|
101
|
-
export type SVGPictogramProps = {
|
|
102
|
-
size: IOPictogramSizeScale | "100%";
|
|
103
|
-
color: ColorValue;
|
|
104
|
-
colorValues: Record<string, ColorValue>;
|
|
105
|
-
};
|
|
106
100
|
export declare const Pictogram: ({ name, color, pictogramStyle, size, ...props }: IOPictogramsProps) => React.JSX.Element;
|
|
107
101
|
export type IOPictogramsBleed = Extract<"empty" | "charity" | "attention" | "message" | "help" | "feedback" | "idea" | "itWallet" | "security" | "feature" | "cie" | "identity" | "identityAdd" | "identityCheck" | "identityRefresh" | "cameraRequest" | "cameraDenied" | "cardAdd" | "cardFavourite" | "cardQuestion" | "cardIssue" | "accessDenied" | "stopSecurity" | "time" | "pending" | "ended" | "timing" | "searchLens" | "passcode" | "success" | "fatalError" | "notification" | "star" | "doc" | "notification" | "star" | "qrCode" | "lostConnection", IOPictograms>;
|
|
108
102
|
export declare const IOPictogramsBleed: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,QAAQ,EAIT,MAAM,qBAAqB,CAAC;AA8H7B,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAElE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AAErD,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,QAAQ,CAAC;IAIjB,cAAc,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;CACtC,CAAC;AAQF,eAAO,MAAM,SAAS,oDAMnB,iBAAiB,sBAgCnB,CAAC;AAUF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CACnC,OAAO,GACP,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,cAAc,GACd,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,cAAc,GACd,MAAM,GACN,KAAK,GACL,cAAc,GACd,MAAM,GACN,QAAQ,GACR,gBAAgB,EAClB,YAAY,CACb,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;KAC7B,GAAG,IAAI,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,iBAAiB,KAAK,GAAG,CAAC,OAAO;CAsCzE,CAAC;AAEF,eAAO,MAAM,cAAc,oDAMxB,iBAAiB,sBAiCnB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAoCjE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,cAAc,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramAbacus: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramAbacus;
|
|
5
5
|
//# sourceMappingURL=PictogramAbacus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramAbacus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAbacus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramAbacus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAbacus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,eAAe,8BAA+B,iBAAiB,sBASpE,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramAccessDenied: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramAccessDenied;
|
|
5
5
|
//# sourceMappingURL=PictogramAccessDenied.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramAccessDenied.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAccessDenied.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramAccessDenied.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAccessDenied.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,qBAAqB,oCAIxB,iBAAiB,sBAmCnB,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramActivate: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramActivate;
|
|
5
5
|
//# sourceMappingURL=PictogramActivate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramActivate.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramActivate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramActivate.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramActivate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,iBAAiB,oCAIpB,iBAAiB,sBA2CnB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramAirBaloon: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramAirBaloon;
|
|
5
5
|
//# sourceMappingURL=PictogramAirBaloon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramAirBaloon.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAirBaloon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramAirBaloon.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAirBaloon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,kBAAkB,8BAA+B,iBAAiB,sBAevE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramAirship: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramAirship;
|
|
5
5
|
//# sourceMappingURL=PictogramAirship.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramAirship.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAirship.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramAirship.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAirship.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,gBAAgB,8BAA+B,iBAAiB,sBAmBrE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramAttachment: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramAttachment;
|
|
5
5
|
//# sourceMappingURL=PictogramAttachment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramAttachment.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAttachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramAttachment.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAttachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,mBAAmB,oCAItB,iBAAiB,sBA2BnB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramAttention: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramAttention;
|
|
5
5
|
//# sourceMappingURL=PictogramAttention.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramAttention.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAttention.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramAttention.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramAttention.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,kBAAkB,oCAIrB,iBAAiB,sBAuBnB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramBaloons: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramBaloons;
|
|
5
5
|
//# sourceMappingURL=PictogramBaloons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramBaloons.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBaloons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramBaloons.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBaloons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,gBAAgB,8BAA+B,iBAAiB,sBAqBrE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramBeerMug: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramBeerMug;
|
|
5
5
|
//# sourceMappingURL=PictogramBeerMug.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramBeerMug.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBeerMug.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramBeerMug.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBeerMug.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,gBAAgB,8BAA+B,iBAAiB,sBAWrE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGPictogramProps } from "../
|
|
2
|
+
import { SVGPictogramProps } from "../types";
|
|
3
3
|
declare const PictogramBiometric: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
|
|
4
4
|
export default PictogramBiometric;
|
|
5
5
|
//# sourceMappingURL=PictogramBiometric.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictogramBiometric.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBiometric.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PictogramBiometric.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBiometric.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,kBAAkB,oCAIrB,iBAAiB,sBAmEnB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|