@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
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_14929_5237)"><g clip-path="url(#clip1_14929_5237)"><path d="M184.79 118.12C181.67 118.58 179.14 117.85 177.27 115.97C173.79 112.48 173.06 105.51 174.91 93.38C175.43 89.96 176.72 87.3 178.72 85.44C173.27 76.4 165.62 68.52 155.95 62.68C124.18 43.5 82.87 53.7 63.69 85.47C44.5 117.24 54.7 158.55 86.47 177.74C115.98 195.56 153.7 188.02 174.3 161.4L175.66 159.59C177.58 158.54 177.09 156.9 178.28 155.67C178.43 155.43 178.59 155.2 178.74 154.95C185.96 142.99 189.02 129.69 188.33 116.72C187.16 117.54 185.93 117.95 184.79 118.12Z" fill="#AAEEEF"/><path d="M121.76 181.43C108.18 181.43 95.0895 176.92 84.2595 168.39C71.4995 158.34 63.4095 143.92 61.4895 127.79C59.5695 111.66 64.0495 95.75 74.0995 82.98C74.7795 82.11 76.0395 81.96 76.9095 82.65C77.7795 83.33 77.9295 84.59 77.2395 85.46C67.8495 97.38 63.6695 112.25 65.4595 127.32C67.2495 142.39 74.8095 155.86 86.7295 165.25C98.6495 174.64 113.52 178.82 128.59 177.03C143.66 175.24 157.13 167.68 166.52 155.76C167.2 154.89 168.46 154.74 169.33 155.43C170.2 156.11 170.35 157.37 169.66 158.24C159.61 171 145.19 179.09 129.06 181.01C126.62 181.3 124.18 181.44 121.76 181.44V181.43Z" fill="#00C5CA"/><path d="M118.89 181.37C118.89 181.37 118.8 181.37 118.76 181.37L118.89 179.37L118.73 181.36C117.63 181.31 116.77 180.38 116.81 179.28C116.85 178.18 117.74 177.32 118.86 177.36C118.88 177.36 119 177.36 119.02 177.36C120.12 177.43 120.96 178.38 120.89 179.48C120.82 180.54 119.94 181.35 118.9 181.35L118.89 181.37ZM137.12 179.42C136.25 179.42 135.45 178.85 135.2 177.98C134.89 176.92 135.5 175.81 136.56 175.5C136.57 175.5 136.68 175.47 136.69 175.46C137.76 175.17 138.86 175.81 139.14 176.88C139.42 177.95 138.79 179.04 137.72 179.33L137.2 177.4L137.67 179.35C137.48 179.4 137.3 179.43 137.11 179.43L137.12 179.42ZM100.85 177.55C100.62 177.55 100.39 177.51 100.16 177.42C100.15 177.42 100.05 177.38 100.04 177.37C99.0101 176.96 98.5201 175.8 98.9301 174.77C99.3401 173.75 100.5 173.25 101.53 173.66C102.55 174.07 103.09 175.24 102.69 176.26C102.38 177.05 101.65 177.55 100.85 177.55ZM153.95 171.93C153.29 171.93 152.64 171.6 152.26 171C151.67 170.07 151.95 168.83 152.89 168.24C153.82 167.65 155.08 167.9 155.68 168.83C156.27 169.75 156.05 170.96 155.13 171.56C155.13 171.56 155.03 171.62 155.02 171.63C154.69 171.84 154.32 171.94 153.96 171.94L153.95 171.93ZM84.9101 168.36C84.4601 168.36 84.0001 168.21 83.6301 167.9L84.9101 166.36L83.6101 167.88C82.7601 167.19 82.6101 165.94 83.2801 165.08C83.9601 164.22 85.1801 164.05 86.0401 164.71C86.0601 164.73 86.1601 164.8 86.1801 164.82C87.0301 165.53 87.1401 166.79 86.4401 167.64C86.0401 168.11 85.4801 168.36 84.9001 168.36H84.9101ZM167.62 159.56C167.19 159.56 166.76 159.42 166.4 159.14C165.54 158.47 165.37 157.24 166.03 156.38C166.05 156.36 166.12 156.26 166.14 156.24C166.85 155.39 168.11 155.28 168.96 155.98C169.81 156.69 169.92 157.95 169.22 158.8L167.68 157.52L169.2 158.82C168.8 159.31 168.21 159.57 167.62 159.57V159.56ZM72.5101 154.66C71.8801 154.66 71.2601 154.36 70.8901 153.78C70.8901 153.78 70.8301 153.68 70.8201 153.67C70.2301 152.74 70.5101 151.5 71.4501 150.91C72.3901 150.32 73.6201 150.6 74.2101 151.54C74.7901 152.47 74.5501 153.73 73.6201 154.33C73.2701 154.55 72.8901 154.66 72.5101 154.66ZM176.81 143.62C176.56 143.62 176.31 143.57 176.07 143.48C175.04 143.07 174.55 141.91 174.96 140.88C175.37 139.86 176.54 139.32 177.56 139.72C178.58 140.12 179.11 141.22 178.72 142.25C178.72 142.26 178.68 142.36 178.67 142.37C178.36 143.15 177.61 143.63 176.81 143.63V143.62ZM65.0401 137.82C64.1701 137.82 63.3801 137.26 63.1401 136.38L63.1101 136.28C62.8301 135.21 63.4801 134.12 64.5501 133.84C65.6201 133.56 66.7101 134.21 66.9901 135.28C67.2701 136.35 66.6401 137.48 65.5701 137.76C65.3901 137.81 65.2101 137.83 65.0401 137.83V137.82ZM180.64 125.59C180.64 125.59 180.59 125.59 180.56 125.59C179.46 125.55 178.61 124.64 178.64 123.54C178.64 123.52 178.64 123.4 178.64 123.38C178.71 122.28 179.65 121.44 180.76 121.51C181.86 121.58 182.7 122.53 182.63 123.63L180.63 123.5L182.62 123.66C182.57 124.73 181.68 125.58 180.62 125.58L180.64 125.59ZM63.1301 119.54C63.1301 119.54 63.0401 119.54 63.0001 119.54C61.9001 119.47 61.0601 118.52 61.1301 117.42L63.1301 117.55L61.1401 117.39C61.1901 116.29 62.0801 115.43 63.2201 115.47C64.3201 115.51 65.1701 116.42 65.1401 117.52C65.1401 117.54 65.1401 117.66 65.1401 117.68C65.0701 118.74 64.1901 119.55 63.1501 119.55L63.1301 119.54ZM66.9601 101.48C66.7301 101.48 66.4901 101.44 66.2601 101.35C65.2401 100.95 64.7101 99.85 65.1001 98.82C65.1001 98.81 65.1401 98.71 65.1501 98.7C65.5601 97.68 66.7201 97.18 67.7501 97.59C68.7801 98 69.2701 99.16 68.8601 100.19C68.5401 100.98 67.7701 101.48 66.9601 101.48ZM171.33 90.72C170.67 90.72 170.02 90.39 169.64 89.79C169.06 88.86 169.3 87.6 170.23 87C171.16 86.41 172.36 86.63 172.96 87.55C172.96 87.55 173.02 87.65 173.03 87.66C173.62 88.59 173.34 89.83 172.4 90.42C172.07 90.63 171.7 90.73 171.34 90.73L171.33 90.72ZM76.1801 85.58C75.7301 85.58 75.2701 85.43 74.9001 85.12C74.0501 84.41 73.9401 83.15 74.6401 82.3L76.1801 83.58L74.6601 82.28C75.3501 81.43 76.6101 81.28 77.4601 81.95C78.3201 82.62 78.4901 83.85 77.8301 84.71C77.8101 84.73 77.7401 84.83 77.7201 84.85C77.3201 85.32 76.7601 85.57 76.1801 85.57V85.58ZM159.02 77C158.61 77 158.19 76.87 157.83 76.6C157.81 76.58 157.71 76.51 157.69 76.49C156.84 75.78 156.73 74.52 157.43 73.67C158.13 72.82 159.4 72.71 160.25 73.41L158.97 74.95L160.27 73.43C161.12 74.12 161.27 75.37 160.6 76.23C160.2 76.73 159.62 77 159.02 77ZM89.9101 73.21C89.2501 73.21 88.6001 72.9 88.2201 72.31C87.6301 71.39 87.8501 70.18 88.7701 69.58C88.7701 69.58 88.8701 69.52 88.8801 69.51C89.8201 68.92 91.0501 69.2 91.6401 70.14C92.2301 71.07 91.9501 72.31 91.0101 72.9C90.6701 73.11 90.2901 73.22 89.9101 73.22V73.21ZM143.12 67.75C142.87 67.75 142.62 67.7 142.38 67.61C141.36 67.2 140.82 66.03 141.22 65.01C141.62 63.99 142.73 63.46 143.75 63.85C143.76 63.85 143.86 63.89 143.87 63.9C144.9 64.31 145.39 65.47 144.98 66.5C144.67 67.28 143.92 67.76 143.12 67.76V67.75ZM106.78 65.76C105.89 65.76 105.05 65.17 104.81 64.28C104.53 63.21 105.12 62.14 106.18 61.85L106.28 61.82C107.35 61.54 108.44 62.19 108.72 63.26C109 64.33 108.35 65.42 107.28 65.7C107.11 65.74 106.94 65.76 106.77 65.76H106.78ZM125.12 63.86C125.12 63.86 125.08 63.86 125.06 63.86C125.04 63.86 124.92 63.86 124.9 63.86C123.8 63.79 122.96 62.84 123.03 61.74C123.1 60.64 124.06 59.79 125.15 59.87L125.02 61.87L125.18 59.88C126.28 59.93 127.14 60.86 127.1 61.96C127.06 63.04 126.18 63.88 125.12 63.88V63.86Z" fill="#00C5CA"/><path d="M152.04 141.05C151.77 141.05 151.5 140.98 151.25 140.83L121.5 122.46C120.79 122.02 120.58 121.1 121.01 120.4C121.44 119.69 122.37 119.48 123.07 119.91L152.82 138.28C153.53 138.72 153.74 139.64 153.31 140.34C153.03 140.8 152.53 141.05 152.03 141.05H152.04Z" fill="#00C5CA"/><path d="M122.3 122.68C122.23 122.68 122.17 122.68 122.1 122.67C121.28 122.56 120.7 121.81 120.81 120.99L126.59 77.02C126.7 76.2 127.46 75.62 128.27 75.73C129.09 75.84 129.67 76.59 129.56 77.41L123.78 121.38C123.68 122.13 123.04 122.68 122.29 122.68H122.3Z" fill="#00C5CA"/><path d="M204.67 100.27C203.65 99.14 203.07 97.3 202.45 95.35C201.03 90.86 199.09 84.72 190.04 82.89C189.31 82.71 184.27 81.62 180.07 84.37C179.58 84.69 179.13 85.06 178.71 85.46C176.7 87.32 175.42 89.97 174.9 93.4C173.06 105.53 173.79 112.5 177.26 115.99C179.13 117.87 181.66 118.6 184.78 118.14C185.92 117.97 187.14 117.56 188.32 116.74C190.72 115.06 192.88 111.63 193.53 104.88C194.04 99.48 193.37 94.34 193.34 94.12L188.98 94.71C189.43 98.09 189.8 106.11 187.72 110.62C186.93 112.34 185.78 113.55 184.15 113.79C181.91 114.12 180.93 113.43 180.39 112.89C178.09 110.58 177.71 104.25 179.26 94.07C179.55 92.17 180.13 90.66 180.98 89.52C181.41 88.95 181.9 88.46 182.47 88.09C185.24 86.25 188.97 87.18 189 87.19C189.04 87.2 189.09 87.21 189.14 87.22C195.69 88.53 196.89 92.32 198.28 96.71C199.01 99.02 199.77 101.42 201.42 103.25C207.74 110.27 225.05 113.91 242 107.58L240.46 103.46C224.6 109.39 209.24 105.36 204.69 100.31L204.67 100.27Z" fill="#0B3EE3"/><path d="M198.5 113.26C198.5 113.4 198.53 114.19 198.67 115.4L194.55 113.55L192.75 117.57L199.68 120.68C201.02 125.64 203.89 131.74 210.05 134.52L211.86 130.51C203.37 126.69 202.92 113.3 202.91 113.16L200.71 113.22L198.51 113.27L198.5 113.26Z" fill="#0B3EE3"/><path d="M178.28 155.67C177.6 155.94 178.38 155.92 175.45 159.89L174.3 161.4L174.72 162.17C184.23 157 192.91 156.58 203.9 156.06C213.73 155.59 224.87 155.06 239.94 151.25L238.86 146.98C224.22 150.68 213.31 151.2 203.69 151.66C194.27 152.11 186.45 152.42 178.28 155.66V155.67Z" fill="#0B3EE3"/></g></g><defs><clipPath id="clip0_14929_5237"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_14929_5237"><rect width="187.99" height="134.42" fill="white" transform="translate(54 53)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_14795_33230)"><g clip-path="url(#clip1_14795_33230)"><path d="M19 160.5V198.93C19 204.8 23.76 209.56 29.63 209.56H182.39C188.26 209.56 193.02 204.8 193.02 198.93V161.15C193.02 160.76 179.15 154.94 172.25 154.07C165.35 153.2 156.95 146.92 156.95 146.92C146.63 143.02 157.24 134.96 157.24 134.96L157.34 133.58C146.23 132.75 147.31 122.17 147.31 122.17L151.36 117.89L149.5 114.56L152.03 111.79L151.96 109.42L153.34 108.44C153.34 108.44 157.48 107.17 158.13 107.11C158.78 107.05 164.15 107.79 164.15 107.79L171.88 108.77C171.88 108.77 183.28 112.04 183.51 112.11C183.74 112.18 193.01 116.82 193.01 116.82V40.63C193.01 34.76 188.25 30 182.38 30H29.63C23.76 30 19 34.76 19 40.63V128V160.5Z" fill="#AAEEEF"/><path d="M85.5103 136.71C71.6103 136.69 57.7203 136.67 43.8203 136.64V181.42C44.0903 181.45 44.3703 181.51 44.6403 181.51C58.8103 181.51 72.9903 181.52 87.1603 181.51C87.6803 181.51 88.2003 181.37 88.7403 181.3V136.71C87.5303 136.71 86.5203 136.71 85.5103 136.71ZM78.0003 170.71H54.9903V147.76H78.0003V170.71Z" fill="#00C5CA"/><path d="M44.1794 60.06C44.1694 73.41 44.1694 86.75 44.1794 100.1C44.1794 100.81 44.2794 101.52 44.3494 102.36H89.1594V57.59H44.3694C44.2994 58.41 44.1794 59.24 44.1794 60.06ZM55.0594 68.64C62.6094 68.64 70.1994 68.64 78.1194 68.64V91.68H55.0594V68.64Z" fill="#00C5CA"/><path d="M167.741 102C167.781 101.47 167.841 100.92 167.841 100.37C167.841 86.84 167.841 73.31 167.841 59.78C167.841 59.05 167.721 58.32 167.661 57.59H122.881V102.19C127.001 102.81 165.811 102.61 167.741 102ZM133.961 68.74H156.941V91.68H133.961V68.74Z" fill="#00C5CA"/><path d="M111.821 68.76V57.59H100.211C100.311 61.3 100.411 65.01 100.511 68.76H111.821Z" fill="#00C5CA"/><path d="M156.6 181.97H168.21V170.36C164.43 170.5 160.65 170.65 156.6 170.8V181.96V181.97Z" fill="#00C5CA"/><path d="M145.361 113.95C143.381 113.95 141.561 113.94 139.731 113.95C137.841 113.97 135.961 114.01 133.861 114.04V125.24C131.901 125.24 130.161 125.28 128.421 125.23C126.631 125.18 124.801 125.45 122.801 124.96V114H111.871C111.751 117.63 111.621 121.27 111.491 125.22H100.971V136.59H111.451V147.96H100.681C100.111 151.8 100.271 179.31 100.831 181.21H111.871V158.63H122.881C122.961 151.1 122.831 143.87 122.951 136.39H134.591V125.01H143.731C143.851 123.57 144.501 122.32 145.351 121.27V113.95H145.361Z" fill="#00C5CA"/><path d="M134.471 159.36H134.531V159.3H134.471V159.36Z" fill="#00C5CA"/><path d="M151.261 143.61C150.361 140.03 152.021 136.92 153.301 135.17C149.271 133.36 146.931 131.64 145.561 130.07V133.56C145.561 135.95 145.621 138.35 145.541 140.74C145.471 143.18 145.881 145.65 145.201 148.34H134.531V159.31H157.081V150.59C153.881 148.62 151.921 146.29 151.251 143.63L151.261 143.61Z" fill="#00C5CA"/><path d="M111.811 113.93V113.99H111.871C111.871 113.99 111.871 113.95 111.871 113.93C111.851 113.93 111.831 113.93 111.811 113.93Z" fill="#00C5CA"/><path d="M100.359 80.43V83.6C100.359 92.71 100.359 101.83 100.359 110.94C100.359 111.92 100.249 112.9 100.189 113.87C104.069 113.89 107.939 113.91 111.809 113.93V80.42H100.359V80.43Z" fill="#00C5CA"/><path d="M123.571 181.16C130.981 181.16 138.391 181.16 145.881 181.16V170.51H134.471V159.37H123.371C122.791 163.36 122.961 179.31 123.571 181.17V181.16Z" fill="#00C5CA"/><path d="M66.7012 114.06V124.91H77.8512V114.06H66.7012Z" fill="#00C5CA"/><path d="M55.4205 114.14H44.3105V124.86H55.4105C55.4605 121.11 55.4605 117.58 55.4205 114.14Z" fill="#00C5CA"/><path d="M89.3105 124.91H100.091V113.96H89.3105V124.91Z" fill="#00C5CA"/><path d="M100.09 113.96H100.18C100.18 113.96 100.18 113.91 100.18 113.88C100.15 113.88 100.12 113.88 100.09 113.88V113.96Z" fill="#00C5CA"/><path d="M242.411 125.8C240.941 124.81 206.321 101.45 192.881 101.45V105.65C202.971 105.65 230.361 122.71 240.061 129.28L242.421 125.8H242.411Z" fill="#0B3EE3"/><path d="M167.751 150.41C165.071 149.67 162.781 148.82 160.921 147.9C157.761 146.33 155.831 144.52 155.341 142.61C154.651 139.91 156.871 137.35 157.381 136.81C160.201 137.84 163.611 138.88 167.711 139.93C170.351 140.61 173.281 141.29 176.541 141.98L177.401 137.87C167.791 135.85 161.321 133.9 156.941 132.16C149.761 129.3 148.251 127.02 147.981 125.95C147.961 125.86 147.941 125.77 147.931 125.7C147.771 124.2 149.851 122.59 151.411 121.72C152.861 122.54 154.631 123.29 156.721 124C157.671 124.32 158.671 124.63 159.761 124.93C164.231 126.16 169.851 127.22 176.691 128.12L177.241 123.96C173.571 123.48 170.411 122.96 167.681 122.43C162.751 121.47 159.241 120.47 156.731 119.52C151.451 117.52 150.641 115.78 150.521 115.26C150.191 113.86 152.361 112.35 152.361 112.35C158.251 108.57 179.861 115.04 192.101 120L193.681 116.11C190.231 114.71 159.741 102.63 150.091 108.82C148.371 109.94 145.661 112.75 146.431 116.18C146.651 117.17 147.151 118.1 147.901 118.98C147.051 119.58 146.131 120.35 145.381 121.28C144.531 122.33 143.881 123.58 143.761 125.02C143.731 125.38 143.731 125.76 143.761 126.14C143.881 127.3 144.311 128.63 145.571 130.08C146.941 131.66 149.281 133.38 153.311 135.18C152.031 136.93 150.371 140.04 151.271 143.62C151.941 146.29 153.891 148.61 157.101 150.58C159.551 152.09 162.741 153.39 166.651 154.46L169.201 155.16C187.191 160.11 201.401 164.02 240.391 181.7L242.121 177.88C202.831 160.07 188.481 156.12 170.311 151.12L167.771 150.42L167.751 150.41Z" fill="#0B3EE3"/></g></g><defs><clipPath id="clip0_14795_33230"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_14795_33230"><rect width="223.41" height="179.56" fill="white" transform="translate(19 30)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M39 154.112V166.947C39 171.946 43.0756 176 48.1017 176H178.898C183.924 176 188 171.946 188 166.947V159.767C188 159.435 178.205 144.641 172.305 143.9C166.406 143.159 158.683 140.885 158.683 140.885C149.847 137.563 158.323 130.111 158.323 130.111L160.652 129.745C151.14 129.038 150.241 119.984 150.241 119.984L154.676 117.472L153.469 115.027L152.895 112.617L152.835 110.599L154.016 109.764C154.016 109.764 157.561 108.682 158.118 108.631C158.674 108.58 163.272 109.21 163.272 109.21L169.891 110.045C169.891 110.045 179.652 112.83 179.849 112.89C180.046 112.949 187.983 116.901 187.983 116.901V81.0535C187.983 76.054 183.907 72 178.881 72H48.1017C43.0756 72 39 76.054 39 81.0535V126.423V154.103V154.112Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M230.222 149.517C217.744 132.729 195.306 106.091 188.178 106.091V102.653C199.371 102.653 229.584 142.881 232.993 147.471L230.222 149.517Z"
|
|
8
|
+
fill="#0B3EE3"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M174.87 124.477C158.939 122.397 151.026 119.285 149.982 114.704C149.343 111.902 151.57 109.598 152.985 108.678C160.924 103.615 185.994 113.5 188.825 114.644L187.53 117.833C177.468 113.767 159.699 108.472 154.866 111.566C154.866 111.566 153.088 112.804 153.356 113.947C153.528 114.678 155.393 118.46 175.327 121.065L174.879 124.477H174.87Z"
|
|
12
|
+
fill="#0B3EE3"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M174.74 135.841C151.293 130.933 148.134 126.085 147.798 122.861C147.349 118.529 152.76 116.028 153.381 115.753L154.779 118.899C153.554 119.44 151.077 121.039 151.241 122.509C151.371 123.686 153.485 127.881 175.465 132.48L174.758 135.841H174.74Z"
|
|
16
|
+
fill="#0B3EE3"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M206.084 185C203.987 182.112 201.933 179.095 199.758 175.897C189.938 161.465 179.78 146.534 166.465 145.202C159.328 144.488 155.047 142.365 153.727 138.884C151.949 134.208 156.428 129.317 156.618 129.11L159.155 131.448L157.886 130.279L159.155 131.44C158.258 132.42 156.109 135.445 156.954 137.672C157.757 139.76 161.252 141.222 166.81 141.772C181.731 143.268 192.345 158.869 202.615 173.963C204.772 177.135 206.809 180.135 208.88 182.98L206.084 184.991V185Z"
|
|
20
|
+
fill="#0B3EE3"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fill-rule="evenodd"
|
|
24
|
+
clip-rule="evenodd"
|
|
25
|
+
d="M41.5 84C41.5 78.7533 45.7533 74.5 51 74.5H176C181.247 74.5 185.5 78.7533 185.5 84V114.241H182.5V84C182.5 80.4101 179.59 77.5 176 77.5H51C47.4102 77.5 44.5 80.4102 44.5 84V164C44.5 167.59 47.4101 170.5 51 170.5H176C179.59 170.5 182.5 167.59 182.5 164V153.676H185.5V164C185.5 169.247 181.247 173.5 176 173.5H51C45.7533 173.5 41.5 169.247 41.5 164V84Z"
|
|
26
|
+
fill="#00C5CA"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fill-rule="evenodd"
|
|
30
|
+
clip-rule="evenodd"
|
|
31
|
+
d="M108.556 120.967L44.1992 80.2678L45.8027 77.7322L110.159 118.432C112.979 120.215 116.581 120.184 119.37 118.352L181.177 77.7463L182.825 80.2537L121.017 120.859C117.244 123.337 112.371 123.38 108.556 120.967Z"
|
|
32
|
+
fill="#00C5CA"
|
|
33
|
+
/>
|
|
34
|
+
<circle cx="47" cy="75" r="22" fill="#00C5CA" />
|
|
35
|
+
<path
|
|
36
|
+
fill-rule="evenodd"
|
|
37
|
+
clip-rule="evenodd"
|
|
38
|
+
d="M59.5607 66.9393C60.1464 67.5251 60.1464 68.4749 59.5607 69.0607L44.2678 84.3536C43.2915 85.3299 41.7085 85.3299 40.7322 84.3536L33.9393 77.5607C33.3536 76.9749 33.3536 76.0251 33.9393 75.4393C34.5251 74.8536 35.4749 74.8536 36.0607 75.4393L42.5 81.8787L57.4393 66.9393C58.0251 66.3536 58.9749 66.3536 59.5607 66.9393Z"
|
|
39
|
+
fill="#AAEEEF"
|
|
40
|
+
/>
|
|
41
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="M39 154.112v12.835c0 4.999 4.0756 9.053 9.1017 9.053H178.898c5.026 0 9.102-4.054 9.102-9.053v-7.18c0-.332-9.795-15.126-15.695-15.867-5.899-.741-13.622-3.015-13.622-3.015-8.836-3.322-.36-10.774-.36-10.774l2.329-.366c-9.512-.707-10.411-9.761-10.411-9.761l4.435-2.512-1.207-2.445-.574-2.41-.06-2.018 1.181-.835s3.545-1.082 4.102-1.133c.556-.051 5.154.579 5.154.579l6.619.835s9.761 2.785 9.958 2.845c.197.059 8.134 4.011 8.134 4.011V81.0535c0-4.9995-4.076-9.0535-9.102-9.0535H48.1017C43.0756 72 39 76.054 39 81.0535v73.0585Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M230.222 149.517c-12.478-16.788-34.916-43.426-42.044-43.426v-3.438c11.193 0 41.406 40.228 44.815 44.818l-2.771 2.046ZM174.87 124.477c-15.931-2.08-23.844-5.192-24.888-9.773-.639-2.802 1.588-5.106 3.003-6.026 7.939-5.063 33.009 4.822 35.84 5.966l-1.295 3.189c-10.062-4.066-27.831-9.361-32.664-6.267 0 0-1.778 1.238-1.51 2.381.172.731 2.037 4.513 21.971 7.118l-.448 3.412h-.009Z"
|
|
8
|
+
fill="#0B3EE3"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M174.74 135.841c-23.447-4.908-26.606-9.756-26.942-12.98-.449-4.332 4.962-6.833 5.583-7.109l1.398 3.147c-1.225.541-3.702 2.14-3.538 3.61.13 1.177 2.244 5.372 24.224 9.971l-.707 3.361h-.018Z"
|
|
12
|
+
fill="#0B3EE3"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M206.084 185c-2.097-2.888-4.151-5.905-6.326-9.103-9.82-14.432-19.978-29.363-33.293-30.695-7.137-.714-11.418-2.837-12.738-6.318-1.778-4.676 2.701-9.567 2.891-9.774l2.537 2.338-1.269-1.169 1.269 1.161c-.897.98-3.046 4.005-2.201 6.232.803 2.088 4.298 3.55 9.856 4.1 14.921 1.496 25.535 17.097 35.805 32.191 2.157 3.172 4.194 6.172 6.265 9.017l-2.796 2.011V185Z"
|
|
16
|
+
fill="#0B3EE3"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
fill-rule="evenodd"
|
|
20
|
+
clip-rule="evenodd"
|
|
21
|
+
d="M41.5 84c0-5.2467 4.2533-9.5 9.5-9.5h125c5.247 0 9.5 4.2533 9.5 9.5v30.241h-3V84c0-3.5899-2.91-6.5-6.5-6.5H51c-3.5898 0-6.5 2.9102-6.5 6.5v80c0 3.59 2.9101 6.5 6.5 6.5h125c3.59 0 6.5-2.91 6.5-6.5v-10.324h3V164c0 5.247-4.253 9.5-9.5 9.5H51c-5.2467 0-9.5-4.253-9.5-9.5V84Z"
|
|
22
|
+
fill="#00C5CA"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
fill-rule="evenodd"
|
|
26
|
+
clip-rule="evenodd"
|
|
27
|
+
d="M108.556 120.967 44.1992 80.2678l1.6035-2.5356 64.3563 40.6998c2.82 1.783 6.422 1.752 9.211-.08l61.807-40.6057 1.648 2.5074-61.808 40.6053c-3.773 2.478-8.646 2.521-12.461.108Z"
|
|
28
|
+
fill="#00C5CA"
|
|
29
|
+
/>
|
|
30
|
+
<circle cx="47" cy="75" r="22" fill="#00C5CA" />
|
|
31
|
+
<path
|
|
32
|
+
d="M45.9432 83.432V65.256l1.184.896-4.416 2.336-.928-3.008 5.984-3.2h1.664v21.152h-3.488ZM42.3912 85v-3.328h10.688V85h-10.688Z"
|
|
33
|
+
fill="#AAEEEF"
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65733)"><path d="M163.87 184.88L156.8 168.14C155.28 164.54 151.96 162.01 148.08 161.5L128.58 158.91C124.7 158.4 121.39 155.87 119.86 152.27L119.18 150.66L118.5 149.05C116.98 145.45 117.48 141.31 119.81 138.17L131.55 122.38C133.88 119.24 134.38 115.1 132.86 111.5L125.79 94.76C123.64 89.67 118.11 87.04 112.91 88.37L107.33 90.66L106.63 95.11C106.63 95.11 103.28 98 103.03 97.86C102.79 97.72 98.3396 97.78 98.3396 97.78L95.3296 95.65L64.7396 108.58C59.1296 110.95 56.4996 117.43 58.8696 123.04L65.9396 139.78C67.4596 143.38 70.7796 145.91 74.6596 146.42L94.1596 149.01C98.0396 149.52 101.35 152.05 102.88 155.65L103.56 157.26L104.24 158.87C105.76 162.47 105.26 166.61 102.93 169.75L91.1896 185.54C88.8596 188.68 88.3596 192.82 89.8796 196.42L96.9496 213.16C99.3196 218.77 105.8 221.4 111.41 219.03L142.51 205.89L157.99 199.35C163.6 196.98 166.23 190.5 163.86 184.89L163.87 184.88Z" fill="#AAEEEF"/><path d="M99.8201 100.65C99.5001 100.65 99.1901 100.57 98.9001 100.43C98.4201 100.18 87.1601 94.23 86.9201 84.62C86.7501 77.94 91.9201 71.49 102.29 65.43C102.96 65.04 108.88 61.76 113.5 63.1L112.38 66.94C109.83 66.2 105.59 68.15 104.3 68.89C95.4401 74.07 90.8101 79.47 90.9301 84.51C91.0801 90.72 98.1201 95.34 100.19 96.56C101.31 96.34 102.33 96.04 103.22 95.65C104.26 95.21 104.99 94.32 105.24 93.21C105.5 92.03 105.17 90.78 104.35 89.87C102 87.25 101.12 84.77 101.74 82.5C102.37 80.17 104.52 78.41 108.12 77.26C124.63 71.98 132.28 77.67 135.78 83.38C137.46 86.11 137.16 88.44 136.61 89.91C134.73 94.96 127.35 97.44 126.52 97.7L125.31 93.89C126.95 93.36 131.85 91.25 132.87 88.51C133.09 87.91 133.28 86.95 132.38 85.48C128.37 78.95 120.62 77.47 109.34 81.08C107.21 81.76 105.84 82.67 105.6 83.56C105.37 84.4 106 85.73 107.33 87.21C109.01 89.08 109.69 91.65 109.15 94.09C108.62 96.47 107.04 98.39 104.8 99.35C103.42 99.94 101.86 100.38 100.15 100.65C100.05 100.67 99.9401 100.67 99.8401 100.67L99.8201 100.65Z" fill="#0B3EE3"/><path d="M131.75 110.26L130.64 106.42C139.61 103.84 145.24 99.87 147.35 94.61C149.95 88.14 146.28 81.68 146.24 81.61C145.94 81.09 145.89 80.47 146.09 79.91C146.3 79.35 146.74 78.91 147.31 78.71L181.47 66.84L182.78 70.62L150.71 81.76C151.89 84.71 153.38 90.26 151.07 96.05C148.49 102.53 141.98 107.31 131.74 110.25L131.75 110.26Z" fill="#0B3EE3"/><path d="M98.0297 68.82C93.2897 68.82 87.6397 68.27 83.9597 66.75C81.5897 65.78 80.0797 64.43 79.4897 62.75C78.6197 60.3 79.0397 57.78 80.6797 55.66C83.7897 51.62 90.8397 49.56 99.0697 50.27L98.7297 54.26C90.4797 53.55 85.5597 55.89 83.8497 58.11C83.0397 59.16 82.8497 60.24 83.2597 61.42C83.4297 61.89 84.0797 62.42 85.0597 62.88C90.5097 65.43 102.93 64.94 104.63 64.32L106.32 67.94C105.25 68.46 101.95 68.83 98.0397 68.83L98.0297 68.82Z" fill="#0B3EE3"/><path d="M118.74 56.9C117.97 56.86 99.72 55.77 91.19 51.83C89.37 50.99 88.24 49.22 88.26 47.21C88.28 45.21 89.42 43.47 91.24 42.66C95.2 40.91 102.5 39.23 114.76 41.22C125.01 42.88 134.84 37.94 148.47 31.1C154.69 27.98 161.73 24.44 169.9 21.01L171.45 24.7C163.41 28.08 156.43 31.59 150.27 34.68C135.98 41.86 125.65 47.05 114.13 45.18C102.84 43.35 96.34 44.79 92.87 46.33C92.33 46.57 92.27 47.05 92.27 47.25C92.27 47.45 92.32 47.96 92.88 48.21C100.72 51.83 118.8 52.91 118.98 52.92L118.75 56.91L118.74 56.9Z" fill="#0B3EE3"/><path d="M100.6 181.84L95.2902 189.35C94.1102 191.02 93.8702 193.18 94.6502 195.07L101.73 212.21C102.97 215.22 106.43 216.63 109.42 215.37L155.92 195.69C158.42 194.63 159.15 191.39 157.29 189.41C153.7 185.6 146.12 180.98 130.92 182.75C116.21 184.46 109.17 182.54 105.87 180.7C104.06 179.69 101.78 180.14 100.58 181.84H100.6Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_11084_65733"><rect width="124.79" height="198.9" fill="white" transform="translate(58 21)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_14631_22149)"><path d="M152.311 198.14C144.711 196.99 139.231 193.68 136.021 188.29C129.531 177.42 134.881 162.18 135.111 161.54L139.461 163.1C139.411 163.24 134.621 176.96 139.991 185.94C142.471 190.08 146.841 192.65 153.001 193.58L152.311 198.15V198.14Z" fill="#AAEEEF"/><path d="M117.171 142.48C118.711 141.61 120.441 141.07 122.231 140.87C123.181 139.68 123.911 138.29 124.331 136.73L124.371 136.6C124.961 136.65 127.471 136.92 129.921 137.97C132.581 139.11 134.151 140.69 134.721 142.75C136.071 142.9 137.331 142.94 138.481 142.88C138.821 142.86 139.141 142.82 139.451 142.76C138.311 135.41 130.451 132.62 125.501 132.07C125.831 129.87 125.491 127.69 124.621 125.76C122.721 125.75 120.921 124.68 119.781 122.82C119.241 121.94 118.911 120.98 118.751 119.99C118.261 119.78 117.761 119.59 117.231 119.45L105.981 116.42L104.921 120.36L96.6009 118.12C94.7509 117.62 92.8509 118.72 92.3509 120.56C91.8509 122.41 92.9509 124.31 94.7909 124.81L103.111 127.05L102.181 130.49L93.8609 128.25C92.0109 127.75 90.1109 128.85 89.6109 130.69C89.1109 132.53 90.2109 134.44 92.0509 134.94L100.371 137.18L99.1509 141.7L110.401 144.73C111.641 145.06 112.881 145.17 114.101 145.09C114.711 144.21 115.661 143.31 117.141 142.48H117.171Z" fill="#AAEEEF"/><path d="M189.701 120.63C183.911 102.77 176.901 86.23 164.921 86.61C161.211 86.71 159.401 88.37 158.531 89.74C157.511 91.34 157.301 93.27 157.431 95.06C154.421 92.94 150.661 91.26 145.521 89.61C137.621 87.07 133.861 89.16 132.101 91.35C129.831 94.18 130.121 98.28 131.541 100.7C133.331 103.75 136.631 105.21 139.311 106.14C141.421 106.87 143.131 107.76 144.501 108.65C128.251 106.25 122.321 110.7 120.211 113.74C118.901 115.63 118.431 117.88 118.771 119.98C121.441 121.12 123.501 123.22 124.631 125.75C124.871 125.75 125.111 125.75 125.341 125.71C130.291 125.02 135.571 125.95 141.041 128.47C145.021 130.3 145.831 134.12 145.311 136.84C144.851 139.26 143.041 142.13 139.451 142.76C139.521 143.22 139.571 143.7 139.591 144.2L134.971 144.35C134.951 143.78 134.851 143.26 134.711 142.75C132.631 142.53 130.321 142.06 127.801 141.34C125.961 140.82 124.061 140.67 122.221 140.87C120.241 143.34 117.301 144.88 114.121 145.09C113.321 146.26 113.131 147.39 113.171 148.29C113.371 152.29 118.221 156.23 128.441 160.69C129.441 161.13 153.001 171.36 157.581 172.63C161.531 173.72 180.161 186.2 188.661 195.23L191.571 192.49C182.821 183.2 163.621 170.15 158.641 168.78C155.191 167.83 138.421 160.68 130.031 157.03C117.941 151.75 117.191 148.66 117.161 148.09C117.121 147.22 118.371 146.39 119.121 145.97C121.331 144.73 124.091 144.44 126.691 145.19C131.271 146.49 135.301 147.06 138.681 146.87C144.071 146.57 148.211 142.93 149.221 137.59C150.071 133.13 148.381 127.46 142.691 124.84C136.521 122 130.481 120.96 124.761 121.75C123.931 121.87 123.331 120.99 123.171 120.72C122.521 119.67 122.211 117.81 123.461 116.02C124.841 114.03 129.961 109.78 147.581 113.24C147.991 113.33 157.541 115.5 157.861 124.18L161.861 124.03C161.591 116.93 156.691 112.74 152.341 110.68C151.241 109.05 147.831 104.87 140.591 102.35C138.431 101.6 136.081 100.58 134.961 98.67C134.321 97.57 134.041 95.28 135.191 93.84C136.571 92.12 139.791 91.97 144.271 93.4C156.661 97.38 159.871 101.09 165.241 112.7L168.871 111.02C166.531 105.96 164.481 102.21 161.961 99.23L162.451 99.02C161.911 97.77 160.661 93.79 161.891 91.87C162.081 91.57 162.661 90.66 165.021 90.6C172.421 90.38 178.811 100.03 185.881 121.85C192.391 141.91 208.641 158.63 216.971 161.33L218.201 157.53C211.921 155.5 196.171 140.63 189.681 120.62L189.701 120.63Z" fill="#0B3EE3"/><path d="M134.721 142.75C134.861 143.26 134.961 143.78 134.981 144.35L139.601 144.2C139.581 143.7 139.531 143.22 139.461 142.76C139.151 142.81 138.831 142.86 138.491 142.88C137.341 142.94 136.081 142.9 134.731 142.75H134.721Z" fill="#0B3EE3"/><path d="M124.631 125.75C123.491 123.22 121.441 121.13 118.771 119.98C118.931 120.97 119.261 121.94 119.801 122.81C120.941 124.66 122.741 125.73 124.641 125.75H124.631Z" fill="#0B3EE3"/><path d="M122.231 140.87C120.441 141.07 118.721 141.61 117.171 142.48C115.691 143.31 114.731 144.21 114.131 145.09C117.311 144.88 120.251 143.34 122.231 140.87Z" fill="#AAEEEF"/><path d="M80.7 148.95L23 177.89V70.94L80.7 42V148.95Z" fill="#AAEEEF"/><path d="M44.3195 147.02C42.6595 147.02 40.9995 146.56 39.5295 145.65C36.8095 143.97 35.1895 141.07 35.1895 137.87V94.45C35.1895 90.97 37.1195 87.84 40.2295 86.28L57.5995 77.57C60.4495 76.14 63.7795 76.28 66.4995 77.96C69.2195 79.64 70.8395 82.54 70.8395 85.74V129.16C70.8395 132.64 68.9095 135.77 65.7995 137.33L48.4295 146.04C47.1295 146.69 45.7195 147.02 44.3295 147.02H44.3195ZM61.6995 79.59C60.7595 79.59 59.8195 79.81 58.9495 80.25L41.5795 88.96C39.4895 90.01 38.1895 92.11 38.1895 94.45V137.87C38.1895 140.01 39.2795 141.97 41.0995 143.09C42.9295 144.21 45.1595 144.32 47.0695 143.35L64.4395 134.64C66.5295 133.59 67.8295 131.49 67.8295 129.15V85.73C67.8295 83.59 66.7395 81.63 64.9195 80.51C63.9295 79.9 62.8195 79.59 61.6995 79.59Z" fill="#00C5CA"/><path d="M56.2486 107.288C58.4773 104.509 58.8346 101.094 57.0466 99.6595C55.2586 98.2255 52.0024 99.3158 49.7737 102.095C47.545 104.874 47.1877 108.289 48.9757 109.723C50.7637 111.157 54.0199 110.067 56.2486 107.288Z" fill="#00C5CA"/><path d="M56.2525 122.311C58.4812 119.532 58.8385 116.117 57.0505 114.683C55.2625 113.249 52.0064 114.339 49.7776 117.118C47.5489 119.897 47.1916 123.312 48.9796 124.746C50.7676 126.18 54.0238 125.09 56.2525 122.311Z" fill="#00C5CA"/><path d="M112.441 141.93C112.441 141.93 112.371 141.93 112.351 141.93L112.091 141.89L104.521 139.97C103.851 139.8 103.441 139.11 103.611 138.44C103.781 137.77 104.471 137.36 105.141 137.53L112.551 139.41C113.231 139.38 116.861 138.97 118.491 133.61C118.691 132.95 119.391 132.57 120.061 132.77C120.731 132.97 121.101 133.67 120.901 134.34C118.681 141.65 113.231 141.92 112.441 141.92V141.93Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_14631_22149"><rect width="195.22" height="156.14" fill="white" transform="translate(23 42)"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_14929_5176)"><path d="M150.86 148.54C148.86 146.11 148.17 143.57 148.81 140.99C150 136.21 155.59 131.98 166.92 127.29C170.12 125.96 173.06 125.69 175.69 126.45C180.61 117.11 183.4 106.48 183.4 95.2C183.4 58.09 153.32 28 116.2 28C79.08 28 49 58.09 49 95.2C49 129.67 74.96 158.06 108.39 161.93L110.64 162.17C112.53 163.28 113.68 162.01 115.35 162.38C115.63 162.38 115.92 162.4 116.2 162.4C130.17 162.4 143.14 158.14 153.88 150.84C152.57 150.26 151.58 149.42 150.85 148.54H150.86Z" fill="#AAEEEF"/><path d="M116.28 156.77C97.6699 156.77 79.2999 148.29 67.3799 132.23C57.6899 119.19 53.6699 103.15 56.0399 87.08C58.4099 71.01 66.8999 56.83 79.9499 47.14C80.8399 46.48 82.0899 46.67 82.7499 47.55C83.4099 48.43 83.2199 49.69 82.3399 50.35C70.1599 59.4 62.2199 72.65 60.0099 87.66C57.7899 102.67 61.5499 117.65 70.5999 129.84C79.6499 142.02 92.8999 149.96 107.91 152.17C122.92 154.39 137.9 150.63 150.09 141.58C150.98 140.92 152.23 141.11 152.89 141.99C153.55 142.87 153.36 144.13 152.48 144.79C141.61 152.86 128.9 156.76 116.3 156.76L116.28 156.77Z" fill="#00C5CA"/><path d="M116.14 156.79H116.05C114.95 156.79 114.05 155.89 114.05 154.79C114.05 153.69 114.95 152.79 116.05 152.79C117.15 152.79 118.1 153.69 118.1 154.79C118.1 155.89 117.25 156.79 116.15 156.79H116.14ZM134.24 153.97C133.38 153.97 132.59 153.41 132.32 152.54C132 151.48 132.6 150.37 133.66 150.05C134.7 149.74 135.85 150.31 136.18 151.35C136.51 152.39 135.99 153.49 134.95 153.84C134.93 153.84 134.82 153.88 134.8 153.89C134.61 153.95 134.42 153.97 134.22 153.97H134.24ZM97.9499 153.9C97.7399 153.9 97.5299 153.87 97.3199 153.8L97.9499 151.9L97.2799 153.79C96.2299 153.46 95.6299 152.34 95.9599 151.29C96.2799 150.24 97.3899 149.65 98.4399 149.96C98.4599 149.96 98.5699 150 98.5899 150.01C99.6399 150.36 100.2 151.49 99.8499 152.54C99.5699 153.38 98.7899 153.91 97.9499 153.91V153.9ZM150.67 145.63C150.05 145.63 149.45 145.35 149.05 144.81C148.4 143.92 148.59 142.67 149.49 142.02L149.57 141.96C150.47 141.31 151.72 141.52 152.36 142.41C153 143.3 152.8 144.56 151.91 145.2L150.74 143.58L151.85 145.25C151.49 145.51 151.08 145.63 150.67 145.63ZM81.5499 145.5C81.1299 145.5 80.6999 145.37 80.3399 145.09L81.5499 143.5L80.3199 145.08C79.4399 144.43 79.2299 143.18 79.8699 142.29C80.5099 141.4 81.7199 141.18 82.6199 141.8C82.6399 141.82 82.7399 141.89 82.7699 141.91C83.6499 142.58 83.8199 143.83 83.1499 144.71C82.7599 145.23 82.1599 145.5 81.5599 145.5H81.5499ZM163.72 132.61C163.32 132.61 162.92 132.49 162.57 132.24C161.68 131.6 161.46 130.39 162.08 129.49C162.1 129.47 162.17 129.37 162.19 129.34C162.86 128.46 164.11 128.29 164.99 128.96C165.87 129.63 166.04 130.88 165.37 131.76L163.78 130.55L165.36 131.78C164.96 132.31 164.35 132.6 163.73 132.6L163.72 132.61ZM68.5499 132.45C67.9299 132.45 67.3199 132.16 66.9299 131.62L68.5499 130.45L66.8799 131.56C66.2299 130.67 66.4199 129.42 67.3199 128.77C68.2099 128.12 69.4599 128.31 70.1099 129.21L70.1699 129.29C70.8199 130.19 70.6099 131.44 69.7199 132.08C69.3699 132.33 68.9599 132.46 68.5499 132.46V132.45ZM172.12 116.23C171.93 116.23 171.73 116.2 171.54 116.14C170.49 115.82 169.89 114.72 170.21 113.66C170.21 113.64 170.25 113.53 170.26 113.51C170.61 112.46 171.74 111.89 172.79 112.25C173.84 112.6 174.4 113.73 174.05 114.78L172.15 114.15L174.04 114.82C173.77 115.68 172.98 116.23 172.12 116.23ZM60.1699 115.99C59.3499 115.99 58.5899 115.49 58.3099 114.66C58.3099 114.64 58.2699 114.53 58.2599 114.51C57.9399 113.45 58.5399 112.34 59.5999 112.02C60.6599 111.71 61.7699 112.3 62.0899 113.36C62.3999 114.41 61.8299 115.56 60.7899 115.88C60.5799 115.95 60.3699 115.98 60.1599 115.98L60.1699 115.99ZM175.02 98.05C173.92 98.05 173.02 97.15 173.02 96.05C173.02 94.95 173.92 94 175.02 94C176.12 94 177.02 94.85 177.02 95.95V96.04C177.02 97.14 176.12 98.04 175.02 98.04V98.05ZM57.3799 97.79C56.2799 97.79 55.3799 96.94 55.3799 95.84V95.75C55.3799 94.65 56.2799 93.75 57.3799 93.75C58.4799 93.75 59.3799 94.65 59.3799 95.75C59.3799 96.85 58.4799 97.8 57.3799 97.8V97.79ZM172.25 80.1C171.39 80.1 170.6 79.54 170.33 78.67C170.02 77.62 170.59 76.47 171.63 76.15C172.67 75.82 173.77 76.34 174.12 77.38C174.12 77.4 174.16 77.51 174.17 77.53C174.49 78.59 173.89 79.7 172.83 80.02C172.64 80.08 172.45 80.1 172.25 80.1ZM60.2799 79.65C60.0699 79.65 59.8599 79.62 59.6499 79.55C58.5999 79.2 58.0399 78.07 58.3899 77.02L60.2899 77.65L58.3999 76.98C58.7299 75.93 59.8499 75.33 60.8999 75.66C61.9499 75.98 62.5499 77.08 62.2299 78.14C62.2299 78.16 62.1899 78.27 62.1799 78.29C61.8999 79.13 61.1199 79.66 60.2799 79.66V79.65ZM163.97 63.65C163.35 63.65 162.75 63.37 162.35 62.83L162.29 62.75C161.64 61.85 161.85 60.6 162.74 59.96C163.64 59.31 164.89 59.52 165.53 60.41L163.91 61.58L165.58 60.47C166.23 61.36 166.04 62.61 165.14 63.26C164.78 63.52 164.37 63.64 163.96 63.64L163.97 63.65ZM68.6899 63.27C68.2699 63.27 67.8399 63.14 67.4799 62.86C66.5999 62.19 66.4299 60.94 67.0999 60.06L68.6899 61.27L67.1099 60.04C67.7599 59.16 69.0099 58.95 69.8999 59.59C70.7899 60.23 71.0099 61.44 70.3899 62.34C70.3699 62.36 70.2999 62.46 70.2799 62.49C69.8899 63.01 69.2899 63.28 68.6899 63.28V63.27ZM150.99 50.56C150.6 50.56 150.21 50.45 149.87 50.21C149.85 50.19 149.75 50.12 149.72 50.1C148.84 49.43 148.67 48.18 149.34 47.3C150.01 46.42 151.26 46.25 152.14 46.92L150.93 48.51L152.16 46.93C153.04 47.58 153.25 48.83 152.61 49.72C152.22 50.27 151.61 50.56 150.98 50.56H150.99ZM81.7499 50.28C81.1299 50.28 80.5199 49.99 80.1299 49.45C79.4799 48.55 79.6899 47.3 80.5799 46.66L81.7499 48.28L80.6399 46.61C81.5299 45.96 82.7799 46.15 83.4299 47.05C84.0799 47.94 83.8899 49.19 82.9899 49.84L82.9099 49.9C82.5599 50.15 82.1499 50.28 81.7399 50.28H81.7499ZM134.65 42.11C134.44 42.11 134.23 42.08 134.02 42.01C132.97 41.66 132.36 40.51 132.71 39.47C133.06 38.43 134.15 37.84 135.2 38.19L135.29 38.22C136.34 38.57 136.9 39.7 136.55 40.75C136.27 41.59 135.49 42.12 134.65 42.12V42.11ZM98.2499 41.93C97.3899 41.93 96.5799 41.39 96.3099 40.55C95.9799 39.51 96.4999 38.41 97.5399 38.06C97.5599 38.06 97.6699 38.02 97.6899 38.01C98.7499 37.7 99.8599 38.29 100.18 39.35C100.5 40.41 99.8999 41.52 98.8399 41.84C98.6499 41.9 98.4499 41.93 98.2499 41.93ZM116.47 39.15C115.37 39.15 114.42 38.25 114.42 37.15C114.42 36.05 115.27 35.15 116.37 35.15H116.46C117.56 35.15 118.46 36.05 118.46 37.15C118.46 38.25 117.56 39.15 116.46 39.15H116.47Z" fill="#00C5CA"/><path d="M140.36 123.65C139.96 123.65 139.56 123.49 139.27 123.18L115.37 97.66C114.8 97.06 114.83 96.11 115.44 95.54C116.04 94.97 116.99 95 117.56 95.61L141.46 121.13C142.03 121.73 142 122.68 141.39 123.25C141.1 123.52 140.73 123.66 140.36 123.66V123.65Z" fill="#00C5CA"/><path d="M116.46 98.13C116.27 98.13 116.07 98.09 115.88 98.01C115.12 97.69 114.76 96.81 115.07 96.05L132.17 55.13C132.49 54.37 133.37 54.01 134.13 54.32C134.89 54.64 135.25 55.52 134.94 56.28L117.84 97.2C117.6 97.78 117.04 98.12 116.46 98.12V98.13Z" fill="#00C5CA"/><path d="M176.42 156.34C176.86 154.89 178.14 153.44 179.49 151.9C182.6 148.37 186.85 143.53 183.74 134.83C183.52 134.11 181.85 129.24 177.32 127.06C176.79 126.81 176.24 126.62 175.69 126.46C173.06 125.7 170.12 125.97 166.92 127.3C155.59 132 150 136.22 148.81 141C148.17 143.58 148.86 146.12 150.86 148.55C151.59 149.44 152.58 150.27 153.89 150.85C156.57 152.03 160.63 152.12 166.73 149.18C171.62 146.83 175.67 143.59 175.84 143.45L173.08 140.02C170.42 142.16 163.74 146.61 158.81 147.17C156.93 147.38 155.3 147.03 154.25 145.75C152.81 144 152.89 142.81 153.07 142.06C153.86 138.9 159.08 135.3 168.6 131.36C170.37 130.63 171.97 130.34 173.39 130.48C174.1 130.55 174.77 130.72 175.38 131.01C178.38 132.44 179.52 136.1 179.53 136.13C179.54 136.17 179.56 136.22 179.57 136.26C181.83 142.55 179.21 145.53 176.17 148.98C174.57 150.8 172.91 152.69 172.2 155.05C169.46 164.09 175.29 180.79 189.48 192.03L192.21 188.58C178.93 178.07 174.44 162.84 176.41 156.33L176.42 156.34Z" fill="#0B3EE3"/><path d="M162.101 157.76C161.981 157.83 161.321 158.27 160.351 159.01L159.801 154.52L155.431 155.05L156.351 162.59C152.801 166.3 149.061 171.91 149.871 178.62L154.241 178.09C153.131 168.85 164.351 161.54 164.471 161.46L163.291 159.61L162.111 157.75L162.101 157.76Z" fill="#0B3EE3"/><path d="M115.35 162.38C114.76 161.93 115.18 162.6 110.28 162.14L108.39 161.94L107.95 162.7C117.3 168.17 122.14 175.38 128.27 184.52C133.75 192.69 139.97 201.96 151.02 212.89L154.11 209.76C143.37 199.14 137.29 190.07 131.92 182.07C126.67 174.24 122.36 167.7 115.35 162.39V162.38Z" fill="#0B3EE3"/></g><defs><clipPath id="clip0_14929_5176"><rect width="143.22" height="184.88" fill="white" transform="translate(49 28)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_14795_33202)"><path d="M7 151.61V195.83C7 201.7 11.76 206.46 17.63 206.46H170.39C176.26 206.46 181.02 201.7 181.02 195.83V158.25C181.02 157.86 169.58 140.49 162.69 139.62C155.8 138.75 146.78 136.08 146.78 136.08C136.46 132.18 146.36 123.43 146.36 123.43L149.08 123C137.97 122.17 136.92 111.54 136.92 111.54L142.1 108.59L140.69 105.72L140.02 102.89L139.95 100.52L141.33 99.54C141.33 99.54 145.47 98.27 146.12 98.21C146.77 98.15 152.14 98.89 152.14 98.89L159.87 99.87C159.87 99.87 171.27 103.14 171.5 103.21C171.73 103.28 181 107.92 181 107.92V44.63C181 38.76 176.24 34 170.37 34H17.63C11.76 34 7 38.76 7 44.63V119.1V151.6V151.61Z" fill="#AAEEEF"/><path d="M181.029 90.86V94.86C189.279 94.86 215.289 125.85 229.749 145.38L232.959 143C229.009 137.66 193.999 90.86 181.029 90.86Z" fill="#0B3EE3"/><path d="M180.269 108.52L181.769 104.81C179.339 103.83 162.849 97.29 150.689 96.33C150.689 97.66 150.689 98.99 150.689 100.31C159.409 101.15 172.049 105.19 180.259 108.52H180.269Z" fill="#0B3EE3"/><path d="M149.279 125.26C153.429 126.64 158.709 128.05 165.459 129.47L166.279 125.56C159.549 124.15 154.449 122.77 150.549 121.48V125.27H149.279V125.26Z" fill="#0B3EE3"/><path d="M138.209 113.96C138.059 112.53 140.039 111 141.519 110.16C146.119 112.74 154.029 114.73 165.599 116.25L166.119 112.28C147.429 109.83 142.449 106.48 141.129 104.84C139.759 104.86 138.289 104.88 136.769 104.9C136.989 105.83 137.459 106.71 138.169 107.54C136.209 108.92 133.899 111.23 134.229 114.37C134.439 116.35 135.579 118.86 140.599 121.63V116.93C138.669 115.53 138.259 114.48 138.209 113.96Z" fill="#0B3EE3"/><path d="M156.259 136.38C149.819 135.73 145.769 134.04 144.839 131.61C144.039 129.52 145.509 126.82 146.659 125.26H141.979C141.479 126.24 141.029 127.37 140.789 128.57V131.96C140.869 132.31 140.959 132.66 141.089 133.01C141.499 134.1 142.169 135.06 143.069 135.92H150.559V139.49C152.139 139.87 153.899 140.16 155.849 140.35C171.269 141.9 183.039 159.27 194.429 176.06C196.949 179.78 199.329 183.29 201.759 186.65L204.999 184.31C202.599 181 200.239 177.51 197.739 173.82C185.839 156.27 173.539 138.11 156.249 136.37L156.259 136.38Z" fill="#0B3EE3"/><path d="M140.669 104C140.359 102.67 142.419 101.23 142.419 101.23C144.079 100.17 147.039 99.96 150.699 100.31C150.699 98.98 150.699 97.65 150.699 96.33C146.409 95.99 142.649 96.33 140.249 97.87C138.609 98.94 136.029 101.62 136.769 104.88C136.769 104.88 136.769 104.9 136.769 104.91C138.289 104.89 139.759 104.87 141.129 104.85C140.819 104.46 140.709 104.17 140.669 104.01V104Z" fill="#0B3EE3"/><path d="M143.08 135.93C144.75 137.51 147.25 138.71 150.57 139.5V135.93H143.08Z" fill="#0B3EE3"/><path d="M75.9498 135.96C63.3298 135.94 50.7098 135.92 38.0898 135.9V176.56C38.3398 176.59 38.5898 176.64 38.8398 176.64C51.7098 176.64 64.5798 176.65 77.4498 176.64C77.9198 176.64 78.3898 176.51 78.8798 176.45V135.96C77.7798 135.96 76.8598 135.96 75.9498 135.96ZM69.1298 166.84H48.2398V146.01H69.1298V166.84Z" fill="#00C5CA"/><path d="M38.4198 66.36C38.4098 78.48 38.4198 90.6 38.4198 102.72C38.4198 103.36 38.5098 104 38.5698 104.77H79.2598V64.12H38.5898C38.5298 64.87 38.4098 65.61 38.4098 66.36H38.4198ZM48.2998 74.15C55.1498 74.15 62.0498 74.15 69.2398 74.15V95.07H48.2998V74.15Z" fill="#00C5CA"/><path d="M140.25 97.87C142.65 96.33 146.41 95.99 150.7 96.33C150.7 86.26 150.7 76.19 150.7 66.11C150.7 65.45 150.59 64.78 150.53 64.12H109.87V104.62C112.13 104.96 125.86 105.03 136.77 104.91C136.77 104.91 136.77 104.89 136.77 104.88C136.03 101.61 138.61 98.94 140.25 97.87ZM119.93 95.08V74.25H140.79V95.08H119.93Z" fill="#00C5CA"/><path d="M99.8298 74.26V64.12H89.2898C89.3798 67.49 89.4698 70.86 89.5598 74.26H99.8298Z" fill="#00C5CA"/><path d="M140.49 177.06H151.03V166.52C147.6 166.65 144.17 166.78 140.49 166.92V177.06Z" fill="#00C5CA"/><path d="M120.52 125.33H130.29V115.29C128.49 115.29 126.84 115.28 125.18 115.29C123.47 115.3 121.75 115.34 119.85 115.37V125.54C118.07 125.54 116.49 125.57 114.91 125.54C113.28 125.5 111.63 125.74 109.81 125.29V115.34H99.8798C99.7698 118.64 99.6498 121.94 99.5298 125.53H89.9798V135.85H99.4998V146.17H89.7198C89.1998 149.66 89.3498 174.63 89.8598 176.36H99.8798V155.86H109.88C109.95 149.02 109.84 142.46 109.95 135.67H120.52V125.33Z" fill="#00C5CA"/><path d="M140.8 131.96C140.55 130.8 140.58 129.66 140.8 128.57V126.2H130.47V133.11C130.47 135.28 130.52 137.46 130.46 139.63C130.39 141.84 130.77 144.09 130.15 146.53H120.46V156.49H140.94V146.25C144.33 145.95 147.49 146.37 150.58 145.98V139.51C147.26 138.72 144.76 137.52 143.09 135.94H140.8V131.96Z" fill="#00C5CA"/><path d="M89.4298 84.86V87.74C89.4298 96.01 89.4298 104.29 89.4298 112.56C89.4298 113.45 89.3298 114.34 89.2798 115.23C92.7998 115.25 96.3198 115.26 99.8398 115.28V84.86H89.4298Z" fill="#00C5CA"/><path d="M110.5 176.32C117.23 176.32 123.96 176.32 130.76 176.32V166.65H120.4V156.53H110.32C109.79 160.15 109.95 174.63 110.5 176.32Z" fill="#00C5CA"/><path d="M58.8698 115.39V125.24H68.9898V115.39H58.8698Z" fill="#00C5CA"/><path d="M48.6198 115.47H38.5298V125.2H48.6098C48.6498 121.8 48.6598 118.59 48.6198 115.47Z" fill="#00C5CA"/><path d="M79.3898 125.25H89.1798V115.3H79.3898V125.25Z" fill="#00C5CA"/><path d="M140.6 121.63V125.26H141.98C142.43 124.37 142.93 123.6 143.36 123C142.32 122.54 141.41 122.08 140.6 121.63Z" fill="#00C5CA"/><path d="M147.219 124.55C147.869 124.79 148.559 125.02 149.279 125.26H150.549V121.47C145.379 119.76 142.359 118.2 140.609 116.93V121.63C141.429 122.08 142.339 122.54 143.369 123C142.939 123.6 142.439 124.37 141.989 125.26H146.669C146.869 124.99 147.059 124.74 147.229 124.55H147.219Z" fill="#0B3EE3"/></g><defs><clipPath id="clip0_14795_33202"><rect width="225.96" height="172.47" fill="white" transform="translate(7 34)"/></clipPath></defs></svg>
|
|
@@ -26,8 +26,9 @@ const RadioGroup = _ref => {
|
|
|
26
26
|
testID: `RadioItemTestID_${item.id}`,
|
|
27
27
|
value: item.value,
|
|
28
28
|
description: item.description,
|
|
29
|
-
|
|
29
|
+
startImage: item.startImage,
|
|
30
30
|
disabled: item.disabled,
|
|
31
|
+
loadingProps: item.loadingProps,
|
|
31
32
|
onValueChange: () => onPress(item.id),
|
|
32
33
|
selected: selectedItem === item.id
|
|
33
34
|
}), index < items.length - 1 && /*#__PURE__*/_react.default.createElement(_divider.Divider, null))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_divider","_ListItemRadio","obj","__esModule","default","RadioGroup","_ref","items","selectedItem","onPress","createElement","View","map","item","index","Fragment","key","id","ListItemRadio","testID","value","description","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_divider","_ListItemRadio","obj","__esModule","default","RadioGroup","_ref","items","selectedItem","onPress","createElement","View","map","item","index","Fragment","key","id","ListItemRadio","testID","value","description","startImage","disabled","loadingProps","onValueChange","selected","length","Divider","exports"],"sourceRoot":"../../../../src","sources":["components/radio/RadioGroup.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,cAAA,GAAAH,OAAA;AAA2D,SAAAD,uBAAAK,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAiB3D;AACA;AACA;AACA;AACA;AACO,MAAMG,UAAU,GAAGC,IAAA;EAAA,IAAK;IAAEC,KAAK;IAAEC,YAAY;IAAEC;EAAkB,CAAC,GAAAH,IAAA;EAAA,oBACvEV,MAAA,CAAAQ,OAAA,CAAAM,aAAA,CAACX,YAAA,CAAAY,IAAI,QACFJ,KAAK,CAACK,GAAG,CAAC,CAACC,IAAI,EAAEC,KAAK,kBACrBlB,MAAA,CAAAQ,OAAA,CAAAM,aAAA,CAACd,MAAA,CAAAQ,OAAK,CAACW,QAAQ;IAACC,GAAG,EAAG,cAAaH,IAAI,CAACI,EAAG;EAAE,gBAC3CrB,MAAA,CAAAQ,OAAA,CAAAM,aAAA,CAACT,cAAA,CAAAiB,aAAa;IACZC,MAAM,EAAG,mBAAkBN,IAAI,CAACI,EAAG,EAAE;IACrCG,KAAK,EAAEP,IAAI,CAACO,KAAM;IAClBC,WAAW,EAAER,IAAI,CAACQ,WAAY;IAC9BC,UAAU,EAAET,IAAI,CAACS,UAAW;IAC5BC,QAAQ,EAAEV,IAAI,CAACU,QAAS;IACxBC,YAAY,EAAEX,IAAI,CAACW,YAAa;IAChCC,aAAa,EAAEA,CAAA,KAAMhB,OAAO,CAACI,IAAI,CAACI,EAAE,CAAE;IACtCS,QAAQ,EAAElB,YAAY,KAAKK,IAAI,CAACI;EAAG,CACpC,CAAC,EACDH,KAAK,GAAGP,KAAK,CAACoB,MAAM,GAAG,CAAC,iBAAI/B,MAAA,CAAAQ,OAAA,CAAAM,aAAA,CAACV,QAAA,CAAA4B,OAAO,MAAE,CACzB,CACjB,CACG,CAAC;AAAA,CACR;AAACC,OAAA,CAAAxB,UAAA,GAAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Stepper = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _core = require("../../core");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
+
// import { useCallback } from "react";
|
|
13
|
+
|
|
14
|
+
const STEPPER_SPACE = 4;
|
|
15
|
+
const colorMap = {
|
|
16
|
+
active: "blueIO-500"
|
|
17
|
+
};
|
|
18
|
+
const legacyColorMap = {
|
|
19
|
+
active: "blue"
|
|
20
|
+
};
|
|
21
|
+
const Stepper = _ref => {
|
|
22
|
+
let {
|
|
23
|
+
steps,
|
|
24
|
+
currentStep
|
|
25
|
+
} = _ref;
|
|
26
|
+
const {
|
|
27
|
+
isExperimental
|
|
28
|
+
} = (0, _core.useIOExperimentalDesign)();
|
|
29
|
+
const colors = (0, React.useMemo)(() => isExperimental ? colorMap : legacyColorMap, [isExperimental]);
|
|
30
|
+
const [stepWidth, setStepWidth] = React.useState(_reactNative.Dimensions.get("window").width / steps);
|
|
31
|
+
const onLayout = e => {
|
|
32
|
+
setStepWidth(e.nativeEvent.layout.width / steps);
|
|
33
|
+
};
|
|
34
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
35
|
+
style: {
|
|
36
|
+
paddingHorizontal: _core.IOVisualCostants.appMarginDefault
|
|
37
|
+
}
|
|
38
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
39
|
+
onLayout: onLayout,
|
|
40
|
+
style: [_core.IOStyles.flex, _core.IOStyles.rowSpaceBetween]
|
|
41
|
+
}, [...Array(steps)].map((_, i) => /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
42
|
+
key: i,
|
|
43
|
+
style: {
|
|
44
|
+
borderRadius: 2,
|
|
45
|
+
borderBottomColor: _core.IOColors[i > currentStep - 1 ? "grey-200" : colors.active],
|
|
46
|
+
borderBottomWidth: 2,
|
|
47
|
+
width: stepWidth - STEPPER_SPACE
|
|
48
|
+
}
|
|
49
|
+
}))));
|
|
50
|
+
};
|
|
51
|
+
exports.Stepper = Stepper;
|
|
52
|
+
//# sourceMappingURL=Stepper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_core","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","STEPPER_SPACE","colorMap","active","legacyColorMap","Stepper","_ref","steps","currentStep","isExperimental","useIOExperimentalDesign","colors","useMemo","stepWidth","setStepWidth","useState","Dimensions","width","onLayout","e","nativeEvent","layout","createElement","View","style","paddingHorizontal","IOVisualCostants","appMarginDefault","IOStyles","flex","rowSpaceBetween","Array","map","_","i","borderRadius","borderBottomColor","IOColors","borderBottomWidth","exports"],"sourceRoot":"../../../../src","sources":["components/stepper/Stepper.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,KAAA,GAAAF,OAAA;AAMoB,SAAAG,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAL,wBAAAS,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AARpB;;AAcA,MAAMW,aAAuB,GAAG,CAAC;AAEjC,MAAMC,QAAkC,GAAG;EACzCC,MAAM,EAAE;AACV,CAAC;AAED,MAAMC,cAAwC,GAAG;EAC/CD,MAAM,EAAE;AACV,CAAC;AAEM,MAAME,OAAO,GAAGC,IAAA,IAA0C;EAAA,IAAzC;IAAEC,KAAK;IAAEC;EAA0B,CAAC,GAAAF,IAAA;EAC1D,MAAM;IAAEG;EAAe,CAAC,GAAG,IAAAC,6BAAuB,EAAC,CAAC;EACpD,MAAMC,MAAM,GAAG,IAAAC,aAAO,EACpB,MAAOH,cAAc,GAAGP,QAAQ,GAAGE,cAAe,EAClD,CAACK,cAAc,CACjB,CAAC;EAED,MAAM,CAACI,SAAS,EAAEC,YAAY,CAAC,GAAGxC,KAAK,CAACyC,QAAQ,CAC9CC,uBAAU,CAAC3B,GAAG,CAAC,QAAQ,CAAC,CAAC4B,KAAK,GAAGV,KACnC,CAAC;EACD,MAAMW,QAAQ,GAAIC,CAAoB,IAAK;IACzCL,YAAY,CAACK,CAAC,CAACC,WAAW,CAACC,MAAM,CAACJ,KAAK,GAAGV,KAAK,CAAC;EAClD,CAAC;EAED,oBACEjC,KAAA,CAAAgD,aAAA,CAAC7C,YAAA,CAAA8C,IAAI;IAACC,KAAK,EAAE;MAAEC,iBAAiB,EAAEC,sBAAgB,CAACC;IAAiB;EAAE,gBACpErD,KAAA,CAAAgD,aAAA,CAAC7C,YAAA,CAAA8C,IAAI;IACHL,QAAQ,EAAEA,QAAS;IACnBM,KAAK,EAAE,CAACI,cAAQ,CAACC,IAAI,EAAED,cAAQ,CAACE,eAAe;EAAE,GAEhD,CAAC,GAAGC,KAAK,CAACxB,KAAK,CAAC,CAAC,CAACyB,GAAG,CAAC,CAACC,CAAC,EAAEC,CAAC,kBAC1B5D,KAAA,CAAAgD,aAAA,CAAC7C,YAAA,CAAA8C,IAAI;IACH5B,GAAG,EAAEuC,CAAE;IACPV,KAAK,EAAE;MACLW,YAAY,EAAE,CAAC;MACfC,iBAAiB,EACfC,cAAQ,CAACH,CAAC,GAAG1B,WAAW,GAAG,CAAC,GAAG,UAAU,GAAGG,MAAM,CAACR,MAAM,CAAC;MAC5DmC,iBAAiB,EAAE,CAAC;MACpBrB,KAAK,EAAEJ,SAAS,GAAGZ;IACrB;EAAE,CACH,CACF,CACG,CACF,CAAC;AAEX,CAAC;AAACsC,OAAA,CAAAlC,OAAA,GAAAA,OAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _Stepper = require("./Stepper");
|
|
7
|
+
Object.keys(_Stepper).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _Stepper[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _Stepper[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Stepper","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/stepper/index.tsx"],"mappings":";;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,QAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,QAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,QAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
|
|
@@ -16,7 +16,9 @@ const defaultWeight = "Regular";
|
|
|
16
16
|
|
|
17
17
|
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
18
18
|
const legacyFont = "TitilliumWeb";
|
|
19
|
-
const legacyDefaultWeight = "
|
|
19
|
+
const legacyDefaultWeight = "SemiBold";
|
|
20
|
+
const legacyH1FontSize = 31;
|
|
21
|
+
const legacyH1LineHeight = 43;
|
|
20
22
|
|
|
21
23
|
/**
|
|
22
24
|
* `H1` typographic style
|
|
@@ -31,8 +33,8 @@ const H1 = props => {
|
|
|
31
33
|
defaultColor,
|
|
32
34
|
font: isExperimental ? font : legacyFont,
|
|
33
35
|
fontStyle: {
|
|
34
|
-
fontSize: h1FontSize,
|
|
35
|
-
lineHeight: h1LineHeight
|
|
36
|
+
fontSize: isExperimental ? h1FontSize : legacyH1FontSize,
|
|
37
|
+
lineHeight: isExperimental ? h1LineHeight : legacyH1LineHeight
|
|
36
38
|
}
|
|
37
39
|
});
|
|
38
40
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_core","require","_Factory","h1FontSize","exports","h1LineHeight","font","defaultColor","defaultWeight","legacyFont","legacyDefaultWeight","H1","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H1.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,UAAsB,GAAG,cAAc;AAC7C,MAAMC,mBAAkC,GAAG,
|
|
1
|
+
{"version":3,"names":["_core","require","_Factory","h1FontSize","exports","h1LineHeight","font","defaultColor","defaultWeight","legacyFont","legacyDefaultWeight","legacyH1FontSize","legacyH1LineHeight","H1","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H1.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,UAAsB,GAAG,cAAc;AAC7C,MAAMC,mBAAkC,GAAG,UAAU;AACrD,MAAMC,gBAAgB,GAAG,EAAE;AAC3B,MAAMC,kBAAkB,GAAG,EAAE;;AAE7B;AACA;AACA;AACO,MAAMC,EAAE,GAAIC,KAAc,IAAK;EACpC,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,6BAAuB,EAAC,CAAC;EAEpD,OAAO,IAAAC,6BAAoB,EAA+B;IACxD,GAAGH,KAAK;IACRN,aAAa,EAAEO,cAAc,GAAGP,aAAa,GAAGE,mBAAmB;IACnEH,YAAY;IACZD,IAAI,EAAES,cAAc,GAAGT,IAAI,GAAGG,UAAU;IACxCS,SAAS,EAAE;MACTC,QAAQ,EAAEJ,cAAc,GAAGZ,UAAU,GAAGQ,gBAAgB;MACxDS,UAAU,EAAEL,cAAc,GAAGV,YAAY,GAAGO;IAC9C;EACF,CAAC,CAAC;AACJ,CAAC;AAACR,OAAA,CAAAS,EAAA,GAAAA,EAAA"}
|
|
@@ -16,7 +16,9 @@ const defaultWeight = "Regular";
|
|
|
16
16
|
|
|
17
17
|
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
18
18
|
const legacyFont = "TitilliumWeb";
|
|
19
|
-
const legacyDefaultWeight = "
|
|
19
|
+
const legacyDefaultWeight = "SemiBold";
|
|
20
|
+
const legacyH2FontSize = 28;
|
|
21
|
+
const legacyH2LineHeight = 40;
|
|
20
22
|
|
|
21
23
|
/**
|
|
22
24
|
* `H2` typographic style
|
|
@@ -31,8 +33,8 @@ const H2 = props => {
|
|
|
31
33
|
defaultColor,
|
|
32
34
|
font: isExperimental ? font : legacyFont,
|
|
33
35
|
fontStyle: {
|
|
34
|
-
fontSize: h2FontSize,
|
|
35
|
-
lineHeight: h2LineHeight
|
|
36
|
+
fontSize: isExperimental ? h2FontSize : legacyH2FontSize,
|
|
37
|
+
lineHeight: isExperimental ? h2LineHeight : legacyH2LineHeight
|
|
36
38
|
}
|
|
37
39
|
});
|
|
38
40
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_core","require","_Factory","h2FontSize","exports","h2LineHeight","font","defaultColor","defaultWeight","legacyFont","legacyDefaultWeight","H2","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H2.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,UAAsB,GAAG,cAAc;AAC7C,MAAMC,mBAAkC,GAAG,
|
|
1
|
+
{"version":3,"names":["_core","require","_Factory","h2FontSize","exports","h2LineHeight","font","defaultColor","defaultWeight","legacyFont","legacyDefaultWeight","legacyH2FontSize","legacyH2LineHeight","H2","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H2.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,UAAsB,GAAG,cAAc;AAC7C,MAAMC,mBAAkC,GAAG,UAAU;AACrD,MAAMC,gBAAgB,GAAG,EAAE;AAC3B,MAAMC,kBAAkB,GAAG,EAAE;;AAE7B;AACA;AACA;AACO,MAAMC,EAAE,GAAIC,KAAc,IAAK;EACpC,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,6BAAuB,EAAC,CAAC;EAEpD,OAAO,IAAAC,6BAAoB,EAA+B;IACxD,GAAGH,KAAK;IACRN,aAAa,EAAEO,cAAc,GAAGP,aAAa,GAAGE,mBAAmB;IACnEH,YAAY;IACZD,IAAI,EAAES,cAAc,GAAGT,IAAI,GAAGG,UAAU;IACxCS,SAAS,EAAE;MACTC,QAAQ,EAAEJ,cAAc,GAAGZ,UAAU,GAAGQ,gBAAgB;MACxDS,UAAU,EAAEL,cAAc,GAAGV,YAAY,GAAGO;IAC9C;EACF,CAAC,CAAC;AACJ,CAAC;AAACR,OAAA,CAAAS,EAAA,GAAAA,EAAA"}
|
|
@@ -18,7 +18,9 @@ const defaultWeight = "Regular";
|
|
|
18
18
|
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
19
19
|
const legacyFontName = "TitilliumWeb";
|
|
20
20
|
const legacyDefaultColor = "bluegreyDark";
|
|
21
|
-
const legacyDefaultWeight = "
|
|
21
|
+
const legacyDefaultWeight = "SemiBold";
|
|
22
|
+
const legacyH3FontSize = 24;
|
|
23
|
+
const legacyH3LineHeight = 34;
|
|
22
24
|
/**
|
|
23
25
|
* `H3` typographic style
|
|
24
26
|
*/
|
|
@@ -32,8 +34,8 @@ const H3 = props => {
|
|
|
32
34
|
defaultColor: isExperimental ? defaultColor : legacyDefaultColor,
|
|
33
35
|
font: isExperimental ? font : legacyFontName,
|
|
34
36
|
fontStyle: {
|
|
35
|
-
fontSize: h3FontSize,
|
|
36
|
-
lineHeight: h3LineHeight
|
|
37
|
+
fontSize: isExperimental ? h3FontSize : legacyH3FontSize,
|
|
38
|
+
lineHeight: isExperimental ? h3LineHeight : legacyH3LineHeight
|
|
37
39
|
}
|
|
38
40
|
});
|
|
39
41
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_core","require","_Factory","h3FontSize","exports","h3LineHeight","font","defaultColor","defaultWeight","legacyFontName","legacyDefaultColor","legacyDefaultWeight","H3","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H3.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUA;AACO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,cAA0B,GAAG,cAAc;AACjD,MAAMC,kBAAiC,GAAG,cAAc;AACxD,MAAMC,mBAAkC,GAAG,
|
|
1
|
+
{"version":3,"names":["_core","require","_Factory","h3FontSize","exports","h3LineHeight","font","defaultColor","defaultWeight","legacyFontName","legacyDefaultColor","legacyDefaultWeight","legacyH3FontSize","legacyH3LineHeight","H3","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H3.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUA;AACO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,cAA0B,GAAG,cAAc;AACjD,MAAMC,kBAAiC,GAAG,cAAc;AACxD,MAAMC,mBAAkC,GAAG,UAAU;AACrD,MAAMC,gBAAgB,GAAG,EAAE;AAC3B,MAAMC,kBAAkB,GAAG,EAAE;AAC7B;AACA;AACA;AACO,MAAMC,EAAE,GAAIC,KAAc,IAAK;EACpC,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,6BAAuB,EAAC,CAAC;EACpD,OAAO,IAAAC,6BAAoB,EAA+B;IACxD,GAAGH,KAAK;IACRP,aAAa,EAAEQ,cAAc,GAAGR,aAAa,GAAGG,mBAAmB;IACnEJ,YAAY,EAAES,cAAc,GAAGT,YAAY,GAAGG,kBAAkB;IAChEJ,IAAI,EAAEU,cAAc,GAAGV,IAAI,GAAGG,cAAc;IAC5CU,SAAS,EAAE;MACTC,QAAQ,EAAEJ,cAAc,GAAGb,UAAU,GAAGS,gBAAgB;MACxDS,UAAU,EAAEL,cAAc,GAAGX,YAAY,GAAGQ;IAC9C;EACF,CAAC,CAAC;AACJ,CAAC;AAACT,OAAA,CAAAU,EAAA,GAAAA,EAAA"}
|
|
@@ -18,6 +18,7 @@ const defaultWeight = "Regular";
|
|
|
18
18
|
const legacyFontName = "TitilliumWeb";
|
|
19
19
|
const legacyDefaultColor = "bluegreyDark";
|
|
20
20
|
const legacyDefaultWeight = "SemiBold";
|
|
21
|
+
const legacyH4FontSize = 22;
|
|
21
22
|
|
|
22
23
|
/**
|
|
23
24
|
* `H4` typographic style
|
|
@@ -32,7 +33,7 @@ const H4 = props => {
|
|
|
32
33
|
defaultColor: isExperimental ? defaultColor : legacyDefaultColor,
|
|
33
34
|
font: isExperimental ? font : legacyFontName,
|
|
34
35
|
fontStyle: {
|
|
35
|
-
fontSize: h4FontSize,
|
|
36
|
+
fontSize: isExperimental ? h4FontSize : legacyH4FontSize,
|
|
36
37
|
lineHeight: h4LineHeight
|
|
37
38
|
}
|
|
38
39
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_core","require","_Factory","h4FontSize","exports","h4LineHeight","font","defaultColor","defaultWeight","legacyFontName","legacyDefaultColor","legacyDefaultWeight","H4","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H4.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,cAA0B,GAAG,cAAc;AACjD,MAAMC,kBAAiC,GAAG,cAAc;AACxD,MAAMC,mBAAkC,GAAG,UAAU;;
|
|
1
|
+
{"version":3,"names":["_core","require","_Factory","h4FontSize","exports","h4LineHeight","font","defaultColor","defaultWeight","legacyFontName","legacyDefaultColor","legacyDefaultWeight","legacyH4FontSize","H4","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H4.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAUO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA,MAAMC,cAA0B,GAAG,cAAc;AACjD,MAAMC,kBAAiC,GAAG,cAAc;AACxD,MAAMC,mBAAkC,GAAG,UAAU;AACrD,MAAMC,gBAAgB,GAAG,EAAE;;AAE3B;AACA;AACA;AACO,MAAMC,EAAE,GAAIC,KAAc,IAAK;EACpC,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,6BAAuB,EAAC,CAAC;EACpD,OAAO,IAAAC,6BAAoB,EAA+B;IACxD,GAAGH,KAAK;IACRN,aAAa,EAAEO,cAAc,GAAGP,aAAa,GAAGG,mBAAmB;IACnEJ,YAAY,EAAEQ,cAAc,GAAGR,YAAY,GAAGG,kBAAkB;IAChEJ,IAAI,EAAES,cAAc,GAAGT,IAAI,GAAGG,cAAc;IAC5CS,SAAS,EAAE;MACTC,QAAQ,EAAEJ,cAAc,GAAGZ,UAAU,GAAGS,gBAAgB;MACxDQ,UAAU,EAAEf;IACd;EACF,CAAC,CAAC;AACJ,CAAC;AAACD,OAAA,CAAAS,EAAA,GAAAA,EAAA"}
|
|
@@ -17,6 +17,8 @@ const h6DefaultWeight = "Regular";
|
|
|
17
17
|
const fontName = "ReadexPro";
|
|
18
18
|
|
|
19
19
|
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
20
|
+
const legacyFontSize = 18;
|
|
21
|
+
const legacyLineHeight = 25;
|
|
20
22
|
const legacyFontName = "TitilliumWeb";
|
|
21
23
|
const legacyDefaultWeight = "SemiBold";
|
|
22
24
|
|
|
@@ -33,8 +35,8 @@ const H6 = props => {
|
|
|
33
35
|
defaultColor: h6DefaultColor,
|
|
34
36
|
font: isExperimental ? fontName : legacyFontName,
|
|
35
37
|
fontStyle: {
|
|
36
|
-
fontSize: h6FontSize,
|
|
37
|
-
lineHeight: h6LineHeight
|
|
38
|
+
fontSize: isExperimental ? h6FontSize : legacyFontSize,
|
|
39
|
+
lineHeight: isExperimental ? h6LineHeight : legacyLineHeight
|
|
38
40
|
}
|
|
39
41
|
});
|
|
40
42
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_core","require","_Factory","h6FontSize","exports","h6LineHeight","h6DefaultColor","IOThemeLight","h6DefaultWeight","fontName","legacyFontName","legacyDefaultWeight","H6","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","defaultWeight","defaultColor","font","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H6.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAGA;;AAQO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,cAA6B,GAAGC,kBAAY,CAAC,kBAAkB,CAAC;AACtE,MAAMC,eAA8B,GAAG,SAAS;AAChD,MAAMC,QAAoB,GAAG,WAAW;;AAExC;AACA,MAAMC,cAA0B,GAAG,cAAc;AACjD,MAAMC,mBAAkC,GAAG,UAAU;;AAErD;AACA;AACA;AACO,MAAMC,EAAE,GAAIC,KAAc,IAAK;EACpC,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,6BAAuB,EAAC,CAAC;EAEpD,OAAO,IAAAC,6BAAoB,EAA+B;IACxD,GAAGH,KAAK;IACRI,aAAa,EAAEH,cAAc,
|
|
1
|
+
{"version":3,"names":["_core","require","_Factory","h6FontSize","exports","h6LineHeight","h6DefaultColor","IOThemeLight","h6DefaultWeight","fontName","legacyFontSize","legacyLineHeight","legacyFontName","legacyDefaultWeight","H6","props","isExperimental","useIOExperimentalDesign","useTypographyFactory","defaultWeight","defaultColor","font","fontStyle","fontSize","lineHeight"],"sourceRoot":"../../../../src","sources":["components/typography/H6.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAGA;;AAQO,MAAME,UAAU,GAAG,EAAE;AAACC,OAAA,CAAAD,UAAA,GAAAA,UAAA;AACtB,MAAME,YAAY,GAAG,EAAE;AAACD,OAAA,CAAAC,YAAA,GAAAA,YAAA;AAC/B,MAAMC,cAA6B,GAAGC,kBAAY,CAAC,kBAAkB,CAAC;AACtE,MAAMC,eAA8B,GAAG,SAAS;AAChD,MAAMC,QAAoB,GAAG,WAAW;;AAExC;AACA,MAAMC,cAAc,GAAG,EAAE;AACzB,MAAMC,gBAAgB,GAAG,EAAE;AAC3B,MAAMC,cAA0B,GAAG,cAAc;AACjD,MAAMC,mBAAkC,GAAG,UAAU;;AAErD;AACA;AACA;AACO,MAAMC,EAAE,GAAIC,KAAc,IAAK;EACpC,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,6BAAuB,EAAC,CAAC;EAEpD,OAAO,IAAAC,6BAAoB,EAA+B;IACxD,GAAGH,KAAK;IACRI,aAAa,EAAEH,cAAc,GAAGR,eAAe,GAAGK,mBAAmB;IACrEO,YAAY,EAAEd,cAAc;IAC5Be,IAAI,EAAEL,cAAc,GAAGP,QAAQ,GAAGG,cAAc;IAChDU,SAAS,EAAE;MACTC,QAAQ,EAAEP,cAAc,GAAGb,UAAU,GAAGO,cAAc;MACtDc,UAAU,EAAER,cAAc,GAAGX,YAAY,GAAGM;IAC9C;EACF,CAAC,CAAC;AACJ,CAAC;AAACP,OAAA,CAAAU,EAAA,GAAAA,EAAA"}
|
|
@@ -16,6 +16,10 @@ const defaultWeight = "Regular";
|
|
|
16
16
|
|
|
17
17
|
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
18
18
|
const legacyFont = "TitilliumWeb";
|
|
19
|
+
const legacyWeight = "SemiBold";
|
|
20
|
+
const legacyHeroFontSize = 35;
|
|
21
|
+
const legacyHeroLineHeight = 49;
|
|
22
|
+
|
|
19
23
|
/**
|
|
20
24
|
* `Hero` typographic style
|
|
21
25
|
*/
|
|
@@ -25,12 +29,12 @@ const Hero = props => {
|
|
|
25
29
|
} = (0, _core.useIOExperimentalDesign)();
|
|
26
30
|
return (0, _Factory.useTypographyFactory)({
|
|
27
31
|
...props,
|
|
28
|
-
defaultWeight,
|
|
32
|
+
defaultWeight: isExperimental ? defaultWeight : legacyWeight,
|
|
29
33
|
defaultColor,
|
|
30
34
|
font: isExperimental ? font : legacyFont,
|
|
31
35
|
fontStyle: {
|
|
32
|
-
fontSize: heroFontSize,
|
|
33
|
-
lineHeight: heroLineHeight
|
|
36
|
+
fontSize: isExperimental ? heroFontSize : legacyHeroFontSize,
|
|
37
|
+
lineHeight: isExperimental ? heroLineHeight : legacyHeroLineHeight
|
|
34
38
|
}
|
|
35
39
|
});
|
|
36
40
|
};
|