@pagopa/io-app-design-system 1.16.1 → 1.17.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/README.md +131 -54
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +6 -2
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/commonjs/components/codeInput/CodeInput.js +103 -0
- package/lib/commonjs/components/codeInput/CodeInput.js.map +1 -0
- package/lib/commonjs/components/codeInput/index.js +17 -0
- package/lib/commonjs/components/codeInput/index.js.map +1 -0
- package/lib/commonjs/components/icons/Icon.js +2 -0
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/README.md +79 -19
- package/lib/commonjs/components/icons/svg/IconSparkles.js +30 -0
- package/lib/commonjs/components/icons/svg/IconSparkles.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconSparkles.svg +3 -0
- package/lib/commonjs/components/index.js +48 -26
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layout/HeaderSecondLevel.js +5 -4
- package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js +4 -3
- package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemHeader.js +87 -0
- package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -0
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js +5 -30
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +15 -23
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +4 -22
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadio.js +69 -10
- package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +64 -0
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -0
- package/lib/commonjs/components/listitems/ListItemTransaction.js +8 -5
- package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
- package/lib/commonjs/components/listitems/__test__/listitem.test.js +17 -0
- package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/commonjs/components/listitems/index.js +22 -0
- package/lib/commonjs/components/listitems/index.js.map +1 -1
- package/lib/commonjs/components/modules/ModuleCheckout.js +103 -0
- package/lib/commonjs/components/modules/ModuleCheckout.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/NumberPad.js +7 -10
- package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +19 -1
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/README.md +103 -14
- package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js +82 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js +15 -9
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js +79 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js +60 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEnded.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEnded.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js +15 -9
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js +91 -0
- package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPending.svg +1 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
- package/lib/commonjs/components/radio/RadioGroup.js +2 -1
- package/lib/commonjs/components/radio/RadioGroup.js.map +1 -1
- package/lib/commonjs/components/stepper/Stepper.js +52 -0
- package/lib/commonjs/components/stepper/Stepper.js.map +1 -0
- package/lib/commonjs/components/stepper/index.js +17 -0
- package/lib/commonjs/components/stepper/index.js.map +1 -0
- package/lib/commonjs/components/typography/H1.js +5 -3
- package/lib/commonjs/components/typography/H1.js.map +1 -1
- package/lib/commonjs/components/typography/H2.js +5 -3
- package/lib/commonjs/components/typography/H2.js.map +1 -1
- package/lib/commonjs/components/typography/H3.js +5 -3
- package/lib/commonjs/components/typography/H3.js.map +1 -1
- package/lib/commonjs/components/typography/H4.js +2 -1
- package/lib/commonjs/components/typography/H4.js.map +1 -1
- package/lib/commonjs/components/typography/H6.js +4 -2
- package/lib/commonjs/components/typography/H6.js.map +1 -1
- package/lib/commonjs/components/typography/Hero.js +7 -3
- package/lib/commonjs/components/typography/Hero.js.map +1 -1
- package/lib/commonjs/components/typography/LabelSmall.js +6 -1
- package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
- package/lib/commonjs/components/typography/LabelSmallAlt.js +39 -0
- package/lib/commonjs/components/typography/LabelSmallAlt.js.map +1 -0
- package/lib/commonjs/components/typography/README.md +23 -0
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
- package/lib/commonjs/components/typography/index.js +11 -0
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
- package/lib/module/components/checkbox/AnimatedCheckbox.js +6 -2
- package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/module/components/codeInput/CodeInput.js +94 -0
- package/lib/module/components/codeInput/CodeInput.js.map +1 -0
- package/lib/module/components/codeInput/index.js +2 -0
- package/lib/module/components/codeInput/index.js.map +1 -0
- package/lib/module/components/icons/Icon.js +2 -0
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/README.md +79 -19
- package/lib/module/components/icons/svg/IconSparkles.js +21 -0
- package/lib/module/components/icons/svg/IconSparkles.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconSparkles.svg +3 -0
- package/lib/module/components/index.js +5 -3
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/HeaderSecondLevel.js +5 -4
- package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/module/components/listitems/ListItemAction.js +4 -3
- package/lib/module/components/listitems/ListItemAction.js.map +1 -1
- package/lib/module/components/listitems/ListItemHeader.js +77 -0
- package/lib/module/components/listitems/ListItemHeader.js.map +1 -0
- package/lib/module/components/listitems/ListItemInfoCopy.js +7 -32
- package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +17 -26
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +6 -24
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadio.js +69 -10
- package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadioWithAmount.js +54 -0
- package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -0
- package/lib/module/components/listitems/ListItemTransaction.js +10 -7
- package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
- package/lib/module/components/listitems/__test__/listitem.test.js +17 -0
- package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/module/components/listitems/index.js +2 -0
- package/lib/module/components/listitems/index.js.map +1 -1
- package/lib/module/components/modules/ModuleCheckout.js +95 -0
- package/lib/module/components/modules/ModuleCheckout.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/NumberPad.js +6 -7
- package/lib/module/components/numberpad/NumberPad.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +19 -1
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/README.md +103 -14
- package/lib/module/components/pictograms/svg/PictogramBiometric.js +74 -0
- package/lib/module/components/pictograms/svg/PictogramBiometric.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEnded.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js +15 -9
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js +71 -0
- package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js +52 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEnded.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramEnded.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramLostConnection.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramPending.js +15 -9
- package/lib/module/components/pictograms/svg/PictogramPending.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramQrCode.js +83 -0
- package/lib/module/components/pictograms/svg/PictogramQrCode.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
- package/lib/module/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramPending.svg +1 -1
- package/lib/module/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
- package/lib/module/components/radio/RadioGroup.js +2 -1
- package/lib/module/components/radio/RadioGroup.js.map +1 -1
- package/lib/module/components/stepper/Stepper.js +43 -0
- package/lib/module/components/stepper/Stepper.js.map +1 -0
- package/lib/module/components/stepper/index.js +2 -0
- package/lib/module/components/stepper/index.js.map +1 -0
- package/lib/module/components/typography/H1.js +5 -3
- package/lib/module/components/typography/H1.js.map +1 -1
- package/lib/module/components/typography/H2.js +5 -3
- package/lib/module/components/typography/H2.js.map +1 -1
- package/lib/module/components/typography/H3.js +5 -3
- package/lib/module/components/typography/H3.js.map +1 -1
- package/lib/module/components/typography/H4.js +2 -1
- package/lib/module/components/typography/H4.js.map +1 -1
- package/lib/module/components/typography/H6.js +4 -2
- package/lib/module/components/typography/H6.js.map +1 -1
- package/lib/module/components/typography/Hero.js +7 -3
- package/lib/module/components/typography/Hero.js.map +1 -1
- package/lib/module/components/typography/LabelSmall.js +6 -1
- package/lib/module/components/typography/LabelSmall.js.map +1 -1
- package/lib/module/components/typography/LabelSmallAlt.js +32 -0
- package/lib/module/components/typography/LabelSmallAlt.js.map +1 -0
- package/lib/module/components/typography/README.md +23 -0
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
- package/lib/module/components/typography/index.js +1 -0
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/codeInput/CodeInput.d.ts +11 -0
- package/lib/typescript/components/codeInput/CodeInput.d.ts.map +1 -0
- package/lib/typescript/components/codeInput/index.d.ts +2 -0
- package/lib/typescript/components/codeInput/index.d.ts.map +1 -0
- package/lib/typescript/components/icons/Icon.d.ts +1 -0
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +5 -3
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemHeader.d.ts +34 -0
- package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -0
- package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts +4 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts +2 -2
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadio.d.ts +21 -3
- package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +13 -0
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -0
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/index.d.ts +2 -0
- package/lib/typescript/components/listitems/index.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleCheckout.d.ts +15 -0
- package/lib/typescript/components/modules/ModuleCheckout.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/NumberPad.d.ts +2 -1
- package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +7 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts.map +1 -0
- package/lib/typescript/components/radio/RadioGroup.d.ts +4 -3
- package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
- package/lib/typescript/components/stepper/Stepper.d.ts +8 -0
- package/lib/typescript/components/stepper/Stepper.d.ts.map +1 -0
- package/lib/typescript/components/stepper/index.d.ts +2 -0
- package/lib/typescript/components/stepper/index.d.ts.map +1 -0
- package/lib/typescript/components/typography/H1.d.ts +1 -1
- package/lib/typescript/components/typography/H1.d.ts.map +1 -1
- package/lib/typescript/components/typography/H2.d.ts +1 -1
- package/lib/typescript/components/typography/H2.d.ts.map +1 -1
- package/lib/typescript/components/typography/H3.d.ts +1 -1
- package/lib/typescript/components/typography/H3.d.ts.map +1 -1
- package/lib/typescript/components/typography/H4.d.ts.map +1 -1
- package/lib/typescript/components/typography/H6.d.ts.map +1 -1
- package/lib/typescript/components/typography/Hero.d.ts +1 -1
- package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelSmallAlt.d.ts +14 -0
- package/lib/typescript/components/typography/LabelSmallAlt.d.ts.map +1 -0
- package/lib/typescript/components/typography/index.d.ts +1 -0
- package/lib/typescript/components/typography/index.d.ts.map +1 -1
- package/package.json +9 -2
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
- package/src/components/checkbox/AnimatedCheckbox.tsx +6 -4
- package/src/components/codeInput/CodeInput.tsx +121 -0
- package/src/components/codeInput/index.tsx +1 -0
- package/src/components/icons/Icon.tsx +2 -0
- package/src/components/icons/README.md +79 -19
- package/src/components/icons/svg/IconSparkles.tsx +14 -0
- package/src/components/icons/svg/originals/IconSparkles.svg +3 -0
- package/src/components/index.tsx +5 -3
- package/src/components/layout/HeaderSecondLevel.tsx +6 -9
- package/src/components/listitems/ListItemAction.tsx +4 -3
- package/src/components/listitems/ListItemHeader.tsx +146 -0
- package/src/components/listitems/ListItemInfoCopy.tsx +14 -57
- package/src/components/listitems/ListItemNav.tsx +32 -44
- package/src/components/listitems/ListItemNavAlert.tsx +21 -42
- package/src/components/listitems/ListItemRadio.tsx +99 -12
- package/src/components/listitems/ListItemRadioWithAmount.tsx +69 -0
- package/src/components/listitems/ListItemTransaction.tsx +12 -7
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
- package/src/components/listitems/__test__/listitem.test.tsx +21 -0
- package/src/components/listitems/index.tsx +2 -0
- package/src/components/modules/ModuleCheckout.tsx +98 -0
- package/src/components/modules/index.tsx +1 -0
- package/src/components/numberpad/NumberPad.tsx +7 -8
- package/src/components/pictograms/Pictogram.tsx +23 -2
- package/src/components/pictograms/README.md +103 -14
- package/src/components/pictograms/svg/PictogramBiometric.tsx +78 -0
- package/src/components/pictograms/svg/PictogramBleedEnded.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedLostConnection.tsx +66 -0
- package/src/components/pictograms/svg/PictogramBleedPending.tsx +17 -9
- package/src/components/pictograms/svg/PictogramBleedQrCode.tsx +86 -0
- package/src/components/pictograms/svg/PictogramEmailDotCheck.tsx +53 -0
- package/src/components/pictograms/svg/PictogramEmailDotNotif.tsx +51 -0
- package/src/components/pictograms/svg/PictogramEnded.tsx +34 -0
- package/src/components/pictograms/svg/PictogramLostConnection.tsx +58 -0
- package/src/components/pictograms/svg/PictogramPending.tsx +17 -9
- package/src/components/pictograms/svg/PictogramQrCode.tsx +102 -0
- package/src/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
- package/src/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
- package/src/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
- package/src/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramPending.svg +1 -1
- package/src/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
- package/src/components/radio/RadioGroup.tsx +5 -4
- package/src/components/stepper/Stepper.tsx +62 -0
- package/src/components/stepper/index.tsx +1 -0
- package/src/components/typography/H1.tsx +8 -3
- package/src/components/typography/H2.tsx +8 -3
- package/src/components/typography/H3.tsx +8 -3
- package/src/components/typography/H4.tsx +5 -1
- package/src/components/typography/H6.tsx +6 -1
- package/src/components/typography/Hero.tsx +10 -3
- package/src/components/typography/LabelSmall.tsx +8 -1
- package/src/components/typography/LabelSmallAlt.tsx +51 -0
- package/src/components/typography/README.md +23 -0
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
- package/src/components/typography/index.tsx +1 -0
- package/lib/commonjs/components/icons/generateNewIcons.js +0 -165
- package/lib/commonjs/components/icons/generateNewIcons.js.map +0 -1
- package/lib/commonjs/components/icons/generateNewTimestamp.js +0 -8
- package/lib/commonjs/components/icons/generateNewTimestamp.js.map +0 -1
- package/lib/commonjs/components/icons/timestamp.txt +0 -1
- package/lib/commonjs/components/pictograms/generateNewPictograms.js +0 -163
- package/lib/commonjs/components/pictograms/generateNewPictograms.js.map +0 -1
- package/lib/commonjs/components/pictograms/timestamp.txt +0 -1
- package/lib/commonjs/stories/ButtonDS.stories.js +0 -34
- package/lib/commonjs/stories/ButtonDS.stories.js.map +0 -1
- package/lib/commonjs/stories/H1.stories.js +0 -33
- package/lib/commonjs/stories/H1.stories.js.map +0 -1
- package/lib/commonjs/stories/H2.stories.js +0 -33
- package/lib/commonjs/stories/H2.stories.js.map +0 -1
- package/lib/commonjs/stories/H3.stories.js +0 -33
- package/lib/commonjs/stories/H3.stories.js.map +0 -1
- package/lib/commonjs/stories/H4.stories.js +0 -33
- package/lib/commonjs/stories/H4.stories.js.map +0 -1
- package/lib/commonjs/stories/H5.stories.js +0 -33
- package/lib/commonjs/stories/H5.stories.js.map +0 -1
- package/lib/commonjs/stories/H6.stories.js +0 -33
- package/lib/commonjs/stories/H6.stories.js.map +0 -1
- package/lib/commonjs/stories/Label.stories.js +0 -33
- package/lib/commonjs/stories/Label.stories.js.map +0 -1
- package/lib/commonjs/stories/LabelSmall.stories.js +0 -33
- package/lib/commonjs/stories/LabelSmall.stories.js.map +0 -1
- package/lib/commonjs/stories/Link.stories.js +0 -33
- package/lib/commonjs/stories/Link.stories.js.map +0 -1
- package/lib/commonjs/stories/ModuleIDP.stories.js +0 -45
- package/lib/commonjs/stories/ModuleIDP.stories.js.map +0 -1
- package/lib/commonjs/stories/Monospace.stories.js +0 -33
- package/lib/commonjs/stories/Monospace.stories.js.map +0 -1
- package/lib/module/components/icons/generateNewIcons.js +0 -163
- package/lib/module/components/icons/generateNewIcons.js.map +0 -1
- package/lib/module/components/icons/generateNewTimestamp.js +0 -6
- package/lib/module/components/icons/generateNewTimestamp.js.map +0 -1
- package/lib/module/components/icons/timestamp.txt +0 -1
- package/lib/module/components/pictograms/generateNewPictograms.js +0 -161
- package/lib/module/components/pictograms/generateNewPictograms.js.map +0 -1
- package/lib/module/components/pictograms/timestamp.txt +0 -1
- package/lib/module/stories/ButtonDS.stories.js +0 -27
- package/lib/module/stories/ButtonDS.stories.js.map +0 -1
- package/lib/module/stories/H1.stories.js +0 -26
- package/lib/module/stories/H1.stories.js.map +0 -1
- package/lib/module/stories/H2.stories.js +0 -26
- package/lib/module/stories/H2.stories.js.map +0 -1
- package/lib/module/stories/H3.stories.js +0 -26
- package/lib/module/stories/H3.stories.js.map +0 -1
- package/lib/module/stories/H4.stories.js +0 -26
- package/lib/module/stories/H4.stories.js.map +0 -1
- package/lib/module/stories/H5.stories.js +0 -26
- package/lib/module/stories/H5.stories.js.map +0 -1
- package/lib/module/stories/H6.stories.js +0 -26
- package/lib/module/stories/H6.stories.js.map +0 -1
- package/lib/module/stories/Label.stories.js +0 -26
- package/lib/module/stories/Label.stories.js.map +0 -1
- package/lib/module/stories/LabelSmall.stories.js +0 -26
- package/lib/module/stories/LabelSmall.stories.js.map +0 -1
- package/lib/module/stories/Link.stories.js +0 -26
- package/lib/module/stories/Link.stories.js.map +0 -1
- package/lib/module/stories/ModuleIDP.stories.js +0 -37
- package/lib/module/stories/ModuleIDP.stories.js.map +0 -1
- package/lib/module/stories/Monospace.stories.js +0 -26
- package/lib/module/stories/Monospace.stories.js.map +0 -1
- package/lib/typescript/stories/ButtonDS.stories.d.ts +0 -14
- package/lib/typescript/stories/ButtonDS.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H1.stories.d.ts +0 -19
- package/lib/typescript/stories/H1.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H2.stories.d.ts +0 -19
- package/lib/typescript/stories/H2.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H3.stories.d.ts +0 -19
- package/lib/typescript/stories/H3.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H4.stories.d.ts +0 -19
- package/lib/typescript/stories/H4.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H5.stories.d.ts +0 -19
- package/lib/typescript/stories/H5.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H6.stories.d.ts +0 -19
- package/lib/typescript/stories/H6.stories.d.ts.map +0 -1
- package/lib/typescript/stories/Label.stories.d.ts +0 -21
- package/lib/typescript/stories/Label.stories.d.ts.map +0 -1
- package/lib/typescript/stories/LabelSmall.stories.d.ts +0 -21
- package/lib/typescript/stories/LabelSmall.stories.d.ts.map +0 -1
- package/lib/typescript/stories/Link.stories.d.ts +0 -21
- package/lib/typescript/stories/Link.stories.d.ts.map +0 -1
- package/lib/typescript/stories/ModuleIDP.stories.d.ts +0 -24
- package/lib/typescript/stories/ModuleIDP.stories.d.ts.map +0 -1
- package/lib/typescript/stories/Monospace.stories.d.ts +0 -19
- package/lib/typescript/stories/Monospace.stories.d.ts.map +0 -1
- package/src/components/icons/generateNewIcons.js +0 -186
- package/src/components/icons/generateNewTimestamp.js +0 -7
- package/src/components/icons/timestamp.txt +0 -1
- package/src/components/pictograms/generateNewPictograms.js +0 -181
- package/src/components/pictograms/timestamp.txt +0 -1
- package/src/stories/ButtonDS.stories.ts +0 -31
- package/src/stories/H1.stories.ts +0 -28
- package/src/stories/H2.stories.ts +0 -28
- package/src/stories/H3.stories.ts +0 -28
- package/src/stories/H4.stories.ts +0 -28
- package/src/stories/H5.stories.ts +0 -28
- package/src/stories/H6.stories.ts +0 -28
- package/src/stories/Label.stories.ts +0 -28
- package/src/stories/LabelSmall.stories.ts +0 -28
- package/src/stories/Link.stories.ts +0 -28
- package/src/stories/ModuleIDP.stories.tsx +0 -44
- package/src/stories/Monospace.stories.ts +0 -28
|
@@ -79,10 +79,10 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
|
|
|
79
79
|
[
|
|
80
80
|
{
|
|
81
81
|
"fontFamily": "Titillium Web",
|
|
82
|
-
"fontSize":
|
|
82
|
+
"fontSize": 16,
|
|
83
83
|
"fontStyle": "normal",
|
|
84
84
|
"fontWeight": "600",
|
|
85
|
-
"lineHeight":
|
|
85
|
+
"lineHeight": 20,
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"color": "#0073E6",
|
|
@@ -237,12 +237,14 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
|
|
|
237
237
|
fontStyle={
|
|
238
238
|
{
|
|
239
239
|
"fontSize": 14,
|
|
240
|
+
"lineHeight": 21,
|
|
240
241
|
}
|
|
241
242
|
}
|
|
242
243
|
style={
|
|
243
244
|
[
|
|
244
245
|
{
|
|
245
246
|
"fontSize": 14,
|
|
247
|
+
"lineHeight": 21,
|
|
246
248
|
},
|
|
247
249
|
{
|
|
248
250
|
"color": "#555C70",
|
|
@@ -264,16 +266,16 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
|
|
|
264
266
|
font="TitilliumWeb"
|
|
265
267
|
fontStyle={
|
|
266
268
|
{
|
|
267
|
-
"fontSize":
|
|
268
|
-
"lineHeight":
|
|
269
|
+
"fontSize": 18,
|
|
270
|
+
"lineHeight": 25,
|
|
269
271
|
}
|
|
270
272
|
}
|
|
271
273
|
numberOfLines={2}
|
|
272
274
|
style={
|
|
273
275
|
[
|
|
274
276
|
{
|
|
275
|
-
"fontSize":
|
|
276
|
-
"lineHeight":
|
|
277
|
+
"fontSize": 18,
|
|
278
|
+
"lineHeight": 25,
|
|
277
279
|
},
|
|
278
280
|
{
|
|
279
281
|
"color": "#0E0F13",
|
|
@@ -368,24 +370,24 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
|
|
|
368
370
|
>
|
|
369
371
|
<Text
|
|
370
372
|
allowFontScaling={false}
|
|
371
|
-
color="
|
|
372
|
-
defaultColor="
|
|
373
|
-
defaultWeight="
|
|
373
|
+
color="grey-700"
|
|
374
|
+
defaultColor="blue"
|
|
375
|
+
defaultWeight="Bold"
|
|
374
376
|
font="TitilliumWeb"
|
|
375
377
|
fontStyle={
|
|
376
378
|
{
|
|
377
|
-
"fontSize":
|
|
378
|
-
"lineHeight":
|
|
379
|
+
"fontSize": 14,
|
|
380
|
+
"lineHeight": 21,
|
|
379
381
|
}
|
|
380
382
|
}
|
|
381
383
|
style={
|
|
382
384
|
[
|
|
383
385
|
{
|
|
384
|
-
"fontSize":
|
|
385
|
-
"lineHeight":
|
|
386
|
+
"fontSize": 14,
|
|
387
|
+
"lineHeight": 21,
|
|
386
388
|
},
|
|
387
389
|
{
|
|
388
|
-
"color": "#
|
|
390
|
+
"color": "#555C70",
|
|
389
391
|
"fontFamily": "Titillium Web",
|
|
390
392
|
"fontStyle": "normal",
|
|
391
393
|
"fontWeight": "400",
|
|
@@ -396,29 +398,34 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
|
|
|
396
398
|
>
|
|
397
399
|
label
|
|
398
400
|
</Text>
|
|
399
|
-
<
|
|
400
|
-
|
|
401
|
+
<Text
|
|
402
|
+
allowFontScaling={false}
|
|
403
|
+
color="blue"
|
|
404
|
+
defaultColor="black"
|
|
405
|
+
defaultWeight="SemiBold"
|
|
406
|
+
font="TitilliumWeb"
|
|
407
|
+
fontStyle={
|
|
401
408
|
{
|
|
402
|
-
"
|
|
409
|
+
"fontSize": 18,
|
|
410
|
+
"lineHeight": 25,
|
|
403
411
|
}
|
|
404
412
|
}
|
|
405
|
-
/>
|
|
406
|
-
<Text
|
|
407
413
|
numberOfLines={2}
|
|
408
414
|
style={
|
|
409
415
|
[
|
|
410
416
|
{
|
|
411
|
-
"fontFamily": "Titillium Web",
|
|
412
417
|
"fontSize": 18,
|
|
413
|
-
"
|
|
414
|
-
"fontWeight": "600",
|
|
415
|
-
"lineHeight": 24,
|
|
418
|
+
"lineHeight": 25,
|
|
416
419
|
},
|
|
417
420
|
{
|
|
418
421
|
"color": "#0073E6",
|
|
422
|
+
"fontFamily": "Titillium Web",
|
|
423
|
+
"fontStyle": "normal",
|
|
424
|
+
"fontWeight": "600",
|
|
419
425
|
},
|
|
420
426
|
]
|
|
421
427
|
}
|
|
428
|
+
weight="SemiBold"
|
|
422
429
|
>
|
|
423
430
|
testValue
|
|
424
431
|
</Text>
|
|
@@ -564,16 +571,32 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
|
|
|
564
571
|
}
|
|
565
572
|
>
|
|
566
573
|
<Text
|
|
567
|
-
|
|
574
|
+
allowFontScaling={false}
|
|
575
|
+
color="black"
|
|
576
|
+
defaultColor="black"
|
|
577
|
+
defaultWeight="SemiBold"
|
|
578
|
+
font="TitilliumWeb"
|
|
579
|
+
fontStyle={
|
|
568
580
|
{
|
|
569
|
-
"color": "#17324D",
|
|
570
|
-
"fontFamily": "Titillium Web",
|
|
571
581
|
"fontSize": 18,
|
|
572
|
-
"
|
|
573
|
-
"fontWeight": "600",
|
|
574
|
-
"lineHeight": 24,
|
|
582
|
+
"lineHeight": 25,
|
|
575
583
|
}
|
|
576
584
|
}
|
|
585
|
+
style={
|
|
586
|
+
[
|
|
587
|
+
{
|
|
588
|
+
"fontSize": 18,
|
|
589
|
+
"lineHeight": 25,
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"color": "#0E0F13",
|
|
593
|
+
"fontFamily": "Titillium Web",
|
|
594
|
+
"fontStyle": "normal",
|
|
595
|
+
"fontWeight": "600",
|
|
596
|
+
},
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
weight="SemiBold"
|
|
577
600
|
>
|
|
578
601
|
testValue
|
|
579
602
|
</Text>
|
|
@@ -781,20 +804,32 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
|
|
|
781
804
|
}
|
|
782
805
|
>
|
|
783
806
|
<Text
|
|
807
|
+
allowFontScaling={false}
|
|
808
|
+
color="black"
|
|
809
|
+
defaultColor="black"
|
|
810
|
+
defaultWeight="SemiBold"
|
|
811
|
+
font="TitilliumWeb"
|
|
812
|
+
fontStyle={
|
|
813
|
+
{
|
|
814
|
+
"fontSize": 18,
|
|
815
|
+
"lineHeight": 25,
|
|
816
|
+
}
|
|
817
|
+
}
|
|
784
818
|
style={
|
|
785
819
|
[
|
|
786
820
|
{
|
|
787
|
-
"fontFamily": "Titillium Web",
|
|
788
821
|
"fontSize": 18,
|
|
789
|
-
"
|
|
790
|
-
"fontWeight": "600",
|
|
791
|
-
"lineHeight": 24,
|
|
822
|
+
"lineHeight": 25,
|
|
792
823
|
},
|
|
793
824
|
{
|
|
794
|
-
"color": "#
|
|
825
|
+
"color": "#0E0F13",
|
|
826
|
+
"fontFamily": "Titillium Web",
|
|
827
|
+
"fontStyle": "normal",
|
|
828
|
+
"fontWeight": "600",
|
|
795
829
|
},
|
|
796
830
|
]
|
|
797
831
|
}
|
|
832
|
+
weight="SemiBold"
|
|
798
833
|
>
|
|
799
834
|
testValue
|
|
800
835
|
</Text>
|
|
@@ -866,6 +901,621 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
|
|
|
866
901
|
</View>
|
|
867
902
|
`;
|
|
868
903
|
|
|
904
|
+
exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
|
|
905
|
+
<View
|
|
906
|
+
accessibilityRole="button"
|
|
907
|
+
accessibilityState={
|
|
908
|
+
{
|
|
909
|
+
"busy": undefined,
|
|
910
|
+
"checked": undefined,
|
|
911
|
+
"disabled": undefined,
|
|
912
|
+
"expanded": undefined,
|
|
913
|
+
"selected": undefined,
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
accessibilityValue={
|
|
917
|
+
{
|
|
918
|
+
"max": undefined,
|
|
919
|
+
"min": undefined,
|
|
920
|
+
"now": undefined,
|
|
921
|
+
"text": undefined,
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
accessible={true}
|
|
925
|
+
collapsable={false}
|
|
926
|
+
focusable={true}
|
|
927
|
+
onBlur={[Function]}
|
|
928
|
+
onClick={[Function]}
|
|
929
|
+
onFocus={[Function]}
|
|
930
|
+
onResponderGrant={[Function]}
|
|
931
|
+
onResponderMove={[Function]}
|
|
932
|
+
onResponderRelease={[Function]}
|
|
933
|
+
onResponderTerminate={[Function]}
|
|
934
|
+
onResponderTerminationRequest={[Function]}
|
|
935
|
+
onStartShouldSetResponder={[Function]}
|
|
936
|
+
onTouchEnd={[Function]}
|
|
937
|
+
>
|
|
938
|
+
<View
|
|
939
|
+
style={
|
|
940
|
+
[
|
|
941
|
+
{
|
|
942
|
+
"marginHorizontal": -24,
|
|
943
|
+
"paddingHorizontal": 24,
|
|
944
|
+
"paddingVertical": 12,
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"backgroundColor": undefined,
|
|
948
|
+
},
|
|
949
|
+
]
|
|
950
|
+
}
|
|
951
|
+
>
|
|
952
|
+
<View
|
|
953
|
+
style={
|
|
954
|
+
[
|
|
955
|
+
{
|
|
956
|
+
"alignItems": "center",
|
|
957
|
+
"flexDirection": "row",
|
|
958
|
+
"justifyContent": "space-between",
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"transform": [
|
|
962
|
+
{
|
|
963
|
+
"scale": undefined,
|
|
964
|
+
},
|
|
965
|
+
],
|
|
966
|
+
},
|
|
967
|
+
]
|
|
968
|
+
}
|
|
969
|
+
>
|
|
970
|
+
<View>
|
|
971
|
+
<Text
|
|
972
|
+
allowFontScaling={false}
|
|
973
|
+
color="black"
|
|
974
|
+
defaultColor="black"
|
|
975
|
+
defaultWeight="SemiBold"
|
|
976
|
+
font="TitilliumWeb"
|
|
977
|
+
fontStyle={
|
|
978
|
+
{
|
|
979
|
+
"fontSize": 16,
|
|
980
|
+
"lineHeight": 21,
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
style={
|
|
984
|
+
[
|
|
985
|
+
{
|
|
986
|
+
"fontSize": 16,
|
|
987
|
+
"lineHeight": 21,
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"color": "#0E0F13",
|
|
991
|
+
"fontFamily": "Titillium Web",
|
|
992
|
+
"fontStyle": "normal",
|
|
993
|
+
"fontWeight": "600",
|
|
994
|
+
},
|
|
995
|
+
]
|
|
996
|
+
}
|
|
997
|
+
weight="SemiBold"
|
|
998
|
+
>
|
|
999
|
+
label
|
|
1000
|
+
</Text>
|
|
1001
|
+
<View
|
|
1002
|
+
style={
|
|
1003
|
+
{
|
|
1004
|
+
"height": 4,
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1007
|
+
/>
|
|
1008
|
+
<View
|
|
1009
|
+
style={
|
|
1010
|
+
{
|
|
1011
|
+
"alignItems": "center",
|
|
1012
|
+
"flexDirection": "row",
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
>
|
|
1016
|
+
<RNSVGSvgView
|
|
1017
|
+
accessibilityElementsHidden={true}
|
|
1018
|
+
accessibilityLabel=""
|
|
1019
|
+
accessible={false}
|
|
1020
|
+
align="xMidYMid"
|
|
1021
|
+
bbHeight={16}
|
|
1022
|
+
bbWidth={16}
|
|
1023
|
+
color={4283766755}
|
|
1024
|
+
focusable={false}
|
|
1025
|
+
height={16}
|
|
1026
|
+
importantForAccessibility="no-hide-descendants"
|
|
1027
|
+
meetOrSlice={0}
|
|
1028
|
+
minX={0}
|
|
1029
|
+
minY={0}
|
|
1030
|
+
style={
|
|
1031
|
+
[
|
|
1032
|
+
{
|
|
1033
|
+
"backgroundColor": "transparent",
|
|
1034
|
+
"borderWidth": 0,
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"color": "#5517E3",
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"flex": 0,
|
|
1041
|
+
"height": 16,
|
|
1042
|
+
"width": 16,
|
|
1043
|
+
},
|
|
1044
|
+
]
|
|
1045
|
+
}
|
|
1046
|
+
tintColor={4283766755}
|
|
1047
|
+
vbHeight={17}
|
|
1048
|
+
vbWidth={16}
|
|
1049
|
+
width={16}
|
|
1050
|
+
>
|
|
1051
|
+
<RNSVGGroup>
|
|
1052
|
+
<RNSVGPath
|
|
1053
|
+
d="M5.64418.97979c.23675-.63972 1.14156-.63972 1.37831 0l1.27772 3.45256a.73476.73476 0 0 0 .43411.43411l3.45258 1.27772c.6397.23675.6397 1.14156 0 1.37831L8.73432 8.80021a.73476.73476 0 0 0-.43411.43411L7.02249 12.6869c-.23675.6397-1.14156.6397-1.37831 0L4.36646 9.23432a.73476.73476 0 0 0-.43411-.43411L.47979 7.52249c-.63972-.23675-.63972-1.14156 0-1.37831l3.45256-1.27772a.73476.73476 0 0 0 .43411-.43411L5.64418.97979Zm6.65942 9.10601c.1246-.33665.6008-.33665.7255 0l.6724 1.8172a.38723.38723 0 0 0 .2285.2285l1.8172.6725c.3366.1246.3366.6008 0 .7254l-1.8172.6725a.3868.3868 0 0 0-.2285.2284l-.6724 1.8172c-.1247.3367-.6009.3367-.7255 0l-.6725-1.8172a.38638.38638 0 0 0-.2284-.2284l-1.81717-.6725c-.3367-.1246-.3367-.6008 0-.7254l1.81717-.6725a.3868.3868 0 0 0 .2284-.2285l.6725-1.8172Z"
|
|
1054
|
+
fill={
|
|
1055
|
+
[
|
|
1056
|
+
2,
|
|
1057
|
+
]
|
|
1058
|
+
}
|
|
1059
|
+
propList={
|
|
1060
|
+
[
|
|
1061
|
+
"fill",
|
|
1062
|
+
]
|
|
1063
|
+
}
|
|
1064
|
+
/>
|
|
1065
|
+
</RNSVGGroup>
|
|
1066
|
+
</RNSVGSvgView>
|
|
1067
|
+
<View
|
|
1068
|
+
style={
|
|
1069
|
+
{
|
|
1070
|
+
"width": 4,
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
/>
|
|
1074
|
+
<Text
|
|
1075
|
+
allowFontScaling={false}
|
|
1076
|
+
color="hanPurple-500"
|
|
1077
|
+
defaultColor="blue"
|
|
1078
|
+
defaultWeight="Bold"
|
|
1079
|
+
font="TitilliumWeb"
|
|
1080
|
+
fontStyle={
|
|
1081
|
+
{
|
|
1082
|
+
"fontSize": 14,
|
|
1083
|
+
"lineHeight": 21,
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
style={
|
|
1087
|
+
[
|
|
1088
|
+
{
|
|
1089
|
+
"fontSize": 14,
|
|
1090
|
+
"lineHeight": 21,
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"color": "#5517E3",
|
|
1094
|
+
"fontFamily": "Titillium Web",
|
|
1095
|
+
"fontStyle": "normal",
|
|
1096
|
+
"fontWeight": "400",
|
|
1097
|
+
},
|
|
1098
|
+
]
|
|
1099
|
+
}
|
|
1100
|
+
weight="Regular"
|
|
1101
|
+
>
|
|
1102
|
+
suggestReason
|
|
1103
|
+
</Text>
|
|
1104
|
+
</View>
|
|
1105
|
+
</View>
|
|
1106
|
+
<View
|
|
1107
|
+
pointerEvents="none"
|
|
1108
|
+
style={
|
|
1109
|
+
{
|
|
1110
|
+
"flexDirection": "row",
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
>
|
|
1114
|
+
<Text
|
|
1115
|
+
allowFontScaling={false}
|
|
1116
|
+
color="blueIO-500"
|
|
1117
|
+
defaultColor="black"
|
|
1118
|
+
defaultWeight="SemiBold"
|
|
1119
|
+
font="TitilliumWeb"
|
|
1120
|
+
fontStyle={
|
|
1121
|
+
{
|
|
1122
|
+
"fontSize": 18,
|
|
1123
|
+
"lineHeight": 25,
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
style={
|
|
1127
|
+
[
|
|
1128
|
+
{
|
|
1129
|
+
"fontSize": 18,
|
|
1130
|
+
"lineHeight": 25,
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"color": "#0B3EE3",
|
|
1134
|
+
"fontFamily": "Titillium Web",
|
|
1135
|
+
"fontStyle": "normal",
|
|
1136
|
+
"fontWeight": "600",
|
|
1137
|
+
},
|
|
1138
|
+
]
|
|
1139
|
+
}
|
|
1140
|
+
weight="SemiBold"
|
|
1141
|
+
>
|
|
1142
|
+
€ 1.000,00
|
|
1143
|
+
</Text>
|
|
1144
|
+
<View
|
|
1145
|
+
style={
|
|
1146
|
+
{
|
|
1147
|
+
"width": 8,
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
/>
|
|
1151
|
+
<View
|
|
1152
|
+
accessibilityState={
|
|
1153
|
+
{
|
|
1154
|
+
"busy": undefined,
|
|
1155
|
+
"checked": undefined,
|
|
1156
|
+
"disabled": undefined,
|
|
1157
|
+
"expanded": undefined,
|
|
1158
|
+
"selected": undefined,
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
accessibilityValue={
|
|
1162
|
+
{
|
|
1163
|
+
"max": undefined,
|
|
1164
|
+
"min": undefined,
|
|
1165
|
+
"now": undefined,
|
|
1166
|
+
"text": undefined,
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
accessible={true}
|
|
1170
|
+
collapsable={false}
|
|
1171
|
+
focusable={true}
|
|
1172
|
+
onBlur={[Function]}
|
|
1173
|
+
onClick={[Function]}
|
|
1174
|
+
onFocus={[Function]}
|
|
1175
|
+
onResponderGrant={[Function]}
|
|
1176
|
+
onResponderMove={[Function]}
|
|
1177
|
+
onResponderRelease={[Function]}
|
|
1178
|
+
onResponderTerminate={[Function]}
|
|
1179
|
+
onResponderTerminationRequest={[Function]}
|
|
1180
|
+
onStartShouldSetResponder={[Function]}
|
|
1181
|
+
style={
|
|
1182
|
+
{
|
|
1183
|
+
"height": 24,
|
|
1184
|
+
"width": 24,
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
testID="AnimatedRadioInput"
|
|
1188
|
+
>
|
|
1189
|
+
<View
|
|
1190
|
+
style={
|
|
1191
|
+
[
|
|
1192
|
+
{
|
|
1193
|
+
"borderRadius": 12,
|
|
1194
|
+
"borderWidth": 2,
|
|
1195
|
+
"height": 24,
|
|
1196
|
+
"left": 0,
|
|
1197
|
+
"position": "absolute",
|
|
1198
|
+
"top": 0,
|
|
1199
|
+
"width": 24,
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"borderColor": "#475A6D",
|
|
1203
|
+
},
|
|
1204
|
+
]
|
|
1205
|
+
}
|
|
1206
|
+
/>
|
|
1207
|
+
<View
|
|
1208
|
+
style={
|
|
1209
|
+
[
|
|
1210
|
+
{
|
|
1211
|
+
"borderRadius": 12,
|
|
1212
|
+
"height": 24,
|
|
1213
|
+
"left": 0,
|
|
1214
|
+
"position": "absolute",
|
|
1215
|
+
"top": 0,
|
|
1216
|
+
"width": 24,
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"backgroundColor": "#0073E6",
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"opacity": 1,
|
|
1223
|
+
"transform": [
|
|
1224
|
+
{
|
|
1225
|
+
"scale": undefined,
|
|
1226
|
+
},
|
|
1227
|
+
],
|
|
1228
|
+
},
|
|
1229
|
+
]
|
|
1230
|
+
}
|
|
1231
|
+
/>
|
|
1232
|
+
<View>
|
|
1233
|
+
<RNSVGSvgView
|
|
1234
|
+
align="xMidYMid"
|
|
1235
|
+
bbHeight="100%"
|
|
1236
|
+
bbWidth="100%"
|
|
1237
|
+
focusable={false}
|
|
1238
|
+
meetOrSlice={0}
|
|
1239
|
+
minX={0}
|
|
1240
|
+
minY={0}
|
|
1241
|
+
style={
|
|
1242
|
+
[
|
|
1243
|
+
{
|
|
1244
|
+
"backgroundColor": "transparent",
|
|
1245
|
+
"borderWidth": 0,
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"flex": 0,
|
|
1249
|
+
"height": "100%",
|
|
1250
|
+
"width": "100%",
|
|
1251
|
+
},
|
|
1252
|
+
]
|
|
1253
|
+
}
|
|
1254
|
+
vbHeight={24}
|
|
1255
|
+
vbWidth={24}
|
|
1256
|
+
>
|
|
1257
|
+
<RNSVGGroup>
|
|
1258
|
+
<RNSVGPath
|
|
1259
|
+
d="m7 12 4 4 7-7"
|
|
1260
|
+
fill={null}
|
|
1261
|
+
onLayout={[Function]}
|
|
1262
|
+
propList={
|
|
1263
|
+
[
|
|
1264
|
+
"fill",
|
|
1265
|
+
"stroke",
|
|
1266
|
+
"strokeWidth",
|
|
1267
|
+
"strokeDasharray",
|
|
1268
|
+
"strokeLinecap",
|
|
1269
|
+
"strokeLinejoin",
|
|
1270
|
+
]
|
|
1271
|
+
}
|
|
1272
|
+
stroke={4294967295}
|
|
1273
|
+
strokeDasharray={null}
|
|
1274
|
+
strokeLinecap={1}
|
|
1275
|
+
strokeLinejoin={1}
|
|
1276
|
+
strokeWidth={2}
|
|
1277
|
+
/>
|
|
1278
|
+
</RNSVGGroup>
|
|
1279
|
+
</RNSVGSvgView>
|
|
1280
|
+
</View>
|
|
1281
|
+
</View>
|
|
1282
|
+
</View>
|
|
1283
|
+
</View>
|
|
1284
|
+
</View>
|
|
1285
|
+
</View>
|
|
1286
|
+
`;
|
|
1287
|
+
|
|
1288
|
+
exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
|
|
1289
|
+
<View
|
|
1290
|
+
accessibilityRole="button"
|
|
1291
|
+
accessibilityState={
|
|
1292
|
+
{
|
|
1293
|
+
"busy": undefined,
|
|
1294
|
+
"checked": undefined,
|
|
1295
|
+
"disabled": undefined,
|
|
1296
|
+
"expanded": undefined,
|
|
1297
|
+
"selected": undefined,
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
accessibilityValue={
|
|
1301
|
+
{
|
|
1302
|
+
"max": undefined,
|
|
1303
|
+
"min": undefined,
|
|
1304
|
+
"now": undefined,
|
|
1305
|
+
"text": undefined,
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
accessible={true}
|
|
1309
|
+
collapsable={false}
|
|
1310
|
+
focusable={true}
|
|
1311
|
+
onBlur={[Function]}
|
|
1312
|
+
onClick={[Function]}
|
|
1313
|
+
onFocus={[Function]}
|
|
1314
|
+
onResponderGrant={[Function]}
|
|
1315
|
+
onResponderMove={[Function]}
|
|
1316
|
+
onResponderRelease={[Function]}
|
|
1317
|
+
onResponderTerminate={[Function]}
|
|
1318
|
+
onResponderTerminationRequest={[Function]}
|
|
1319
|
+
onStartShouldSetResponder={[Function]}
|
|
1320
|
+
onTouchEnd={[Function]}
|
|
1321
|
+
>
|
|
1322
|
+
<View
|
|
1323
|
+
style={
|
|
1324
|
+
[
|
|
1325
|
+
{
|
|
1326
|
+
"marginHorizontal": -24,
|
|
1327
|
+
"paddingHorizontal": 24,
|
|
1328
|
+
"paddingVertical": 12,
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"backgroundColor": undefined,
|
|
1332
|
+
},
|
|
1333
|
+
]
|
|
1334
|
+
}
|
|
1335
|
+
>
|
|
1336
|
+
<View
|
|
1337
|
+
style={
|
|
1338
|
+
[
|
|
1339
|
+
{
|
|
1340
|
+
"alignItems": "center",
|
|
1341
|
+
"flexDirection": "row",
|
|
1342
|
+
"justifyContent": "space-between",
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"transform": [
|
|
1346
|
+
{
|
|
1347
|
+
"scale": undefined,
|
|
1348
|
+
},
|
|
1349
|
+
],
|
|
1350
|
+
},
|
|
1351
|
+
]
|
|
1352
|
+
}
|
|
1353
|
+
>
|
|
1354
|
+
<View>
|
|
1355
|
+
<Text
|
|
1356
|
+
allowFontScaling={false}
|
|
1357
|
+
color="black"
|
|
1358
|
+
defaultColor="black"
|
|
1359
|
+
defaultWeight="SemiBold"
|
|
1360
|
+
font="TitilliumWeb"
|
|
1361
|
+
fontStyle={
|
|
1362
|
+
{
|
|
1363
|
+
"fontSize": 16,
|
|
1364
|
+
"lineHeight": 21,
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
style={
|
|
1368
|
+
[
|
|
1369
|
+
{
|
|
1370
|
+
"fontSize": 16,
|
|
1371
|
+
"lineHeight": 21,
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"color": "#0E0F13",
|
|
1375
|
+
"fontFamily": "Titillium Web",
|
|
1376
|
+
"fontStyle": "normal",
|
|
1377
|
+
"fontWeight": "600",
|
|
1378
|
+
},
|
|
1379
|
+
]
|
|
1380
|
+
}
|
|
1381
|
+
weight="SemiBold"
|
|
1382
|
+
>
|
|
1383
|
+
label
|
|
1384
|
+
</Text>
|
|
1385
|
+
</View>
|
|
1386
|
+
<View
|
|
1387
|
+
pointerEvents="none"
|
|
1388
|
+
style={
|
|
1389
|
+
{
|
|
1390
|
+
"flexDirection": "row",
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
>
|
|
1394
|
+
<Text
|
|
1395
|
+
allowFontScaling={false}
|
|
1396
|
+
color="blueIO-500"
|
|
1397
|
+
defaultColor="black"
|
|
1398
|
+
defaultWeight="SemiBold"
|
|
1399
|
+
font="TitilliumWeb"
|
|
1400
|
+
fontStyle={
|
|
1401
|
+
{
|
|
1402
|
+
"fontSize": 18,
|
|
1403
|
+
"lineHeight": 25,
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
style={
|
|
1407
|
+
[
|
|
1408
|
+
{
|
|
1409
|
+
"fontSize": 18,
|
|
1410
|
+
"lineHeight": 25,
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"color": "#0B3EE3",
|
|
1414
|
+
"fontFamily": "Titillium Web",
|
|
1415
|
+
"fontStyle": "normal",
|
|
1416
|
+
"fontWeight": "600",
|
|
1417
|
+
},
|
|
1418
|
+
]
|
|
1419
|
+
}
|
|
1420
|
+
weight="SemiBold"
|
|
1421
|
+
>
|
|
1422
|
+
€ 1.000,00
|
|
1423
|
+
</Text>
|
|
1424
|
+
<View
|
|
1425
|
+
style={
|
|
1426
|
+
{
|
|
1427
|
+
"width": 8,
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
/>
|
|
1431
|
+
<View
|
|
1432
|
+
accessibilityState={
|
|
1433
|
+
{
|
|
1434
|
+
"busy": undefined,
|
|
1435
|
+
"checked": undefined,
|
|
1436
|
+
"disabled": undefined,
|
|
1437
|
+
"expanded": undefined,
|
|
1438
|
+
"selected": undefined,
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
accessibilityValue={
|
|
1442
|
+
{
|
|
1443
|
+
"max": undefined,
|
|
1444
|
+
"min": undefined,
|
|
1445
|
+
"now": undefined,
|
|
1446
|
+
"text": undefined,
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
accessible={true}
|
|
1450
|
+
collapsable={false}
|
|
1451
|
+
focusable={true}
|
|
1452
|
+
onBlur={[Function]}
|
|
1453
|
+
onClick={[Function]}
|
|
1454
|
+
onFocus={[Function]}
|
|
1455
|
+
onResponderGrant={[Function]}
|
|
1456
|
+
onResponderMove={[Function]}
|
|
1457
|
+
onResponderRelease={[Function]}
|
|
1458
|
+
onResponderTerminate={[Function]}
|
|
1459
|
+
onResponderTerminationRequest={[Function]}
|
|
1460
|
+
onStartShouldSetResponder={[Function]}
|
|
1461
|
+
style={
|
|
1462
|
+
{
|
|
1463
|
+
"height": 24,
|
|
1464
|
+
"width": 24,
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
testID="AnimatedRadioInput"
|
|
1468
|
+
>
|
|
1469
|
+
<View
|
|
1470
|
+
style={
|
|
1471
|
+
[
|
|
1472
|
+
{
|
|
1473
|
+
"borderRadius": 12,
|
|
1474
|
+
"borderWidth": 2,
|
|
1475
|
+
"height": 24,
|
|
1476
|
+
"left": 0,
|
|
1477
|
+
"position": "absolute",
|
|
1478
|
+
"top": 0,
|
|
1479
|
+
"width": 24,
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"borderColor": "#475A6D",
|
|
1483
|
+
},
|
|
1484
|
+
]
|
|
1485
|
+
}
|
|
1486
|
+
/>
|
|
1487
|
+
<View
|
|
1488
|
+
style={
|
|
1489
|
+
[
|
|
1490
|
+
{
|
|
1491
|
+
"borderRadius": 12,
|
|
1492
|
+
"height": 24,
|
|
1493
|
+
"left": 0,
|
|
1494
|
+
"position": "absolute",
|
|
1495
|
+
"top": 0,
|
|
1496
|
+
"width": 24,
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"backgroundColor": "#0073E6",
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"opacity": 0,
|
|
1503
|
+
"transform": [
|
|
1504
|
+
{
|
|
1505
|
+
"scale": undefined,
|
|
1506
|
+
},
|
|
1507
|
+
],
|
|
1508
|
+
},
|
|
1509
|
+
]
|
|
1510
|
+
}
|
|
1511
|
+
/>
|
|
1512
|
+
</View>
|
|
1513
|
+
</View>
|
|
1514
|
+
</View>
|
|
1515
|
+
</View>
|
|
1516
|
+
</View>
|
|
1517
|
+
`;
|
|
1518
|
+
|
|
869
1519
|
exports[`Test List Item Components ListItemTransaction Snapshot 1`] = `
|
|
870
1520
|
<View
|
|
871
1521
|
accessible={false}
|