@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,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramInProgress = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramInbox = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramMessages = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 48 48" {...props}>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
3
|
|
|
4
|
-
import { SVGPictogramProps } from "../
|
|
4
|
+
import { SVGPictogramProps } from "../types";
|
|
5
5
|
|
|
6
6
|
const PictogramPiggyBank = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
7
7
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramPin = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramPlaces = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramProcessing = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramPuzzle = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramQuestion = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramSearch = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramSms = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramStar = ({ size, colorValues, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramTeaBreak = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramTime = ({ size, colorValues, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
3
|
|
|
4
|
-
import { SVGPictogramProps } from "../
|
|
4
|
+
import { SVGPictogramProps } from "../types";
|
|
5
5
|
|
|
6
6
|
const PictogramTimeout = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
7
7
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramUmbrella = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const Unrecognized = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGPictogramProps } from "../
|
|
3
|
+
import { SVGPictogramProps } from "../types";
|
|
4
4
|
|
|
5
5
|
const PictogramUploadFile = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
3
3
|
// @ts-ignore (ignore Path unused component)
|
|
4
4
|
import { Svg, Path } from "react-native-svg";
|
|
5
|
-
import { SVGPictogramProps } from "../
|
|
5
|
+
import { SVGPictogramProps } from "../types";
|
|
6
6
|
|
|
7
7
|
// The `generateNewPictograms.js`s script uses this template to generate
|
|
8
8
|
// the new `Pictogram…` component. Don't edit this file to avoid
|
|
@@ -1,46 +1,8 @@
|
|
|
1
1
|
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
d="M77.0725 183.625C77.2044 183.625 77.3338 183.614 77.4601 183.595C78.6546 183.49 79.7958 182.901 80.5827 181.876C82.0578 179.955 81.7159 177.158 79.7582 175.667C45.2189 149.19 56.9812 112.426 57.5204 110.8C58.3109 108.482 57.0472 105.966 54.7507 105.191C52.4006 104.384 49.9235 105.693 49.1438 107.95L49.1346 107.977C49.0055 108.365 45.4372 119.393 46.8165 134.141C48.203 148.965 54.5992 167.542 74.378 182.706C75.1854 183.331 76.1399 183.625 77.0725 183.625Z"
|
|
11
|
-
fill="#00C5CA"
|
|
12
|
-
stroke="#AAEEEF"
|
|
13
|
-
stroke-width="5"
|
|
14
|
-
stroke-linejoin="round"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M164.192 94.668C164.33 94.668 164.466 94.6568 164.598 94.6353C164.627 94.6331 164.655 94.6305 164.684 94.6273C167.14 94.3573 168.852 92.1304 168.59 89.7358L168.589 89.7325C168.553 89.407 167.744 83.2042 163.688 76.3378C159.59 69.3997 152.167 61.787 139.051 58.9578L139.051 58.9578L139.044 58.9564C136.699 58.4571 134.31 59.9358 133.795 62.3531C133.272 64.7501 134.805 67.107 137.193 67.6134C157.311 71.9597 159.709 90.0196 159.797 90.7518C160.063 93.0131 161.976 94.668 164.192 94.668Z"
|
|
18
|
-
fill="#00C5CA"
|
|
19
|
-
stroke="#AAEEEF"
|
|
20
|
-
stroke-width="5"
|
|
21
|
-
stroke-linejoin="round"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M188.077 102.318C188.215 102.318 188.351 102.307 188.483 102.285C188.511 102.283 188.54 102.28 188.568 102.277C191.024 102.007 192.737 99.7802 192.474 97.3856L192.472 97.3663C192.424 96.9566 190.947 85.4595 183.411 72.7174C175.833 59.9059 162.124 45.8438 137.767 40.598L137.767 40.598L137.761 40.5968C135.415 40.0975 133.027 41.5762 132.512 43.9935C131.989 46.3906 133.522 48.7476 135.91 49.2539C178.49 58.4422 183.486 96.7894 183.682 98.4039C183.949 100.664 185.861 102.318 188.077 102.318Z"
|
|
25
|
-
fill="#00C5CA"
|
|
26
|
-
stroke="#AAEEEF"
|
|
27
|
-
stroke-width="5"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M139.011 195.961C116.615 173.783 84.6579 127.807 87.5328 109.062C88.2002 104.716 90.5873 102.646 92.474 101.669C94.8868 100.422 97.4537 100.602 100.021 101.669C97.9285 96.578 96.6836 91.5252 97.1456 87.3596C97.5435 83.7982 99.1991 81.0597 101.946 79.4526C103.768 78.3855 105.886 78.1669 108.106 78.8226C111.674 79.8898 115.511 83.3611 119.144 87.7067C118.746 85.1482 118.643 82.6926 119.002 80.494C119.567 76.9841 120.876 74.5027 122.891 73.1271C124.521 72.0085 126.575 71.6742 128.795 72.1628C132.376 72.9471 135.494 75.5699 137.163 79.1955L154.22 111.183C161.651 104.626 167.734 101.515 172.354 101.901C175.011 102.119 176.346 103.456 176.731 103.919C182.404 110.682 176.859 117.997 172.816 123.333C171.045 125.673 169.21 128.09 168.658 129.903C166.361 137.514 171.597 155.308 187.088 167.586L183.905 171.623C167.349 158.497 160.56 138.98 163.755 128.412C164.577 125.712 166.592 123.05 168.735 120.222C173.137 114.423 175.614 110.643 172.842 107.288C171.79 106.491 166.451 106.645 155.272 117.2C154.694 117.753 153.886 117.997 153.103 117.869C152.307 117.74 151.627 117.252 151.255 116.545L132.607 81.574C132.607 81.574 132.555 81.4712 132.53 81.4197C131.541 79.2212 129.732 77.6527 127.704 77.2027C126.459 76.9327 125.946 77.2798 125.779 77.3955C124.996 77.9227 124.393 79.3241 124.072 81.3297C123.097 87.321 126.69 96.7708 130.22 104.086C132.735 108.445 134.48 111.903 134.981 112.906C135.597 114.14 135.135 115.632 133.929 116.3C132.735 116.969 131.221 116.57 130.502 115.4C130.284 115.04 128.115 111.492 125.702 106.555C119.824 96.4622 111.956 85.3411 106.656 83.7725C105.552 83.4511 104.962 83.6697 104.564 83.9011C103.717 84.4025 102.562 85.3668 102.267 87.9382C101.676 93.2609 105.154 101.592 109.39 108.831C114.164 113.948 117.963 119.99 119.233 122.086C119.901 123.179 119.644 124.606 118.656 125.416C117.655 126.226 116.217 126.174 115.28 125.3C112.791 122.973 108.927 118.023 105.385 112.16C101.342 107.866 97.3125 105.012 94.8355 106.285C94.0654 106.683 92.9873 107.493 92.6151 109.885C90.2921 125.004 118.656 168.602 142.63 192.349L139.024 196L139.011 195.961Z"
|
|
32
|
-
fill="#0B3EE3"
|
|
33
|
-
/>
|
|
34
|
-
<path
|
|
35
|
-
d="M149.297 127.75L144.201 128.374L145.285 137.269L150.381 136.646L149.297 127.75Z"
|
|
36
|
-
fill="#0B3EE3"
|
|
37
|
-
/>
|
|
38
|
-
<path
|
|
39
|
-
d="M139.526 110.602L109.59 127.958L112.161 132.409L142.098 115.053L139.526 110.602Z"
|
|
40
|
-
fill="#0B3EE3"
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="M137.689 155.925C135.995 141.898 151.307 131.96 151.948 131.549L154.708 135.881C154.579 135.971 141.475 144.508 142.772 155.308L137.677 155.925H137.689Z"
|
|
44
|
-
fill="#0B3EE3"
|
|
45
|
-
/>
|
|
46
|
-
</svg>;
|
|
2
|
+
<path d="M116.64 149.35C106.89 144.59 101.21 138.91 101.06 133.78C100.99 131.54 102.04 129.65 103.94 128.58C106.73 127.01 111.4 128.32 116.77 130.06C117.53 130.31 118.21 130.53 118.74 130.68C122.11 131.64 125.79 131.67 128.59 131.56V113.78C124.19 113.85 118.01 114.86 113.8 115.54C112.14 115.81 110.63 116.06 109.4 116.23C107.17 116.54 104.8 115.21 103.21 112.77C101.57 110.26 100.67 106.21 103.04 102.38C105.56 98.31 112.12 94.03 128.59 94.33V90.9C126.64 89.96 124.7 88.63 123.48 86.55C122.06 84.13 121.77 80.03 124.04 77.2C124.94 76.08 126.36 74.99 128.59 74.53V45L76.98 32V206.78L128.59 186.08V153.04C126.21 152.43 124.07 151.88 122.45 151.46C120.35 150.92 118.4 150.21 116.64 149.36V149.35Z" fill="#AAEEEF"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 48.76C29 46.2747 31.0147 44.26 33.5 44.26H76.98V53.26H38V186.2H29V48.76Z" fill="#AAEEEF"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.1916 37.4051C83.5302 37.1428 83.9712 37.0519 84.3859 37.159L124.486 47.509C125.227 47.7001 125.672 48.4555 125.481 49.1961C125.29 49.9368 124.534 50.3822 123.794 50.1911L85.4248 40.2879V193.911L123.63 178.772C124.341 178.491 125.146 178.839 125.427 179.55C125.709 180.261 125.361 181.066 124.65 181.348L84.55 197.238C84.1235 197.407 83.641 197.353 83.2615 197.096C82.882 196.838 82.6548 196.409 82.6548 195.95V38.5C82.6548 38.0717 82.853 37.6674 83.1916 37.4051Z" fill="#00C5CA"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.2459 115.752C98.5781 117.025 98.1199 118.889 98.1199 121.03C98.1199 123.171 98.5781 125.035 99.2459 126.309C99.9509 127.653 100.664 127.98 101.05 127.98C101.436 127.98 102.149 127.653 102.854 126.309C103.522 125.035 103.98 123.171 103.98 121.03C103.98 118.889 103.522 117.025 102.854 115.752C102.149 114.407 101.436 114.08 101.05 114.08C100.664 114.08 99.9509 114.407 99.2459 115.752ZM96.5889 114.359C97.4873 112.645 98.9896 111.08 101.05 111.08C103.11 111.08 104.612 112.645 105.511 114.359C106.446 116.143 106.98 118.504 106.98 121.03C106.98 123.556 106.446 125.917 105.511 127.702C104.612 129.415 103.11 130.98 101.05 130.98C98.9896 130.98 97.4873 129.415 96.5889 127.702C95.6534 125.917 95.1199 123.556 95.1199 121.03C95.1199 118.504 95.6534 116.143 96.5889 114.359Z" fill="#00C5CA"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.5098 121.09C89.5098 120.262 90.1814 119.59 91.0098 119.59H96.0398C96.8682 119.59 97.5398 120.262 97.5398 121.09C97.5398 121.918 96.8682 122.59 96.0398 122.59H91.0098C90.1814 122.59 89.5098 121.918 89.5098 121.09Z" fill="#00C5CA"/>
|
|
7
|
+
<path d="M181.65 106.48C175.86 88.6201 168.86 72.1601 156.87 72.4601C153.16 72.5601 151.35 74.2201 150.48 75.5901C149.46 77.1901 149.25 79.1201 149.38 80.9101C146.37 78.7901 142.61 77.1101 137.47 75.4601C133.6 74.2201 130.73 74.0901 128.6 74.5301C126.38 74.9901 124.95 76.0801 124.05 77.2001C121.78 80.0301 122.07 84.1301 123.49 86.5501C124.71 88.6401 126.64 89.9701 128.6 90.9001C129.51 91.3301 130.42 91.6901 131.26 91.9901C133.62 92.8101 135.47 93.8101 136.92 94.8101C133.9 94.5301 131.14 94.3801 128.6 94.3301C112.13 94.0301 105.57 98.3101 103.05 102.38C100.68 106.21 101.58 110.26 103.22 112.77C104.81 115.22 107.18 116.54 109.41 116.23C110.64 116.06 112.15 115.81 113.81 115.54C118.02 114.85 124.21 113.85 128.6 113.78C130.51 113.75 132.08 113.89 133 114.32C136.99 116.16 138.05 120.99 137.35 124.69C136.76 127.82 134.72 131.24 130.79 131.45H130.58C130 131.49 129.32 131.53 128.59 131.56C125.79 131.67 122.11 131.64 118.74 130.68C118.21 130.53 117.53 130.31 116.77 130.06C111.4 128.32 106.73 127 103.94 128.58C102.05 129.65 101 131.54 101.06 133.78C101.21 138.92 106.89 144.59 116.64 149.35C118.4 150.21 120.35 150.92 122.45 151.45C124.07 151.87 126.21 152.42 128.59 153.03C136.43 155.05 146.84 157.73 149.54 158.48C153.49 159.57 172.12 172.05 180.62 181.08L183.53 178.34C174.78 169.05 155.58 156 150.6 154.63C147.75 153.84 136.53 150.95 128.58 148.9C126.6 148.39 124.83 147.94 123.44 147.58C121.61 147.11 119.91 146.5 118.39 145.76C108.67 141.01 105.13 136.28 105.05 133.67C105.03 132.93 105.3 132.4 105.89 132.07C107.38 131.23 113.3 133.15 115.52 133.87C116.34 134.13 117.06 134.37 117.63 134.53C121.5 135.63 125.52 135.68 128.58 135.57C129.39 135.54 130.14 135.5 130.79 135.47H131C136.13 135.17 140.16 131.24 141.27 125.45C142.26 120.26 140.61 113.43 134.66 110.7C133.2 110.03 131.12 109.78 128.58 109.81C124.42 109.86 119.04 110.66 113.15 111.62C111.52 111.89 110.05 112.13 108.84 112.29C108.31 112.37 107.32 111.8 106.55 110.61C105.58 109.13 105.05 106.74 106.43 104.51C107.76 102.35 112.47 98.0401 128.58 98.3501C131.79 98.4101 135.45 98.6501 139.63 99.1301C140.65 99.3701 149.52 101.69 149.83 110.05L153.83 109.9C153.56 102.79 148.64 98.6001 144.31 96.5501C143.21 94.9201 139.8 90.7401 132.56 88.2201C131.19 87.7501 129.75 87.1601 128.59 86.3101C127.92 85.8201 127.34 85.2401 126.93 84.5401C126.29 83.4401 126.01 81.1501 127.16 79.7101C127.51 79.2701 128 78.9301 128.59 78.7001C130.29 78.0201 132.92 78.2101 136.24 79.2801C148.63 83.2601 151.85 86.9701 157.21 98.5801L160.84 96.9001C158.5 91.8401 156.45 88.0901 153.93 85.1101L154.42 84.9001C153.88 83.6501 152.63 79.6701 153.86 77.7501C154.05 77.4501 154.63 76.5401 156.99 76.4801C157.07 76.4801 157.14 76.4801 157.22 76.4801C164.47 76.4801 170.85 86.1401 177.85 107.74C184.36 127.8 200.61 144.52 208.94 147.22L210.17 143.41C203.89 141.38 188.14 126.51 181.65 106.5V106.48Z" fill="#0B3EE3"/>
|
|
8
|
+
</svg>
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
useIOExperimentalDesign
|
|
21
21
|
} from "../../core";
|
|
22
22
|
import { makeFontStyleObject } from "../../utils/fonts";
|
|
23
|
-
import { getInputPropsByType } from "../../utils/textInput";
|
|
23
|
+
import { RNTextInputProps, getInputPropsByType } from "../../utils/textInput";
|
|
24
24
|
import { InputType } from "../../utils/types";
|
|
25
25
|
import { IOIcons, Icon } from "../icons";
|
|
26
26
|
import { HSpacer } from "../spacer";
|
|
@@ -28,17 +28,6 @@ import { LabelSmall } from "../typography";
|
|
|
28
28
|
|
|
29
29
|
type InputStatus = "initial" | "focused" | "disabled" | "error";
|
|
30
30
|
|
|
31
|
-
type RNTextInputProps = Pick<
|
|
32
|
-
React.ComponentProps<typeof TextInput>,
|
|
33
|
-
| "keyboardType"
|
|
34
|
-
| "inputMode"
|
|
35
|
-
| "textContentType"
|
|
36
|
-
| "autoComplete"
|
|
37
|
-
| "returnKeyType"
|
|
38
|
-
| "autoCapitalize"
|
|
39
|
-
| "autoCorrect"
|
|
40
|
-
>;
|
|
41
|
-
|
|
42
31
|
type InputTextProps = {
|
|
43
32
|
placeholder: string;
|
|
44
33
|
value: string;
|
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
+
import { TextInputProps } from "react-native";
|
|
2
3
|
import { TextInputBase } from "../../components/textInput/TextInputBase";
|
|
3
4
|
import { InputType } from "../types";
|
|
4
5
|
|
|
6
|
+
export type RNTextInputProps = Pick<
|
|
7
|
+
TextInputProps,
|
|
8
|
+
| "keyboardType"
|
|
9
|
+
| "inputMode"
|
|
10
|
+
| "textContentType"
|
|
11
|
+
| "autoComplete"
|
|
12
|
+
| "returnKeyType"
|
|
13
|
+
| "autoCapitalize"
|
|
14
|
+
| "autoCorrect"
|
|
15
|
+
>;
|
|
16
|
+
|
|
5
17
|
type InputProps = Pick<
|
|
6
18
|
React.ComponentProps<typeof TextInputBase>,
|
|
7
19
|
"textInputProps"
|
|
8
20
|
> & {
|
|
9
21
|
valueFormat?: (value: string) => string;
|
|
22
|
+
textInputProps?: RNTextInputProps;
|
|
10
23
|
};
|
|
11
24
|
|
|
12
25
|
export const getInputPropsByType = (
|