@pagopa/io-app-design-system 1.14.0 → 1.16.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/avatar/Avatar.js +22 -6
- package/lib/commonjs/components/avatar/Avatar.js.map +1 -1
- package/lib/commonjs/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +17 -4
- package/lib/commonjs/components/avatar/__test__/avatar.test.js +3 -8
- package/lib/commonjs/components/avatar/__test__/avatar.test.js.map +1 -1
- package/lib/commonjs/components/avatar/index.js +0 -11
- package/lib/commonjs/components/avatar/index.js.map +1 -1
- package/lib/commonjs/components/badge/Badge.js +46 -5
- package/lib/commonjs/components/badge/Badge.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +3 -3
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +4 -1
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +6 -0
- package/lib/commonjs/components/icons/Icon.js +136 -12
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/generateNewIcons.js +165 -0
- package/lib/commonjs/components/icons/generateNewIcons.js.map +1 -0
- package/lib/commonjs/components/icons/generateNewTimestamp.js +8 -0
- package/lib/commonjs/components/icons/generateNewTimestamp.js.map +1 -0
- package/lib/commonjs/components/icons/svg/{IconGiacenza.js → IconAddSmall.js} +4 -4
- package/lib/commonjs/components/icons/svg/{IconGiacenza.js.map → IconAddSmall.js.map} +1 -1
- package/lib/commonjs/components/icons/svg/IconArchiveFilled.js +31 -0
- package/lib/commonjs/components/icons/svg/IconArchiveFilled.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconCode.js +31 -0
- package/lib/commonjs/components/icons/svg/IconCode.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconCompare.js +31 -0
- package/lib/commonjs/components/icons/svg/IconCompare.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconCreditCardOff.js +31 -0
- package/lib/commonjs/components/icons/svg/IconCreditCardOff.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDeviceVibration.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDeviceVibration.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDocGiacenza.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDocGiacenza.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDocPaymentTitle.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDocPaymentTitle.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconExternalLinkSmall.js +31 -0
- package/lib/commonjs/components/icons/svg/IconExternalLinkSmall.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFamilySharing.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFamilySharing.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFilterAndroid.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFilterAndroid.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFilterOffiOS.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFilterOffiOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFilterOniOS.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFilterOniOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFingerprint.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFingerprint.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFolder.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFolder.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconForward.js +31 -0
- package/lib/commonjs/components/icons/svg/IconForward.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconHearthEmpty.js +31 -0
- package/lib/commonjs/components/icons/svg/IconHearthEmpty.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconHearthFilled.js +31 -0
- package/lib/commonjs/components/icons/svg/IconHearthFilled.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconInboxEmpty.js +34 -0
- package/lib/commonjs/components/icons/svg/IconInboxEmpty.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconInboxFilled.js +37 -0
- package/lib/commonjs/components/icons/svg/IconInboxFilled.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconInstitution.js +1 -1
- package/lib/commonjs/components/icons/svg/IconInstitution.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconInstruction.js +31 -0
- package/lib/commonjs/components/icons/svg/IconInstruction.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconKeyboardDown.js +31 -0
- package/lib/commonjs/components/icons/svg/IconKeyboardDown.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconMapPin.js +31 -0
- package/lib/commonjs/components/icons/svg/IconMapPin.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconNoticePlain.js +31 -0
- package/lib/commonjs/components/icons/svg/IconNoticePlain.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconPrint.js +31 -0
- package/lib/commonjs/components/icons/svg/IconPrint.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconRead.js +31 -0
- package/lib/commonjs/components/icons/svg/IconRead.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOff.js +31 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOff.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOn.js +31 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOn.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSignal.js +31 -0
- package/lib/commonjs/components/icons/svg/IconSignal.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconTerms.js +31 -0
- package/lib/commonjs/components/icons/svg/IconTerms.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconTouch.js +31 -0
- package/lib/commonjs/components/icons/svg/IconTouch.js.map +1 -0
- package/lib/commonjs/components/icons/svg/_IconTemplate.js +30 -0
- package/lib/commonjs/components/icons/svg/_IconTemplate.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconAddSmall.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconArchiveFilled.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconCode.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconCompare.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconCreditCardOff.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconDeviceVibration.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconDocGiacenza.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconDocPaymentTitle.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconExternalLinkSmall.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFamilySharing.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFilterAndroid.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFilterOffiOS.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFilterOniOS.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFingerprint.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFolder.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconForward.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconHearthEmpty.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconHearthFilled.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconInboxEmpty.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconInboxFilled.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconInstitution.svg +1 -8
- package/lib/commonjs/components/icons/svg/originals/IconInstruction.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconKeyboardDown.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconMapPin.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconNoticePlain.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconPrint.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconRead.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconReceiptOff.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconReceiptOn.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconSignal.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconTerms.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconTouch.svg +1 -0
- package/lib/commonjs/components/icons/timestamp.txt +1 -0
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layout/GradientBottomActions.js +8 -4
- package/lib/commonjs/components/layout/GradientBottomActions.js.map +1 -1
- package/lib/commonjs/components/layout/GradientScrollView.js +7 -7
- package/lib/commonjs/components/layout/GradientScrollView.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfo.js +38 -30
- package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +5 -4
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemTransaction.js +1 -1
- package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +62 -46
- package/lib/commonjs/components/modules/ModuleIDP.js +6 -49
- package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -1
- package/lib/commonjs/components/modules/ModulePaymentNotice.js +15 -51
- package/lib/commonjs/components/modules/ModulePaymentNotice.js.map +1 -1
- package/lib/commonjs/components/modules/PressableModuleBase.js +44 -0
- package/lib/commonjs/components/modules/PressableModuleBase.js.map +1 -0
- package/lib/commonjs/components/modules/hooks/useModuleSpringAnimation.js +41 -0
- package/lib/commonjs/components/modules/hooks/useModuleSpringAnimation.js.map +1 -0
- package/lib/commonjs/components/modules/index.js +11 -0
- package/lib/commonjs/components/modules/index.js.map +1 -1
- package/lib/commonjs/components/numberpad/NumberButton.js +90 -0
- package/lib/commonjs/components/numberpad/NumberButton.js.map +1 -0
- package/lib/commonjs/components/numberpad/NumberPad.js +112 -0
- package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -0
- package/lib/commonjs/components/numberpad/index.js +17 -0
- package/lib/commonjs/components/numberpad/index.js.map +1 -0
- package/lib/commonjs/components/pictograms/Pictogram.js +81 -1
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/generateNewPictograms.js +163 -0
- package/lib/commonjs/components/pictograms/generateNewPictograms.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramActivate.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramActivate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramAttachment.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramAttachment.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAccessDenied.js +61 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAccessDenied.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAttention.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAttention.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardAdd.js +53 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardAdd.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardFavourite.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardFavourite.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardIssue.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardIssue.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardQuestion.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardQuestion.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedDoc.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedDoc.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEmpty.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEmpty.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFatalError.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFatalError.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js +18 -8
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js +14 -5
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdea.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdea.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentity.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityAdd.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityAdd.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityCheck.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityCheck.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityRefresh.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityRefresh.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedMessage.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedMessage.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPasscode.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPasscode.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSearch.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSearch.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStar.js +40 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStar.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStopSecurity.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStopSecurity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSuccess.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSuccess.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTime.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTime.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTiming.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTiming.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardAdd.js +53 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardAdd.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardFavourite.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardFavourite.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardIssue.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardIssue.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardQuestion.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardQuestion.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramDoc.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramDoc.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramGenericError.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramGenericError.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdea.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdea.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMessage.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMessage.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMoneyCheck.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMoneyCheck.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScanAndroid.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScanAndroid.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScaniOS.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScaniOS.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramReactivate.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramReactivate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSearchLens.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSearchLens.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramStar.js +40 -0
- package/lib/commonjs/components/pictograms/svg/PictogramStar.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramTiming.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramTiming.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/_PictogramTemplate.js +29 -0
- package/lib/commonjs/components/pictograms/svg/_PictogramTemplate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramActivate.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramAttachment.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedAccessDenied.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedAttention.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardAdd.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardFavourite.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardIssue.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardQuestion.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedDoc.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedEmpty.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFatalError.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeature.svg +1 -34
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeedback.svg +1 -22
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdea.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentity.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentityAdd.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentityCheck.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentityRefresh.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedMessage.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPasscode.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedSearch.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedStar.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedStopSecurity.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedSuccess.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedTime.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedTiming.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardAdd.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardFavourite.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardIssue.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardQuestion.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramDoc.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramGenericError.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramIdea.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramMessage.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramMoneyCheck.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramNFCScanAndroid.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramNFCScaniOS.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPending.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramReactivate.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSearchLens.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramStar.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramTiming.svg +1 -0
- package/lib/commonjs/components/pictograms/timestamp.txt +1 -0
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/core/IOColors.js +2 -0
- package/lib/commonjs/core/IOColors.js.map +1 -1
- package/lib/commonjs/core/IOStyles.js +37 -3
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/commonjs/stories/ModuleIDP.stories.js +45 -0
- package/lib/commonjs/stories/ModuleIDP.stories.js.map +1 -0
- package/lib/module/components/avatar/Avatar.js +24 -8
- package/lib/module/components/avatar/Avatar.js.map +1 -1
- package/lib/module/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +17 -4
- package/lib/module/components/avatar/__test__/avatar.test.js +3 -8
- package/lib/module/components/avatar/__test__/avatar.test.js.map +1 -1
- package/lib/module/components/avatar/index.js +0 -1
- package/lib/module/components/avatar/index.js.map +1 -1
- package/lib/module/components/badge/Badge.js +44 -4
- package/lib/module/components/badge/Badge.js.map +1 -1
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +3 -3
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +5 -2
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +6 -0
- package/lib/module/components/icons/Icon.js +133 -10
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/generateNewIcons.js +163 -0
- package/lib/module/components/icons/generateNewIcons.js.map +1 -0
- package/lib/module/components/icons/generateNewTimestamp.js +6 -0
- package/lib/module/components/icons/generateNewTimestamp.js.map +1 -0
- package/lib/module/components/icons/svg/IconAddSmall.js +23 -0
- package/lib/module/components/icons/svg/{IconGiacenza.js.map → IconAddSmall.js.map} +1 -1
- package/lib/module/components/icons/svg/IconArchiveFilled.js +23 -0
- package/lib/module/components/icons/svg/IconArchiveFilled.js.map +1 -0
- package/lib/module/components/icons/svg/IconCode.js +23 -0
- package/lib/module/components/icons/svg/IconCode.js.map +1 -0
- package/lib/module/components/icons/svg/IconCompare.js +23 -0
- package/lib/module/components/icons/svg/IconCompare.js.map +1 -0
- package/lib/module/components/icons/svg/IconCreditCardOff.js +23 -0
- package/lib/module/components/icons/svg/IconCreditCardOff.js.map +1 -0
- package/lib/module/components/icons/svg/IconDeviceVibration.js +23 -0
- package/lib/module/components/icons/svg/IconDeviceVibration.js.map +1 -0
- package/lib/module/components/icons/svg/IconDocGiacenza.js +23 -0
- package/lib/module/components/icons/svg/IconDocGiacenza.js.map +1 -0
- package/lib/module/components/icons/svg/IconDocPaymentTitle.js +23 -0
- package/lib/module/components/icons/svg/IconDocPaymentTitle.js.map +1 -0
- package/lib/module/components/icons/svg/IconExternalLinkSmall.js +23 -0
- package/lib/module/components/icons/svg/IconExternalLinkSmall.js.map +1 -0
- package/lib/module/components/icons/svg/IconFamilySharing.js +23 -0
- package/lib/module/components/icons/svg/IconFamilySharing.js.map +1 -0
- package/lib/module/components/icons/svg/IconFilterAndroid.js +23 -0
- package/lib/module/components/icons/svg/IconFilterAndroid.js.map +1 -0
- package/lib/module/components/icons/svg/IconFilterOffiOS.js +23 -0
- package/lib/module/components/icons/svg/IconFilterOffiOS.js.map +1 -0
- package/lib/module/components/icons/svg/IconFilterOniOS.js +23 -0
- package/lib/module/components/icons/svg/IconFilterOniOS.js.map +1 -0
- package/lib/module/components/icons/svg/IconFingerprint.js +23 -0
- package/lib/module/components/icons/svg/IconFingerprint.js.map +1 -0
- package/lib/module/components/icons/svg/IconFolder.js +23 -0
- package/lib/module/components/icons/svg/IconFolder.js.map +1 -0
- package/lib/module/components/icons/svg/IconForward.js +23 -0
- package/lib/module/components/icons/svg/IconForward.js.map +1 -0
- package/lib/module/components/icons/svg/IconHearthEmpty.js +23 -0
- package/lib/module/components/icons/svg/IconHearthEmpty.js.map +1 -0
- package/lib/module/components/icons/svg/IconHearthFilled.js +23 -0
- package/lib/module/components/icons/svg/IconHearthFilled.js.map +1 -0
- package/lib/module/components/icons/svg/IconInboxEmpty.js +26 -0
- package/lib/module/components/icons/svg/IconInboxEmpty.js.map +1 -0
- package/lib/module/components/icons/svg/IconInboxFilled.js +29 -0
- package/lib/module/components/icons/svg/IconInboxFilled.js.map +1 -0
- package/lib/module/components/icons/svg/IconInstitution.js +1 -1
- package/lib/module/components/icons/svg/IconInstitution.js.map +1 -1
- package/lib/module/components/icons/svg/IconInstruction.js +23 -0
- package/lib/module/components/icons/svg/IconInstruction.js.map +1 -0
- package/lib/module/components/icons/svg/IconKeyboardDown.js +23 -0
- package/lib/module/components/icons/svg/IconKeyboardDown.js.map +1 -0
- package/lib/module/components/icons/svg/IconMapPin.js +23 -0
- package/lib/module/components/icons/svg/IconMapPin.js.map +1 -0
- package/lib/module/components/icons/svg/IconNoticePlain.js +23 -0
- package/lib/module/components/icons/svg/IconNoticePlain.js.map +1 -0
- package/lib/module/components/icons/svg/IconPrint.js +23 -0
- package/lib/module/components/icons/svg/IconPrint.js.map +1 -0
- package/lib/module/components/icons/svg/IconRead.js +23 -0
- package/lib/module/components/icons/svg/IconRead.js.map +1 -0
- package/lib/module/components/icons/svg/IconReceiptOff.js +23 -0
- package/lib/module/components/icons/svg/IconReceiptOff.js.map +1 -0
- package/lib/module/components/icons/svg/IconReceiptOn.js +23 -0
- package/lib/module/components/icons/svg/IconReceiptOn.js.map +1 -0
- package/lib/module/components/icons/svg/IconSignal.js +23 -0
- package/lib/module/components/icons/svg/IconSignal.js.map +1 -0
- package/lib/module/components/icons/svg/IconTerms.js +23 -0
- package/lib/module/components/icons/svg/IconTerms.js.map +1 -0
- package/lib/module/components/icons/svg/IconTouch.js +23 -0
- package/lib/module/components/icons/svg/IconTouch.js.map +1 -0
- package/lib/module/components/icons/svg/_IconTemplate.js +23 -0
- package/lib/module/components/icons/svg/_IconTemplate.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconAddSmall.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconArchiveFilled.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconCode.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconCompare.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconCreditCardOff.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconDeviceVibration.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconDocGiacenza.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconDocPaymentTitle.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconExternalLinkSmall.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFamilySharing.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFilterAndroid.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFilterOffiOS.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFilterOniOS.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFingerprint.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFolder.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconForward.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconHearthEmpty.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconHearthFilled.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconInboxEmpty.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconInboxFilled.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconInstitution.svg +1 -8
- package/lib/module/components/icons/svg/originals/IconInstruction.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconKeyboardDown.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconMapPin.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconNoticePlain.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconPrint.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconRead.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconReceiptOff.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconReceiptOn.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconSignal.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconTerms.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconTouch.svg +1 -0
- package/lib/module/components/icons/timestamp.txt +1 -0
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/GradientBottomActions.js +10 -6
- package/lib/module/components/layout/GradientBottomActions.js.map +1 -1
- package/lib/module/components/layout/GradientScrollView.js +7 -7
- package/lib/module/components/layout/GradientScrollView.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfo.js +39 -32
- package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +5 -4
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemTransaction.js +1 -1
- package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +62 -46
- package/lib/module/components/modules/ModuleIDP.js +8 -52
- package/lib/module/components/modules/ModuleIDP.js.map +1 -1
- package/lib/module/components/modules/ModulePaymentNotice.js +17 -54
- package/lib/module/components/modules/ModulePaymentNotice.js.map +1 -1
- package/lib/module/components/modules/PressableModuleBase.js +34 -0
- package/lib/module/components/modules/PressableModuleBase.js.map +1 -0
- package/lib/module/components/modules/hooks/useModuleSpringAnimation.js +34 -0
- package/lib/module/components/modules/hooks/useModuleSpringAnimation.js.map +1 -0
- package/lib/module/components/modules/index.js +1 -0
- package/lib/module/components/modules/index.js.map +1 -1
- package/lib/module/components/numberpad/NumberButton.js +81 -0
- package/lib/module/components/numberpad/NumberButton.js.map +1 -0
- package/lib/module/components/numberpad/NumberPad.js +102 -0
- package/lib/module/components/numberpad/NumberPad.js.map +1 -0
- package/lib/module/components/numberpad/index.js +3 -0
- package/lib/module/components/numberpad/index.js.map +1 -0
- package/lib/module/components/pictograms/Pictogram.js +81 -1
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/generateNewPictograms.js +161 -0
- package/lib/module/components/pictograms/generateNewPictograms.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramActivate.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramActivate.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramAttachment.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramAttachment.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAccessDenied.js +53 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAccessDenied.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAttention.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAttention.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardAdd.js +45 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardAdd.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardFavourite.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardFavourite.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardIssue.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardIssue.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardQuestion.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardQuestion.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedDoc.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedDoc.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEmpty.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEmpty.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFatalError.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFatalError.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js +18 -8
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js +14 -5
- package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedIdea.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdea.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentity.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityAdd.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityAdd.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityCheck.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityCheck.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityRefresh.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityRefresh.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedMessage.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramBleedMessage.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPasscode.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPasscode.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSearch.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSearch.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStar.js +32 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStar.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStopSecurity.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStopSecurity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSuccess.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSuccess.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTime.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTime.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTiming.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTiming.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardAdd.js +45 -0
- package/lib/module/components/pictograms/svg/PictogramCardAdd.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardFavourite.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramCardFavourite.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardIssue.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramCardIssue.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardQuestion.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramCardQuestion.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramDoc.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramDoc.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramGenericError.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramGenericError.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramIdea.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramIdea.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramMessage.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramMessage.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramMoneyCheck.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramMoneyCheck.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScanAndroid.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScanAndroid.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScaniOS.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScaniOS.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramPending.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramPending.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramReactivate.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramReactivate.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramSearchLens.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramSearchLens.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramStar.js +32 -0
- package/lib/module/components/pictograms/svg/PictogramStar.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramTiming.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramTiming.js.map +1 -0
- package/lib/module/components/pictograms/svg/_PictogramTemplate.js +22 -0
- package/lib/module/components/pictograms/svg/_PictogramTemplate.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramActivate.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramAttachment.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedAccessDenied.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedAttention.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardAdd.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardFavourite.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardIssue.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardQuestion.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedDoc.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedEmpty.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFatalError.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFeature.svg +1 -34
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFeedback.svg +1 -22
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdea.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentity.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentityAdd.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentityCheck.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentityRefresh.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedMessage.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedPasscode.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedSearch.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedStar.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedStopSecurity.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedSuccess.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedTime.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedTiming.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardAdd.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardFavourite.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardIssue.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardQuestion.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramDoc.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramGenericError.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramIdea.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramMessage.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramMoneyCheck.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramNFCScanAndroid.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramNFCScaniOS.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramPending.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramReactivate.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramSearchLens.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramStar.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramTiming.svg +1 -0
- package/lib/module/components/pictograms/timestamp.txt +1 -0
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/core/IOColors.js +2 -0
- package/lib/module/core/IOColors.js.map +1 -1
- package/lib/module/core/IOStyles.js +31 -0
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/module/stories/ModuleIDP.stories.js +37 -0
- package/lib/module/stories/ModuleIDP.stories.js.map +1 -0
- package/lib/typescript/components/avatar/Avatar.d.ts +2 -2
- package/lib/typescript/components/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/components/avatar/index.d.ts +0 -1
- package/lib/typescript/components/avatar/index.d.ts.map +1 -1
- package/lib/typescript/components/badge/Badge.d.ts +2 -1
- package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts +3 -3
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts +2 -2
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButton.d.ts +3 -2
- package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +68 -5
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCode.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCode.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCompare.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCompare.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFolder.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFolder.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconForward.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconForward.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconPrint.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconPrint.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconRead.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconRead.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSignal.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSignal.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconTerms.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconTerms.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconTouch.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconTouch.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts +5 -0
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/layout/GradientBottomActions.d.ts +6 -5
- package/lib/typescript/components/layout/GradientBottomActions.d.ts.map +1 -1
- package/lib/typescript/components/layout/GradientScrollView.d.ts +5 -4
- package/lib/typescript/components/layout/GradientScrollView.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfo.d.ts +13 -3
- package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts +5 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleIDP.d.ts +5 -7
- package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModulePaymentNotice.d.ts +1 -1
- package/lib/typescript/components/modules/ModulePaymentNotice.d.ts.map +1 -1
- package/lib/typescript/components/modules/PressableModuleBase.d.ts +10 -0
- package/lib/typescript/components/modules/PressableModuleBase.d.ts.map +1 -0
- package/lib/typescript/components/modules/hooks/useModuleSpringAnimation.d.ts +10 -0
- package/lib/typescript/components/modules/hooks/useModuleSpringAnimation.d.ts.map +1 -0
- package/lib/typescript/components/modules/index.d.ts +1 -0
- package/lib/typescript/components/modules/index.d.ts.map +1 -1
- package/lib/typescript/components/numberpad/NumberButton.d.ts +10 -0
- package/lib/typescript/components/numberpad/NumberButton.d.ts.map +1 -0
- package/lib/typescript/components/numberpad/NumberPad.d.ts +20 -0
- package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -0
- package/lib/typescript/components/numberpad/index.d.ts +2 -0
- package/lib/typescript/components/numberpad/index.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts +18 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts.map +1 -0
- package/lib/typescript/components/textInput/TextInputBase.d.ts +1 -1
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/core/IOColors.d.ts +2 -0
- package/lib/typescript/core/IOColors.d.ts.map +1 -1
- package/lib/typescript/core/IOStyles.d.ts +27 -0
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/lib/typescript/stories/H1.stories.d.ts +1 -1
- package/lib/typescript/stories/H2.stories.d.ts +1 -1
- package/lib/typescript/stories/H3.stories.d.ts +1 -1
- package/lib/typescript/stories/H4.stories.d.ts +1 -1
- package/lib/typescript/stories/H5.stories.d.ts +1 -1
- package/lib/typescript/stories/H6.stories.d.ts +1 -1
- package/lib/typescript/stories/LabelSmall.stories.d.ts +1 -1
- package/lib/typescript/stories/Link.stories.d.ts +1 -1
- package/lib/typescript/stories/ModuleIDP.stories.d.ts +24 -0
- package/lib/typescript/stories/ModuleIDP.stories.d.ts.map +1 -0
- package/lib/typescript/utils/types.d.ts +1 -0
- package/lib/typescript/utils/types.d.ts.map +1 -1
- package/package.json +7 -3
- package/src/components/avatar/Avatar.tsx +63 -24
- package/src/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +17 -4
- package/src/components/avatar/__test__/avatar.test.tsx +1 -8
- package/src/components/avatar/index.tsx +0 -1
- package/src/components/badge/Badge.tsx +63 -7
- package/src/components/buttons/ButtonLink.tsx +8 -5
- package/src/components/buttons/ButtonSolid.tsx +6 -6
- package/src/components/buttons/IconButton.tsx +17 -2
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +6 -0
- package/src/components/icons/Icon.tsx +133 -9
- package/src/components/icons/generateNewIcons.js +186 -0
- package/src/components/icons/generateNewTimestamp.js +7 -0
- package/src/components/icons/svg/IconAddSmall.tsx +16 -0
- package/src/components/icons/svg/IconArchiveFilled.tsx +16 -0
- package/src/components/icons/svg/IconCode.tsx +16 -0
- package/src/components/icons/svg/IconCompare.tsx +16 -0
- package/src/components/icons/svg/IconCreditCardOff.tsx +16 -0
- package/src/components/icons/svg/IconDeviceVibration.tsx +16 -0
- package/src/components/icons/svg/IconDocGiacenza.tsx +16 -0
- package/src/components/icons/svg/IconDocPaymentTitle.tsx +16 -0
- package/src/components/icons/svg/IconExternalLinkSmall.tsx +16 -0
- package/src/components/icons/svg/IconFamilySharing.tsx +16 -0
- package/src/components/icons/svg/IconFilterAndroid.tsx +16 -0
- package/src/components/icons/svg/IconFilterOffiOS.tsx +16 -0
- package/src/components/icons/svg/IconFilterOniOS.tsx +16 -0
- package/src/components/icons/svg/IconFingerprint.tsx +16 -0
- package/src/components/icons/svg/IconFolder.tsx +16 -0
- package/src/components/icons/svg/IconForward.tsx +16 -0
- package/src/components/icons/svg/IconHearthEmpty.tsx +16 -0
- package/src/components/icons/svg/IconHearthFilled.tsx +16 -0
- package/src/components/icons/svg/IconInboxEmpty.tsx +20 -0
- package/src/components/icons/svg/IconInboxFilled.tsx +24 -0
- package/src/components/icons/svg/IconInstitution.tsx +1 -1
- package/src/components/icons/svg/IconInstruction.tsx +16 -0
- package/src/components/icons/svg/IconKeyboardDown.tsx +16 -0
- package/src/components/icons/svg/IconMapPin.tsx +16 -0
- package/src/components/icons/svg/IconNoticePlain.tsx +16 -0
- package/src/components/icons/svg/IconPrint.tsx +16 -0
- package/src/components/icons/svg/IconRead.tsx +16 -0
- package/src/components/icons/svg/IconReceiptOff.tsx +16 -0
- package/src/components/icons/svg/IconReceiptOn.tsx +16 -0
- package/src/components/icons/svg/IconSignal.tsx +16 -0
- package/src/components/icons/svg/IconTerms.tsx +16 -0
- package/src/components/icons/svg/IconTouch.tsx +16 -0
- package/src/components/icons/svg/_IconTemplate.tsx +17 -0
- package/src/components/icons/svg/originals/IconAddSmall.svg +1 -0
- package/src/components/icons/svg/originals/IconArchiveFilled.svg +1 -0
- package/src/components/icons/svg/originals/IconCode.svg +1 -0
- package/src/components/icons/svg/originals/IconCompare.svg +1 -0
- package/src/components/icons/svg/originals/IconCreditCardOff.svg +1 -0
- package/src/components/icons/svg/originals/IconDeviceVibration.svg +1 -0
- package/src/components/icons/svg/originals/IconDocGiacenza.svg +1 -0
- package/src/components/icons/svg/originals/IconDocPaymentTitle.svg +1 -0
- package/src/components/icons/svg/originals/IconExternalLinkSmall.svg +1 -0
- package/src/components/icons/svg/originals/IconFamilySharing.svg +1 -0
- package/src/components/icons/svg/originals/IconFilterAndroid.svg +1 -0
- package/src/components/icons/svg/originals/IconFilterOffiOS.svg +1 -0
- package/src/components/icons/svg/originals/IconFilterOniOS.svg +1 -0
- package/src/components/icons/svg/originals/IconFingerprint.svg +1 -0
- package/src/components/icons/svg/originals/IconFolder.svg +1 -0
- package/src/components/icons/svg/originals/IconForward.svg +1 -0
- package/src/components/icons/svg/originals/IconHearthEmpty.svg +1 -0
- package/src/components/icons/svg/originals/IconHearthFilled.svg +1 -0
- package/src/components/icons/svg/originals/IconInboxEmpty.svg +1 -0
- package/src/components/icons/svg/originals/IconInboxFilled.svg +1 -0
- package/src/components/icons/svg/originals/IconInstitution.svg +1 -8
- package/src/components/icons/svg/originals/IconInstruction.svg +1 -0
- package/src/components/icons/svg/originals/IconKeyboardDown.svg +1 -0
- package/src/components/icons/svg/originals/IconMapPin.svg +1 -0
- package/src/components/icons/svg/originals/IconNoticePlain.svg +1 -0
- package/src/components/icons/svg/originals/IconPrint.svg +1 -0
- package/src/components/icons/svg/originals/IconRead.svg +1 -0
- package/src/components/icons/svg/originals/IconReceiptOff.svg +1 -0
- package/src/components/icons/svg/originals/IconReceiptOn.svg +1 -0
- package/src/components/icons/svg/originals/IconSignal.svg +1 -0
- package/src/components/icons/svg/originals/IconTerms.svg +1 -0
- package/src/components/icons/svg/originals/IconTouch.svg +1 -0
- package/src/components/icons/timestamp.txt +1 -0
- package/src/components/index.tsx +1 -0
- package/src/components/layout/GradientBottomActions.tsx +17 -10
- package/src/components/layout/GradientScrollView.tsx +17 -16
- package/src/components/listitems/ListItemInfo.tsx +78 -54
- package/src/components/listitems/ListItemNav.tsx +10 -7
- package/src/components/listitems/ListItemTransaction.tsx +1 -1
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +62 -46
- package/src/components/modules/ModuleIDP.tsx +16 -86
- package/src/components/modules/ModulePaymentNotice.tsx +14 -77
- package/src/components/modules/PressableModuleBase.tsx +45 -0
- package/src/components/modules/hooks/useModuleSpringAnimation.ts +49 -0
- package/src/components/modules/index.tsx +1 -0
- package/src/components/numberpad/NumberButton.tsx +132 -0
- package/src/components/numberpad/NumberPad.tsx +135 -0
- package/src/components/numberpad/index.tsx +2 -0
- package/src/components/pictograms/Pictogram.tsx +107 -2
- package/src/components/pictograms/generateNewPictograms.js +181 -0
- package/src/components/pictograms/svg/PictogramActivate.tsx +54 -0
- package/src/components/pictograms/svg/PictogramAttachment.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedAccessDenied.tsx +62 -0
- package/src/components/pictograms/svg/PictogramBleedAttention.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedCardAdd.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedCardFavourite.tsx +46 -0
- package/src/components/pictograms/svg/PictogramBleedCardIssue.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedCardQuestion.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedDoc.tsx +48 -0
- package/src/components/pictograms/svg/PictogramBleedEmpty.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedFatalError.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedFeature.tsx +20 -8
- package/src/components/pictograms/svg/PictogramBleedFeedback.tsx +17 -5
- package/src/components/pictograms/svg/PictogramBleedIdea.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedIdentity.tsx +54 -0
- package/src/components/pictograms/svg/PictogramBleedIdentityAdd.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedIdentityCheck.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedIdentityRefresh.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedMessage.tsx +54 -0
- package/src/components/pictograms/svg/PictogramBleedPasscode.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedPending.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedSearch.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedStar.tsx +34 -0
- package/src/components/pictograms/svg/PictogramBleedStopSecurity.tsx +66 -0
- package/src/components/pictograms/svg/PictogramBleedSuccess.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedTime.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedTiming.tsx +46 -0
- package/src/components/pictograms/svg/PictogramCardAdd.tsx +50 -0
- package/src/components/pictograms/svg/PictogramCardFavourite.tsx +46 -0
- package/src/components/pictograms/svg/PictogramCardIssue.tsx +42 -0
- package/src/components/pictograms/svg/PictogramCardQuestion.tsx +42 -0
- package/src/components/pictograms/svg/PictogramDoc.tsx +38 -0
- package/src/components/pictograms/svg/PictogramGenericError.tsx +58 -0
- package/src/components/pictograms/svg/PictogramIdea.tsx +38 -0
- package/src/components/pictograms/svg/PictogramMessage.tsx +54 -0
- package/src/components/pictograms/svg/PictogramMoneyCheck.tsx +54 -0
- package/src/components/pictograms/svg/PictogramNFCScanAndroid.tsx +66 -0
- package/src/components/pictograms/svg/PictogramNFCScaniOS.tsx +66 -0
- package/src/components/pictograms/svg/PictogramPending.tsx +38 -0
- package/src/components/pictograms/svg/PictogramReactivate.tsx +54 -0
- package/src/components/pictograms/svg/PictogramSearchLens.tsx +50 -0
- package/src/components/pictograms/svg/PictogramStar.tsx +30 -0
- package/src/components/pictograms/svg/PictogramTiming.tsx +46 -0
- package/src/components/pictograms/svg/_PictogramTemplate.tsx +21 -0
- package/src/components/pictograms/svg/originals/PictogramActivate.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramAttachment.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedAccessDenied.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedAttention.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardAdd.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardFavourite.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardIssue.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardQuestion.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedDoc.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedEmpty.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedFatalError.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedFeature.svg +1 -34
- package/src/components/pictograms/svg/originals/PictogramBleedFeedback.svg +1 -22
- package/src/components/pictograms/svg/originals/PictogramBleedIdea.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentity.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentityAdd.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentityCheck.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentityRefresh.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedMessage.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedPasscode.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedSearch.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedStar.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedStopSecurity.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedSuccess.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedTime.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedTiming.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardAdd.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardFavourite.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardIssue.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardQuestion.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramDoc.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramGenericError.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramIdea.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramMessage.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramMoneyCheck.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramNFCScanAndroid.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramNFCScaniOS.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramPending.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramReactivate.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramSearchLens.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramStar.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramTiming.svg +1 -0
- package/src/components/pictograms/timestamp.txt +1 -0
- package/src/components/textInput/TextInputBase.tsx +1 -0
- package/src/core/IOColors.ts +3 -0
- package/src/core/IOStyles.ts +40 -1
- package/src/stories/ModuleIDP.stories.tsx +44 -0
- package/src/utils/types.ts +4 -0
- package/lib/commonjs/components/avatar/MultiImage.js +0 -47
- package/lib/commonjs/components/avatar/MultiImage.js.map +0 -1
- package/lib/commonjs/components/icons/svg/originals/IconGiacenza.svg +0 -8
- package/lib/module/components/avatar/MultiImage.js +0 -39
- package/lib/module/components/avatar/MultiImage.js.map +0 -1
- package/lib/module/components/icons/svg/IconGiacenza.js +0 -23
- package/lib/module/components/icons/svg/originals/IconGiacenza.svg +0 -8
- package/lib/typescript/components/avatar/MultiImage.d.ts +0 -22
- package/lib/typescript/components/avatar/MultiImage.d.ts.map +0 -1
- package/lib/typescript/components/icons/svg/IconGiacenza.d.ts +0 -5
- package/lib/typescript/components/icons/svg/IconGiacenza.d.ts.map +0 -1
- package/src/components/avatar/MultiImage.tsx +0 -57
- package/src/components/icons/svg/IconGiacenza.tsx +0 -16
- package/src/components/icons/svg/originals/IconGiacenza.svg +0 -8
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { StoryObj } from "@storybook/react";
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
5
|
+
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
6
6
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
7
7
|
}) => import("react").JSX.Element;
|
|
8
8
|
parameters: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { StoryObj } from "@storybook/react";
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
5
|
+
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
6
6
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
7
7
|
}) => import("react").JSX.Element;
|
|
8
8
|
parameters: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { StoryObj } from "@storybook/react";
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
5
|
+
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
6
6
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
7
7
|
}) => import("react").JSX.Element;
|
|
8
8
|
parameters: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { StoryObj } from "@storybook/react";
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold" | "Bold", "grey-50" | "grey-100" | "grey-300" | "grey-450" | "grey-650" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "noCieButton" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "green" | "greenLight" | ("white" | "grey-200" | "grey-700" | "bluegrey" | "bluegreyDark" | "blue" | "red")> & {
|
|
5
|
+
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold" | "Bold", "grey-50" | "grey-100" | "grey-300" | "grey-450" | "grey-650" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "noCieButton" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "green" | "greenLight" | ("white" | "grey-200" | "grey-700" | "bluegrey" | "bluegreyDark" | "blue" | "red")> & {
|
|
6
6
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
7
7
|
} & {
|
|
8
8
|
fontSize?: ("small" | "regular") | undefined;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { StoryObj } from "@storybook/react";
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
5
|
+
component: (props: Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
|
|
6
6
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
7
7
|
} & {
|
|
8
8
|
fontSize?: import("../components").FontSize | undefined;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { ImageSourcePropType } from "react-native";
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: ({ name, localLogo, logo, withLooseSpacing, onPress, testID }: import("../components/modules/ModuleIDP").default) => React.JSX.Element;
|
|
7
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
8
|
+
name: string;
|
|
9
|
+
localLogo: ImageSourcePropType;
|
|
10
|
+
logo: ImageSourcePropType;
|
|
11
|
+
accessibilityLabel?: string | undefined;
|
|
12
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
13
|
+
withLooseSpacing?: boolean | undefined;
|
|
14
|
+
testID?: string | undefined;
|
|
15
|
+
}>) => React.JSX.Element)[];
|
|
16
|
+
parameters: {
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
tags: string[];
|
|
20
|
+
};
|
|
21
|
+
export default meta;
|
|
22
|
+
type Story = StoryObj<typeof meta>;
|
|
23
|
+
export declare const Primary: Story;
|
|
24
|
+
//# sourceMappingURL=ModuleIDP.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModuleIDP.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/ModuleIDP.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAKnD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;CAkBwB,CAAC;AAEnC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC"}
|
|
@@ -26,5 +26,6 @@ type Without<T, U> = {
|
|
|
26
26
|
*/
|
|
27
27
|
export type XOR<T, U> = T | U extends object ? (Without<T, U> & U) | (Without<U, T> & T) : T | U;
|
|
28
28
|
export type InputType = "credit-card" | "default";
|
|
29
|
+
export type BiometricsValidType = "BIOMETRICS" | "FACE_ID" | "TOUCH_ID";
|
|
29
30
|
export {};
|
|
30
31
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEzC,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;AAGvC,MAAM,MAAM,KAAK,GAAG;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,GAAG,KAAK,CAAC;CACzC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAE,CAAC;AAExD;;GAEG;AACH,KAAK,OAAO,CAAC,CAAC,EAAE,CAAC,IAAI;KAAG,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK;CAAE,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,MAAM,GACxC,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GACzC,CAAC,GAAG,CAAC,CAAC;AAEV,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEzC,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;AAGvC,MAAM,MAAM,KAAK,GAAG;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,GAAG,KAAK,CAAC;CACzC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAE,CAAC;AAExD;;GAEG;AACH,KAAK,OAAO,CAAC,CAAC,EAAE,CAAC,IAAI;KAAG,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK;CAAE,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,MAAM,GACxC,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GACzC,CAAC,GAAG,CAAC,CAAC;AAEV,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC;AAIlD,MAAM,MAAM,mBAAmB,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagopa/io-app-design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"description": "The library defining the core components of the design system of @pagopa/io-app",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
"@storybook/react": "^7.4.0",
|
|
67
67
|
"@storybook/react-webpack5": "^7.4.0",
|
|
68
68
|
"@storybook/testing-library": "^0.2.0",
|
|
69
|
+
"@svgr/core": "^8.1.0",
|
|
70
|
+
"@svgr/plugin-jsx": "^8.1.0",
|
|
71
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
69
72
|
"@types/jest": "^28.1.2",
|
|
70
73
|
"@types/lodash": "^4.14.157",
|
|
71
74
|
"@types/react": "~17.0.38",
|
|
@@ -80,6 +83,7 @@
|
|
|
80
83
|
"eslint-plugin-import": "^2.27.5",
|
|
81
84
|
"eslint-plugin-prettier": "^4.0.0",
|
|
82
85
|
"eslint-plugin-storybook": "^0.6.13",
|
|
86
|
+
"fs-extra": "^11.1.1",
|
|
83
87
|
"jest": "^29.5.0",
|
|
84
88
|
"metro-react-native-babel-preset": "^0.77.0",
|
|
85
89
|
"pod-install": "^0.1.0",
|
|
@@ -94,6 +98,7 @@
|
|
|
94
98
|
"react-test-renderer": "^18.2.0",
|
|
95
99
|
"release-it": "^15.0.0",
|
|
96
100
|
"storybook": "^7.4.0",
|
|
101
|
+
"svgo": "^3.0.2",
|
|
97
102
|
"typescript": "^4.9.5"
|
|
98
103
|
},
|
|
99
104
|
"resolutions": {
|
|
@@ -112,7 +117,6 @@
|
|
|
112
117
|
"engines": {
|
|
113
118
|
"node": ">= 16.0.0"
|
|
114
119
|
},
|
|
115
|
-
"packageManager": "^yarn@1.22.15",
|
|
116
120
|
"jest": {
|
|
117
121
|
"preset": "react-native",
|
|
118
122
|
"modulePathIgnorePatterns": [
|
|
@@ -171,7 +175,6 @@
|
|
|
171
175
|
]
|
|
172
176
|
},
|
|
173
177
|
"dependencies": {
|
|
174
|
-
"lodash": "^4.17.21",
|
|
175
178
|
"@expo/vector-icons": "^13.0.0",
|
|
176
179
|
"@pagopa/ts-commons": "^12.0.0",
|
|
177
180
|
"@testing-library/jest-native": "^5.4.2",
|
|
@@ -181,6 +184,7 @@
|
|
|
181
184
|
"expo-asset": "^8.10.1",
|
|
182
185
|
"expo-font": "^11.4.0",
|
|
183
186
|
"expo-modules-core": "^1.5.6",
|
|
187
|
+
"lodash": "^4.17.21",
|
|
184
188
|
"react-native-gesture-handler": "^2.12.0",
|
|
185
189
|
"react-native-haptic-feedback": "^2.0.2",
|
|
186
190
|
"react-native-linear-gradient": "^2.5.6",
|
|
@@ -1,29 +1,40 @@
|
|
|
1
1
|
// A component to provide organization logo
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import { StyleSheet, View } from "react-native";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
3
|
+
import { Image, ImageURISource, StyleSheet, View } from "react-native";
|
|
4
|
+
import { Icon } from "../../components/icons";
|
|
5
|
+
import {
|
|
6
|
+
IOColors,
|
|
7
|
+
IOSpacingScale,
|
|
8
|
+
IOThemeContext,
|
|
9
|
+
IOVisualCostants,
|
|
10
|
+
hexToRgba
|
|
11
|
+
} from "../../core";
|
|
12
|
+
import { addCacheTimestampToUri } from "../../utils/image";
|
|
6
13
|
|
|
7
14
|
type Avatar = {
|
|
8
15
|
shape: "circle" | "square";
|
|
9
16
|
size: "small" | "medium";
|
|
10
|
-
logoUri
|
|
17
|
+
logoUri?: ImageURISource;
|
|
11
18
|
};
|
|
12
19
|
|
|
13
20
|
const avatarBorderLightMode = hexToRgba(IOColors.black, 0.1);
|
|
14
21
|
const internalSpaceDefaultSize: number = 6;
|
|
15
22
|
const internalSpaceLargeSize: number = 9;
|
|
16
23
|
const radiusDefaultSize: number = 8;
|
|
24
|
+
const internalSpacePlaceholderDefaultSize: IOSpacingScale = 12;
|
|
25
|
+
const internalSpacePlaceholderLargeSize: IOSpacingScale = 16;
|
|
17
26
|
|
|
18
27
|
const dimensionsMap = {
|
|
19
28
|
small: {
|
|
20
29
|
size: IOVisualCostants.avatarSizeSmall,
|
|
21
30
|
internalSpace: internalSpaceDefaultSize,
|
|
31
|
+
internalSpacePlaceholder: internalSpacePlaceholderDefaultSize,
|
|
22
32
|
radius: radiusDefaultSize
|
|
23
33
|
},
|
|
24
34
|
medium: {
|
|
25
35
|
size: IOVisualCostants.avatarSizeMedium,
|
|
26
36
|
internalSpace: internalSpaceLargeSize,
|
|
37
|
+
internalSpacePlaceholder: internalSpacePlaceholderLargeSize,
|
|
27
38
|
radius: radiusDefaultSize
|
|
28
39
|
}
|
|
29
40
|
};
|
|
@@ -36,8 +47,7 @@ const styles = StyleSheet.create({
|
|
|
36
47
|
overflow: "hidden",
|
|
37
48
|
resizeMode: "contain",
|
|
38
49
|
borderColor: avatarBorderLightMode,
|
|
39
|
-
borderWidth: 1
|
|
40
|
-
backgroundColor: IOColors.white
|
|
50
|
+
borderWidth: 1
|
|
41
51
|
},
|
|
42
52
|
avatarImage: {
|
|
43
53
|
height: "100%",
|
|
@@ -45,21 +55,50 @@ const styles = StyleSheet.create({
|
|
|
45
55
|
}
|
|
46
56
|
});
|
|
47
57
|
|
|
48
|
-
export const Avatar = ({ logoUri, shape, size }: Avatar) =>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
58
|
+
export const Avatar = ({ logoUri, shape, size }: Avatar) => {
|
|
59
|
+
const theme = React.useContext(IOThemeContext);
|
|
60
|
+
|
|
61
|
+
const [imageSource, setImageSource] = React.useState(
|
|
62
|
+
!logoUri ? undefined : addCacheTimestampToUri(logoUri)
|
|
63
|
+
);
|
|
64
|
+
|
|
65
|
+
const isPlaceholder = !imageSource;
|
|
66
|
+
|
|
67
|
+
const onError = () => {
|
|
68
|
+
setImageSource(undefined);
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
return (
|
|
72
|
+
<View
|
|
73
|
+
style={[
|
|
74
|
+
styles.avatarWrapper,
|
|
75
|
+
{
|
|
76
|
+
height: dimensionsMap[size].size,
|
|
77
|
+
width: dimensionsMap[size].size,
|
|
78
|
+
borderRadius:
|
|
79
|
+
shape === "circle"
|
|
80
|
+
? getAvatarCircleShape(size)
|
|
81
|
+
: dimensionsMap[size].radius,
|
|
82
|
+
backgroundColor: isPlaceholder ? IOColors["grey-50"] : IOColors.white,
|
|
83
|
+
padding: isPlaceholder
|
|
84
|
+
? dimensionsMap[size].internalSpacePlaceholder
|
|
85
|
+
: dimensionsMap[size].internalSpace
|
|
86
|
+
}
|
|
87
|
+
]}
|
|
88
|
+
>
|
|
89
|
+
{isPlaceholder ? (
|
|
90
|
+
<Icon
|
|
91
|
+
name="institution"
|
|
92
|
+
color={theme["icon-decorative"]}
|
|
93
|
+
size={"100%"}
|
|
94
|
+
/>
|
|
95
|
+
) : (
|
|
96
|
+
<Image
|
|
97
|
+
source={imageSource}
|
|
98
|
+
style={styles.avatarImage}
|
|
99
|
+
onError={onError}
|
|
100
|
+
/>
|
|
101
|
+
)}
|
|
102
|
+
</View>
|
|
103
|
+
);
|
|
104
|
+
};
|
|
@@ -5,13 +5,13 @@ exports[`Test Avatar Components Avatar Snapshot 1`] = `
|
|
|
5
5
|
style={
|
|
6
6
|
[
|
|
7
7
|
{
|
|
8
|
-
"backgroundColor": "#FFFFFF",
|
|
9
8
|
"borderColor": "rgba(14,15,19,0.1)",
|
|
10
9
|
"borderWidth": 1,
|
|
11
10
|
"overflow": "hidden",
|
|
12
11
|
"resizeMode": "contain",
|
|
13
12
|
},
|
|
14
13
|
{
|
|
14
|
+
"backgroundColor": "#FFFFFF",
|
|
15
15
|
"borderRadius": 22,
|
|
16
16
|
"height": 44,
|
|
17
17
|
"padding": 6,
|
|
@@ -19,7 +19,20 @@ exports[`Test Avatar Components Avatar Snapshot 1`] = `
|
|
|
19
19
|
},
|
|
20
20
|
]
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
>
|
|
23
|
+
<Image
|
|
24
|
+
onError={[Function]}
|
|
25
|
+
source={
|
|
26
|
+
{
|
|
27
|
+
"uri": "",
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
style={
|
|
31
|
+
{
|
|
32
|
+
"height": "100%",
|
|
33
|
+
"width": "100%",
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
/>
|
|
37
|
+
</View>
|
|
23
38
|
`;
|
|
24
|
-
|
|
25
|
-
exports[`Test Avatar Components MultiImage Snapshot 1`] = `null`;
|
|
@@ -1,19 +1,12 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import * as TestRenderer from "react-test-renderer";
|
|
3
3
|
import { Avatar } from "../Avatar";
|
|
4
|
-
import { MultiImage } from "../MultiImage";
|
|
5
4
|
|
|
6
5
|
describe("Test Avatar Components", () => {
|
|
7
6
|
it("Avatar Snapshot", () => {
|
|
8
7
|
const avatar = TestRenderer.create(
|
|
9
|
-
<Avatar shape={"circle"} size={"small"} logoUri={
|
|
8
|
+
<Avatar shape={"circle"} size={"small"} logoUri={{ uri: "" }}></Avatar>
|
|
10
9
|
).toJSON();
|
|
11
10
|
expect(avatar).toMatchSnapshot();
|
|
12
11
|
});
|
|
13
|
-
it("MultiImage Snapshot", () => {
|
|
14
|
-
const multiImage = TestRenderer.create(
|
|
15
|
-
<MultiImage source={[]}></MultiImage>
|
|
16
|
-
).toJSON();
|
|
17
|
-
expect(multiImage).toMatchSnapshot();
|
|
18
|
-
});
|
|
19
12
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import React, { useMemo } from "react";
|
|
2
2
|
import { Platform, StyleSheet, Text, View } from "react-native";
|
|
3
3
|
import {
|
|
4
4
|
IOBadgeHSpacing,
|
|
@@ -11,6 +11,7 @@ import { makeFontStyleObject } from "../../utils/fonts";
|
|
|
11
11
|
import { WithTestID } from "../../utils/types";
|
|
12
12
|
|
|
13
13
|
export type Badge = WithTestID<{
|
|
14
|
+
outline?: boolean;
|
|
14
15
|
text: string;
|
|
15
16
|
variant:
|
|
16
17
|
| "default"
|
|
@@ -25,12 +26,12 @@ export type Badge = WithTestID<{
|
|
|
25
26
|
| "contrast";
|
|
26
27
|
}>;
|
|
27
28
|
|
|
28
|
-
type
|
|
29
|
-
foreground: IOColors;
|
|
29
|
+
type SolidVariantProps = {
|
|
30
30
|
background: IOColors;
|
|
31
|
+
foreground: IOColors;
|
|
31
32
|
};
|
|
32
33
|
|
|
33
|
-
const mapVariants: Record<NonNullable<Badge["variant"]>,
|
|
34
|
+
const mapVariants: Record<NonNullable<Badge["variant"]>, SolidVariantProps> = {
|
|
34
35
|
default: {
|
|
35
36
|
foreground: "grey-700",
|
|
36
37
|
background: "grey-50"
|
|
@@ -73,6 +74,47 @@ const mapVariants: Record<NonNullable<Badge["variant"]>, VariantProps> = {
|
|
|
73
74
|
}
|
|
74
75
|
};
|
|
75
76
|
|
|
77
|
+
type OutlinedVariantProps = {
|
|
78
|
+
foreground: IOColors;
|
|
79
|
+
background?: never;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
const mapOutlineVariants: Record<
|
|
83
|
+
NonNullable<Badge["variant"]>,
|
|
84
|
+
OutlinedVariantProps
|
|
85
|
+
> = {
|
|
86
|
+
default: {
|
|
87
|
+
foreground: "grey-700"
|
|
88
|
+
},
|
|
89
|
+
info: {
|
|
90
|
+
foreground: "info-850"
|
|
91
|
+
},
|
|
92
|
+
warning: {
|
|
93
|
+
foreground: "warning-850"
|
|
94
|
+
},
|
|
95
|
+
success: {
|
|
96
|
+
foreground: "success-850"
|
|
97
|
+
},
|
|
98
|
+
error: {
|
|
99
|
+
foreground: "error-850"
|
|
100
|
+
},
|
|
101
|
+
purple: {
|
|
102
|
+
foreground: "hanPurple-850"
|
|
103
|
+
},
|
|
104
|
+
lightBlue: {
|
|
105
|
+
foreground: "blueIO-850"
|
|
106
|
+
},
|
|
107
|
+
blue: {
|
|
108
|
+
foreground: "blueIO-500"
|
|
109
|
+
},
|
|
110
|
+
turquoise: {
|
|
111
|
+
foreground: "turquoise-850"
|
|
112
|
+
},
|
|
113
|
+
contrast: {
|
|
114
|
+
foreground: "grey-850"
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
|
|
76
118
|
const styles = StyleSheet.create({
|
|
77
119
|
badge: {
|
|
78
120
|
flexDirection: "row",
|
|
@@ -106,14 +148,26 @@ const styles = StyleSheet.create({
|
|
|
106
148
|
/**
|
|
107
149
|
* Official badge component
|
|
108
150
|
*/
|
|
109
|
-
export const Badge = ({ text, variant, testID }: Badge) => {
|
|
151
|
+
export const Badge = ({ text, outline = false, variant, testID }: Badge) => {
|
|
110
152
|
const { isExperimental } = useIOExperimentalDesign();
|
|
153
|
+
const { background, foreground } = useMemo(
|
|
154
|
+
() => (outline ? mapOutlineVariants : mapVariants)[variant],
|
|
155
|
+
[outline, variant]
|
|
156
|
+
);
|
|
157
|
+
|
|
111
158
|
return (
|
|
112
159
|
<View
|
|
113
160
|
testID={testID}
|
|
114
161
|
style={[
|
|
115
162
|
styles.badge,
|
|
116
|
-
|
|
163
|
+
outline
|
|
164
|
+
? {
|
|
165
|
+
borderWidth: 1,
|
|
166
|
+
borderColor: IOColors[foreground]
|
|
167
|
+
}
|
|
168
|
+
: {
|
|
169
|
+
backgroundColor: background ? IOColors[background] : undefined
|
|
170
|
+
}
|
|
117
171
|
]}
|
|
118
172
|
>
|
|
119
173
|
<Text
|
|
@@ -122,7 +176,9 @@ export const Badge = ({ text, variant, testID }: Badge) => {
|
|
|
122
176
|
style={[
|
|
123
177
|
styles.label,
|
|
124
178
|
isExperimental ? styles.labelFont : styles.legacyLabelFont,
|
|
125
|
-
{
|
|
179
|
+
{
|
|
180
|
+
color: IOColors[foreground]
|
|
181
|
+
}
|
|
126
182
|
]}
|
|
127
183
|
>
|
|
128
184
|
{text}
|
|
@@ -28,8 +28,8 @@ import {
|
|
|
28
28
|
import { HSpacer } from "../spacer/Spacer";
|
|
29
29
|
import { buttonTextFontSize } from "../typography";
|
|
30
30
|
|
|
31
|
-
type ColorButtonLink = "primary";
|
|
32
|
-
export type
|
|
31
|
+
export type ColorButtonLink = "primary";
|
|
32
|
+
export type ButtonLinkProps = WithTestID<{
|
|
33
33
|
color?: ColorButtonLink;
|
|
34
34
|
label: string;
|
|
35
35
|
disabled?: boolean;
|
|
@@ -51,7 +51,10 @@ type ColorStates = {
|
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
const mapColorStates: Record<
|
|
54
|
+
const mapColorStates: Record<
|
|
55
|
+
NonNullable<ButtonLinkProps["color"]>,
|
|
56
|
+
ColorStates
|
|
57
|
+
> = {
|
|
55
58
|
// Primary button
|
|
56
59
|
primary: {
|
|
57
60
|
label: {
|
|
@@ -64,7 +67,7 @@ const mapColorStates: Record<NonNullable<ButtonLink["color"]>, ColorStates> = {
|
|
|
64
67
|
|
|
65
68
|
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
66
69
|
const mapLegacyColorStates: Record<
|
|
67
|
-
NonNullable<
|
|
70
|
+
NonNullable<ButtonLinkProps["color"]>,
|
|
68
71
|
ColorStates
|
|
69
72
|
> = {
|
|
70
73
|
// Primary button
|
|
@@ -104,7 +107,7 @@ export const ButtonLink = React.memo(
|
|
|
104
107
|
accessibilityLabel,
|
|
105
108
|
accessibilityHint,
|
|
106
109
|
testID
|
|
107
|
-
}:
|
|
110
|
+
}: ButtonLinkProps) => {
|
|
108
111
|
const isPressed = useSharedValue(0);
|
|
109
112
|
const { isExperimental } = useIOExperimentalDesign();
|
|
110
113
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React, { useCallback } from "react";
|
|
2
2
|
import { GestureResponderEvent, Pressable, StyleSheet } from "react-native";
|
|
3
|
+
import ReactNativeHapticFeedback from "react-native-haptic-feedback";
|
|
3
4
|
import Animated, {
|
|
4
5
|
Extrapolate,
|
|
5
6
|
interpolate,
|
|
@@ -9,11 +10,6 @@ import Animated, {
|
|
|
9
10
|
useSharedValue,
|
|
10
11
|
withSpring
|
|
11
12
|
} from "react-native-reanimated";
|
|
12
|
-
import ReactNativeHapticFeedback from "react-native-haptic-feedback";
|
|
13
|
-
import { IOIconSizeScale, IOIcons, Icon } from "../icons";
|
|
14
|
-
import { WithTestID } from "../../utils/types";
|
|
15
|
-
import { HSpacer } from "../spacer/Spacer";
|
|
16
|
-
import { ButtonText } from "../typography/ButtonText";
|
|
17
13
|
import {
|
|
18
14
|
IOButtonLegacyStyles,
|
|
19
15
|
IOButtonStyles,
|
|
@@ -25,9 +21,13 @@ import {
|
|
|
25
21
|
exitTransitionInnerContent,
|
|
26
22
|
useIOExperimentalDesign
|
|
27
23
|
} from "../../core";
|
|
24
|
+
import { WithTestID } from "../../utils/types";
|
|
25
|
+
import { IOIconSizeScale, IOIcons, Icon } from "../icons";
|
|
28
26
|
import { LoadingSpinner } from "../loadingSpinner";
|
|
27
|
+
import { HSpacer } from "../spacer/Spacer";
|
|
28
|
+
import { ButtonText } from "../typography/ButtonText";
|
|
29
29
|
|
|
30
|
-
type ButtonSolidColor = "primary" | "danger" | "contrast";
|
|
30
|
+
export type ButtonSolidColor = "primary" | "danger" | "contrast";
|
|
31
31
|
|
|
32
32
|
type ColorStates = {
|
|
33
33
|
default: string;
|
|
@@ -15,15 +15,22 @@ import {
|
|
|
15
15
|
IOIconButtonStyles,
|
|
16
16
|
IOScaleValues,
|
|
17
17
|
IOSpringValues,
|
|
18
|
+
IOStyles,
|
|
18
19
|
hexToRgba,
|
|
19
20
|
useIOExperimentalDesign
|
|
20
21
|
} from "../../core";
|
|
21
22
|
import { WithTestID } from "../../utils/types";
|
|
22
|
-
import {
|
|
23
|
+
import {
|
|
24
|
+
AnimatedIcon,
|
|
25
|
+
IOIconSizeScale,
|
|
26
|
+
IOIcons,
|
|
27
|
+
IconClassComponent
|
|
28
|
+
} from "../icons";
|
|
23
29
|
|
|
24
30
|
export type IconButton = WithTestID<{
|
|
25
31
|
color?: "primary" | "neutral" | "contrast";
|
|
26
32
|
icon: IOIcons;
|
|
33
|
+
iconSize?: IOIconSizeScale;
|
|
27
34
|
disabled?: boolean;
|
|
28
35
|
accessibilityLabel: string;
|
|
29
36
|
accessibilityHint?: string;
|
|
@@ -102,6 +109,7 @@ const AnimatedIconClassComponent =
|
|
|
102
109
|
export const IconButton = ({
|
|
103
110
|
color = "primary",
|
|
104
111
|
icon,
|
|
112
|
+
iconSize = 24,
|
|
105
113
|
disabled = false,
|
|
106
114
|
onPress,
|
|
107
115
|
accessibilityLabel,
|
|
@@ -181,17 +189,24 @@ export const IconButton = ({
|
|
|
181
189
|
<Animated.View
|
|
182
190
|
style={[
|
|
183
191
|
IOIconButtonStyles.buttonSizeSmall,
|
|
192
|
+
IOStyles.alignCenter,
|
|
193
|
+
IOStyles.centerJustified,
|
|
184
194
|
!disabled && pressedAnimationStyle
|
|
185
195
|
]}
|
|
186
196
|
>
|
|
187
197
|
{!disabled ? (
|
|
188
198
|
<AnimatedIconClassComponent
|
|
189
199
|
name={icon}
|
|
200
|
+
size={iconSize}
|
|
190
201
|
animatedProps={animatedColor}
|
|
191
202
|
color={colorMap[color]?.icon?.default}
|
|
192
203
|
/>
|
|
193
204
|
) : (
|
|
194
|
-
<AnimatedIcon
|
|
205
|
+
<AnimatedIcon
|
|
206
|
+
name={icon}
|
|
207
|
+
size={iconSize}
|
|
208
|
+
color={colorMap[color]?.icon?.disabled}
|
|
209
|
+
/>
|
|
195
210
|
)}
|
|
196
211
|
</Animated.View>
|
|
197
212
|
</Pressable>
|