@pagopa/io-app-design-system 1.23.2 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/buttons/ButtonOutline.js +2 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +2 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/index.js +11 -0
- package/lib/commonjs/components/icons/index.js.map +1 -1
- package/lib/commonjs/components/icons/types.js +6 -0
- package/lib/commonjs/components/icons/types.js.map +1 -0
- package/lib/commonjs/components/logos/LogoPayment.js.map +1 -1
- package/lib/commonjs/components/logos/LogoPaymentCard.js.map +1 -1
- package/lib/commonjs/components/logos/index.js +12 -0
- package/lib/commonjs/components/logos/index.js.map +1 -1
- package/lib/commonjs/components/logos/types.js +2 -0
- package/lib/commonjs/components/logos/types.js.map +1 -0
- package/lib/commonjs/components/modules/ModuleCheckout.js +1 -1
- package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/index.js +12 -0
- package/lib/commonjs/components/pictograms/index.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramHello.js +19 -29
- package/lib/commonjs/components/pictograms/svg/PictogramHello.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramHello.svg +7 -45
- package/lib/commonjs/components/pictograms/types.js +6 -0
- package/lib/commonjs/components/pictograms/types.js.map +1 -0
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/utils/textInput/index.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +2 -1
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +2 -1
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/index.js +1 -0
- package/lib/module/components/icons/index.js.map +1 -1
- package/lib/module/components/icons/types.js +2 -0
- package/lib/module/components/icons/types.js.map +1 -0
- package/lib/module/components/logos/LogoPayment.js.map +1 -1
- package/lib/module/components/logos/LogoPaymentCard.js.map +1 -1
- package/lib/module/components/logos/index.js +1 -0
- package/lib/module/components/logos/index.js.map +1 -1
- package/lib/module/components/logos/types.js +2 -0
- package/lib/module/components/logos/types.js.map +1 -0
- package/lib/module/components/modules/ModuleCheckout.js +1 -1
- package/lib/module/components/modules/ModuleCheckout.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/index.js +1 -0
- package/lib/module/components/pictograms/index.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramHello.js +20 -30
- package/lib/module/components/pictograms/svg/PictogramHello.js.map +1 -1
- package/lib/module/components/pictograms/svg/originals/PictogramHello.svg +7 -45
- package/lib/module/components/pictograms/types.js +2 -0
- package/lib/module/components/pictograms/types.js.map +1 -0
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/utils/textInput/index.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +256 -264
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/index.d.ts +1 -0
- package/lib/typescript/components/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAbacus.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAbacus.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAdd.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAdd.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAmount.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAmount.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAnalytics.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAnalytics.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArchive.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArchive.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowBottom.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowBottom.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowLeft.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowLeft.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowRight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowRight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowTop.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowTop.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAttachment.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAttachment.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBackAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBackAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBackiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBackiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBarcode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBarcode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBattery.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBattery.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBell.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBell.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFaceID.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFaceID.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFingerprint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFingerprint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBonus.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBonus.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCalendar.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCalendar.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCancel.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCancel.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCanceled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCanceled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategCulture.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategCulture.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategFinance.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategFinance.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategHome.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategHome.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategJobOffers.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategJobOffers.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategLearning.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategLearning.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategMobility.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategMobility.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategShopping.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategShopping.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategSport.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategSport.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategSustainability.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategSustainability.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTravel.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategTravel.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategWellness.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategWellness.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChange.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChange.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChat.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChat.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronBottom.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronBottom.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronLeft.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronLeft.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRightListItem.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRightListItem.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronTop.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronTop.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCie.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCie.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseLarge.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseLarge.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseMedium.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseMedium.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCoggle.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCoggle.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCompare.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCompare.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconContactless.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconContactless.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCopy.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCopy.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDevice.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDevice.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachment.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachment.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachmentPDF.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachmentPDF.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDotMenu.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDotMenu.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEdit.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEdit.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmail.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmail.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmailFill.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmailFill.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmailLegal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmailLegal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiHappy.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiHappy.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiSad.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiSad.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEntityCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEntityCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconErrorFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconErrorFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLink.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLink.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEyeHide.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEyeHide.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEyeShow.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEyeShow.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFiscalCodeIndividual.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFiscalCodeIndividual.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFolder.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFolder.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFornitori.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFornitori.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconForward.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconForward.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconGallery.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconGallery.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHistory.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHistory.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHome.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHome.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHomeFill.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHomeFill.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHourglass.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHourglass.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInfo.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInfo.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInfoFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInfoFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInitiatives.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInitiatives.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInstitution.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInstitution.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKey.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKey.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLadybug.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLadybug.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLegalValue.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLegalValue.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLightFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLightFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLightbulb.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLightbulb.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOSFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOSFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLockOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLockOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLockOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLockOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLogin.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLogin.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLogout.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLogout.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMagicWand.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMagicWand.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMessage.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMessage.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMessageLegal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMessageLegal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessages.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessages.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessagesFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessagesFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfile.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfile.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfileFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfileFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavScan.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavScan.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavServices.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavServices.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavServicesFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavServicesFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavWallet.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavWallet.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavWalletFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavWalletFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotes.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotes.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotice.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotice.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNoticeFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNoticeFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotification.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotification.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconOk.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconOk.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconOption.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconOption.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPEC.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPEC.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPSP.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPSP.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPhone.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPhone.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPinOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPinOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPinOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPinOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPrint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPrint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOApp.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOApp.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOAppBlueBg.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOAppBlueBg.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductPagoPA.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductPagoPA.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProfile.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProfile.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconQrCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconQrCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconQuestion.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconQuestion.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconRead.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconRead.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconRefund.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconRefund.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReload.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReload.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSave.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSave.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSearch.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSearch.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSecurity.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSecurity.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSelfCertification.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSelfCertification.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconShareAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconShareAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconShareiOs.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconShareiOs.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSignal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSignal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSpid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSpid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconStarEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconStarEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconStarFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconStarFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSuccess.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSuccess.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSwitchOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSwitchOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTag.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTag.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTerms.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTerms.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTouch.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTouch.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTransactions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTransactions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTrashcan.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTrashcan.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconWarningFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconWarningFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconWebsite.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconWebsite.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts +1 -1
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts.map +1 -1
- package/lib/typescript/components/icons/types.d.ts +10 -0
- package/lib/typescript/components/icons/types.d.ts.map +1 -0
- package/lib/typescript/components/logos/LogoPayment.d.ts +15 -18
- package/lib/typescript/components/logos/LogoPayment.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentCard.d.ts +1 -3
- package/lib/typescript/components/logos/LogoPaymentCard.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentExt.d.ts +14 -14
- package/lib/typescript/components/logos/index.d.ts +1 -0
- package/lib/typescript/components/logos/index.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentAmex.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentAmex.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentApplePay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentApplePay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiners.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiners.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiscover.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiscover.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtAmex.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtAmex.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtApplePay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtApplePay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtDiners.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtDiners.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtJCB.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtJCB.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMaestro.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMaestro.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMastercard.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMastercard.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPagoBancomat.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPagoBancomat.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPostepay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPostepay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtUnionPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtUnionPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisa.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisa.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisaElectron.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisaElectron.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentJCB.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentJCB.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMaestro.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMaestro.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMastercard.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMastercard.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMyBank.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMyBank.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPagoBancomat.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPagoBancomat.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPostepay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPostepay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentUnionPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentUnionPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVisa.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVisa.d.ts.map +1 -1
- package/lib/typescript/components/logos/types.d.ts +7 -0
- package/lib/typescript/components/logos/types.d.ts.map +1 -0
- package/lib/typescript/components/modules/ModuleCheckout.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -7
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/index.d.ts +1 -0
- package/lib/typescript/components/pictograms/index.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraRequest.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraRequest.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedNotification.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedNotification.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraRequest.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraRequest.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotification.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotification.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/types.d.ts +8 -0
- package/lib/typescript/components/pictograms/types.d.ts.map +1 -0
- package/lib/typescript/components/textInput/TextInputBase.d.ts +1 -2
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/utils/textInput/index.d.ts +3 -0
- package/lib/typescript/utils/textInput/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/buttons/ButtonOutline.tsx +1 -0
- package/src/components/buttons/ButtonSolid.tsx +1 -0
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- package/src/components/icons/Icon.tsx +1 -15
- package/src/components/icons/index.tsx +1 -0
- package/src/components/icons/svg/IconAbacus.tsx +1 -1
- package/src/components/icons/svg/IconAdd.tsx +1 -1
- package/src/components/icons/svg/IconAddSmall.tsx +1 -1
- package/src/components/icons/svg/IconAmount.tsx +1 -1
- package/src/components/icons/svg/IconAnalytics.tsx +1 -1
- package/src/components/icons/svg/IconArchive.tsx +1 -1
- package/src/components/icons/svg/IconArchiveFilled.tsx +1 -1
- package/src/components/icons/svg/IconArrowBottom.tsx +1 -1
- package/src/components/icons/svg/IconArrowLeft.tsx +1 -1
- package/src/components/icons/svg/IconArrowRight.tsx +1 -1
- package/src/components/icons/svg/IconArrowTop.tsx +1 -1
- package/src/components/icons/svg/IconAttachment.tsx +1 -1
- package/src/components/icons/svg/IconBackAndroid.tsx +1 -1
- package/src/components/icons/svg/IconBackiOS.tsx +1 -1
- package/src/components/icons/svg/IconBarcode.tsx +1 -1
- package/src/components/icons/svg/IconBattery.tsx +1 -1
- package/src/components/icons/svg/IconBell.tsx +1 -1
- package/src/components/icons/svg/IconBiomFaceID.tsx +1 -1
- package/src/components/icons/svg/IconBiomFingerprint.tsx +1 -1
- package/src/components/icons/svg/IconBonus.tsx +1 -1
- package/src/components/icons/svg/IconCalendar.tsx +1 -1
- package/src/components/icons/svg/IconCancel.tsx +1 -1
- package/src/components/icons/svg/IconCanceled.tsx +1 -1
- package/src/components/icons/svg/IconCategCulture.tsx +1 -1
- package/src/components/icons/svg/IconCategFinance.tsx +1 -1
- package/src/components/icons/svg/IconCategHome.tsx +1 -1
- package/src/components/icons/svg/IconCategJobOffers.tsx +1 -1
- package/src/components/icons/svg/IconCategLearning.tsx +1 -1
- package/src/components/icons/svg/IconCategMobility.tsx +1 -1
- package/src/components/icons/svg/IconCategShopping.tsx +1 -1
- package/src/components/icons/svg/IconCategSport.tsx +1 -1
- package/src/components/icons/svg/IconCategSustainability.tsx +1 -1
- package/src/components/icons/svg/IconCategTelco.tsx +1 -1
- package/src/components/icons/svg/IconCategTravel.tsx +1 -1
- package/src/components/icons/svg/IconCategWellness.tsx +1 -1
- package/src/components/icons/svg/IconChange.tsx +1 -1
- package/src/components/icons/svg/IconChat.tsx +1 -1
- package/src/components/icons/svg/IconCheckTick.tsx +1 -1
- package/src/components/icons/svg/IconCheckTickBig.tsx +1 -1
- package/src/components/icons/svg/IconChevronBottom.tsx +1 -1
- package/src/components/icons/svg/IconChevronLeft.tsx +1 -1
- package/src/components/icons/svg/IconChevronRight.tsx +1 -1
- package/src/components/icons/svg/IconChevronRightListItem.tsx +1 -1
- package/src/components/icons/svg/IconChevronTop.tsx +1 -1
- package/src/components/icons/svg/IconCie.tsx +1 -1
- package/src/components/icons/svg/IconCloseLarge.tsx +1 -1
- package/src/components/icons/svg/IconCloseMedium.tsx +1 -1
- package/src/components/icons/svg/IconCloseSmall.tsx +1 -1
- package/src/components/icons/svg/IconCode.tsx +1 -1
- package/src/components/icons/svg/IconCoggle.tsx +1 -1
- package/src/components/icons/svg/IconCompare.tsx +1 -1
- package/src/components/icons/svg/IconContactless.tsx +1 -1
- package/src/components/icons/svg/IconCopy.tsx +1 -1
- package/src/components/icons/svg/IconCreditCard.tsx +1 -1
- package/src/components/icons/svg/IconCreditCardOff.tsx +1 -1
- package/src/components/icons/svg/IconDevice.tsx +1 -1
- package/src/components/icons/svg/IconDeviceVibration.tsx +1 -1
- package/src/components/icons/svg/IconDisabilityCard.tsx +1 -1
- package/src/components/icons/svg/IconDocGiacenza.tsx +1 -1
- package/src/components/icons/svg/IconDocPaymentCode.tsx +1 -1
- package/src/components/icons/svg/IconDocPaymentTitle.tsx +1 -1
- package/src/components/icons/svg/IconDocumentAttachment.tsx +1 -1
- package/src/components/icons/svg/IconDocumentAttachmentPDF.tsx +1 -1
- package/src/components/icons/svg/IconDotMenu.tsx +1 -1
- package/src/components/icons/svg/IconDriverLicense.tsx +1 -1
- package/src/components/icons/svg/IconEdit.tsx +1 -1
- package/src/components/icons/svg/IconEmail.tsx +1 -1
- package/src/components/icons/svg/IconEmailFill.tsx +1 -1
- package/src/components/icons/svg/IconEmailLegal.tsx +1 -1
- package/src/components/icons/svg/IconEmojiHappy.tsx +1 -1
- package/src/components/icons/svg/IconEmojiSad.tsx +1 -1
- package/src/components/icons/svg/IconEntityCode.tsx +1 -1
- package/src/components/icons/svg/IconErrorFilled.tsx +1 -1
- package/src/components/icons/svg/IconExternalLink.tsx +1 -1
- package/src/components/icons/svg/IconExternalLinkSmall.tsx +1 -1
- package/src/components/icons/svg/IconEyeHide.tsx +1 -1
- package/src/components/icons/svg/IconEyeShow.tsx +1 -1
- package/src/components/icons/svg/IconFamilySharing.tsx +1 -1
- package/src/components/icons/svg/IconFilterAndroid.tsx +1 -1
- package/src/components/icons/svg/IconFilterOffiOS.tsx +1 -1
- package/src/components/icons/svg/IconFilterOniOS.tsx +1 -1
- package/src/components/icons/svg/IconFingerprint.tsx +1 -1
- package/src/components/icons/svg/IconFiscalCodeIndividual.tsx +1 -1
- package/src/components/icons/svg/IconFolder.tsx +1 -1
- package/src/components/icons/svg/IconFornitori.tsx +1 -1
- package/src/components/icons/svg/IconForward.tsx +1 -1
- package/src/components/icons/svg/IconGallery.tsx +1 -1
- package/src/components/icons/svg/IconHealthCard.tsx +1 -1
- package/src/components/icons/svg/IconHearthEmpty.tsx +1 -1
- package/src/components/icons/svg/IconHearthFilled.tsx +1 -1
- package/src/components/icons/svg/IconHistory.tsx +1 -1
- package/src/components/icons/svg/IconHome.tsx +1 -1
- package/src/components/icons/svg/IconHomeFill.tsx +1 -1
- package/src/components/icons/svg/IconHourglass.tsx +1 -1
- package/src/components/icons/svg/IconInboxEmpty.tsx +1 -1
- package/src/components/icons/svg/IconInboxFilled.tsx +1 -1
- package/src/components/icons/svg/IconInfo.tsx +1 -1
- package/src/components/icons/svg/IconInfoFilled.tsx +1 -1
- package/src/components/icons/svg/IconInitiatives.tsx +1 -1
- package/src/components/icons/svg/IconInstitution.tsx +1 -1
- package/src/components/icons/svg/IconInstruction.tsx +1 -1
- package/src/components/icons/svg/IconKey.tsx +1 -1
- package/src/components/icons/svg/IconKeyboard.tsx +1 -1
- package/src/components/icons/svg/IconKeyboardDown.tsx +1 -1
- package/src/components/icons/svg/IconLadybug.tsx +1 -1
- package/src/components/icons/svg/IconLegalValue.tsx +1 -1
- package/src/components/icons/svg/IconLight.tsx +1 -1
- package/src/components/icons/svg/IconLightFilled.tsx +1 -1
- package/src/components/icons/svg/IconLightbulb.tsx +1 -1
- package/src/components/icons/svg/IconLocationAndroid.tsx +1 -1
- package/src/components/icons/svg/IconLocationiOS.tsx +1 -1
- package/src/components/icons/svg/IconLocationiOSFilled.tsx +1 -1
- package/src/components/icons/svg/IconLockOff.tsx +1 -1
- package/src/components/icons/svg/IconLockOn.tsx +1 -1
- package/src/components/icons/svg/IconLogin.tsx +1 -1
- package/src/components/icons/svg/IconLogout.tsx +1 -1
- package/src/components/icons/svg/IconMagicWand.tsx +1 -1
- package/src/components/icons/svg/IconMapPin.tsx +1 -1
- package/src/components/icons/svg/IconMerchant.tsx +1 -1
- package/src/components/icons/svg/IconMessage.tsx +1 -1
- package/src/components/icons/svg/IconMessageLegal.tsx +1 -1
- package/src/components/icons/svg/IconNavMessages.tsx +1 -1
- package/src/components/icons/svg/IconNavMessagesFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavProfile.tsx +1 -1
- package/src/components/icons/svg/IconNavProfileFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavScan.tsx +1 -1
- package/src/components/icons/svg/IconNavServices.tsx +1 -1
- package/src/components/icons/svg/IconNavServicesFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavWallet.tsx +1 -1
- package/src/components/icons/svg/IconNavWalletFocused.tsx +1 -1
- package/src/components/icons/svg/IconNotes.tsx +1 -1
- package/src/components/icons/svg/IconNotice.tsx +1 -1
- package/src/components/icons/svg/IconNoticeFilled.tsx +1 -1
- package/src/components/icons/svg/IconNoticePlain.tsx +1 -1
- package/src/components/icons/svg/IconNotification.tsx +1 -1
- package/src/components/icons/svg/IconOk.tsx +1 -1
- package/src/components/icons/svg/IconOption.tsx +1 -1
- package/src/components/icons/svg/IconPEC.tsx +1 -1
- package/src/components/icons/svg/IconPSP.tsx +1 -1
- package/src/components/icons/svg/IconPhone.tsx +1 -1
- package/src/components/icons/svg/IconPinOff.tsx +1 -1
- package/src/components/icons/svg/IconPinOn.tsx +1 -1
- package/src/components/icons/svg/IconPrint.tsx +1 -1
- package/src/components/icons/svg/IconProductIOApp.tsx +1 -1
- package/src/components/icons/svg/IconProductIOAppBlueBg.tsx +1 -1
- package/src/components/icons/svg/IconProductPagoPA.tsx +1 -1
- package/src/components/icons/svg/IconProfile.tsx +1 -1
- package/src/components/icons/svg/IconQrCode.tsx +1 -1
- package/src/components/icons/svg/IconQuestion.tsx +1 -1
- package/src/components/icons/svg/IconRead.tsx +1 -1
- package/src/components/icons/svg/IconReceiptOff.tsx +1 -1
- package/src/components/icons/svg/IconReceiptOn.tsx +1 -1
- package/src/components/icons/svg/IconRefund.tsx +1 -1
- package/src/components/icons/svg/IconReload.tsx +1 -1
- package/src/components/icons/svg/IconSave.tsx +1 -1
- package/src/components/icons/svg/IconSearch.tsx +1 -1
- package/src/components/icons/svg/IconSecurity.tsx +1 -1
- package/src/components/icons/svg/IconSelfCertification.tsx +1 -1
- package/src/components/icons/svg/IconShareAndroid.tsx +1 -1
- package/src/components/icons/svg/IconShareiOs.tsx +1 -1
- package/src/components/icons/svg/IconSignal.tsx +1 -1
- package/src/components/icons/svg/IconSparkles.tsx +1 -1
- package/src/components/icons/svg/IconSpid.tsx +1 -1
- package/src/components/icons/svg/IconStarEmpty.tsx +1 -1
- package/src/components/icons/svg/IconStarFilled.tsx +1 -1
- package/src/components/icons/svg/IconSuccess.tsx +1 -1
- package/src/components/icons/svg/IconSwitchOff.tsx +1 -1
- package/src/components/icons/svg/IconSystemAppsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemLocationiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemNotificationsInstructions.tsx +1 -1
- package/src/components/icons/svg/IconSystemPermissionsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemPhotosiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemPrivacyiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemSettingsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemSettingsiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemToggleInstructions.tsx +1 -1
- package/src/components/icons/svg/IconTag.tsx +1 -1
- package/src/components/icons/svg/IconTerms.tsx +1 -1
- package/src/components/icons/svg/IconTouch.tsx +1 -1
- package/src/components/icons/svg/IconTransactions.tsx +1 -1
- package/src/components/icons/svg/IconTransactionsBoxed.tsx +1 -1
- package/src/components/icons/svg/IconTrashcan.tsx +1 -1
- package/src/components/icons/svg/IconWarningFilled.tsx +1 -1
- package/src/components/icons/svg/IconWebsite.tsx +1 -1
- package/src/components/icons/svg/LegIconCheckOff.tsx +1 -1
- package/src/components/icons/svg/LegIconCheckOn.tsx +1 -1
- package/src/components/icons/svg/LegIconRadioOff.tsx +1 -1
- package/src/components/icons/svg/LegIconRadioOn.tsx +1 -1
- package/src/components/icons/svg/_IconTemplate.tsx +1 -1
- package/src/components/icons/types.ts +15 -0
- package/src/components/logos/LogoPayment.tsx +0 -4
- package/src/components/logos/LogoPaymentCard.tsx +1 -4
- package/src/components/logos/index.tsx +1 -0
- package/src/components/logos/svg/LogoPaymentAmex.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentApplePay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentCardBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentCardPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentDiners.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentDiscover.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtAmex.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtApplePay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtDiners.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtJCB.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtMaestro.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtMastercard.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPagoBancomat.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPostepay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtUnionPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVisa.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVisaElectron.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentJCB.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMaestro.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMastercard.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMyBank.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPagoBancomat.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPostepay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentUnionPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentVPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentVisa.tsx +1 -1
- package/src/components/logos/types.ts +7 -0
- package/src/components/modules/ModuleCheckout.tsx +5 -1
- package/src/components/pictograms/Pictogram.tsx +1 -7
- package/src/components/pictograms/index.tsx +1 -0
- package/src/components/pictograms/svg/PictogramAbacus.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAccessDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramActivate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAirBaloon.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAirship.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAttachment.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAttention.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBaloons.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBeerMug.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBiometric.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedAccessDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedAttention.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCameraDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCameraRequest.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardFavourite.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardIssue.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCharity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCie.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedDoc.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedEmpty.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedEnded.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFatalError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFeature.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFeedback.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedHelp.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedITWallet.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdea.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityRefresh.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedLostConnection.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedNotification.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedPasscode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedPending.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedQrCode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSearch.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedStar.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedStopSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSuccess.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedTime.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedTiming.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCameraDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCameraRequest.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardFavourite.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardIssue.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCharity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCie.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCompleted.tsx +1 -1
- package/src/components/pictograms/svg/PictogramComunicationProblem.tsx +1 -1
- package/src/components/pictograms/svg/PictogramDoc.tsx +1 -1
- package/src/components/pictograms/svg/PictogramDonation.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailDotCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailDotNotif.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailToValidate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailValidation.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmpty.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmptyArchive.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEnded.tsx +1 -1
- package/src/components/pictograms/svg/PictogramError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEventClose.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFatalError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFeature.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFeedback.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFireworks.tsx +1 -1
- package/src/components/pictograms/svg/PictogramGenericError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHeart.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHello.tsx +19 -31
- package/src/components/pictograms/svg/PictogramHelp.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHourglass.tsx +1 -1
- package/src/components/pictograms/svg/PictogramITWallet.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdea.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityRefresh.tsx +1 -1
- package/src/components/pictograms/svg/PictogramInProgress.tsx +1 -1
- package/src/components/pictograms/svg/PictogramInbox.tsx +1 -1
- package/src/components/pictograms/svg/PictogramLostConnection.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMessages.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMoneyCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNFCScanAndroid.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNFCScaniOS.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNotAvailable.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNotification.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjClock.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjFlyingMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjFollowMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjIbanCard.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjKey.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjManual.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjTrash.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPasscode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPending.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPiggyBank.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPin.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPlaces.tsx +1 -1
- package/src/components/pictograms/svg/PictogramProcessing.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPuzzle.tsx +1 -1
- package/src/components/pictograms/svg/PictogramQrCode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramReactivate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSearch.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSearchLens.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSetup.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSms.tsx +1 -1
- package/src/components/pictograms/svg/PictogramStar.tsx +1 -1
- package/src/components/pictograms/svg/PictogramStopSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSuccess.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTeaBreak.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTime.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTimeout.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTiming.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUmbrella.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUmbrellaNew.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUnrecognized.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUpdateOS.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUploadFile.tsx +1 -1
- package/src/components/pictograms/svg/_PictogramTemplate.tsx +1 -1
- package/src/components/pictograms/svg/originals/PictogramHello.svg +7 -45
- package/src/components/pictograms/types.ts +9 -0
- package/src/components/textInput/TextInputBase.tsx +1 -12
- package/src/utils/textInput/index.ts +13 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconAbacus: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconAbacus;
|
|
5
5
|
//# sourceMappingURL=IconAbacus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAbacus.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAbacus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAbacus.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAbacus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,UAAU,8BAA+B,YAAY,sBAS1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAdd.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAdd.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,OAAO,8BAA+B,YAAY,sBASvD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconAddSmall: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconAddSmall;
|
|
5
5
|
//# sourceMappingURL=IconAddSmall.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAddSmall.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAddSmall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAddSmall.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAddSmall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,YAAY,8BAA+B,YAAY,sBAS5D,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconAmount: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconAmount;
|
|
5
5
|
//# sourceMappingURL=IconAmount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAmount.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAmount.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,UAAU,8BAA+B,YAAY,sBAS1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconAnalytics: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconAnalytics;
|
|
5
5
|
//# sourceMappingURL=IconAnalytics.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAnalytics.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAnalytics.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAnalytics.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAnalytics.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAS7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconArchive: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconArchive;
|
|
5
5
|
//# sourceMappingURL=IconArchive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconArchive.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArchive.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconArchive.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArchive.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,WAAW,8BAA+B,YAAY,sBAS3D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconArchiveFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconArchiveFilled;
|
|
5
5
|
//# sourceMappingURL=IconArchiveFilled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconArchiveFilled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArchiveFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconArchiveFilled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArchiveFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBASjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconArrowBottom: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconArrowBottom;
|
|
5
5
|
//# sourceMappingURL=IconArrowBottom.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconArrowBottom.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowBottom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconArrowBottom.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowBottom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,8BAA+B,YAAY,sBAO/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconArrowLeft: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconArrowLeft;
|
|
5
5
|
//# sourceMappingURL=IconArrowLeft.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconArrowLeft.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconArrowLeft.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAO7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconArrowRight: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconArrowRight;
|
|
5
5
|
//# sourceMappingURL=IconArrowRight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconArrowRight.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconArrowRight.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAO9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconArrowUp: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconArrowUp;
|
|
5
5
|
//# sourceMappingURL=IconArrowTop.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconArrowTop.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowTop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconArrowTop.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconArrowTop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,WAAW,8BAA+B,YAAY,sBAO3D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconAttachment: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconAttachment;
|
|
5
5
|
//# sourceMappingURL=IconAttachment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAttachment.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAttachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAttachment.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconAttachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAO9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconBackAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconBackAndroid;
|
|
5
5
|
//# sourceMappingURL=IconBackAndroid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBackAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBackAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBackAndroid.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBackAndroid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,8BAA+B,YAAY,sBAS/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconBackiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconBackiOS;
|
|
5
5
|
//# sourceMappingURL=IconBackiOS.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBackiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBackiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBackiOS.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBackiOS.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,WAAW,8BAA+B,YAAY,sBAS3D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconBarcode: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconBarcode;
|
|
5
5
|
//# sourceMappingURL=IconBarcode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBarcode.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBarcode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBarcode.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBarcode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,WAAW,8BAA+B,YAAY,sBAS3D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconBattery: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconBattery;
|
|
5
5
|
//# sourceMappingURL=IconBattery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBattery.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBattery.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBattery.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBattery.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,WAAW,8BAA+B,YAAY,sBAS3D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBell.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBell.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,QAAQ,8BAA+B,YAAY,sBAOxD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconBiomFaceID: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconBiomFaceID;
|
|
5
5
|
//# sourceMappingURL=IconBiomFaceID.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBiomFaceID.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBiomFaceID.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBiomFaceID.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBiomFaceID.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAO9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconBiomFingerprint: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconBiomFingerprint;
|
|
5
5
|
//# sourceMappingURL=IconBiomFingerprint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBiomFingerprint.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBiomFingerprint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBiomFingerprint.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBiomFingerprint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mBAAmB,8BAA+B,YAAY,sBA2BnE,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconBonus: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconBonus;
|
|
5
5
|
//# sourceMappingURL=IconBonus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBonus.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBonus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconBonus.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconBonus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,SAAS,8BAA+B,YAAY,sBASzD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCalendar: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCalendar;
|
|
5
5
|
//# sourceMappingURL=IconCalendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCalendar.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCalendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCalendar.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCalendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,YAAY,8BAA+B,YAAY,sBAS5D,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCancel: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCancel;
|
|
5
5
|
//# sourceMappingURL=IconCancel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCancel.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCancel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCancel.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCancel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,UAAU,8BAA+B,YAAY,sBAS1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCanceled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCanceled;
|
|
5
5
|
//# sourceMappingURL=IconCanceled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCanceled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCanceled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCanceled.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCanceled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,YAAY,8BAA+B,YAAY,sBAS5D,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategCulture: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategCulture;
|
|
5
5
|
//# sourceMappingURL=IconCategCulture.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategCulture.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategCulture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategCulture.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategCulture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,sBAehE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategFinance: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategFinance;
|
|
5
5
|
//# sourceMappingURL=IconCategFinance.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategFinance.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategFinance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategFinance.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategFinance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,sBAWhE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategHome: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategHome;
|
|
5
5
|
//# sourceMappingURL=IconCategHome.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategHome.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategHome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategHome.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategHome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAW7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategJobOffers: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategJobOffers;
|
|
5
5
|
//# sourceMappingURL=IconCategJobOffers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategJobOffers.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategJobOffers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategJobOffers.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategJobOffers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,kBAAkB,8BAA+B,YAAY,sBAOlE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategLearning: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategLearning;
|
|
5
5
|
//# sourceMappingURL=IconCategLearning.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategLearning.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategLearning.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategLearning.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategLearning.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBAOjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategMobility: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategMobility;
|
|
5
5
|
//# sourceMappingURL=IconCategMobility.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategMobility.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategMobility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategMobility.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategMobility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBAOjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategShopping: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategShopping;
|
|
5
5
|
//# sourceMappingURL=IconCategShopping.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategShopping.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategShopping.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategShopping.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategShopping.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBAWjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategSport: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategSport;
|
|
5
5
|
//# sourceMappingURL=IconCategSport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategSport.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategSport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategSport.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategSport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAS9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategSustainability: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategSustainability;
|
|
5
5
|
//# sourceMappingURL=IconCategSustainability.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategSustainability.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategSustainability.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategSustainability.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategSustainability.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,uBAAuB,8BAA+B,YAAY,sBAOvE,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategCulture: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategCulture;
|
|
5
5
|
//# sourceMappingURL=IconCategTelco.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategTelco.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTelco.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategTelco.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTelco.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,sBAchE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategTravel: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategTravel;
|
|
5
5
|
//# sourceMappingURL=IconCategTravel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategTravel.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTravel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategTravel.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTravel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,8BAA+B,YAAY,sBAa/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCategWellness: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCategWellness;
|
|
5
5
|
//# sourceMappingURL=IconCategWellness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategWellness.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategWellness.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategWellness.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategWellness.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBAWjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconChange: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconChange;
|
|
5
5
|
//# sourceMappingURL=IconChange.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconChange.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconChange.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconChange.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconChange.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,UAAU,8BAA+B,YAAY,sBAS1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconChat.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconChat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconChat.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconChat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,QAAQ,8BAA+B,YAAY,sBASxD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCheckTick: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCheckTick;
|
|
5
5
|
//# sourceMappingURL=IconCheckTick.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCheckTick.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCheckTick.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCheckTick.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCheckTick.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAS7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconCheckTickBig: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconCheckTickBig;
|
|
5
5
|
//# sourceMappingURL=IconCheckTickBig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCheckTickBig.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCheckTickBig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCheckTickBig.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCheckTickBig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,sBAShE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconChevronBottom: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconChevronBottom;
|
|
5
5
|
//# sourceMappingURL=IconChevronBottom.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconChevronBottom.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconChevronBottom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconChevronBottom.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconChevronBottom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBASjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SVGIconProps } from "../
|
|
2
|
+
import { SVGIconProps } from "../types";
|
|
3
3
|
declare const IconChevronLeft: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
4
|
export default IconChevronLeft;
|
|
5
5
|
//# sourceMappingURL=IconChevronLeft.d.ts.map
|