@pagopa/io-app-design-system 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/alert/Alert.js +9 -1
- package/lib/commonjs/components/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/badge/Badge.js +11 -2
- package/lib/commonjs/components/badge/Badge.js.map +1 -1
- package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +5 -3
- package/lib/commonjs/components/banner/Banner.js +0 -1
- package/lib/commonjs/components/banner/Banner.js.map +1 -1
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +5 -5
- package/lib/commonjs/components/buttons/ButtonExtendedOutline.js +1 -1
- package/lib/commonjs/components/buttons/ButtonExtendedOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonLink.js +3 -2
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +8 -48
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +5 -7
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonSolid.js +54 -29
- package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +23 -21
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +14 -2
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js +11 -3
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/CheckboxLabel.js +31 -8
- package/lib/commonjs/components/checkbox/CheckboxLabel.js.map +1 -1
- package/lib/commonjs/components/icons/Icon.js +27 -15
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/IconContained.js +59 -0
- package/lib/commonjs/components/icons/IconContained.js.map +1 -0
- package/lib/commonjs/components/icons/index.js +11 -0
- package/lib/commonjs/components/icons/index.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconChange.js +31 -0
- package/lib/commonjs/components/icons/svg/IconChange.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDialpad.js +29 -0
- package/lib/commonjs/components/icons/svg/IconDialpad.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconKey.js +31 -0
- package/lib/commonjs/components/icons/svg/IconKey.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconNotification.js +31 -0
- package/lib/commonjs/components/icons/svg/IconNotification.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconOption.js +31 -0
- package/lib/commonjs/components/icons/svg/IconOption.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconTransactions.js +1 -1
- package/lib/commonjs/components/icons/svg/IconTransactions.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconTransactionsBoxed.js +31 -0
- package/lib/commonjs/components/icons/svg/IconTransactionsBoxed.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconChange.svg +3 -0
- package/lib/commonjs/components/icons/svg/originals/IconDialpad.svg +5 -0
- package/lib/commonjs/components/icons/svg/originals/IconKey.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconNotification.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconOption.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconTransactions.svg +8 -0
- package/lib/commonjs/components/icons/svg/originals/IconTransactionsBoxed.svg +8 -0
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js +38 -8
- package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfo.js +31 -7
- package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js +40 -10
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +30 -7
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +32 -7
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemSwitch.js +1 -1
- package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +75 -108
- package/lib/commonjs/components/listitems/__test__/listitem.test.js +2 -2
- package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/commonjs/components/listitems/index.js +4 -4
- package/lib/commonjs/components/listitems/index.js.map +1 -1
- package/lib/commonjs/components/{listitems/ListItemIDP.js → modules/ModuleIDP.js} +19 -12
- package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -0
- package/lib/commonjs/components/modules/index.js +17 -0
- package/lib/commonjs/components/modules/index.js.map +1 -0
- package/lib/commonjs/components/pictograms/Pictogram.js +13 -1
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCie.js +47 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCie.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSecurity.js +44 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSecurity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCie.js +47 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCie.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFeature.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFeature.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSecurity.js +47 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSecurity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCie.svg +30 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeature.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedSecurity.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCie.svg +30 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramFeature.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSecurity.svg +30 -0
- package/lib/commonjs/components/radio/AnimatedRadio.js +14 -2
- package/lib/commonjs/components/radio/AnimatedRadio.js.map +1 -1
- package/lib/commonjs/components/switch/NativeSwitch.js +19 -5
- package/lib/commonjs/components/switch/NativeSwitch.js.map +1 -1
- package/lib/commonjs/components/switch/SwitchLabel.js +31 -8
- package/lib/commonjs/components/switch/SwitchLabel.js.map +1 -1
- package/lib/commonjs/components/tag/Tag.js +16 -8
- package/lib/commonjs/components/tag/Tag.js.map +1 -1
- package/lib/commonjs/components/textInput/TextInputBase.js +11 -2
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/components/typography/Body.js +1 -4
- package/lib/commonjs/components/typography/Body.js.map +1 -1
- package/lib/commonjs/components/typography/BodyMonospace.js +28 -0
- package/lib/commonjs/components/typography/BodyMonospace.js.map +1 -0
- package/lib/commonjs/components/typography/ButtonText.js +39 -0
- package/lib/commonjs/components/typography/ButtonText.js.map +1 -0
- package/lib/commonjs/components/typography/Caption.js +37 -0
- package/lib/commonjs/components/typography/Caption.js.map +1 -0
- package/lib/commonjs/components/typography/Chip.js +34 -0
- package/lib/commonjs/components/typography/Chip.js.map +1 -0
- package/lib/commonjs/components/typography/H1.js +18 -15
- package/lib/commonjs/components/typography/H1.js.map +1 -1
- package/lib/commonjs/components/typography/H2.js +18 -15
- package/lib/commonjs/components/typography/H2.js.map +1 -1
- package/lib/commonjs/components/typography/H3.js +24 -18
- package/lib/commonjs/components/typography/H3.js.map +1 -1
- package/lib/commonjs/components/typography/H4.js +18 -14
- package/lib/commonjs/components/typography/H4.js.map +1 -1
- package/lib/commonjs/components/typography/H5.js +19 -33
- package/lib/commonjs/components/typography/H5.js.map +1 -1
- package/lib/commonjs/components/typography/H6.js +15 -13
- package/lib/commonjs/components/typography/H6.js.map +1 -1
- package/lib/commonjs/components/typography/Hero.js +38 -0
- package/lib/commonjs/components/typography/Hero.js.map +1 -0
- package/lib/commonjs/components/typography/Label.js +13 -10
- package/lib/commonjs/components/typography/Label.js.map +1 -1
- package/lib/commonjs/components/typography/LabelHeader.js +19 -16
- package/lib/commonjs/components/typography/LabelHeader.js.map +1 -1
- package/lib/commonjs/components/typography/{Link.js → LabelLink.js} +9 -14
- package/lib/commonjs/components/typography/LabelLink.js.map +1 -0
- package/lib/commonjs/components/typography/LabelSmall.js +18 -22
- package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +195 -379
- package/lib/commonjs/components/typography/__test__/typography.test.js +10 -42
- package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/commonjs/components/typography/common.js +18 -1
- package/lib/commonjs/components/typography/common.js.map +1 -1
- package/lib/commonjs/components/typography/index.js +45 -12
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/commonjs/core/IODSExperimentalContextProvider.js +3 -2
- package/lib/commonjs/core/IODSExperimentalContextProvider.js.map +1 -1
- package/lib/commonjs/core/IOShapes.js +3 -3
- package/lib/commonjs/core/IOShapes.js.map +1 -1
- package/lib/commonjs/core/IOSpacing.js +8 -8
- package/lib/commonjs/core/IOSpacing.js.map +1 -1
- package/lib/commonjs/core/IOStyles.js +2 -8
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/commonjs/stories/Link.stories.js +1 -1
- package/lib/commonjs/stories/Link.stories.js.map +1 -1
- package/lib/commonjs/stories/Monospace.stories.js +1 -1
- package/lib/commonjs/stories/Monospace.stories.js.map +1 -1
- package/lib/commonjs/utils/fonts.js +8 -6
- package/lib/commonjs/utils/fonts.js.map +1 -1
- package/lib/module/components/alert/Alert.js +9 -1
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/badge/Badge.js +12 -3
- package/lib/module/components/badge/Badge.js.map +1 -1
- package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +5 -3
- package/lib/module/components/banner/Banner.js +0 -1
- package/lib/module/components/banner/Banner.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +5 -5
- package/lib/module/components/buttons/ButtonExtendedOutline.js +2 -2
- package/lib/module/components/buttons/ButtonExtendedOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonLink.js +3 -2
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +8 -48
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +5 -7
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButtonSolid.js +55 -30
- package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +23 -21
- package/lib/module/components/checkbox/AnimatedCheckbox.js +15 -3
- package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js +13 -5
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
- package/lib/module/components/checkbox/CheckboxLabel.js +32 -9
- package/lib/module/components/checkbox/CheckboxLabel.js.map +1 -1
- package/lib/module/components/icons/Icon.js +27 -15
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/IconContained.js +51 -0
- package/lib/module/components/icons/IconContained.js.map +1 -0
- package/lib/module/components/icons/index.js +1 -0
- package/lib/module/components/icons/index.js.map +1 -1
- package/lib/module/components/icons/svg/IconChange.js +23 -0
- package/lib/module/components/icons/svg/IconChange.js.map +1 -0
- package/lib/module/components/icons/svg/IconDialpad.js +21 -0
- package/lib/module/components/icons/svg/IconDialpad.js.map +1 -0
- package/lib/module/components/icons/svg/IconKey.js +23 -0
- package/lib/module/components/icons/svg/IconKey.js.map +1 -0
- package/lib/module/components/icons/svg/IconNotification.js +23 -0
- package/lib/module/components/icons/svg/IconNotification.js.map +1 -0
- package/lib/module/components/icons/svg/IconOption.js +23 -0
- package/lib/module/components/icons/svg/IconOption.js.map +1 -0
- package/lib/module/components/icons/svg/IconTransactions.js +1 -1
- package/lib/module/components/icons/svg/IconTransactions.js.map +1 -1
- package/lib/module/components/icons/svg/IconTransactionsBoxed.js +23 -0
- package/lib/module/components/icons/svg/IconTransactionsBoxed.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconChange.svg +3 -0
- package/lib/module/components/icons/svg/originals/IconDialpad.svg +5 -0
- package/lib/module/components/icons/svg/originals/IconKey.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconNotification.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconOption.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconTransactions.svg +8 -0
- package/lib/module/components/icons/svg/originals/IconTransactionsBoxed.svg +8 -0
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/listitems/ListItemAction.js +40 -10
- package/lib/module/components/listitems/ListItemAction.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfo.js +34 -10
- package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfoCopy.js +43 -13
- package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +34 -10
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +35 -10
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemSwitch.js +2 -2
- package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +75 -108
- package/lib/module/components/listitems/__test__/listitem.test.js +1 -1
- package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/module/components/listitems/index.js +1 -1
- package/lib/module/components/listitems/index.js.map +1 -1
- package/lib/module/components/{listitems/ListItemIDP.js → modules/ModuleIDP.js} +18 -11
- package/lib/module/components/modules/ModuleIDP.js.map +1 -0
- package/lib/module/components/modules/index.js +2 -0
- package/lib/module/components/modules/index.js.map +1 -0
- package/lib/module/components/pictograms/Pictogram.js +13 -1
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedCie.js +39 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCie.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSecurity.js +36 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSecurity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCie.js +39 -0
- package/lib/module/components/pictograms/svg/PictogramCie.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramFeature.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramFeature.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramSecurity.js +39 -0
- package/lib/module/components/pictograms/svg/PictogramSecurity.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCie.svg +30 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFeature.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedSecurity.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCie.svg +30 -0
- package/lib/module/components/pictograms/svg/originals/PictogramFeature.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramSecurity.svg +30 -0
- package/lib/module/components/radio/AnimatedRadio.js +15 -3
- package/lib/module/components/radio/AnimatedRadio.js.map +1 -1
- package/lib/module/components/switch/NativeSwitch.js +20 -6
- package/lib/module/components/switch/NativeSwitch.js.map +1 -1
- package/lib/module/components/switch/SwitchLabel.js +32 -9
- package/lib/module/components/switch/SwitchLabel.js.map +1 -1
- package/lib/module/components/tag/Tag.js +12 -4
- package/lib/module/components/tag/Tag.js.map +1 -1
- package/lib/module/components/textInput/TextInputBase.js +12 -3
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/components/typography/Body.js +1 -4
- package/lib/module/components/typography/Body.js.map +1 -1
- package/lib/module/components/typography/BodyMonospace.js +21 -0
- package/lib/module/components/typography/BodyMonospace.js.map +1 -0
- package/lib/module/components/typography/ButtonText.js +31 -0
- package/lib/module/components/typography/ButtonText.js.map +1 -0
- package/lib/module/components/typography/Caption.js +29 -0
- package/lib/module/components/typography/Caption.js.map +1 -0
- package/lib/module/components/typography/Chip.js +27 -0
- package/lib/module/components/typography/Chip.js.map +1 -0
- package/lib/module/components/typography/H1.js +17 -12
- package/lib/module/components/typography/H1.js.map +1 -1
- package/lib/module/components/typography/H2.js +17 -12
- package/lib/module/components/typography/H2.js.map +1 -1
- package/lib/module/components/typography/H3.js +24 -18
- package/lib/module/components/typography/H3.js.map +1 -1
- package/lib/module/components/typography/H4.js +17 -13
- package/lib/module/components/typography/H4.js.map +1 -1
- package/lib/module/components/typography/H5.js +17 -31
- package/lib/module/components/typography/H5.js.map +1 -1
- package/lib/module/components/typography/H6.js +15 -11
- package/lib/module/components/typography/H6.js.map +1 -1
- package/lib/module/components/typography/Hero.js +29 -0
- package/lib/module/components/typography/Hero.js.map +1 -0
- package/lib/module/components/typography/Label.js +13 -10
- package/lib/module/components/typography/Label.js.map +1 -1
- package/lib/module/components/typography/LabelHeader.js +20 -17
- package/lib/module/components/typography/LabelHeader.js.map +1 -1
- package/lib/module/components/typography/{Link.js → LabelLink.js} +6 -11
- package/lib/module/components/typography/LabelLink.js.map +1 -0
- package/lib/module/components/typography/LabelSmall.js +18 -22
- package/lib/module/components/typography/LabelSmall.js.map +1 -1
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +195 -379
- package/lib/module/components/typography/__test__/typography.test.js +10 -42
- package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/module/components/typography/common.js +15 -0
- package/lib/module/components/typography/common.js.map +1 -1
- package/lib/module/components/typography/index.js +6 -3
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/module/core/IODSExperimentalContextProvider.js +3 -2
- package/lib/module/core/IODSExperimentalContextProvider.js.map +1 -1
- package/lib/module/core/IOShapes.js +1 -1
- package/lib/module/core/IOShapes.js.map +1 -1
- package/lib/module/core/IOSpacing.js +4 -4
- package/lib/module/core/IOSpacing.js.map +1 -1
- package/lib/module/core/IOStyles.js +2 -8
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/module/stories/Link.stories.js +2 -2
- package/lib/module/stories/Link.stories.js.map +1 -1
- package/lib/module/stories/Monospace.stories.js +2 -2
- package/lib/module/stories/Monospace.stories.js.map +1 -1
- package/lib/module/utils/fonts.js +8 -6
- package/lib/module/utils/fonts.js.map +1 -1
- package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
- package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
- package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts +2 -3
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedMessageCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/CheckboxLabel.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +7 -1
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/IconContained.d.ts +10 -0
- package/lib/typescript/components/icons/IconContained.d.ts.map +1 -0
- package/lib/typescript/components/icons/index.d.ts +1 -0
- package/lib/typescript/components/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChange.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconChange.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDialpad.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDialpad.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconKey.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconKey.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconNotification.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconNotification.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconOption.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconOption.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemSwitch.d.ts +1 -1
- package/lib/typescript/components/listitems/ListItemSwitch.d.ts.map +1 -1
- package/lib/typescript/components/listitems/index.d.ts +1 -1
- package/lib/typescript/components/listitems/index.d.ts.map +1 -1
- package/lib/typescript/components/{listitems/ListItemIDP.d.ts → modules/ModuleIDP.d.ts} +4 -4
- package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -0
- package/lib/typescript/components/modules/index.d.ts +2 -0
- package/lib/typescript/components/modules/index.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts +4 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts.map +1 -0
- package/lib/typescript/components/radio/AnimatedRadio.d.ts.map +1 -1
- package/lib/typescript/components/switch/NativeSwitch.d.ts.map +1 -1
- package/lib/typescript/components/switch/SwitchLabel.d.ts.map +1 -1
- package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/components/typography/Body.d.ts +4 -7
- package/lib/typescript/components/typography/Body.d.ts.map +1 -1
- package/lib/typescript/components/typography/BodyMonospace.d.ts +13 -0
- package/lib/typescript/components/typography/BodyMonospace.d.ts.map +1 -0
- package/lib/typescript/components/typography/ButtonText.d.ts +14 -0
- package/lib/typescript/components/typography/ButtonText.d.ts.map +1 -0
- package/lib/typescript/components/typography/Caption.d.ts +14 -0
- package/lib/typescript/components/typography/Caption.d.ts.map +1 -0
- package/lib/typescript/components/typography/Chip.d.ts +13 -0
- package/lib/typescript/components/typography/Chip.d.ts.map +1 -0
- package/lib/typescript/components/typography/H1.d.ts +9 -15
- package/lib/typescript/components/typography/H1.d.ts.map +1 -1
- package/lib/typescript/components/typography/H2.d.ts +9 -15
- package/lib/typescript/components/typography/H2.d.ts.map +1 -1
- package/lib/typescript/components/typography/H3.d.ts +7 -10
- package/lib/typescript/components/typography/H3.d.ts.map +1 -1
- package/lib/typescript/components/typography/H4.d.ts +8 -11
- package/lib/typescript/components/typography/H4.d.ts.map +1 -1
- package/lib/typescript/components/typography/H5.d.ts +9 -24
- package/lib/typescript/components/typography/H5.d.ts.map +1 -1
- package/lib/typescript/components/typography/H6.d.ts +7 -12
- package/lib/typescript/components/typography/H6.d.ts.map +1 -1
- package/lib/typescript/components/typography/Hero.d.ts +15 -0
- package/lib/typescript/components/typography/Hero.d.ts.map +1 -0
- package/lib/typescript/components/typography/Label.d.ts +8 -9
- package/lib/typescript/components/typography/Label.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelHeader.d.ts +4 -7
- package/lib/typescript/components/typography/LabelHeader.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelLink.d.ts +18 -0
- package/lib/typescript/components/typography/LabelLink.d.ts.map +1 -0
- package/lib/typescript/components/typography/LabelSmall.d.ts +4 -7
- package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
- package/lib/typescript/components/typography/common.d.ts +6 -0
- package/lib/typescript/components/typography/common.d.ts.map +1 -1
- package/lib/typescript/components/typography/index.d.ts +6 -3
- package/lib/typescript/components/typography/index.d.ts.map +1 -1
- package/lib/typescript/core/IODSExperimentalContextProvider.d.ts +4 -1
- package/lib/typescript/core/IODSExperimentalContextProvider.d.ts.map +1 -1
- package/lib/typescript/core/IOShapes.d.ts +1 -1
- package/lib/typescript/core/IOShapes.d.ts.map +1 -1
- package/lib/typescript/core/IOSpacing.d.ts +5 -5
- package/lib/typescript/core/IOSpacing.d.ts.map +1 -1
- package/lib/typescript/core/IOStyles.d.ts +1 -6
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/lib/typescript/stories/H1.stories.d.ts +2 -2
- package/lib/typescript/stories/H2.stories.d.ts +2 -2
- package/lib/typescript/stories/H3.stories.d.ts +2 -2
- package/lib/typescript/stories/H4.stories.d.ts +2 -2
- package/lib/typescript/stories/H5.stories.d.ts +2 -10
- package/lib/typescript/stories/H5.stories.d.ts.map +1 -1
- package/lib/typescript/stories/H6.stories.d.ts +2 -2
- package/lib/typescript/stories/Label.stories.d.ts +4 -2
- package/lib/typescript/stories/Label.stories.d.ts.map +1 -1
- package/lib/typescript/stories/LabelSmall.stories.d.ts +2 -2
- package/lib/typescript/stories/Link.stories.d.ts +3 -3
- package/lib/typescript/stories/Link.stories.d.ts.map +1 -1
- package/lib/typescript/stories/Monospace.stories.d.ts +2 -2
- package/lib/typescript/stories/Monospace.stories.d.ts.map +1 -1
- package/lib/typescript/utils/fonts.d.ts +3 -3
- package/lib/typescript/utils/fonts.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/alert/Alert.tsx +7 -1
- package/src/components/badge/Badge.tsx +30 -19
- package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +5 -3
- package/src/components/banner/Banner.tsx +1 -3
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +5 -5
- package/src/components/buttons/ButtonExtendedOutline.tsx +2 -2
- package/src/components/buttons/ButtonLink.tsx +3 -2
- package/src/components/buttons/ButtonOutline.tsx +6 -53
- package/src/components/buttons/ButtonSolid.tsx +8 -17
- package/src/components/buttons/IconButtonSolid.tsx +43 -13
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +23 -21
- package/src/components/checkbox/AnimatedCheckbox.tsx +26 -5
- package/src/components/checkbox/AnimatedMessageCheckbox.tsx +20 -10
- package/src/components/checkbox/CheckboxLabel.tsx +33 -6
- package/src/components/icons/Icon.tsx +27 -15
- package/src/components/icons/IconContained.tsx +76 -0
- package/src/components/icons/index.tsx +1 -0
- package/src/components/icons/svg/IconChange.tsx +16 -0
- package/src/components/icons/svg/IconDialpad.tsx +14 -0
- package/src/components/icons/svg/IconKey.tsx +16 -0
- package/src/components/icons/svg/IconNotification.tsx +16 -0
- package/src/components/icons/svg/IconOption.tsx +16 -0
- package/src/components/icons/svg/IconTransactions.tsx +1 -1
- package/src/components/icons/svg/IconTransactionsBoxed.tsx +16 -0
- package/src/components/icons/svg/originals/IconChange.svg +3 -0
- package/src/components/icons/svg/originals/IconDialpad.svg +5 -0
- package/src/components/icons/svg/originals/IconKey.svg +7 -0
- package/src/components/icons/svg/originals/IconNotification.svg +7 -0
- package/src/components/icons/svg/originals/IconOption.svg +7 -0
- package/src/components/icons/svg/originals/IconTransactions.svg +8 -0
- package/src/components/icons/svg/originals/IconTransactionsBoxed.svg +8 -0
- package/src/components/index.tsx +1 -0
- package/src/components/listitems/ListItemAction.tsx +53 -11
- package/src/components/listitems/ListItemInfo.tsx +55 -11
- package/src/components/listitems/ListItemInfoCopy.tsx +67 -18
- package/src/components/listitems/ListItemNav.tsx +60 -12
- package/src/components/listitems/ListItemNavAlert.tsx +50 -9
- package/src/components/listitems/ListItemSwitch.tsx +4 -4
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +75 -108
- package/src/components/listitems/__test__/listitem.test.tsx +1 -1
- package/src/components/listitems/index.tsx +1 -1
- package/src/components/{listitems/ListItemIDP.tsx → modules/ModuleIDP.tsx} +29 -16
- package/src/components/modules/index.tsx +1 -0
- package/src/components/pictograms/Pictogram.tsx +14 -2
- package/src/components/pictograms/svg/PictogramBleedCie.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedFeature.tsx +46 -0
- package/src/components/pictograms/svg/PictogramBleedSecurity.tsx +38 -0
- package/src/components/pictograms/svg/PictogramCie.tsx +38 -0
- package/src/components/pictograms/svg/PictogramFeature.tsx +42 -0
- package/src/components/pictograms/svg/PictogramSecurity.tsx +38 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCie.svg +30 -0
- package/src/components/pictograms/svg/originals/PictogramBleedFeature.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramBleedSecurity.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramCie.svg +30 -0
- package/src/components/pictograms/svg/originals/PictogramFeature.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramSecurity.svg +30 -0
- package/src/components/radio/AnimatedRadio.tsx +26 -5
- package/src/components/switch/NativeSwitch.tsx +35 -13
- package/src/components/switch/SwitchLabel.tsx +33 -6
- package/src/components/tag/Tag.tsx +39 -24
- package/src/components/textInput/TextInputBase.tsx +20 -3
- package/src/components/typography/Body.tsx +3 -7
- package/src/components/typography/BodyMonospace.tsx +29 -0
- package/src/components/typography/ButtonText.tsx +45 -0
- package/src/components/typography/Caption.tsx +37 -0
- package/src/components/typography/Chip.tsx +33 -0
- package/src/components/typography/H1.tsx +20 -29
- package/src/components/typography/H2.tsx +20 -29
- package/src/components/typography/H3.tsx +21 -20
- package/src/components/typography/H4.tsx +19 -20
- package/src/components/typography/H5.tsx +22 -54
- package/src/components/typography/H6.tsx +17 -15
- package/src/components/typography/Hero.tsx +34 -0
- package/src/components/typography/Label.tsx +23 -21
- package/src/components/typography/LabelHeader.tsx +12 -12
- package/src/components/typography/{Link.tsx → LabelLink.tsx} +15 -12
- package/src/components/typography/LabelSmall.tsx +13 -14
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +195 -379
- package/src/components/typography/__test__/typography.test.tsx +12 -50
- package/src/components/typography/common.tsx +16 -0
- package/src/components/typography/index.tsx +6 -3
- package/src/core/IODSExperimentalContextProvider.tsx +10 -3
- package/src/core/IOShapes.ts +1 -1
- package/src/core/IOSpacing.ts +6 -6
- package/src/core/IOStyles.ts +3 -8
- package/src/stories/Link.stories.ts +5 -5
- package/src/stories/Monospace.stories.ts +5 -5
- package/src/utils/fonts.ts +8 -6
- package/lib/commonjs/components/listitems/ListItemIDP.js.map +0 -1
- package/lib/commonjs/components/typography/CTA.js +0 -34
- package/lib/commonjs/components/typography/CTA.js.map +0 -1
- package/lib/commonjs/components/typography/Link.js.map +0 -1
- package/lib/commonjs/components/typography/Monospace.js +0 -30
- package/lib/commonjs/components/typography/Monospace.js.map +0 -1
- package/lib/module/components/listitems/ListItemIDP.js.map +0 -1
- package/lib/module/components/typography/CTA.js +0 -27
- package/lib/module/components/typography/CTA.js.map +0 -1
- package/lib/module/components/typography/Link.js.map +0 -1
- package/lib/module/components/typography/Monospace.js +0 -23
- package/lib/module/components/typography/Monospace.js.map +0 -1
- package/lib/typescript/components/listitems/ListItemIDP.d.ts.map +0 -1
- package/lib/typescript/components/typography/CTA.d.ts +0 -16
- package/lib/typescript/components/typography/CTA.d.ts.map +0 -1
- package/lib/typescript/components/typography/Link.d.ts +0 -22
- package/lib/typescript/components/typography/Link.d.ts.map +0 -1
- package/lib/typescript/components/typography/Monospace.d.ts +0 -16
- package/lib/typescript/components/typography/Monospace.d.ts.map +0 -1
- package/src/components/typography/CTA.tsx +0 -35
- package/src/components/typography/Monospace.tsx +0 -34
|
@@ -32,33 +32,63 @@ exports[`Test Typography Components Body Snapshot 1`] = `
|
|
|
32
32
|
</Text>
|
|
33
33
|
`;
|
|
34
34
|
|
|
35
|
+
exports[`Test Typography Components BodyMonospace Snapshot 1`] = `
|
|
36
|
+
<Text
|
|
37
|
+
color="bluegrey"
|
|
38
|
+
defaultColor="bluegrey"
|
|
39
|
+
defaultWeight="Medium"
|
|
40
|
+
font="DMMono"
|
|
41
|
+
fontStyle={
|
|
42
|
+
{
|
|
43
|
+
"fontSize": 16,
|
|
44
|
+
"lineHeight": 24,
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
style={
|
|
48
|
+
[
|
|
49
|
+
{
|
|
50
|
+
"fontSize": 16,
|
|
51
|
+
"lineHeight": 24,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"color": "#475A6D",
|
|
55
|
+
"fontFamily": "DM Mono",
|
|
56
|
+
"fontStyle": "normal",
|
|
57
|
+
"fontWeight": "500",
|
|
58
|
+
},
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
weight="Medium"
|
|
62
|
+
>
|
|
63
|
+
Text
|
|
64
|
+
</Text>
|
|
65
|
+
`;
|
|
66
|
+
|
|
35
67
|
exports[`Test Typography Components CTA Snapshot 1`] = `
|
|
36
68
|
<Text
|
|
37
|
-
color="
|
|
38
|
-
defaultColor="
|
|
39
|
-
defaultWeight="
|
|
40
|
-
font="
|
|
69
|
+
color="white"
|
|
70
|
+
defaultColor="white"
|
|
71
|
+
defaultWeight="Bold"
|
|
72
|
+
font="TitilliumWeb"
|
|
41
73
|
fontStyle={
|
|
42
74
|
{
|
|
43
75
|
"fontSize": 16,
|
|
44
|
-
"lineHeight": 20,
|
|
45
76
|
}
|
|
46
77
|
}
|
|
47
78
|
style={
|
|
48
79
|
[
|
|
49
80
|
{
|
|
50
81
|
"fontSize": 16,
|
|
51
|
-
"lineHeight": 20,
|
|
52
82
|
},
|
|
53
83
|
{
|
|
54
|
-
"color": "#
|
|
55
|
-
"fontFamily": "
|
|
84
|
+
"color": "#FFFFFF",
|
|
85
|
+
"fontFamily": "Titillium Web",
|
|
56
86
|
"fontStyle": "normal",
|
|
57
|
-
"fontWeight": "
|
|
87
|
+
"fontWeight": "700",
|
|
58
88
|
},
|
|
59
89
|
]
|
|
60
90
|
}
|
|
61
|
-
weight="
|
|
91
|
+
weight="Bold"
|
|
62
92
|
>
|
|
63
93
|
Text
|
|
64
94
|
</Text>
|
|
@@ -66,24 +96,24 @@ exports[`Test Typography Components CTA Snapshot 1`] = `
|
|
|
66
96
|
|
|
67
97
|
exports[`Test Typography Components H1 Snapshot 1`] = `
|
|
68
98
|
<Text
|
|
69
|
-
color="
|
|
70
|
-
defaultColor="
|
|
99
|
+
color="black"
|
|
100
|
+
defaultColor="black"
|
|
71
101
|
defaultWeight="Bold"
|
|
72
102
|
font="TitilliumWeb"
|
|
73
103
|
fontStyle={
|
|
74
104
|
{
|
|
75
|
-
"fontSize":
|
|
76
|
-
"lineHeight":
|
|
105
|
+
"fontSize": 28,
|
|
106
|
+
"lineHeight": 42,
|
|
77
107
|
}
|
|
78
108
|
}
|
|
79
109
|
style={
|
|
80
110
|
[
|
|
81
111
|
{
|
|
82
|
-
"fontSize":
|
|
83
|
-
"lineHeight":
|
|
112
|
+
"fontSize": 28,
|
|
113
|
+
"lineHeight": 42,
|
|
84
114
|
},
|
|
85
115
|
{
|
|
86
|
-
"color": "#
|
|
116
|
+
"color": "#0E0F13",
|
|
87
117
|
"fontFamily": "Titillium Web",
|
|
88
118
|
"fontStyle": "normal",
|
|
89
119
|
"fontWeight": "700",
|
|
@@ -99,20 +129,20 @@ exports[`Test Typography Components H1 Snapshot 1`] = `
|
|
|
99
129
|
exports[`Test Typography Components H1 Snapshot 2`] = `
|
|
100
130
|
<Text
|
|
101
131
|
color="white"
|
|
102
|
-
defaultColor="
|
|
132
|
+
defaultColor="black"
|
|
103
133
|
defaultWeight="Bold"
|
|
104
134
|
font="TitilliumWeb"
|
|
105
135
|
fontStyle={
|
|
106
136
|
{
|
|
107
|
-
"fontSize":
|
|
108
|
-
"lineHeight":
|
|
137
|
+
"fontSize": 28,
|
|
138
|
+
"lineHeight": 42,
|
|
109
139
|
}
|
|
110
140
|
}
|
|
111
141
|
style={
|
|
112
142
|
[
|
|
113
143
|
{
|
|
114
|
-
"fontSize":
|
|
115
|
-
"lineHeight":
|
|
144
|
+
"fontSize": 28,
|
|
145
|
+
"lineHeight": 42,
|
|
116
146
|
},
|
|
117
147
|
{
|
|
118
148
|
"color": "#FFFFFF",
|
|
@@ -130,24 +160,24 @@ exports[`Test Typography Components H1 Snapshot 2`] = `
|
|
|
130
160
|
|
|
131
161
|
exports[`Test Typography Components H2 Snapshot 1`] = `
|
|
132
162
|
<Text
|
|
133
|
-
color="
|
|
134
|
-
defaultColor="
|
|
163
|
+
color="black"
|
|
164
|
+
defaultColor="black"
|
|
135
165
|
defaultWeight="Bold"
|
|
136
166
|
font="TitilliumWeb"
|
|
137
167
|
fontStyle={
|
|
138
168
|
{
|
|
139
|
-
"fontSize":
|
|
140
|
-
"lineHeight":
|
|
169
|
+
"fontSize": 26,
|
|
170
|
+
"lineHeight": 39,
|
|
141
171
|
}
|
|
142
172
|
}
|
|
143
173
|
style={
|
|
144
174
|
[
|
|
145
175
|
{
|
|
146
|
-
"fontSize":
|
|
147
|
-
"lineHeight":
|
|
176
|
+
"fontSize": 26,
|
|
177
|
+
"lineHeight": 39,
|
|
148
178
|
},
|
|
149
179
|
{
|
|
150
|
-
"color": "#
|
|
180
|
+
"color": "#0E0F13",
|
|
151
181
|
"fontFamily": "Titillium Web",
|
|
152
182
|
"fontStyle": "normal",
|
|
153
183
|
"fontWeight": "700",
|
|
@@ -162,10 +192,10 @@ exports[`Test Typography Components H2 Snapshot 1`] = `
|
|
|
162
192
|
|
|
163
193
|
exports[`Test Typography Components H3 Snapshot 1`] = `
|
|
164
194
|
<Text
|
|
165
|
-
color="
|
|
166
|
-
defaultColor="
|
|
167
|
-
defaultWeight="
|
|
168
|
-
font="
|
|
195
|
+
color="bluegreyDark"
|
|
196
|
+
defaultColor="bluegreyDark"
|
|
197
|
+
defaultWeight="Bold"
|
|
198
|
+
font="TitilliumWeb"
|
|
169
199
|
fontStyle={
|
|
170
200
|
{
|
|
171
201
|
"fontSize": 22,
|
|
@@ -179,14 +209,14 @@ exports[`Test Typography Components H3 Snapshot 1`] = `
|
|
|
179
209
|
"lineHeight": 33,
|
|
180
210
|
},
|
|
181
211
|
{
|
|
182
|
-
"color": "#
|
|
183
|
-
"fontFamily": "
|
|
212
|
+
"color": "#17324D",
|
|
213
|
+
"fontFamily": "Titillium Web",
|
|
184
214
|
"fontStyle": "normal",
|
|
185
|
-
"fontWeight": "
|
|
215
|
+
"fontWeight": "700",
|
|
186
216
|
},
|
|
187
217
|
]
|
|
188
218
|
}
|
|
189
|
-
weight="
|
|
219
|
+
weight="Bold"
|
|
190
220
|
>
|
|
191
221
|
Text
|
|
192
222
|
</Text>
|
|
@@ -195,9 +225,9 @@ exports[`Test Typography Components H3 Snapshot 1`] = `
|
|
|
195
225
|
exports[`Test Typography Components H3 Snapshot 2`] = `
|
|
196
226
|
<Text
|
|
197
227
|
color="bluegreyLight"
|
|
198
|
-
defaultColor="
|
|
199
|
-
defaultWeight="
|
|
200
|
-
font="
|
|
228
|
+
defaultColor="bluegreyDark"
|
|
229
|
+
defaultWeight="Bold"
|
|
230
|
+
font="TitilliumWeb"
|
|
201
231
|
fontStyle={
|
|
202
232
|
{
|
|
203
233
|
"fontSize": 22,
|
|
@@ -212,13 +242,13 @@ exports[`Test Typography Components H3 Snapshot 2`] = `
|
|
|
212
242
|
},
|
|
213
243
|
{
|
|
214
244
|
"color": "#CCD4DC",
|
|
215
|
-
"fontFamily": "
|
|
245
|
+
"fontFamily": "Titillium Web",
|
|
216
246
|
"fontStyle": "normal",
|
|
217
|
-
"fontWeight": "
|
|
247
|
+
"fontWeight": "700",
|
|
218
248
|
},
|
|
219
249
|
]
|
|
220
250
|
}
|
|
221
|
-
weight="
|
|
251
|
+
weight="Bold"
|
|
222
252
|
>
|
|
223
253
|
Text
|
|
224
254
|
</Text>
|
|
@@ -227,9 +257,9 @@ exports[`Test Typography Components H3 Snapshot 2`] = `
|
|
|
227
257
|
exports[`Test Typography Components H3 Snapshot 3`] = `
|
|
228
258
|
<Text
|
|
229
259
|
color="white"
|
|
230
|
-
defaultColor="
|
|
231
|
-
defaultWeight="
|
|
232
|
-
font="
|
|
260
|
+
defaultColor="bluegreyDark"
|
|
261
|
+
defaultWeight="Bold"
|
|
262
|
+
font="TitilliumWeb"
|
|
233
263
|
fontStyle={
|
|
234
264
|
{
|
|
235
265
|
"fontSize": 22,
|
|
@@ -244,13 +274,13 @@ exports[`Test Typography Components H3 Snapshot 3`] = `
|
|
|
244
274
|
},
|
|
245
275
|
{
|
|
246
276
|
"color": "#FFFFFF",
|
|
247
|
-
"fontFamily": "
|
|
277
|
+
"fontFamily": "Titillium Web",
|
|
248
278
|
"fontStyle": "normal",
|
|
249
|
-
"fontWeight": "
|
|
279
|
+
"fontWeight": "700",
|
|
250
280
|
},
|
|
251
281
|
]
|
|
252
282
|
}
|
|
253
|
-
weight="
|
|
283
|
+
weight="Bold"
|
|
254
284
|
>
|
|
255
285
|
Text
|
|
256
286
|
</Text>
|
|
@@ -259,9 +289,9 @@ exports[`Test Typography Components H3 Snapshot 3`] = `
|
|
|
259
289
|
exports[`Test Typography Components H3 Snapshot 4`] = `
|
|
260
290
|
<Text
|
|
261
291
|
color="white"
|
|
262
|
-
defaultColor="
|
|
263
|
-
defaultWeight="
|
|
264
|
-
font="
|
|
292
|
+
defaultColor="bluegreyDark"
|
|
293
|
+
defaultWeight="Bold"
|
|
294
|
+
font="TitilliumWeb"
|
|
265
295
|
fontStyle={
|
|
266
296
|
{
|
|
267
297
|
"fontSize": 22,
|
|
@@ -276,7 +306,7 @@ exports[`Test Typography Components H3 Snapshot 4`] = `
|
|
|
276
306
|
},
|
|
277
307
|
{
|
|
278
308
|
"color": "#FFFFFF",
|
|
279
|
-
"fontFamily": "
|
|
309
|
+
"fontFamily": "Titillium Web",
|
|
280
310
|
"fontStyle": "normal",
|
|
281
311
|
"fontWeight": "700",
|
|
282
312
|
},
|
|
@@ -290,10 +320,10 @@ exports[`Test Typography Components H3 Snapshot 4`] = `
|
|
|
290
320
|
|
|
291
321
|
exports[`Test Typography Components H3 Snapshot 5`] = `
|
|
292
322
|
<Text
|
|
293
|
-
color="
|
|
294
|
-
defaultColor="
|
|
295
|
-
defaultWeight="
|
|
296
|
-
font="
|
|
323
|
+
color="bluegreyDark"
|
|
324
|
+
defaultColor="bluegreyDark"
|
|
325
|
+
defaultWeight="Bold"
|
|
326
|
+
font="TitilliumWeb"
|
|
297
327
|
fontStyle={
|
|
298
328
|
{
|
|
299
329
|
"fontSize": 22,
|
|
@@ -307,8 +337,8 @@ exports[`Test Typography Components H3 Snapshot 5`] = `
|
|
|
307
337
|
"lineHeight": 33,
|
|
308
338
|
},
|
|
309
339
|
{
|
|
310
|
-
"color": "#
|
|
311
|
-
"fontFamily": "
|
|
340
|
+
"color": "#17324D",
|
|
341
|
+
"fontFamily": "Titillium Web",
|
|
312
342
|
"fontStyle": "normal",
|
|
313
343
|
"fontWeight": "700",
|
|
314
344
|
},
|
|
@@ -322,31 +352,31 @@ exports[`Test Typography Components H3 Snapshot 5`] = `
|
|
|
322
352
|
|
|
323
353
|
exports[`Test Typography Components H4 Snapshot 1`] = `
|
|
324
354
|
<Text
|
|
325
|
-
color="
|
|
326
|
-
defaultColor="
|
|
327
|
-
defaultWeight="
|
|
328
|
-
font="
|
|
355
|
+
color="bluegreyDark"
|
|
356
|
+
defaultColor="bluegreyDark"
|
|
357
|
+
defaultWeight="SemiBold"
|
|
358
|
+
font="TitilliumWeb"
|
|
329
359
|
fontStyle={
|
|
330
360
|
{
|
|
331
361
|
"fontSize": 20,
|
|
332
|
-
"lineHeight":
|
|
362
|
+
"lineHeight": 30,
|
|
333
363
|
}
|
|
334
364
|
}
|
|
335
365
|
style={
|
|
336
366
|
[
|
|
337
367
|
{
|
|
338
368
|
"fontSize": 20,
|
|
339
|
-
"lineHeight":
|
|
369
|
+
"lineHeight": 30,
|
|
340
370
|
},
|
|
341
371
|
{
|
|
342
|
-
"color": "#
|
|
343
|
-
"fontFamily": "
|
|
372
|
+
"color": "#17324D",
|
|
373
|
+
"fontFamily": "Titillium Web",
|
|
344
374
|
"fontStyle": "normal",
|
|
345
|
-
"fontWeight": "
|
|
375
|
+
"fontWeight": "600",
|
|
346
376
|
},
|
|
347
377
|
]
|
|
348
378
|
}
|
|
349
|
-
weight="
|
|
379
|
+
weight="SemiBold"
|
|
350
380
|
>
|
|
351
381
|
Text
|
|
352
382
|
</Text>
|
|
@@ -355,30 +385,30 @@ exports[`Test Typography Components H4 Snapshot 1`] = `
|
|
|
355
385
|
exports[`Test Typography Components H4 Snapshot 2`] = `
|
|
356
386
|
<Text
|
|
357
387
|
color="blue"
|
|
358
|
-
defaultColor="
|
|
359
|
-
defaultWeight="
|
|
360
|
-
font="
|
|
388
|
+
defaultColor="bluegreyDark"
|
|
389
|
+
defaultWeight="SemiBold"
|
|
390
|
+
font="TitilliumWeb"
|
|
361
391
|
fontStyle={
|
|
362
392
|
{
|
|
363
393
|
"fontSize": 20,
|
|
364
|
-
"lineHeight":
|
|
394
|
+
"lineHeight": 30,
|
|
365
395
|
}
|
|
366
396
|
}
|
|
367
397
|
style={
|
|
368
398
|
[
|
|
369
399
|
{
|
|
370
400
|
"fontSize": 20,
|
|
371
|
-
"lineHeight":
|
|
401
|
+
"lineHeight": 30,
|
|
372
402
|
},
|
|
373
403
|
{
|
|
374
404
|
"color": "#0073E6",
|
|
375
|
-
"fontFamily": "
|
|
405
|
+
"fontFamily": "Titillium Web",
|
|
376
406
|
"fontStyle": "normal",
|
|
377
|
-
"fontWeight": "
|
|
407
|
+
"fontWeight": "600",
|
|
378
408
|
},
|
|
379
409
|
]
|
|
380
410
|
}
|
|
381
|
-
weight="
|
|
411
|
+
weight="SemiBold"
|
|
382
412
|
>
|
|
383
413
|
Text
|
|
384
414
|
</Text>
|
|
@@ -387,88 +417,24 @@ exports[`Test Typography Components H4 Snapshot 2`] = `
|
|
|
387
417
|
exports[`Test Typography Components H4 Snapshot 3`] = `
|
|
388
418
|
<Text
|
|
389
419
|
color="white"
|
|
390
|
-
defaultColor="
|
|
391
|
-
defaultWeight="
|
|
392
|
-
font="
|
|
420
|
+
defaultColor="bluegreyDark"
|
|
421
|
+
defaultWeight="SemiBold"
|
|
422
|
+
font="TitilliumWeb"
|
|
393
423
|
fontStyle={
|
|
394
424
|
{
|
|
395
425
|
"fontSize": 20,
|
|
396
|
-
"lineHeight":
|
|
426
|
+
"lineHeight": 30,
|
|
397
427
|
}
|
|
398
428
|
}
|
|
399
429
|
style={
|
|
400
430
|
[
|
|
401
431
|
{
|
|
402
432
|
"fontSize": 20,
|
|
403
|
-
"lineHeight":
|
|
433
|
+
"lineHeight": 30,
|
|
404
434
|
},
|
|
405
435
|
{
|
|
406
436
|
"color": "#FFFFFF",
|
|
407
|
-
"fontFamily": "
|
|
408
|
-
"fontStyle": "normal",
|
|
409
|
-
"fontWeight": "400",
|
|
410
|
-
},
|
|
411
|
-
]
|
|
412
|
-
}
|
|
413
|
-
weight="Regular"
|
|
414
|
-
>
|
|
415
|
-
Text
|
|
416
|
-
</Text>
|
|
417
|
-
`;
|
|
418
|
-
|
|
419
|
-
exports[`Test Typography Components H4 Snapshot 4`] = `
|
|
420
|
-
<Text
|
|
421
|
-
color="white"
|
|
422
|
-
defaultColor="black"
|
|
423
|
-
defaultWeight="Regular"
|
|
424
|
-
font="ReadexPro"
|
|
425
|
-
fontStyle={
|
|
426
|
-
{
|
|
427
|
-
"fontSize": 20,
|
|
428
|
-
"lineHeight": 24,
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
style={
|
|
432
|
-
[
|
|
433
|
-
{
|
|
434
|
-
"fontSize": 20,
|
|
435
|
-
"lineHeight": 24,
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"color": "#FFFFFF",
|
|
439
|
-
"fontFamily": "Readex Pro",
|
|
440
|
-
"fontStyle": "normal",
|
|
441
|
-
"fontWeight": "600",
|
|
442
|
-
},
|
|
443
|
-
]
|
|
444
|
-
}
|
|
445
|
-
weight="SemiBold"
|
|
446
|
-
>
|
|
447
|
-
Text
|
|
448
|
-
</Text>
|
|
449
|
-
`;
|
|
450
|
-
|
|
451
|
-
exports[`Test Typography Components H4 Snapshot 5`] = `
|
|
452
|
-
<Text
|
|
453
|
-
color="black"
|
|
454
|
-
defaultColor="black"
|
|
455
|
-
defaultWeight="Regular"
|
|
456
|
-
font="ReadexPro"
|
|
457
|
-
fontStyle={
|
|
458
|
-
{
|
|
459
|
-
"fontSize": 20,
|
|
460
|
-
"lineHeight": 24,
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
style={
|
|
464
|
-
[
|
|
465
|
-
{
|
|
466
|
-
"fontSize": 20,
|
|
467
|
-
"lineHeight": 24,
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"color": "#0E0F13",
|
|
471
|
-
"fontFamily": "Readex Pro",
|
|
437
|
+
"fontFamily": "Titillium Web",
|
|
472
438
|
"fontStyle": "normal",
|
|
473
439
|
"fontWeight": "600",
|
|
474
440
|
},
|
|
@@ -480,27 +446,27 @@ exports[`Test Typography Components H4 Snapshot 5`] = `
|
|
|
480
446
|
</Text>
|
|
481
447
|
`;
|
|
482
448
|
|
|
483
|
-
exports[`Test Typography Components H4 Snapshot
|
|
449
|
+
exports[`Test Typography Components H4 Snapshot 4`] = `
|
|
484
450
|
<Text
|
|
485
|
-
color="
|
|
486
|
-
defaultColor="
|
|
487
|
-
defaultWeight="
|
|
488
|
-
font="
|
|
451
|
+
color="bluegreyDark"
|
|
452
|
+
defaultColor="bluegreyDark"
|
|
453
|
+
defaultWeight="SemiBold"
|
|
454
|
+
font="TitilliumWeb"
|
|
489
455
|
fontStyle={
|
|
490
456
|
{
|
|
491
457
|
"fontSize": 20,
|
|
492
|
-
"lineHeight":
|
|
458
|
+
"lineHeight": 30,
|
|
493
459
|
}
|
|
494
460
|
}
|
|
495
461
|
style={
|
|
496
462
|
[
|
|
497
463
|
{
|
|
498
464
|
"fontSize": 20,
|
|
499
|
-
"lineHeight":
|
|
465
|
+
"lineHeight": 30,
|
|
500
466
|
},
|
|
501
467
|
{
|
|
502
|
-
"color": "#
|
|
503
|
-
"fontFamily": "
|
|
468
|
+
"color": "#17324D",
|
|
469
|
+
"fontFamily": "Titillium Web",
|
|
504
470
|
"fontStyle": "normal",
|
|
505
471
|
"fontWeight": "400",
|
|
506
472
|
},
|
|
@@ -512,27 +478,27 @@ exports[`Test Typography Components H4 Snapshot 6`] = `
|
|
|
512
478
|
</Text>
|
|
513
479
|
`;
|
|
514
480
|
|
|
515
|
-
exports[`Test Typography Components H4 Snapshot
|
|
481
|
+
exports[`Test Typography Components H4 Snapshot 5`] = `
|
|
516
482
|
<Text
|
|
517
483
|
color="bluegrey"
|
|
518
|
-
defaultColor="
|
|
519
|
-
defaultWeight="
|
|
520
|
-
font="
|
|
484
|
+
defaultColor="bluegreyDark"
|
|
485
|
+
defaultWeight="SemiBold"
|
|
486
|
+
font="TitilliumWeb"
|
|
521
487
|
fontStyle={
|
|
522
488
|
{
|
|
523
489
|
"fontSize": 20,
|
|
524
|
-
"lineHeight":
|
|
490
|
+
"lineHeight": 30,
|
|
525
491
|
}
|
|
526
492
|
}
|
|
527
493
|
style={
|
|
528
494
|
[
|
|
529
495
|
{
|
|
530
496
|
"fontSize": 20,
|
|
531
|
-
"lineHeight":
|
|
497
|
+
"lineHeight": 30,
|
|
532
498
|
},
|
|
533
499
|
{
|
|
534
500
|
"color": "#475A6D",
|
|
535
|
-
"fontFamily": "
|
|
501
|
+
"fontFamily": "Titillium Web",
|
|
536
502
|
"fontStyle": "normal",
|
|
537
503
|
"fontWeight": "400",
|
|
538
504
|
},
|
|
@@ -544,27 +510,27 @@ exports[`Test Typography Components H4 Snapshot 7`] = `
|
|
|
544
510
|
</Text>
|
|
545
511
|
`;
|
|
546
512
|
|
|
547
|
-
exports[`Test Typography Components H4 Snapshot
|
|
513
|
+
exports[`Test Typography Components H4 Snapshot 6`] = `
|
|
548
514
|
<Text
|
|
549
515
|
color="bluegreyLight"
|
|
550
|
-
defaultColor="
|
|
551
|
-
defaultWeight="
|
|
552
|
-
font="
|
|
516
|
+
defaultColor="bluegreyDark"
|
|
517
|
+
defaultWeight="SemiBold"
|
|
518
|
+
font="TitilliumWeb"
|
|
553
519
|
fontStyle={
|
|
554
520
|
{
|
|
555
521
|
"fontSize": 20,
|
|
556
|
-
"lineHeight":
|
|
522
|
+
"lineHeight": 30,
|
|
557
523
|
}
|
|
558
524
|
}
|
|
559
525
|
style={
|
|
560
526
|
[
|
|
561
527
|
{
|
|
562
528
|
"fontSize": 20,
|
|
563
|
-
"lineHeight":
|
|
529
|
+
"lineHeight": 30,
|
|
564
530
|
},
|
|
565
531
|
{
|
|
566
532
|
"color": "#CCD4DC",
|
|
567
|
-
"fontFamily": "
|
|
533
|
+
"fontFamily": "Titillium Web",
|
|
568
534
|
"fontStyle": "normal",
|
|
569
535
|
"fontWeight": "400",
|
|
570
536
|
},
|
|
@@ -576,27 +542,27 @@ exports[`Test Typography Components H4 Snapshot 8`] = `
|
|
|
576
542
|
</Text>
|
|
577
543
|
`;
|
|
578
544
|
|
|
579
|
-
exports[`Test Typography Components H4 Snapshot
|
|
545
|
+
exports[`Test Typography Components H4 Snapshot 7`] = `
|
|
580
546
|
<Text
|
|
581
547
|
color="white"
|
|
582
|
-
defaultColor="
|
|
583
|
-
defaultWeight="
|
|
584
|
-
font="
|
|
548
|
+
defaultColor="bluegreyDark"
|
|
549
|
+
defaultWeight="SemiBold"
|
|
550
|
+
font="TitilliumWeb"
|
|
585
551
|
fontStyle={
|
|
586
552
|
{
|
|
587
553
|
"fontSize": 20,
|
|
588
|
-
"lineHeight":
|
|
554
|
+
"lineHeight": 30,
|
|
589
555
|
}
|
|
590
556
|
}
|
|
591
557
|
style={
|
|
592
558
|
[
|
|
593
559
|
{
|
|
594
560
|
"fontSize": 20,
|
|
595
|
-
"lineHeight":
|
|
561
|
+
"lineHeight": 30,
|
|
596
562
|
},
|
|
597
563
|
{
|
|
598
564
|
"color": "#FFFFFF",
|
|
599
|
-
"fontFamily": "
|
|
565
|
+
"fontFamily": "Titillium Web",
|
|
600
566
|
"fontStyle": "normal",
|
|
601
567
|
"fontWeight": "400",
|
|
602
568
|
},
|
|
@@ -610,22 +576,28 @@ exports[`Test Typography Components H4 Snapshot 9`] = `
|
|
|
610
576
|
|
|
611
577
|
exports[`Test Typography Components H5 Snapshot 1`] = `
|
|
612
578
|
<Text
|
|
613
|
-
color="
|
|
614
|
-
defaultColor="
|
|
579
|
+
color="black"
|
|
580
|
+
defaultColor="black"
|
|
615
581
|
defaultWeight="SemiBold"
|
|
616
582
|
font="TitilliumWeb"
|
|
617
583
|
fontStyle={
|
|
618
584
|
{
|
|
619
585
|
"fontSize": 14,
|
|
586
|
+
"letterSpacing": 0.5,
|
|
587
|
+
"lineHeight": 16,
|
|
588
|
+
"textTransform": "uppercase",
|
|
620
589
|
}
|
|
621
590
|
}
|
|
622
591
|
style={
|
|
623
592
|
[
|
|
624
593
|
{
|
|
625
594
|
"fontSize": 14,
|
|
595
|
+
"letterSpacing": 0.5,
|
|
596
|
+
"lineHeight": 16,
|
|
597
|
+
"textTransform": "uppercase",
|
|
626
598
|
},
|
|
627
599
|
{
|
|
628
|
-
"color": "#
|
|
600
|
+
"color": "#0E0F13",
|
|
629
601
|
"fontFamily": "Titillium Web",
|
|
630
602
|
"fontStyle": "normal",
|
|
631
603
|
"fontWeight": "600",
|
|
@@ -641,18 +613,24 @@ exports[`Test Typography Components H5 Snapshot 1`] = `
|
|
|
641
613
|
exports[`Test Typography Components H5 Snapshot 2`] = `
|
|
642
614
|
<Text
|
|
643
615
|
color="bluegrey"
|
|
644
|
-
defaultColor="
|
|
616
|
+
defaultColor="black"
|
|
645
617
|
defaultWeight="SemiBold"
|
|
646
618
|
font="TitilliumWeb"
|
|
647
619
|
fontStyle={
|
|
648
620
|
{
|
|
649
621
|
"fontSize": 14,
|
|
622
|
+
"letterSpacing": 0.5,
|
|
623
|
+
"lineHeight": 16,
|
|
624
|
+
"textTransform": "uppercase",
|
|
650
625
|
}
|
|
651
626
|
}
|
|
652
627
|
style={
|
|
653
628
|
[
|
|
654
629
|
{
|
|
655
630
|
"fontSize": 14,
|
|
631
|
+
"letterSpacing": 0.5,
|
|
632
|
+
"lineHeight": 16,
|
|
633
|
+
"textTransform": "uppercase",
|
|
656
634
|
},
|
|
657
635
|
{
|
|
658
636
|
"color": "#475A6D",
|
|
@@ -671,18 +649,24 @@ exports[`Test Typography Components H5 Snapshot 2`] = `
|
|
|
671
649
|
exports[`Test Typography Components H5 Snapshot 3`] = `
|
|
672
650
|
<Text
|
|
673
651
|
color="blue"
|
|
674
|
-
defaultColor="
|
|
652
|
+
defaultColor="black"
|
|
675
653
|
defaultWeight="SemiBold"
|
|
676
654
|
font="TitilliumWeb"
|
|
677
655
|
fontStyle={
|
|
678
656
|
{
|
|
679
657
|
"fontSize": 14,
|
|
658
|
+
"letterSpacing": 0.5,
|
|
659
|
+
"lineHeight": 16,
|
|
660
|
+
"textTransform": "uppercase",
|
|
680
661
|
}
|
|
681
662
|
}
|
|
682
663
|
style={
|
|
683
664
|
[
|
|
684
665
|
{
|
|
685
666
|
"fontSize": 14,
|
|
667
|
+
"letterSpacing": 0.5,
|
|
668
|
+
"lineHeight": 16,
|
|
669
|
+
"textTransform": "uppercase",
|
|
686
670
|
},
|
|
687
671
|
{
|
|
688
672
|
"color": "#0073E6",
|
|
@@ -701,18 +685,24 @@ exports[`Test Typography Components H5 Snapshot 3`] = `
|
|
|
701
685
|
exports[`Test Typography Components H5 Snapshot 4`] = `
|
|
702
686
|
<Text
|
|
703
687
|
color="white"
|
|
704
|
-
defaultColor="
|
|
688
|
+
defaultColor="black"
|
|
705
689
|
defaultWeight="SemiBold"
|
|
706
690
|
font="TitilliumWeb"
|
|
707
691
|
fontStyle={
|
|
708
692
|
{
|
|
709
693
|
"fontSize": 14,
|
|
694
|
+
"letterSpacing": 0.5,
|
|
695
|
+
"lineHeight": 16,
|
|
696
|
+
"textTransform": "uppercase",
|
|
710
697
|
}
|
|
711
698
|
}
|
|
712
699
|
style={
|
|
713
700
|
[
|
|
714
701
|
{
|
|
715
702
|
"fontSize": 14,
|
|
703
|
+
"letterSpacing": 0.5,
|
|
704
|
+
"lineHeight": 16,
|
|
705
|
+
"textTransform": "uppercase",
|
|
716
706
|
},
|
|
717
707
|
{
|
|
718
708
|
"color": "#FFFFFF",
|
|
@@ -728,123 +718,33 @@ exports[`Test Typography Components H5 Snapshot 4`] = `
|
|
|
728
718
|
</Text>
|
|
729
719
|
`;
|
|
730
720
|
|
|
731
|
-
exports[`Test Typography Components H5 Snapshot 5`] = `
|
|
732
|
-
<Text
|
|
733
|
-
color="bluegreyDark"
|
|
734
|
-
defaultColor="bluegreyDark"
|
|
735
|
-
defaultWeight="SemiBold"
|
|
736
|
-
font="TitilliumWeb"
|
|
737
|
-
fontStyle={
|
|
738
|
-
{
|
|
739
|
-
"fontSize": 14,
|
|
740
|
-
}
|
|
741
|
-
}
|
|
742
|
-
style={
|
|
743
|
-
[
|
|
744
|
-
{
|
|
745
|
-
"fontSize": 14,
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"color": "#17324D",
|
|
749
|
-
"fontFamily": "Titillium Web",
|
|
750
|
-
"fontStyle": "normal",
|
|
751
|
-
"fontWeight": "400",
|
|
752
|
-
},
|
|
753
|
-
]
|
|
754
|
-
}
|
|
755
|
-
weight="Regular"
|
|
756
|
-
>
|
|
757
|
-
Text
|
|
758
|
-
</Text>
|
|
759
|
-
`;
|
|
760
|
-
|
|
761
|
-
exports[`Test Typography Components H5 Snapshot 6`] = `
|
|
762
|
-
<Text
|
|
763
|
-
color="bluegrey"
|
|
764
|
-
defaultColor="bluegreyDark"
|
|
765
|
-
defaultWeight="SemiBold"
|
|
766
|
-
font="TitilliumWeb"
|
|
767
|
-
fontStyle={
|
|
768
|
-
{
|
|
769
|
-
"fontSize": 14,
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
style={
|
|
773
|
-
[
|
|
774
|
-
{
|
|
775
|
-
"fontSize": 14,
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"color": "#475A6D",
|
|
779
|
-
"fontFamily": "Titillium Web",
|
|
780
|
-
"fontStyle": "normal",
|
|
781
|
-
"fontWeight": "400",
|
|
782
|
-
},
|
|
783
|
-
]
|
|
784
|
-
}
|
|
785
|
-
weight="Regular"
|
|
786
|
-
>
|
|
787
|
-
Text
|
|
788
|
-
</Text>
|
|
789
|
-
`;
|
|
790
|
-
|
|
791
|
-
exports[`Test Typography Components H5 Snapshot 7`] = `
|
|
792
|
-
<Text
|
|
793
|
-
color="blue"
|
|
794
|
-
defaultColor="bluegreyDark"
|
|
795
|
-
defaultWeight="SemiBold"
|
|
796
|
-
font="TitilliumWeb"
|
|
797
|
-
fontStyle={
|
|
798
|
-
{
|
|
799
|
-
"fontSize": 14,
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
|
-
style={
|
|
803
|
-
[
|
|
804
|
-
{
|
|
805
|
-
"fontSize": 14,
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"color": "#0073E6",
|
|
809
|
-
"fontFamily": "Titillium Web",
|
|
810
|
-
"fontStyle": "normal",
|
|
811
|
-
"fontWeight": "400",
|
|
812
|
-
},
|
|
813
|
-
]
|
|
814
|
-
}
|
|
815
|
-
weight="Regular"
|
|
816
|
-
>
|
|
817
|
-
Text
|
|
818
|
-
</Text>
|
|
819
|
-
`;
|
|
820
|
-
|
|
821
721
|
exports[`Test Typography Components H6 Snapshot 1`] = `
|
|
822
722
|
<Text
|
|
823
723
|
color="black"
|
|
824
724
|
defaultColor="black"
|
|
825
|
-
defaultWeight="
|
|
826
|
-
font="
|
|
725
|
+
defaultWeight="SemiBold"
|
|
726
|
+
font="TitilliumWeb"
|
|
827
727
|
fontStyle={
|
|
828
728
|
{
|
|
829
729
|
"fontSize": 16,
|
|
830
|
-
"lineHeight":
|
|
730
|
+
"lineHeight": 24,
|
|
831
731
|
}
|
|
832
732
|
}
|
|
833
733
|
style={
|
|
834
734
|
[
|
|
835
735
|
{
|
|
836
736
|
"fontSize": 16,
|
|
837
|
-
"lineHeight":
|
|
737
|
+
"lineHeight": 24,
|
|
838
738
|
},
|
|
839
739
|
{
|
|
840
740
|
"color": "#0E0F13",
|
|
841
|
-
"fontFamily": "
|
|
741
|
+
"fontFamily": "Titillium Web",
|
|
842
742
|
"fontStyle": "normal",
|
|
843
|
-
"fontWeight": "
|
|
743
|
+
"fontWeight": "600",
|
|
844
744
|
},
|
|
845
745
|
]
|
|
846
746
|
}
|
|
847
|
-
weight="
|
|
747
|
+
weight="SemiBold"
|
|
848
748
|
>
|
|
849
749
|
Text
|
|
850
750
|
</Text>
|
|
@@ -852,22 +752,24 @@ exports[`Test Typography Components H6 Snapshot 1`] = `
|
|
|
852
752
|
|
|
853
753
|
exports[`Test Typography Components Label Snapshot 1`] = `
|
|
854
754
|
<Text
|
|
855
|
-
color="
|
|
856
|
-
defaultColor="
|
|
755
|
+
color="black"
|
|
756
|
+
defaultColor="black"
|
|
857
757
|
defaultWeight="Bold"
|
|
858
758
|
font="TitilliumWeb"
|
|
859
759
|
fontStyle={
|
|
860
760
|
{
|
|
861
761
|
"fontSize": 16,
|
|
762
|
+
"lineHeight": 24,
|
|
862
763
|
}
|
|
863
764
|
}
|
|
864
765
|
style={
|
|
865
766
|
[
|
|
866
767
|
{
|
|
867
768
|
"fontSize": 16,
|
|
769
|
+
"lineHeight": 24,
|
|
868
770
|
},
|
|
869
771
|
{
|
|
870
|
-
"color": "#
|
|
772
|
+
"color": "#0E0F13",
|
|
871
773
|
"fontFamily": "Titillium Web",
|
|
872
774
|
"fontStyle": "normal",
|
|
873
775
|
"fontWeight": "700",
|
|
@@ -882,82 +784,24 @@ exports[`Test Typography Components Label Snapshot 1`] = `
|
|
|
882
784
|
|
|
883
785
|
exports[`Test Typography Components Label Snapshot 2`] = `
|
|
884
786
|
<Text
|
|
885
|
-
color="
|
|
886
|
-
defaultColor="
|
|
887
|
-
defaultWeight="Bold"
|
|
888
|
-
font="TitilliumWeb"
|
|
889
|
-
fontStyle={
|
|
890
|
-
{
|
|
891
|
-
"fontSize": 16,
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
style={
|
|
895
|
-
[
|
|
896
|
-
{
|
|
897
|
-
"fontSize": 16,
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"color": "#0073E6",
|
|
901
|
-
"fontFamily": "Titillium Web",
|
|
902
|
-
"fontStyle": "normal",
|
|
903
|
-
"fontWeight": "700",
|
|
904
|
-
},
|
|
905
|
-
]
|
|
906
|
-
}
|
|
907
|
-
weight="Bold"
|
|
908
|
-
>
|
|
909
|
-
Text
|
|
910
|
-
</Text>
|
|
911
|
-
`;
|
|
912
|
-
|
|
913
|
-
exports[`Test Typography Components Label Snapshot 3`] = `
|
|
914
|
-
<Text
|
|
915
|
-
color="bluegrey"
|
|
916
|
-
defaultColor="blue"
|
|
917
|
-
defaultWeight="Bold"
|
|
918
|
-
font="TitilliumWeb"
|
|
919
|
-
fontStyle={
|
|
920
|
-
{
|
|
921
|
-
"fontSize": 16,
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
style={
|
|
925
|
-
[
|
|
926
|
-
{
|
|
927
|
-
"fontSize": 16,
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"color": "#475A6D",
|
|
931
|
-
"fontFamily": "Titillium Web",
|
|
932
|
-
"fontStyle": "normal",
|
|
933
|
-
"fontWeight": "700",
|
|
934
|
-
},
|
|
935
|
-
]
|
|
936
|
-
}
|
|
937
|
-
weight="Bold"
|
|
938
|
-
>
|
|
939
|
-
Text
|
|
940
|
-
</Text>
|
|
941
|
-
`;
|
|
942
|
-
|
|
943
|
-
exports[`Test Typography Components Label Snapshot 4`] = `
|
|
944
|
-
<Text
|
|
945
|
-
color="white"
|
|
946
|
-
defaultColor="blue"
|
|
787
|
+
color="black"
|
|
788
|
+
defaultColor="black"
|
|
947
789
|
defaultWeight="Bold"
|
|
948
790
|
font="TitilliumWeb"
|
|
949
791
|
fontStyle={
|
|
950
792
|
{
|
|
951
793
|
"fontSize": 16,
|
|
794
|
+
"lineHeight": 24,
|
|
952
795
|
}
|
|
953
796
|
}
|
|
954
797
|
style={
|
|
955
798
|
[
|
|
956
799
|
{
|
|
957
800
|
"fontSize": 16,
|
|
801
|
+
"lineHeight": 24,
|
|
958
802
|
},
|
|
959
803
|
{
|
|
960
|
-
"color": "#
|
|
804
|
+
"color": "#0E0F13",
|
|
961
805
|
"fontFamily": "Titillium Web",
|
|
962
806
|
"fontStyle": "normal",
|
|
963
807
|
"fontWeight": "700",
|
|
@@ -1124,11 +968,12 @@ exports[`Test Typography Components Link Snapshot 1`] = `
|
|
|
1124
968
|
<Text
|
|
1125
969
|
color="blueIO-500"
|
|
1126
970
|
defaultColor="blueIO-500"
|
|
1127
|
-
defaultWeight="
|
|
971
|
+
defaultWeight="SemiBold"
|
|
1128
972
|
font="TitilliumWeb"
|
|
1129
973
|
fontStyle={
|
|
1130
974
|
{
|
|
1131
975
|
"fontSize": 16,
|
|
976
|
+
"lineHeight": 24,
|
|
1132
977
|
"textDecorationLine": "underline",
|
|
1133
978
|
}
|
|
1134
979
|
}
|
|
@@ -1136,47 +981,18 @@ exports[`Test Typography Components Link Snapshot 1`] = `
|
|
|
1136
981
|
[
|
|
1137
982
|
{
|
|
1138
983
|
"fontSize": 16,
|
|
984
|
+
"lineHeight": 24,
|
|
1139
985
|
"textDecorationLine": "underline",
|
|
1140
986
|
},
|
|
1141
987
|
{
|
|
1142
988
|
"color": "#0B3EE3",
|
|
1143
989
|
"fontFamily": "Titillium Web",
|
|
1144
990
|
"fontStyle": "normal",
|
|
1145
|
-
"fontWeight": "
|
|
1146
|
-
},
|
|
1147
|
-
]
|
|
1148
|
-
}
|
|
1149
|
-
weight="Bold"
|
|
1150
|
-
>
|
|
1151
|
-
Text
|
|
1152
|
-
</Text>
|
|
1153
|
-
`;
|
|
1154
|
-
|
|
1155
|
-
exports[`Test Typography Components Monospace Snapshot 1`] = `
|
|
1156
|
-
<Text
|
|
1157
|
-
color="bluegrey"
|
|
1158
|
-
defaultColor="bluegrey"
|
|
1159
|
-
defaultWeight="Regular"
|
|
1160
|
-
font="RobotoMono"
|
|
1161
|
-
fontStyle={
|
|
1162
|
-
{
|
|
1163
|
-
"fontSize": 16,
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
style={
|
|
1167
|
-
[
|
|
1168
|
-
{
|
|
1169
|
-
"fontSize": 16,
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"color": "#475A6D",
|
|
1173
|
-
"fontFamily": "Roboto Mono",
|
|
1174
|
-
"fontStyle": "normal",
|
|
1175
|
-
"fontWeight": "400",
|
|
991
|
+
"fontWeight": "600",
|
|
1176
992
|
},
|
|
1177
993
|
]
|
|
1178
994
|
}
|
|
1179
|
-
weight="
|
|
995
|
+
weight="SemiBold"
|
|
1180
996
|
>
|
|
1181
997
|
Text
|
|
1182
998
|
</Text>
|