@pagopa/io-app-design-system 1.41.0 → 2.0.0-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/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
- package/lib/commonjs/components/accordion/AccordionItem.js +1 -10
- package/lib/commonjs/components/accordion/AccordionItem.js.map +1 -1
- package/lib/commonjs/components/alert/Alert.js +3 -16
- package/lib/commonjs/components/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/badge/Badge.js +13 -21
- package/lib/commonjs/components/badge/Badge.js.map +1 -1
- package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
- package/lib/commonjs/components/badge/__test__/badge.test.js.map +1 -1
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
- package/lib/commonjs/components/buttons/ButtonLink.js +10 -24
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +14 -24
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
- package/lib/commonjs/components/featureInfo/FeatureInfo.js +6 -7
- package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
- package/lib/commonjs/components/layout/HeaderSecondLevel.js +10 -15
- package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js +18 -52
- package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAmount.js +2 -5
- package/lib/commonjs/components/listitems/ListItemAmount.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js +6 -1
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +9 -2
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemSwitch.js +2 -2
- package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +91 -347
- package/lib/commonjs/components/modules/ModuleIDP.js +13 -20
- package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -1
- package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
- package/lib/commonjs/components/otpInput/OTPInput.js +18 -1
- package/lib/commonjs/components/otpInput/OTPInput.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +0 -108
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/searchInput/SearchInput.js +2 -4
- package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
- package/lib/commonjs/components/switch/SwitchLabel.js +7 -29
- package/lib/commonjs/components/switch/SwitchLabel.js.map +1 -1
- package/lib/commonjs/components/tabs/TabItem.js +3 -2
- package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
- package/lib/commonjs/components/tag/Tag.js +14 -18
- package/lib/commonjs/components/tag/Tag.js.map +1 -1
- package/lib/commonjs/components/textInput/TextInputBase.js +4 -6
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/components/typography/BaseTypography.js +5 -1
- package/lib/commonjs/components/typography/BaseTypography.js.map +1 -1
- package/lib/commonjs/components/typography/Body.js +34 -26
- package/lib/commonjs/components/typography/Body.js.map +1 -1
- package/lib/commonjs/components/typography/BodyMonospace.js +26 -24
- package/lib/commonjs/components/typography/BodyMonospace.js.map +1 -1
- package/lib/commonjs/components/typography/ButtonText.js +25 -19
- package/lib/commonjs/components/typography/ButtonText.js.map +1 -1
- package/lib/commonjs/components/typography/Caption.js +29 -19
- package/lib/commonjs/components/typography/Caption.js.map +1 -1
- package/lib/commonjs/components/typography/Chip.js +24 -21
- package/lib/commonjs/components/typography/Chip.js.map +1 -1
- package/lib/commonjs/components/typography/Factory.js +1 -0
- package/lib/commonjs/components/typography/Factory.js.map +1 -1
- package/lib/commonjs/components/typography/H1.js +27 -20
- package/lib/commonjs/components/typography/H1.js.map +1 -1
- package/lib/commonjs/components/typography/H2.js +27 -20
- package/lib/commonjs/components/typography/H2.js.map +1 -1
- package/lib/commonjs/components/typography/H3.js +27 -19
- package/lib/commonjs/components/typography/H3.js.map +1 -1
- package/lib/commonjs/components/typography/H4.js +27 -21
- package/lib/commonjs/components/typography/H4.js.map +1 -1
- package/lib/commonjs/components/typography/H5.js +26 -22
- package/lib/commonjs/components/typography/H5.js.map +1 -1
- package/lib/commonjs/components/typography/H6.js +25 -20
- package/lib/commonjs/components/typography/H6.js.map +1 -1
- package/lib/commonjs/components/typography/Hero.js +25 -17
- package/lib/commonjs/components/typography/Hero.js.map +1 -1
- package/lib/commonjs/components/typography/IOText.js +104 -0
- package/lib/commonjs/components/typography/IOText.js.map +1 -0
- package/lib/commonjs/components/typography/Label.js +28 -26
- package/lib/commonjs/components/typography/Label.js.map +1 -1
- package/lib/commonjs/components/typography/LabelMini.js +45 -0
- package/lib/commonjs/components/typography/LabelMini.js.map +1 -0
- package/lib/commonjs/components/typography/LabelSmall.js +30 -30
- package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
- package/lib/commonjs/components/typography/LabelSmallAlt.js +25 -20
- package/lib/commonjs/components/typography/LabelSmallAlt.js.map +1 -1
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +86 -551
- package/lib/commonjs/components/typography/__test__/typography.test.js +6 -25
- package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/commonjs/components/typography/index.js +15 -37
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/commonjs/components/typography/markdown/MdH1.js +27 -16
- package/lib/commonjs/components/typography/markdown/MdH1.js.map +1 -1
- package/lib/commonjs/components/typography/markdown/MdH2.js +28 -18
- package/lib/commonjs/components/typography/markdown/MdH2.js.map +1 -1
- package/lib/commonjs/components/typography/markdown/MdH3.js +26 -16
- package/lib/commonjs/components/typography/markdown/MdH3.js.map +1 -1
- package/lib/commonjs/core/IOColors.js +19 -2
- package/lib/commonjs/core/IOColors.js.map +1 -1
- package/lib/commonjs/core/IOSpacing.js +6 -7
- package/lib/commonjs/core/IOSpacing.js.map +1 -1
- package/lib/commonjs/core/IOStyles.js +0 -1
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/commonjs/utils/accessibility.js +24 -1
- package/lib/commonjs/utils/accessibility.js.map +1 -1
- package/lib/commonjs/utils/fonts.js +72 -40
- package/lib/commonjs/utils/fonts.js.map +1 -1
- package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
- package/lib/module/components/accordion/AccordionItem.js +3 -12
- package/lib/module/components/accordion/AccordionItem.js.map +1 -1
- package/lib/module/components/alert/Alert.js +5 -18
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/badge/Badge.js +15 -23
- package/lib/module/components/badge/Badge.js.map +1 -1
- package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
- package/lib/module/components/badge/__test__/badge.test.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
- package/lib/module/components/buttons/ButtonLink.js +12 -26
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +15 -25
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
- package/lib/module/components/featureInfo/FeatureInfo.js +7 -8
- package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
- package/lib/module/components/layout/HeaderSecondLevel.js +10 -15
- package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/module/components/listitems/ListItemAction.js +23 -57
- package/lib/module/components/listitems/ListItemAction.js.map +1 -1
- package/lib/module/components/listitems/ListItemAmount.js +2 -5
- package/lib/module/components/listitems/ListItemAmount.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfoCopy.js +7 -2
- package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +10 -3
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemSwitch.js +3 -3
- package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +91 -347
- package/lib/module/components/modules/ModuleIDP.js +15 -22
- package/lib/module/components/modules/ModuleIDP.js.map +1 -1
- package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
- package/lib/module/components/otpInput/OTPInput.js +19 -2
- package/lib/module/components/otpInput/OTPInput.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +0 -108
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/searchInput/SearchInput.js +2 -4
- package/lib/module/components/searchInput/SearchInput.js.map +1 -1
- package/lib/module/components/switch/SwitchLabel.js +9 -31
- package/lib/module/components/switch/SwitchLabel.js.map +1 -1
- package/lib/module/components/tabs/TabItem.js +3 -2
- package/lib/module/components/tabs/TabItem.js.map +1 -1
- package/lib/module/components/tag/Tag.js +16 -20
- package/lib/module/components/tag/Tag.js.map +1 -1
- package/lib/module/components/textInput/TextInputBase.js +4 -6
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/components/typography/BaseTypography.js +5 -1
- package/lib/module/components/typography/BaseTypography.js.map +1 -1
- package/lib/module/components/typography/Body.js +31 -22
- package/lib/module/components/typography/Body.js.map +1 -1
- package/lib/module/components/typography/BodyMonospace.js +25 -23
- package/lib/module/components/typography/BodyMonospace.js.map +1 -1
- package/lib/module/components/typography/ButtonText.js +24 -19
- package/lib/module/components/typography/ButtonText.js.map +1 -1
- package/lib/module/components/typography/Caption.js +28 -19
- package/lib/module/components/typography/Caption.js.map +1 -1
- package/lib/module/components/typography/Chip.js +23 -21
- package/lib/module/components/typography/Chip.js.map +1 -1
- package/lib/module/components/typography/Factory.js +1 -0
- package/lib/module/components/typography/Factory.js.map +1 -1
- package/lib/module/components/typography/H1.js +26 -20
- package/lib/module/components/typography/H1.js.map +1 -1
- package/lib/module/components/typography/H2.js +26 -20
- package/lib/module/components/typography/H2.js.map +1 -1
- package/lib/module/components/typography/H3.js +26 -19
- package/lib/module/components/typography/H3.js.map +1 -1
- package/lib/module/components/typography/H4.js +26 -21
- package/lib/module/components/typography/H4.js.map +1 -1
- package/lib/module/components/typography/H5.js +24 -21
- package/lib/module/components/typography/H5.js.map +1 -1
- package/lib/module/components/typography/H6.js +24 -21
- package/lib/module/components/typography/H6.js.map +1 -1
- package/lib/module/components/typography/Hero.js +24 -17
- package/lib/module/components/typography/Hero.js.map +1 -1
- package/lib/module/components/typography/IOText.js +96 -0
- package/lib/module/components/typography/IOText.js.map +1 -0
- package/lib/module/components/typography/Label.js +27 -26
- package/lib/module/components/typography/Label.js.map +1 -1
- package/lib/module/components/typography/LabelMini.js +36 -0
- package/lib/module/components/typography/LabelMini.js.map +1 -0
- package/lib/module/components/typography/LabelSmall.js +29 -30
- package/lib/module/components/typography/LabelSmall.js.map +1 -1
- package/lib/module/components/typography/LabelSmallAlt.js +24 -20
- package/lib/module/components/typography/LabelSmallAlt.js.map +1 -1
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +86 -551
- package/lib/module/components/typography/__test__/typography.test.js +6 -25
- package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/module/components/typography/index.js +2 -4
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/module/components/typography/markdown/MdH1.js +25 -15
- package/lib/module/components/typography/markdown/MdH1.js.map +1 -1
- package/lib/module/components/typography/markdown/MdH2.js +26 -17
- package/lib/module/components/typography/markdown/MdH2.js.map +1 -1
- package/lib/module/components/typography/markdown/MdH3.js +24 -15
- package/lib/module/components/typography/markdown/MdH3.js.map +1 -1
- package/lib/module/core/IOColors.js +17 -1
- package/lib/module/core/IOColors.js.map +1 -1
- package/lib/module/core/IOSpacing.js +2 -6
- package/lib/module/core/IOSpacing.js.map +1 -1
- package/lib/module/core/IOStyles.js +0 -1
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/module/utils/accessibility.js +22 -0
- package/lib/module/utils/accessibility.js.map +1 -1
- package/lib/module/utils/fonts.js +70 -36
- package/lib/module/utils/fonts.js.map +1 -1
- package/lib/typescript/components/accordion/AccordionItem.d.ts.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/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/featureInfo/FeatureInfo.d.ts +6 -5
- package/lib/typescript/components/featureInfo/FeatureInfo.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemAction.d.ts +4 -5
- package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemAmount.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts +4 -5
- package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts +4 -5
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -1
- package/lib/typescript/components/otpInput/OTPInput.d.ts +1 -0
- package/lib/typescript/components/otpInput/OTPInput.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +0 -54
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/switch/SwitchLabel.d.ts.map +1 -1
- package/lib/typescript/components/tabs/TabItem.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/BaseTypography.d.ts +3 -2
- package/lib/typescript/components/typography/BaseTypography.d.ts.map +1 -1
- package/lib/typescript/components/typography/Body.d.ts +5 -10
- package/lib/typescript/components/typography/Body.d.ts.map +1 -1
- package/lib/typescript/components/typography/BodyMonospace.d.ts +7 -7
- package/lib/typescript/components/typography/BodyMonospace.d.ts.map +1 -1
- package/lib/typescript/components/typography/ButtonText.d.ts +9 -10
- package/lib/typescript/components/typography/ButtonText.d.ts.map +1 -1
- package/lib/typescript/components/typography/Caption.d.ts +9 -5
- package/lib/typescript/components/typography/Caption.d.ts.map +1 -1
- package/lib/typescript/components/typography/Chip.d.ts +7 -7
- package/lib/typescript/components/typography/Chip.d.ts.map +1 -1
- package/lib/typescript/components/typography/Factory.d.ts +1 -0
- package/lib/typescript/components/typography/Factory.d.ts.map +1 -1
- package/lib/typescript/components/typography/H1.d.ts +9 -8
- package/lib/typescript/components/typography/H1.d.ts.map +1 -1
- package/lib/typescript/components/typography/H2.d.ts +9 -8
- package/lib/typescript/components/typography/H2.d.ts.map +1 -1
- package/lib/typescript/components/typography/H3.d.ts +9 -8
- package/lib/typescript/components/typography/H3.d.ts.map +1 -1
- package/lib/typescript/components/typography/H4.d.ts +9 -8
- package/lib/typescript/components/typography/H4.d.ts.map +1 -1
- package/lib/typescript/components/typography/H5.d.ts +9 -5
- package/lib/typescript/components/typography/H5.d.ts.map +1 -1
- package/lib/typescript/components/typography/H6.d.ts +9 -10
- package/lib/typescript/components/typography/H6.d.ts.map +1 -1
- package/lib/typescript/components/typography/Hero.d.ts +9 -8
- package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
- package/lib/typescript/components/typography/IOText.d.ts +54 -0
- package/lib/typescript/components/typography/IOText.d.ts.map +1 -0
- package/lib/typescript/components/typography/Label.d.ts +6 -10
- package/lib/typescript/components/typography/Label.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelMini.d.ts +13 -0
- package/lib/typescript/components/typography/LabelMini.d.ts.map +1 -0
- package/lib/typescript/components/typography/LabelSmall.d.ts +5 -11
- package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelSmallAlt.d.ts +7 -10
- package/lib/typescript/components/typography/LabelSmallAlt.d.ts.map +1 -1
- package/lib/typescript/components/typography/index.d.ts +2 -4
- package/lib/typescript/components/typography/index.d.ts.map +1 -1
- package/lib/typescript/components/typography/markdown/MdH1.d.ts +9 -9
- package/lib/typescript/components/typography/markdown/MdH1.d.ts.map +1 -1
- package/lib/typescript/components/typography/markdown/MdH2.d.ts +9 -9
- package/lib/typescript/components/typography/markdown/MdH2.d.ts.map +1 -1
- package/lib/typescript/components/typography/markdown/MdH3.d.ts +9 -9
- package/lib/typescript/components/typography/markdown/MdH3.d.ts.map +1 -1
- package/lib/typescript/core/IOColors.d.ts +3 -20
- package/lib/typescript/core/IOColors.d.ts.map +1 -1
- package/lib/typescript/core/IOSpacing.d.ts +8 -7
- package/lib/typescript/core/IOSpacing.d.ts.map +1 -1
- package/lib/typescript/core/IOStyles.d.ts +6 -9
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/lib/typescript/utils/accessibility.d.ts +5 -0
- package/lib/typescript/utils/accessibility.d.ts.map +1 -1
- package/lib/typescript/utils/fonts.d.ts +17 -25
- package/lib/typescript/utils/fonts.d.ts.map +1 -1
- package/lib/typescript/utils/hooks/useErrorShakeAnimation.d.ts +0 -1
- package/lib/typescript/utils/hooks/useErrorShakeAnimation.d.ts.map +1 -1
- package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts +1 -2
- package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
- package/src/components/accordion/AccordionItem.tsx +2 -14
- package/src/components/alert/Alert.tsx +5 -18
- package/src/components/badge/Badge.tsx +15 -28
- package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
- package/src/components/badge/__test__/badge.test.tsx +2 -2
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
- package/src/components/buttons/ButtonLink.tsx +12 -35
- package/src/components/buttons/ButtonOutline.tsx +14 -25
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
- package/src/components/featureInfo/FeatureInfo.tsx +13 -13
- package/src/components/layout/HeaderSecondLevel.tsx +9 -18
- package/src/components/listitems/ListItemAction.tsx +28 -80
- package/src/components/listitems/ListItemAmount.tsx +2 -5
- package/src/components/listitems/ListItemInfoCopy.tsx +23 -5
- package/src/components/listitems/ListItemNavAlert.tsx +32 -5
- package/src/components/listitems/ListItemSwitch.tsx +3 -3
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +91 -347
- package/src/components/modules/ModuleIDP.tsx +15 -32
- package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
- package/src/components/otpInput/OTPInput.tsx +18 -2
- package/src/components/pictograms/Pictogram.tsx +1 -112
- package/src/components/searchInput/SearchInput.tsx +14 -6
- package/src/components/switch/SwitchLabel.tsx +6 -32
- package/src/components/tabs/TabItem.tsx +4 -2
- package/src/components/tag/Tag.tsx +22 -24
- package/src/components/textInput/TextInputBase.tsx +21 -8
- package/src/components/typography/BaseTypography.tsx +13 -4
- package/src/components/typography/Body.tsx +43 -38
- package/src/components/typography/BodyMonospace.tsx +24 -37
- package/src/components/typography/ButtonText.tsx +25 -35
- package/src/components/typography/Caption.tsx +31 -33
- package/src/components/typography/Chip.tsx +25 -37
- package/src/components/typography/Factory.tsx +1 -0
- package/src/components/typography/H1.tsx +31 -36
- package/src/components/typography/H2.tsx +31 -36
- package/src/components/typography/H3.tsx +30 -35
- package/src/components/typography/H4.tsx +31 -36
- package/src/components/typography/H5.tsx +26 -32
- package/src/components/typography/H6.tsx +30 -41
- package/src/components/typography/Hero.tsx +30 -33
- package/src/components/typography/IOText.tsx +157 -0
- package/src/components/typography/Label.tsx +41 -48
- package/src/components/typography/LabelMini.tsx +52 -0
- package/src/components/typography/LabelSmall.tsx +41 -63
- package/src/components/typography/LabelSmallAlt.tsx +28 -48
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +86 -551
- package/src/components/typography/__test__/typography.test.tsx +7 -31
- package/src/components/typography/index.tsx +2 -4
- package/src/components/typography/markdown/MdH1.tsx +26 -28
- package/src/components/typography/markdown/MdH2.tsx +27 -30
- package/src/components/typography/markdown/MdH3.tsx +25 -28
- package/src/core/IOColors.ts +31 -21
- package/src/core/IOSpacing.ts +26 -40
- package/src/core/IOStyles.ts +1 -5
- package/src/utils/accessibility.ts +31 -0
- package/src/utils/fonts.ts +93 -51
- package/lib/commonjs/components/pictograms/svg/PictogramAbacus.js +0 -30
- package/lib/commonjs/components/pictograms/svg/PictogramAbacus.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramAirBaloon.js +0 -36
- package/lib/commonjs/components/pictograms/svg/PictogramAirBaloon.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramAirship.js +0 -39
- package/lib/commonjs/components/pictograms/svg/PictogramAirship.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBaloons.js +0 -41
- package/lib/commonjs/components/pictograms/svg/PictogramBaloons.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBeerMug.js +0 -32
- package/lib/commonjs/components/pictograms/svg/PictogramBeerMug.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramEmailToValidate.js +0 -32
- package/lib/commonjs/components/pictograms/svg/PictogramEmailToValidate.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramEmailValidation.js +0 -41
- package/lib/commonjs/components/pictograms/svg/PictogramEmailValidation.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramError.js +0 -34
- package/lib/commonjs/components/pictograms/svg/PictogramError.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramFireworks.js +0 -66
- package/lib/commonjs/components/pictograms/svg/PictogramFireworks.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramHeart.js +0 -36
- package/lib/commonjs/components/pictograms/svg/PictogramHeart.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramHourglass.js +0 -39
- package/lib/commonjs/components/pictograms/svg/PictogramHourglass.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramInProgress.js +0 -36
- package/lib/commonjs/components/pictograms/svg/PictogramInProgress.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramInbox.js +0 -32
- package/lib/commonjs/components/pictograms/svg/PictogramInbox.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramMessages.js +0 -31
- package/lib/commonjs/components/pictograms/svg/PictogramMessages.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramNotAvailable.js +0 -45
- package/lib/commonjs/components/pictograms/svg/PictogramNotAvailable.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramPiggyBank.js +0 -41
- package/lib/commonjs/components/pictograms/svg/PictogramPiggyBank.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramPin.js +0 -40
- package/lib/commonjs/components/pictograms/svg/PictogramPin.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramPlaces.js +0 -67
- package/lib/commonjs/components/pictograms/svg/PictogramPlaces.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramPuzzle.js +0 -37
- package/lib/commonjs/components/pictograms/svg/PictogramPuzzle.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramQuestion.js +0 -37
- package/lib/commonjs/components/pictograms/svg/PictogramQuestion.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSearch.js +0 -42
- package/lib/commonjs/components/pictograms/svg/PictogramSearch.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSms.js +0 -35
- package/lib/commonjs/components/pictograms/svg/PictogramSms.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramTeaBreak.js +0 -34
- package/lib/commonjs/components/pictograms/svg/PictogramTeaBreak.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramTimeout.js +0 -34
- package/lib/commonjs/components/pictograms/svg/PictogramTimeout.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramUmbrella.js +0 -36
- package/lib/commonjs/components/pictograms/svg/PictogramUmbrella.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramUnrecognized.js +0 -29
- package/lib/commonjs/components/pictograms/svg/PictogramUnrecognized.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramUploadFile.js +0 -32
- package/lib/commonjs/components/pictograms/svg/PictogramUploadFile.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramAbacus.svg +0 -8
- package/lib/commonjs/components/pictograms/svg/originals/PictogramAirBaloon.svg +0 -14
- package/lib/commonjs/components/pictograms/svg/originals/PictogramAirship.svg +0 -18
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBaloons.svg +0 -20
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBeerMug.svg +0 -10
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailToValidate.svg +0 -10
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailValidation.svg +0 -20
- package/lib/commonjs/components/pictograms/svg/originals/PictogramError.svg +0 -12
- package/lib/commonjs/components/pictograms/svg/originals/PictogramFireworks.svg +0 -52
- package/lib/commonjs/components/pictograms/svg/originals/PictogramHeart.svg +0 -14
- package/lib/commonjs/components/pictograms/svg/originals/PictogramHourglass.svg +0 -18
- package/lib/commonjs/components/pictograms/svg/originals/PictogramInProgress.svg +0 -14
- package/lib/commonjs/components/pictograms/svg/originals/PictogramInbox.svg +0 -10
- package/lib/commonjs/components/pictograms/svg/originals/PictogramMessages.svg +0 -8
- package/lib/commonjs/components/pictograms/svg/originals/PictogramNotAvailable.svg +0 -26
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPiggyBank.svg +0 -20
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPin.svg +0 -20
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPlaces.svg +0 -45
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPuzzle.svg +0 -16
- package/lib/commonjs/components/pictograms/svg/originals/PictogramQuestion.svg +0 -16
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSearch.svg +0 -22
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSms.svg +0 -14
- package/lib/commonjs/components/pictograms/svg/originals/PictogramTeaBreak.svg +0 -12
- package/lib/commonjs/components/pictograms/svg/originals/PictogramTimeout.svg +0 -12
- package/lib/commonjs/components/pictograms/svg/originals/PictogramUmbrella.svg +0 -14
- package/lib/commonjs/components/pictograms/svg/originals/PictogramUnrecognized.svg +0 -6
- package/lib/commonjs/components/pictograms/svg/originals/PictogramUploadFile.svg +0 -10
- package/lib/commonjs/components/typography/LabelHeader.js +0 -44
- package/lib/commonjs/components/typography/LabelHeader.js.map +0 -1
- package/lib/commonjs/components/typography/LabelLink.js +0 -44
- package/lib/commonjs/components/typography/LabelLink.js.map +0 -1
- package/lib/commonjs/components/typography/markdown/MdH4.js +0 -30
- package/lib/commonjs/components/typography/markdown/MdH4.js.map +0 -1
- package/lib/commonjs/components/typography/markdown/MdH5.js +0 -28
- package/lib/commonjs/components/typography/markdown/MdH5.js.map +0 -1
- package/lib/commonjs/components/typography/markdown/MdH6.js +0 -29
- package/lib/commonjs/components/typography/markdown/MdH6.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramAbacus.js +0 -22
- package/lib/module/components/pictograms/svg/PictogramAbacus.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramAirBaloon.js +0 -28
- package/lib/module/components/pictograms/svg/PictogramAirBaloon.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramAirship.js +0 -31
- package/lib/module/components/pictograms/svg/PictogramAirship.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramBaloons.js +0 -33
- package/lib/module/components/pictograms/svg/PictogramBaloons.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramBeerMug.js +0 -24
- package/lib/module/components/pictograms/svg/PictogramBeerMug.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramEmailToValidate.js +0 -24
- package/lib/module/components/pictograms/svg/PictogramEmailToValidate.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramEmailValidation.js +0 -33
- package/lib/module/components/pictograms/svg/PictogramEmailValidation.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramError.js +0 -26
- package/lib/module/components/pictograms/svg/PictogramError.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramFireworks.js +0 -58
- package/lib/module/components/pictograms/svg/PictogramFireworks.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramHeart.js +0 -28
- package/lib/module/components/pictograms/svg/PictogramHeart.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramHourglass.js +0 -31
- package/lib/module/components/pictograms/svg/PictogramHourglass.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramInProgress.js +0 -28
- package/lib/module/components/pictograms/svg/PictogramInProgress.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramInbox.js +0 -24
- package/lib/module/components/pictograms/svg/PictogramInbox.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramMessages.js +0 -23
- package/lib/module/components/pictograms/svg/PictogramMessages.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramNotAvailable.js +0 -37
- package/lib/module/components/pictograms/svg/PictogramNotAvailable.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramPiggyBank.js +0 -33
- package/lib/module/components/pictograms/svg/PictogramPiggyBank.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramPin.js +0 -32
- package/lib/module/components/pictograms/svg/PictogramPin.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramPlaces.js +0 -59
- package/lib/module/components/pictograms/svg/PictogramPlaces.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramPuzzle.js +0 -29
- package/lib/module/components/pictograms/svg/PictogramPuzzle.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramQuestion.js +0 -29
- package/lib/module/components/pictograms/svg/PictogramQuestion.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSearch.js +0 -34
- package/lib/module/components/pictograms/svg/PictogramSearch.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSms.js +0 -27
- package/lib/module/components/pictograms/svg/PictogramSms.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramTeaBreak.js +0 -26
- package/lib/module/components/pictograms/svg/PictogramTeaBreak.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramTimeout.js +0 -26
- package/lib/module/components/pictograms/svg/PictogramTimeout.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramUmbrella.js +0 -28
- package/lib/module/components/pictograms/svg/PictogramUmbrella.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramUnrecognized.js +0 -21
- package/lib/module/components/pictograms/svg/PictogramUnrecognized.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramUploadFile.js +0 -24
- package/lib/module/components/pictograms/svg/PictogramUploadFile.js.map +0 -1
- package/lib/module/components/pictograms/svg/originals/PictogramAbacus.svg +0 -8
- package/lib/module/components/pictograms/svg/originals/PictogramAirBaloon.svg +0 -14
- package/lib/module/components/pictograms/svg/originals/PictogramAirship.svg +0 -18
- package/lib/module/components/pictograms/svg/originals/PictogramBaloons.svg +0 -20
- package/lib/module/components/pictograms/svg/originals/PictogramBeerMug.svg +0 -10
- package/lib/module/components/pictograms/svg/originals/PictogramEmailToValidate.svg +0 -10
- package/lib/module/components/pictograms/svg/originals/PictogramEmailValidation.svg +0 -20
- package/lib/module/components/pictograms/svg/originals/PictogramError.svg +0 -12
- package/lib/module/components/pictograms/svg/originals/PictogramFireworks.svg +0 -52
- package/lib/module/components/pictograms/svg/originals/PictogramHeart.svg +0 -14
- package/lib/module/components/pictograms/svg/originals/PictogramHourglass.svg +0 -18
- package/lib/module/components/pictograms/svg/originals/PictogramInProgress.svg +0 -14
- package/lib/module/components/pictograms/svg/originals/PictogramInbox.svg +0 -10
- package/lib/module/components/pictograms/svg/originals/PictogramMessages.svg +0 -8
- package/lib/module/components/pictograms/svg/originals/PictogramNotAvailable.svg +0 -26
- package/lib/module/components/pictograms/svg/originals/PictogramPiggyBank.svg +0 -20
- package/lib/module/components/pictograms/svg/originals/PictogramPin.svg +0 -20
- package/lib/module/components/pictograms/svg/originals/PictogramPlaces.svg +0 -45
- package/lib/module/components/pictograms/svg/originals/PictogramPuzzle.svg +0 -16
- package/lib/module/components/pictograms/svg/originals/PictogramQuestion.svg +0 -16
- package/lib/module/components/pictograms/svg/originals/PictogramSearch.svg +0 -22
- package/lib/module/components/pictograms/svg/originals/PictogramSms.svg +0 -14
- package/lib/module/components/pictograms/svg/originals/PictogramTeaBreak.svg +0 -12
- package/lib/module/components/pictograms/svg/originals/PictogramTimeout.svg +0 -12
- package/lib/module/components/pictograms/svg/originals/PictogramUmbrella.svg +0 -14
- package/lib/module/components/pictograms/svg/originals/PictogramUnrecognized.svg +0 -6
- package/lib/module/components/pictograms/svg/originals/PictogramUploadFile.svg +0 -10
- package/lib/module/components/typography/LabelHeader.js +0 -33
- package/lib/module/components/typography/LabelHeader.js.map +0 -1
- package/lib/module/components/typography/LabelLink.js +0 -33
- package/lib/module/components/typography/LabelLink.js.map +0 -1
- package/lib/module/components/typography/markdown/MdH4.js +0 -23
- package/lib/module/components/typography/markdown/MdH4.js.map +0 -1
- package/lib/module/components/typography/markdown/MdH5.js +0 -21
- package/lib/module/components/typography/markdown/MdH5.js.map +0 -1
- package/lib/module/components/typography/markdown/MdH6.js +0 -22
- package/lib/module/components/typography/markdown/MdH6.js.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts.map +0 -1
- package/lib/typescript/components/typography/LabelHeader.d.ts +0 -18
- package/lib/typescript/components/typography/LabelHeader.d.ts.map +0 -1
- package/lib/typescript/components/typography/LabelLink.d.ts +0 -20
- package/lib/typescript/components/typography/LabelLink.d.ts.map +0 -1
- package/lib/typescript/components/typography/markdown/MdH4.d.ts +0 -13
- package/lib/typescript/components/typography/markdown/MdH4.d.ts.map +0 -1
- package/lib/typescript/components/typography/markdown/MdH5.d.ts +0 -13
- package/lib/typescript/components/typography/markdown/MdH5.d.ts.map +0 -1
- package/lib/typescript/components/typography/markdown/MdH6.d.ts +0 -13
- package/lib/typescript/components/typography/markdown/MdH6.d.ts.map +0 -1
- package/src/components/pictograms/svg/PictogramAbacus.tsx +0 -16
- package/src/components/pictograms/svg/PictogramAirBaloon.tsx +0 -22
- package/src/components/pictograms/svg/PictogramAirship.tsx +0 -26
- package/src/components/pictograms/svg/PictogramBaloons.tsx +0 -28
- package/src/components/pictograms/svg/PictogramBeerMug.tsx +0 -18
- package/src/components/pictograms/svg/PictogramEmailToValidate.tsx +0 -23
- package/src/components/pictograms/svg/PictogramEmailValidation.tsx +0 -33
- package/src/components/pictograms/svg/PictogramError.tsx +0 -20
- package/src/components/pictograms/svg/PictogramFireworks.tsx +0 -60
- package/src/components/pictograms/svg/PictogramHeart.tsx +0 -22
- package/src/components/pictograms/svg/PictogramHourglass.tsx +0 -26
- package/src/components/pictograms/svg/PictogramInProgress.tsx +0 -22
- package/src/components/pictograms/svg/PictogramInbox.tsx +0 -18
- package/src/components/pictograms/svg/PictogramMessages.tsx +0 -16
- package/src/components/pictograms/svg/PictogramNotAvailable.tsx +0 -38
- package/src/components/pictograms/svg/PictogramPiggyBank.tsx +0 -29
- package/src/components/pictograms/svg/PictogramPin.tsx +0 -28
- package/src/components/pictograms/svg/PictogramPlaces.tsx +0 -53
- package/src/components/pictograms/svg/PictogramPuzzle.tsx +0 -24
- package/src/components/pictograms/svg/PictogramQuestion.tsx +0 -24
- package/src/components/pictograms/svg/PictogramSearch.tsx +0 -30
- package/src/components/pictograms/svg/PictogramSms.tsx +0 -22
- package/src/components/pictograms/svg/PictogramTeaBreak.tsx +0 -20
- package/src/components/pictograms/svg/PictogramTimeout.tsx +0 -21
- package/src/components/pictograms/svg/PictogramUmbrella.tsx +0 -22
- package/src/components/pictograms/svg/PictogramUnrecognized.tsx +0 -14
- package/src/components/pictograms/svg/PictogramUploadFile.tsx +0 -18
- package/src/components/pictograms/svg/originals/PictogramAbacus.svg +0 -8
- package/src/components/pictograms/svg/originals/PictogramAirBaloon.svg +0 -14
- package/src/components/pictograms/svg/originals/PictogramAirship.svg +0 -18
- package/src/components/pictograms/svg/originals/PictogramBaloons.svg +0 -20
- package/src/components/pictograms/svg/originals/PictogramBeerMug.svg +0 -10
- package/src/components/pictograms/svg/originals/PictogramEmailToValidate.svg +0 -10
- package/src/components/pictograms/svg/originals/PictogramEmailValidation.svg +0 -20
- package/src/components/pictograms/svg/originals/PictogramError.svg +0 -12
- package/src/components/pictograms/svg/originals/PictogramFireworks.svg +0 -52
- package/src/components/pictograms/svg/originals/PictogramHeart.svg +0 -14
- package/src/components/pictograms/svg/originals/PictogramHourglass.svg +0 -18
- package/src/components/pictograms/svg/originals/PictogramInProgress.svg +0 -14
- package/src/components/pictograms/svg/originals/PictogramInbox.svg +0 -10
- package/src/components/pictograms/svg/originals/PictogramMessages.svg +0 -8
- package/src/components/pictograms/svg/originals/PictogramNotAvailable.svg +0 -26
- package/src/components/pictograms/svg/originals/PictogramPiggyBank.svg +0 -20
- package/src/components/pictograms/svg/originals/PictogramPin.svg +0 -20
- package/src/components/pictograms/svg/originals/PictogramPlaces.svg +0 -45
- package/src/components/pictograms/svg/originals/PictogramPuzzle.svg +0 -16
- package/src/components/pictograms/svg/originals/PictogramQuestion.svg +0 -16
- package/src/components/pictograms/svg/originals/PictogramSearch.svg +0 -22
- package/src/components/pictograms/svg/originals/PictogramSms.svg +0 -14
- package/src/components/pictograms/svg/originals/PictogramTeaBreak.svg +0 -12
- package/src/components/pictograms/svg/originals/PictogramTimeout.svg +0 -12
- package/src/components/pictograms/svg/originals/PictogramUmbrella.svg +0 -14
- package/src/components/pictograms/svg/originals/PictogramUnrecognized.svg +0 -6
- package/src/components/pictograms/svg/originals/PictogramUploadFile.svg +0 -10
- package/src/components/typography/LabelHeader.tsx +0 -56
- package/src/components/typography/LabelLink.tsx +0 -61
- package/src/components/typography/markdown/MdH4.tsx +0 -34
- package/src/components/typography/markdown/MdH5.tsx +0 -32
- package/src/components/typography/markdown/MdH6.tsx +0 -33
|
@@ -3,33 +3,21 @@
|
|
|
3
3
|
exports[`Test Typography Components Body Snapshot 1`] = `
|
|
4
4
|
<Text
|
|
5
5
|
allowFontScaling={false}
|
|
6
|
-
color="bluegrey"
|
|
7
|
-
defaultColor="bluegrey"
|
|
8
|
-
defaultWeight="Regular"
|
|
9
6
|
dynamicTypeRamp="body"
|
|
10
|
-
font="TitilliumSansPro"
|
|
11
|
-
fontStyle={
|
|
12
|
-
{
|
|
13
|
-
"fontSize": 16,
|
|
14
|
-
"lineHeight": 24,
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
7
|
maxFontSizeMultiplier={1.25}
|
|
18
8
|
style={
|
|
19
9
|
[
|
|
10
|
+
{},
|
|
20
11
|
{
|
|
21
|
-
"
|
|
22
|
-
"lineHeight": 24,
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"color": "#475A6D",
|
|
12
|
+
"color": "#555C70",
|
|
26
13
|
"fontFamily": "Titillium Sans Pro",
|
|
14
|
+
"fontSize": 16,
|
|
27
15
|
"fontStyle": "normal",
|
|
28
16
|
"fontWeight": "400",
|
|
17
|
+
"lineHeight": 24,
|
|
29
18
|
},
|
|
30
19
|
]
|
|
31
20
|
}
|
|
32
|
-
weight="Regular"
|
|
33
21
|
>
|
|
34
22
|
Text
|
|
35
23
|
</Text>
|
|
@@ -38,33 +26,23 @@ exports[`Test Typography Components Body Snapshot 1`] = `
|
|
|
38
26
|
exports[`Test Typography Components BodyMonospace Snapshot 1`] = `
|
|
39
27
|
<Text
|
|
40
28
|
allowFontScaling={false}
|
|
41
|
-
color="bluegrey"
|
|
42
|
-
defaultColor="bluegrey"
|
|
43
|
-
defaultWeight="Medium"
|
|
44
29
|
dynamicTypeRamp="body"
|
|
45
|
-
font="DMMono"
|
|
46
|
-
fontStyle={
|
|
47
|
-
{
|
|
48
|
-
"fontSize": 16,
|
|
49
|
-
"lineHeight": 24,
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
30
|
maxFontSizeMultiplier={1.25}
|
|
53
31
|
style={
|
|
54
32
|
[
|
|
55
33
|
{
|
|
56
|
-
"
|
|
57
|
-
"lineHeight": 24,
|
|
34
|
+
"letterSpacing": 0.5,
|
|
58
35
|
},
|
|
59
36
|
{
|
|
60
|
-
"color": "#
|
|
37
|
+
"color": "#555C70",
|
|
61
38
|
"fontFamily": "DM Mono",
|
|
39
|
+
"fontSize": 16,
|
|
62
40
|
"fontStyle": "normal",
|
|
63
41
|
"fontWeight": "500",
|
|
42
|
+
"lineHeight": 24,
|
|
64
43
|
},
|
|
65
44
|
]
|
|
66
45
|
}
|
|
67
|
-
weight="Medium"
|
|
68
46
|
>
|
|
69
47
|
Text
|
|
70
48
|
</Text>
|
|
@@ -73,30 +51,20 @@ exports[`Test Typography Components BodyMonospace Snapshot 1`] = `
|
|
|
73
51
|
exports[`Test Typography Components CTA Snapshot 1`] = `
|
|
74
52
|
<Text
|
|
75
53
|
allowFontScaling={false}
|
|
76
|
-
color="white"
|
|
77
|
-
defaultColor="white"
|
|
78
|
-
defaultWeight="Bold"
|
|
79
|
-
font="TitilliumSansPro"
|
|
80
|
-
fontStyle={
|
|
81
|
-
{
|
|
82
|
-
"fontSize": 16,
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
54
|
maxFontSizeMultiplier={1.25}
|
|
86
55
|
style={
|
|
87
56
|
[
|
|
88
|
-
{
|
|
89
|
-
"fontSize": 16,
|
|
90
|
-
},
|
|
57
|
+
{},
|
|
91
58
|
{
|
|
92
59
|
"color": "#FFFFFF",
|
|
93
60
|
"fontFamily": "Titillium Sans Pro",
|
|
61
|
+
"fontSize": 16,
|
|
94
62
|
"fontStyle": "normal",
|
|
95
63
|
"fontWeight": "700",
|
|
64
|
+
"lineHeight": 20,
|
|
96
65
|
},
|
|
97
66
|
]
|
|
98
67
|
}
|
|
99
|
-
weight="Bold"
|
|
100
68
|
>
|
|
101
69
|
Text
|
|
102
70
|
</Text>
|
|
@@ -105,33 +73,21 @@ exports[`Test Typography Components CTA Snapshot 1`] = `
|
|
|
105
73
|
exports[`Test Typography Components H1 Snapshot 1`] = `
|
|
106
74
|
<Text
|
|
107
75
|
allowFontScaling={false}
|
|
108
|
-
color="black"
|
|
109
|
-
defaultColor="black"
|
|
110
|
-
defaultWeight="Semibold"
|
|
111
76
|
dynamicTypeRamp="largeTitle"
|
|
112
|
-
font="TitilliumSansPro"
|
|
113
|
-
fontStyle={
|
|
114
|
-
{
|
|
115
|
-
"fontSize": 31,
|
|
116
|
-
"lineHeight": 43,
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
77
|
maxFontSizeMultiplier={1.25}
|
|
120
78
|
style={
|
|
121
79
|
[
|
|
122
|
-
{
|
|
123
|
-
"fontSize": 31,
|
|
124
|
-
"lineHeight": 43,
|
|
125
|
-
},
|
|
80
|
+
{},
|
|
126
81
|
{
|
|
127
82
|
"color": "#0E0F13",
|
|
128
83
|
"fontFamily": "Titillium Sans Pro",
|
|
84
|
+
"fontSize": 31,
|
|
129
85
|
"fontStyle": "normal",
|
|
130
86
|
"fontWeight": "600",
|
|
87
|
+
"lineHeight": 43,
|
|
131
88
|
},
|
|
132
89
|
]
|
|
133
90
|
}
|
|
134
|
-
weight="Semibold"
|
|
135
91
|
>
|
|
136
92
|
Text
|
|
137
93
|
</Text>
|
|
@@ -140,33 +96,21 @@ exports[`Test Typography Components H1 Snapshot 1`] = `
|
|
|
140
96
|
exports[`Test Typography Components H1 Snapshot 2`] = `
|
|
141
97
|
<Text
|
|
142
98
|
allowFontScaling={false}
|
|
143
|
-
color="white"
|
|
144
|
-
defaultColor="black"
|
|
145
|
-
defaultWeight="Semibold"
|
|
146
99
|
dynamicTypeRamp="largeTitle"
|
|
147
|
-
font="TitilliumSansPro"
|
|
148
|
-
fontStyle={
|
|
149
|
-
{
|
|
150
|
-
"fontSize": 31,
|
|
151
|
-
"lineHeight": 43,
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
100
|
maxFontSizeMultiplier={1.25}
|
|
155
101
|
style={
|
|
156
102
|
[
|
|
157
|
-
{
|
|
158
|
-
"fontSize": 31,
|
|
159
|
-
"lineHeight": 43,
|
|
160
|
-
},
|
|
103
|
+
{},
|
|
161
104
|
{
|
|
162
105
|
"color": "#FFFFFF",
|
|
163
106
|
"fontFamily": "Titillium Sans Pro",
|
|
107
|
+
"fontSize": 31,
|
|
164
108
|
"fontStyle": "normal",
|
|
165
109
|
"fontWeight": "600",
|
|
110
|
+
"lineHeight": 43,
|
|
166
111
|
},
|
|
167
112
|
]
|
|
168
113
|
}
|
|
169
|
-
weight="Semibold"
|
|
170
114
|
>
|
|
171
115
|
Text
|
|
172
116
|
</Text>
|
|
@@ -175,33 +119,21 @@ exports[`Test Typography Components H1 Snapshot 2`] = `
|
|
|
175
119
|
exports[`Test Typography Components H2 Snapshot 1`] = `
|
|
176
120
|
<Text
|
|
177
121
|
allowFontScaling={false}
|
|
178
|
-
color="black"
|
|
179
|
-
defaultColor="black"
|
|
180
|
-
defaultWeight="Semibold"
|
|
181
122
|
dynamicTypeRamp="title1"
|
|
182
|
-
font="TitilliumSansPro"
|
|
183
|
-
fontStyle={
|
|
184
|
-
{
|
|
185
|
-
"fontSize": 28,
|
|
186
|
-
"lineHeight": 40,
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
123
|
maxFontSizeMultiplier={1.25}
|
|
190
124
|
style={
|
|
191
125
|
[
|
|
192
|
-
{
|
|
193
|
-
"fontSize": 28,
|
|
194
|
-
"lineHeight": 40,
|
|
195
|
-
},
|
|
126
|
+
{},
|
|
196
127
|
{
|
|
197
128
|
"color": "#0E0F13",
|
|
198
129
|
"fontFamily": "Titillium Sans Pro",
|
|
130
|
+
"fontSize": 28,
|
|
199
131
|
"fontStyle": "normal",
|
|
200
132
|
"fontWeight": "600",
|
|
133
|
+
"lineHeight": 40,
|
|
201
134
|
},
|
|
202
135
|
]
|
|
203
136
|
}
|
|
204
|
-
weight="Semibold"
|
|
205
137
|
>
|
|
206
138
|
Text
|
|
207
139
|
</Text>
|
|
@@ -210,33 +142,21 @@ exports[`Test Typography Components H2 Snapshot 1`] = `
|
|
|
210
142
|
exports[`Test Typography Components H3 Snapshot 1`] = `
|
|
211
143
|
<Text
|
|
212
144
|
allowFontScaling={false}
|
|
213
|
-
color="bluegreyDark"
|
|
214
|
-
defaultColor="bluegreyDark"
|
|
215
|
-
defaultWeight="Semibold"
|
|
216
145
|
dynamicTypeRamp="title2"
|
|
217
|
-
font="TitilliumSansPro"
|
|
218
|
-
fontStyle={
|
|
219
|
-
{
|
|
220
|
-
"fontSize": 22,
|
|
221
|
-
"lineHeight": 33,
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
146
|
maxFontSizeMultiplier={1.25}
|
|
225
147
|
style={
|
|
226
148
|
[
|
|
149
|
+
{},
|
|
227
150
|
{
|
|
228
|
-
"
|
|
229
|
-
"lineHeight": 33,
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"color": "#17324D",
|
|
151
|
+
"color": "#0E0F13",
|
|
233
152
|
"fontFamily": "Titillium Sans Pro",
|
|
153
|
+
"fontSize": 22,
|
|
234
154
|
"fontStyle": "normal",
|
|
235
155
|
"fontWeight": "600",
|
|
156
|
+
"lineHeight": 33,
|
|
236
157
|
},
|
|
237
158
|
]
|
|
238
159
|
}
|
|
239
|
-
weight="Semibold"
|
|
240
160
|
>
|
|
241
161
|
Text
|
|
242
162
|
</Text>
|
|
@@ -245,33 +165,21 @@ exports[`Test Typography Components H3 Snapshot 1`] = `
|
|
|
245
165
|
exports[`Test Typography Components H3 Snapshot 2`] = `
|
|
246
166
|
<Text
|
|
247
167
|
allowFontScaling={false}
|
|
248
|
-
color="bluegreyLight"
|
|
249
|
-
defaultColor="bluegreyDark"
|
|
250
|
-
defaultWeight="Semibold"
|
|
251
168
|
dynamicTypeRamp="title2"
|
|
252
|
-
font="TitilliumSansPro"
|
|
253
|
-
fontStyle={
|
|
254
|
-
{
|
|
255
|
-
"fontSize": 22,
|
|
256
|
-
"lineHeight": 33,
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
169
|
maxFontSizeMultiplier={1.25}
|
|
260
170
|
style={
|
|
261
171
|
[
|
|
262
|
-
{
|
|
263
|
-
"fontSize": 22,
|
|
264
|
-
"lineHeight": 33,
|
|
265
|
-
},
|
|
172
|
+
{},
|
|
266
173
|
{
|
|
267
174
|
"color": "#CCD4DC",
|
|
268
175
|
"fontFamily": "Titillium Sans Pro",
|
|
176
|
+
"fontSize": 22,
|
|
269
177
|
"fontStyle": "normal",
|
|
270
178
|
"fontWeight": "600",
|
|
179
|
+
"lineHeight": 33,
|
|
271
180
|
},
|
|
272
181
|
]
|
|
273
182
|
}
|
|
274
|
-
weight="Semibold"
|
|
275
183
|
>
|
|
276
184
|
Text
|
|
277
185
|
</Text>
|
|
@@ -280,33 +188,21 @@ exports[`Test Typography Components H3 Snapshot 2`] = `
|
|
|
280
188
|
exports[`Test Typography Components H3 Snapshot 3`] = `
|
|
281
189
|
<Text
|
|
282
190
|
allowFontScaling={false}
|
|
283
|
-
color="white"
|
|
284
|
-
defaultColor="bluegreyDark"
|
|
285
|
-
defaultWeight="Semibold"
|
|
286
191
|
dynamicTypeRamp="title2"
|
|
287
|
-
font="TitilliumSansPro"
|
|
288
|
-
fontStyle={
|
|
289
|
-
{
|
|
290
|
-
"fontSize": 22,
|
|
291
|
-
"lineHeight": 33,
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
192
|
maxFontSizeMultiplier={1.25}
|
|
295
193
|
style={
|
|
296
194
|
[
|
|
297
|
-
{
|
|
298
|
-
"fontSize": 22,
|
|
299
|
-
"lineHeight": 33,
|
|
300
|
-
},
|
|
195
|
+
{},
|
|
301
196
|
{
|
|
302
197
|
"color": "#FFFFFF",
|
|
303
198
|
"fontFamily": "Titillium Sans Pro",
|
|
199
|
+
"fontSize": 22,
|
|
304
200
|
"fontStyle": "normal",
|
|
305
201
|
"fontWeight": "600",
|
|
202
|
+
"lineHeight": 33,
|
|
306
203
|
},
|
|
307
204
|
]
|
|
308
205
|
}
|
|
309
|
-
weight="Semibold"
|
|
310
206
|
>
|
|
311
207
|
Text
|
|
312
208
|
</Text>
|
|
@@ -315,33 +211,21 @@ exports[`Test Typography Components H3 Snapshot 3`] = `
|
|
|
315
211
|
exports[`Test Typography Components H3 Snapshot 4`] = `
|
|
316
212
|
<Text
|
|
317
213
|
allowFontScaling={false}
|
|
318
|
-
color="white"
|
|
319
|
-
defaultColor="bluegreyDark"
|
|
320
|
-
defaultWeight="Semibold"
|
|
321
214
|
dynamicTypeRamp="title2"
|
|
322
|
-
font="TitilliumSansPro"
|
|
323
|
-
fontStyle={
|
|
324
|
-
{
|
|
325
|
-
"fontSize": 22,
|
|
326
|
-
"lineHeight": 33,
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
215
|
maxFontSizeMultiplier={1.25}
|
|
330
216
|
style={
|
|
331
217
|
[
|
|
332
|
-
{
|
|
333
|
-
"fontSize": 22,
|
|
334
|
-
"lineHeight": 33,
|
|
335
|
-
},
|
|
218
|
+
{},
|
|
336
219
|
{
|
|
337
220
|
"color": "#FFFFFF",
|
|
338
221
|
"fontFamily": "Titillium Sans Pro",
|
|
222
|
+
"fontSize": 22,
|
|
339
223
|
"fontStyle": "normal",
|
|
340
224
|
"fontWeight": "600",
|
|
225
|
+
"lineHeight": 33,
|
|
341
226
|
},
|
|
342
227
|
]
|
|
343
228
|
}
|
|
344
|
-
weight="Semibold"
|
|
345
229
|
>
|
|
346
230
|
Text
|
|
347
231
|
</Text>
|
|
@@ -350,33 +234,21 @@ exports[`Test Typography Components H3 Snapshot 4`] = `
|
|
|
350
234
|
exports[`Test Typography Components H3 Snapshot 5`] = `
|
|
351
235
|
<Text
|
|
352
236
|
allowFontScaling={false}
|
|
353
|
-
color="bluegreyDark"
|
|
354
|
-
defaultColor="bluegreyDark"
|
|
355
|
-
defaultWeight="Semibold"
|
|
356
237
|
dynamicTypeRamp="title2"
|
|
357
|
-
font="TitilliumSansPro"
|
|
358
|
-
fontStyle={
|
|
359
|
-
{
|
|
360
|
-
"fontSize": 22,
|
|
361
|
-
"lineHeight": 33,
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
238
|
maxFontSizeMultiplier={1.25}
|
|
365
239
|
style={
|
|
366
240
|
[
|
|
241
|
+
{},
|
|
367
242
|
{
|
|
368
|
-
"
|
|
369
|
-
"lineHeight": 33,
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"color": "#17324D",
|
|
243
|
+
"color": "#0E0F13",
|
|
373
244
|
"fontFamily": "Titillium Sans Pro",
|
|
245
|
+
"fontSize": 22,
|
|
374
246
|
"fontStyle": "normal",
|
|
375
247
|
"fontWeight": "600",
|
|
248
|
+
"lineHeight": 33,
|
|
376
249
|
},
|
|
377
250
|
]
|
|
378
251
|
}
|
|
379
|
-
weight="Semibold"
|
|
380
252
|
>
|
|
381
253
|
Text
|
|
382
254
|
</Text>
|
|
@@ -385,33 +257,21 @@ exports[`Test Typography Components H3 Snapshot 5`] = `
|
|
|
385
257
|
exports[`Test Typography Components H4 Snapshot 1`] = `
|
|
386
258
|
<Text
|
|
387
259
|
allowFontScaling={false}
|
|
388
|
-
color="bluegreyDark"
|
|
389
|
-
defaultColor="bluegreyDark"
|
|
390
|
-
defaultWeight="Semibold"
|
|
391
260
|
dynamicTypeRamp="title3"
|
|
392
|
-
font="TitilliumSansPro"
|
|
393
|
-
fontStyle={
|
|
394
|
-
{
|
|
395
|
-
"fontSize": 20,
|
|
396
|
-
"lineHeight": 24,
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
261
|
maxFontSizeMultiplier={1.25}
|
|
400
262
|
style={
|
|
401
263
|
[
|
|
264
|
+
{},
|
|
402
265
|
{
|
|
403
|
-
"
|
|
404
|
-
"lineHeight": 24,
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"color": "#17324D",
|
|
266
|
+
"color": "#0E0F13",
|
|
408
267
|
"fontFamily": "Titillium Sans Pro",
|
|
268
|
+
"fontSize": 20,
|
|
409
269
|
"fontStyle": "normal",
|
|
410
270
|
"fontWeight": "600",
|
|
271
|
+
"lineHeight": 24,
|
|
411
272
|
},
|
|
412
273
|
]
|
|
413
274
|
}
|
|
414
|
-
weight="Semibold"
|
|
415
275
|
>
|
|
416
276
|
Text
|
|
417
277
|
</Text>
|
|
@@ -420,208 +280,44 @@ exports[`Test Typography Components H4 Snapshot 1`] = `
|
|
|
420
280
|
exports[`Test Typography Components H4 Snapshot 2`] = `
|
|
421
281
|
<Text
|
|
422
282
|
allowFontScaling={false}
|
|
423
|
-
color="blue"
|
|
424
|
-
defaultColor="bluegreyDark"
|
|
425
|
-
defaultWeight="Semibold"
|
|
426
283
|
dynamicTypeRamp="title3"
|
|
427
|
-
font="TitilliumSansPro"
|
|
428
|
-
fontStyle={
|
|
429
|
-
{
|
|
430
|
-
"fontSize": 20,
|
|
431
|
-
"lineHeight": 24,
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
284
|
maxFontSizeMultiplier={1.25}
|
|
435
285
|
style={
|
|
436
286
|
[
|
|
437
|
-
{
|
|
438
|
-
"fontSize": 20,
|
|
439
|
-
"lineHeight": 24,
|
|
440
|
-
},
|
|
287
|
+
{},
|
|
441
288
|
{
|
|
442
289
|
"color": "#0073E6",
|
|
443
290
|
"fontFamily": "Titillium Sans Pro",
|
|
444
|
-
"fontStyle": "normal",
|
|
445
|
-
"fontWeight": "600",
|
|
446
|
-
},
|
|
447
|
-
]
|
|
448
|
-
}
|
|
449
|
-
weight="Semibold"
|
|
450
|
-
>
|
|
451
|
-
Text
|
|
452
|
-
</Text>
|
|
453
|
-
`;
|
|
454
|
-
|
|
455
|
-
exports[`Test Typography Components H4 Snapshot 3`] = `
|
|
456
|
-
<Text
|
|
457
|
-
allowFontScaling={false}
|
|
458
|
-
color="white"
|
|
459
|
-
defaultColor="bluegreyDark"
|
|
460
|
-
defaultWeight="Semibold"
|
|
461
|
-
dynamicTypeRamp="title3"
|
|
462
|
-
font="TitilliumSansPro"
|
|
463
|
-
fontStyle={
|
|
464
|
-
{
|
|
465
|
-
"fontSize": 20,
|
|
466
|
-
"lineHeight": 24,
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
maxFontSizeMultiplier={1.25}
|
|
470
|
-
style={
|
|
471
|
-
[
|
|
472
|
-
{
|
|
473
291
|
"fontSize": 20,
|
|
474
|
-
"lineHeight": 24,
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"color": "#FFFFFF",
|
|
478
|
-
"fontFamily": "Titillium Sans Pro",
|
|
479
292
|
"fontStyle": "normal",
|
|
480
293
|
"fontWeight": "600",
|
|
481
|
-
},
|
|
482
|
-
]
|
|
483
|
-
}
|
|
484
|
-
weight="Semibold"
|
|
485
|
-
>
|
|
486
|
-
Text
|
|
487
|
-
</Text>
|
|
488
|
-
`;
|
|
489
|
-
|
|
490
|
-
exports[`Test Typography Components H4 Snapshot 4`] = `
|
|
491
|
-
<Text
|
|
492
|
-
allowFontScaling={false}
|
|
493
|
-
color="bluegreyDark"
|
|
494
|
-
defaultColor="bluegreyDark"
|
|
495
|
-
defaultWeight="Semibold"
|
|
496
|
-
dynamicTypeRamp="title3"
|
|
497
|
-
font="TitilliumSansPro"
|
|
498
|
-
fontStyle={
|
|
499
|
-
{
|
|
500
|
-
"fontSize": 20,
|
|
501
|
-
"lineHeight": 24,
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
maxFontSizeMultiplier={1.25}
|
|
505
|
-
style={
|
|
506
|
-
[
|
|
507
|
-
{
|
|
508
|
-
"fontSize": 20,
|
|
509
294
|
"lineHeight": 24,
|
|
510
295
|
},
|
|
511
|
-
{
|
|
512
|
-
"color": "#17324D",
|
|
513
|
-
"fontFamily": "Titillium Sans Pro",
|
|
514
|
-
"fontStyle": "normal",
|
|
515
|
-
"fontWeight": "400",
|
|
516
|
-
},
|
|
517
296
|
]
|
|
518
297
|
}
|
|
519
|
-
weight="Regular"
|
|
520
298
|
>
|
|
521
299
|
Text
|
|
522
300
|
</Text>
|
|
523
301
|
`;
|
|
524
302
|
|
|
525
|
-
exports[`Test Typography Components H4 Snapshot
|
|
303
|
+
exports[`Test Typography Components H4 Snapshot 3`] = `
|
|
526
304
|
<Text
|
|
527
305
|
allowFontScaling={false}
|
|
528
|
-
color="bluegrey"
|
|
529
|
-
defaultColor="bluegreyDark"
|
|
530
|
-
defaultWeight="Semibold"
|
|
531
306
|
dynamicTypeRamp="title3"
|
|
532
|
-
font="TitilliumSansPro"
|
|
533
|
-
fontStyle={
|
|
534
|
-
{
|
|
535
|
-
"fontSize": 20,
|
|
536
|
-
"lineHeight": 24,
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
307
|
maxFontSizeMultiplier={1.25}
|
|
540
308
|
style={
|
|
541
309
|
[
|
|
310
|
+
{},
|
|
542
311
|
{
|
|
543
|
-
"
|
|
544
|
-
"lineHeight": 24,
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"color": "#475A6D",
|
|
312
|
+
"color": "#FFFFFF",
|
|
548
313
|
"fontFamily": "Titillium Sans Pro",
|
|
549
|
-
"fontStyle": "normal",
|
|
550
|
-
"fontWeight": "400",
|
|
551
|
-
},
|
|
552
|
-
]
|
|
553
|
-
}
|
|
554
|
-
weight="Regular"
|
|
555
|
-
>
|
|
556
|
-
Text
|
|
557
|
-
</Text>
|
|
558
|
-
`;
|
|
559
|
-
|
|
560
|
-
exports[`Test Typography Components H4 Snapshot 6`] = `
|
|
561
|
-
<Text
|
|
562
|
-
allowFontScaling={false}
|
|
563
|
-
color="bluegreyLight"
|
|
564
|
-
defaultColor="bluegreyDark"
|
|
565
|
-
defaultWeight="Semibold"
|
|
566
|
-
dynamicTypeRamp="title3"
|
|
567
|
-
font="TitilliumSansPro"
|
|
568
|
-
fontStyle={
|
|
569
|
-
{
|
|
570
|
-
"fontSize": 20,
|
|
571
|
-
"lineHeight": 24,
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
maxFontSizeMultiplier={1.25}
|
|
575
|
-
style={
|
|
576
|
-
[
|
|
577
|
-
{
|
|
578
314
|
"fontSize": 20,
|
|
579
|
-
"lineHeight": 24,
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"color": "#CCD4DC",
|
|
583
|
-
"fontFamily": "Titillium Sans Pro",
|
|
584
315
|
"fontStyle": "normal",
|
|
585
|
-
"fontWeight": "
|
|
586
|
-
},
|
|
587
|
-
]
|
|
588
|
-
}
|
|
589
|
-
weight="Regular"
|
|
590
|
-
>
|
|
591
|
-
Text
|
|
592
|
-
</Text>
|
|
593
|
-
`;
|
|
594
|
-
|
|
595
|
-
exports[`Test Typography Components H4 Snapshot 7`] = `
|
|
596
|
-
<Text
|
|
597
|
-
allowFontScaling={false}
|
|
598
|
-
color="white"
|
|
599
|
-
defaultColor="bluegreyDark"
|
|
600
|
-
defaultWeight="Semibold"
|
|
601
|
-
dynamicTypeRamp="title3"
|
|
602
|
-
font="TitilliumSansPro"
|
|
603
|
-
fontStyle={
|
|
604
|
-
{
|
|
605
|
-
"fontSize": 20,
|
|
606
|
-
"lineHeight": 24,
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
maxFontSizeMultiplier={1.25}
|
|
610
|
-
style={
|
|
611
|
-
[
|
|
612
|
-
{
|
|
613
|
-
"fontSize": 20,
|
|
316
|
+
"fontWeight": "600",
|
|
614
317
|
"lineHeight": 24,
|
|
615
318
|
},
|
|
616
|
-
{
|
|
617
|
-
"color": "#FFFFFF",
|
|
618
|
-
"fontFamily": "Titillium Sans Pro",
|
|
619
|
-
"fontStyle": "normal",
|
|
620
|
-
"fontWeight": "400",
|
|
621
|
-
},
|
|
622
319
|
]
|
|
623
320
|
}
|
|
624
|
-
weight="Regular"
|
|
625
321
|
>
|
|
626
322
|
Text
|
|
627
323
|
</Text>
|
|
@@ -630,37 +326,24 @@ exports[`Test Typography Components H4 Snapshot 7`] = `
|
|
|
630
326
|
exports[`Test Typography Components H5 Snapshot 1`] = `
|
|
631
327
|
<Text
|
|
632
328
|
allowFontScaling={false}
|
|
633
|
-
color="black"
|
|
634
|
-
defaultColor="black"
|
|
635
|
-
defaultWeight="Semibold"
|
|
636
329
|
dynamicTypeRamp="subheadline"
|
|
637
|
-
font="TitilliumSansPro"
|
|
638
|
-
fontStyle={
|
|
639
|
-
{
|
|
640
|
-
"fontSize": 14,
|
|
641
|
-
"letterSpacing": 0.5,
|
|
642
|
-
"lineHeight": 16,
|
|
643
|
-
"textTransform": "uppercase",
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
330
|
maxFontSizeMultiplier={1.25}
|
|
647
331
|
style={
|
|
648
332
|
[
|
|
649
333
|
{
|
|
650
|
-
"fontSize": 14,
|
|
651
334
|
"letterSpacing": 0.5,
|
|
652
|
-
"lineHeight": 16,
|
|
653
335
|
"textTransform": "uppercase",
|
|
654
336
|
},
|
|
655
337
|
{
|
|
656
338
|
"color": "#0E0F13",
|
|
657
339
|
"fontFamily": "Titillium Sans Pro",
|
|
340
|
+
"fontSize": 14,
|
|
658
341
|
"fontStyle": "normal",
|
|
659
342
|
"fontWeight": "600",
|
|
343
|
+
"lineHeight": 16,
|
|
660
344
|
},
|
|
661
345
|
]
|
|
662
346
|
}
|
|
663
|
-
weight="Semibold"
|
|
664
347
|
>
|
|
665
348
|
Text
|
|
666
349
|
</Text>
|
|
@@ -669,37 +352,24 @@ exports[`Test Typography Components H5 Snapshot 1`] = `
|
|
|
669
352
|
exports[`Test Typography Components H5 Snapshot 2`] = `
|
|
670
353
|
<Text
|
|
671
354
|
allowFontScaling={false}
|
|
672
|
-
color="bluegrey"
|
|
673
|
-
defaultColor="black"
|
|
674
|
-
defaultWeight="Semibold"
|
|
675
355
|
dynamicTypeRamp="subheadline"
|
|
676
|
-
font="TitilliumSansPro"
|
|
677
|
-
fontStyle={
|
|
678
|
-
{
|
|
679
|
-
"fontSize": 14,
|
|
680
|
-
"letterSpacing": 0.5,
|
|
681
|
-
"lineHeight": 16,
|
|
682
|
-
"textTransform": "uppercase",
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
356
|
maxFontSizeMultiplier={1.25}
|
|
686
357
|
style={
|
|
687
358
|
[
|
|
688
359
|
{
|
|
689
|
-
"fontSize": 14,
|
|
690
360
|
"letterSpacing": 0.5,
|
|
691
|
-
"lineHeight": 16,
|
|
692
361
|
"textTransform": "uppercase",
|
|
693
362
|
},
|
|
694
363
|
{
|
|
695
364
|
"color": "#475A6D",
|
|
696
365
|
"fontFamily": "Titillium Sans Pro",
|
|
366
|
+
"fontSize": 14,
|
|
697
367
|
"fontStyle": "normal",
|
|
698
368
|
"fontWeight": "600",
|
|
369
|
+
"lineHeight": 16,
|
|
699
370
|
},
|
|
700
371
|
]
|
|
701
372
|
}
|
|
702
|
-
weight="Semibold"
|
|
703
373
|
>
|
|
704
374
|
Text
|
|
705
375
|
</Text>
|
|
@@ -708,37 +378,24 @@ exports[`Test Typography Components H5 Snapshot 2`] = `
|
|
|
708
378
|
exports[`Test Typography Components H5 Snapshot 3`] = `
|
|
709
379
|
<Text
|
|
710
380
|
allowFontScaling={false}
|
|
711
|
-
color="blue"
|
|
712
|
-
defaultColor="black"
|
|
713
|
-
defaultWeight="Semibold"
|
|
714
381
|
dynamicTypeRamp="subheadline"
|
|
715
|
-
font="TitilliumSansPro"
|
|
716
|
-
fontStyle={
|
|
717
|
-
{
|
|
718
|
-
"fontSize": 14,
|
|
719
|
-
"letterSpacing": 0.5,
|
|
720
|
-
"lineHeight": 16,
|
|
721
|
-
"textTransform": "uppercase",
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
382
|
maxFontSizeMultiplier={1.25}
|
|
725
383
|
style={
|
|
726
384
|
[
|
|
727
385
|
{
|
|
728
|
-
"fontSize": 14,
|
|
729
386
|
"letterSpacing": 0.5,
|
|
730
|
-
"lineHeight": 16,
|
|
731
387
|
"textTransform": "uppercase",
|
|
732
388
|
},
|
|
733
389
|
{
|
|
734
390
|
"color": "#0073E6",
|
|
735
391
|
"fontFamily": "Titillium Sans Pro",
|
|
392
|
+
"fontSize": 14,
|
|
736
393
|
"fontStyle": "normal",
|
|
737
394
|
"fontWeight": "600",
|
|
395
|
+
"lineHeight": 16,
|
|
738
396
|
},
|
|
739
397
|
]
|
|
740
398
|
}
|
|
741
|
-
weight="Semibold"
|
|
742
399
|
>
|
|
743
400
|
Text
|
|
744
401
|
</Text>
|
|
@@ -747,37 +404,24 @@ exports[`Test Typography Components H5 Snapshot 3`] = `
|
|
|
747
404
|
exports[`Test Typography Components H5 Snapshot 4`] = `
|
|
748
405
|
<Text
|
|
749
406
|
allowFontScaling={false}
|
|
750
|
-
color="white"
|
|
751
|
-
defaultColor="black"
|
|
752
|
-
defaultWeight="Semibold"
|
|
753
407
|
dynamicTypeRamp="subheadline"
|
|
754
|
-
font="TitilliumSansPro"
|
|
755
|
-
fontStyle={
|
|
756
|
-
{
|
|
757
|
-
"fontSize": 14,
|
|
758
|
-
"letterSpacing": 0.5,
|
|
759
|
-
"lineHeight": 16,
|
|
760
|
-
"textTransform": "uppercase",
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
408
|
maxFontSizeMultiplier={1.25}
|
|
764
409
|
style={
|
|
765
410
|
[
|
|
766
411
|
{
|
|
767
|
-
"fontSize": 14,
|
|
768
412
|
"letterSpacing": 0.5,
|
|
769
|
-
"lineHeight": 16,
|
|
770
413
|
"textTransform": "uppercase",
|
|
771
414
|
},
|
|
772
415
|
{
|
|
773
416
|
"color": "#FFFFFF",
|
|
774
417
|
"fontFamily": "Titillium Sans Pro",
|
|
418
|
+
"fontSize": 14,
|
|
775
419
|
"fontStyle": "normal",
|
|
776
420
|
"fontWeight": "600",
|
|
421
|
+
"lineHeight": 16,
|
|
777
422
|
},
|
|
778
423
|
]
|
|
779
424
|
}
|
|
780
|
-
weight="Semibold"
|
|
781
425
|
>
|
|
782
426
|
Text
|
|
783
427
|
</Text>
|
|
@@ -786,33 +430,21 @@ exports[`Test Typography Components H5 Snapshot 4`] = `
|
|
|
786
430
|
exports[`Test Typography Components H6 Snapshot 1`] = `
|
|
787
431
|
<Text
|
|
788
432
|
allowFontScaling={false}
|
|
789
|
-
color="black"
|
|
790
|
-
defaultColor="black"
|
|
791
|
-
defaultWeight="Semibold"
|
|
792
433
|
dynamicTypeRamp="headline"
|
|
793
|
-
font="TitilliumSansPro"
|
|
794
|
-
fontStyle={
|
|
795
|
-
{
|
|
796
|
-
"fontSize": 18,
|
|
797
|
-
"lineHeight": 25,
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
434
|
maxFontSizeMultiplier={1.25}
|
|
801
435
|
style={
|
|
802
436
|
[
|
|
803
|
-
{
|
|
804
|
-
"fontSize": 18,
|
|
805
|
-
"lineHeight": 25,
|
|
806
|
-
},
|
|
437
|
+
{},
|
|
807
438
|
{
|
|
808
439
|
"color": "#0E0F13",
|
|
809
440
|
"fontFamily": "Titillium Sans Pro",
|
|
441
|
+
"fontSize": 18,
|
|
810
442
|
"fontStyle": "normal",
|
|
811
443
|
"fontWeight": "600",
|
|
444
|
+
"lineHeight": 25,
|
|
812
445
|
},
|
|
813
446
|
]
|
|
814
447
|
}
|
|
815
|
-
weight="Semibold"
|
|
816
448
|
>
|
|
817
449
|
Text
|
|
818
450
|
</Text>
|
|
@@ -821,33 +453,20 @@ exports[`Test Typography Components H6 Snapshot 1`] = `
|
|
|
821
453
|
exports[`Test Typography Components Label Snapshot 1`] = `
|
|
822
454
|
<Text
|
|
823
455
|
allowFontScaling={false}
|
|
824
|
-
color="black"
|
|
825
|
-
defaultColor="black"
|
|
826
|
-
defaultWeight="Bold"
|
|
827
|
-
dynamicTypeRamp="footnote"
|
|
828
|
-
font="TitilliumSansPro"
|
|
829
|
-
fontStyle={
|
|
830
|
-
{
|
|
831
|
-
"fontSize": 16,
|
|
832
|
-
"lineHeight": 24,
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
456
|
maxFontSizeMultiplier={1.25}
|
|
836
457
|
style={
|
|
837
458
|
[
|
|
459
|
+
{},
|
|
838
460
|
{
|
|
839
|
-
"
|
|
840
|
-
"lineHeight": 24,
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"color": "#0E0F13",
|
|
461
|
+
"color": "#555C70",
|
|
844
462
|
"fontFamily": "Titillium Sans Pro",
|
|
463
|
+
"fontSize": 16,
|
|
845
464
|
"fontStyle": "normal",
|
|
846
465
|
"fontWeight": "700",
|
|
466
|
+
"lineHeight": 24,
|
|
847
467
|
},
|
|
848
468
|
]
|
|
849
469
|
}
|
|
850
|
-
weight="Bold"
|
|
851
470
|
>
|
|
852
471
|
Text
|
|
853
472
|
</Text>
|
|
@@ -856,33 +475,20 @@ exports[`Test Typography Components Label Snapshot 1`] = `
|
|
|
856
475
|
exports[`Test Typography Components Label Snapshot 2`] = `
|
|
857
476
|
<Text
|
|
858
477
|
allowFontScaling={false}
|
|
859
|
-
color="black"
|
|
860
|
-
defaultColor="black"
|
|
861
|
-
defaultWeight="Bold"
|
|
862
|
-
dynamicTypeRamp="footnote"
|
|
863
|
-
font="TitilliumSansPro"
|
|
864
|
-
fontStyle={
|
|
865
|
-
{
|
|
866
|
-
"fontSize": 16,
|
|
867
|
-
"lineHeight": 24,
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
478
|
maxFontSizeMultiplier={1.25}
|
|
871
479
|
style={
|
|
872
480
|
[
|
|
873
|
-
{
|
|
874
|
-
"fontSize": 16,
|
|
875
|
-
"lineHeight": 24,
|
|
876
|
-
},
|
|
481
|
+
{},
|
|
877
482
|
{
|
|
878
483
|
"color": "#0E0F13",
|
|
879
484
|
"fontFamily": "Titillium Sans Pro",
|
|
485
|
+
"fontSize": 16,
|
|
880
486
|
"fontStyle": "normal",
|
|
881
487
|
"fontWeight": "700",
|
|
488
|
+
"lineHeight": 24,
|
|
882
489
|
},
|
|
883
490
|
]
|
|
884
491
|
}
|
|
885
|
-
weight="Bold"
|
|
886
492
|
>
|
|
887
493
|
Text
|
|
888
494
|
</Text>
|
|
@@ -891,33 +497,21 @@ exports[`Test Typography Components Label Snapshot 2`] = `
|
|
|
891
497
|
exports[`Test Typography Components LabelSmall Snapshot 1`] = `
|
|
892
498
|
<Text
|
|
893
499
|
allowFontScaling={false}
|
|
894
|
-
color="blue"
|
|
895
|
-
defaultColor="blue"
|
|
896
|
-
defaultWeight="Bold"
|
|
897
500
|
dynamicTypeRamp="footnote"
|
|
898
|
-
font="TitilliumSansPro"
|
|
899
|
-
fontStyle={
|
|
900
|
-
{
|
|
901
|
-
"fontSize": 14,
|
|
902
|
-
"lineHeight": 21,
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
501
|
maxFontSizeMultiplier={1.25}
|
|
906
502
|
style={
|
|
907
503
|
[
|
|
504
|
+
{},
|
|
908
505
|
{
|
|
909
|
-
"
|
|
910
|
-
"lineHeight": 21,
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"color": "#0073E6",
|
|
506
|
+
"color": "#555C70",
|
|
914
507
|
"fontFamily": "Titillium Sans Pro",
|
|
508
|
+
"fontSize": 14,
|
|
915
509
|
"fontStyle": "normal",
|
|
916
510
|
"fontWeight": "700",
|
|
511
|
+
"lineHeight": 21,
|
|
917
512
|
},
|
|
918
513
|
]
|
|
919
514
|
}
|
|
920
|
-
weight="Bold"
|
|
921
515
|
>
|
|
922
516
|
Text
|
|
923
517
|
</Text>
|
|
@@ -926,33 +520,21 @@ exports[`Test Typography Components LabelSmall Snapshot 1`] = `
|
|
|
926
520
|
exports[`Test Typography Components LabelSmall Snapshot 2`] = `
|
|
927
521
|
<Text
|
|
928
522
|
allowFontScaling={false}
|
|
929
|
-
color="blue"
|
|
930
|
-
defaultColor="blue"
|
|
931
|
-
defaultWeight="Bold"
|
|
932
523
|
dynamicTypeRamp="footnote"
|
|
933
|
-
font="TitilliumSansPro"
|
|
934
|
-
fontStyle={
|
|
935
|
-
{
|
|
936
|
-
"fontSize": 14,
|
|
937
|
-
"lineHeight": 21,
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
524
|
maxFontSizeMultiplier={1.25}
|
|
941
525
|
style={
|
|
942
526
|
[
|
|
943
|
-
{
|
|
944
|
-
"fontSize": 14,
|
|
945
|
-
"lineHeight": 21,
|
|
946
|
-
},
|
|
527
|
+
{},
|
|
947
528
|
{
|
|
948
529
|
"color": "#0073E6",
|
|
949
530
|
"fontFamily": "Titillium Sans Pro",
|
|
531
|
+
"fontSize": 14,
|
|
950
532
|
"fontStyle": "normal",
|
|
951
533
|
"fontWeight": "700",
|
|
534
|
+
"lineHeight": 21,
|
|
952
535
|
},
|
|
953
536
|
]
|
|
954
537
|
}
|
|
955
|
-
weight="Bold"
|
|
956
538
|
>
|
|
957
539
|
Text
|
|
958
540
|
</Text>
|
|
@@ -961,33 +543,21 @@ exports[`Test Typography Components LabelSmall Snapshot 2`] = `
|
|
|
961
543
|
exports[`Test Typography Components LabelSmall Snapshot 3`] = `
|
|
962
544
|
<Text
|
|
963
545
|
allowFontScaling={false}
|
|
964
|
-
color="bluegrey"
|
|
965
|
-
defaultColor="blue"
|
|
966
|
-
defaultWeight="Bold"
|
|
967
546
|
dynamicTypeRamp="footnote"
|
|
968
|
-
font="TitilliumSansPro"
|
|
969
|
-
fontStyle={
|
|
970
|
-
{
|
|
971
|
-
"fontSize": 14,
|
|
972
|
-
"lineHeight": 21,
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
547
|
maxFontSizeMultiplier={1.25}
|
|
976
548
|
style={
|
|
977
549
|
[
|
|
978
|
-
{
|
|
979
|
-
"fontSize": 14,
|
|
980
|
-
"lineHeight": 21,
|
|
981
|
-
},
|
|
550
|
+
{},
|
|
982
551
|
{
|
|
983
552
|
"color": "#475A6D",
|
|
984
553
|
"fontFamily": "Titillium Sans Pro",
|
|
554
|
+
"fontSize": 14,
|
|
985
555
|
"fontStyle": "normal",
|
|
986
556
|
"fontWeight": "700",
|
|
557
|
+
"lineHeight": 21,
|
|
987
558
|
},
|
|
988
559
|
]
|
|
989
560
|
}
|
|
990
|
-
weight="Bold"
|
|
991
561
|
>
|
|
992
562
|
Text
|
|
993
563
|
</Text>
|
|
@@ -996,33 +566,21 @@ exports[`Test Typography Components LabelSmall Snapshot 3`] = `
|
|
|
996
566
|
exports[`Test Typography Components LabelSmall Snapshot 4`] = `
|
|
997
567
|
<Text
|
|
998
568
|
allowFontScaling={false}
|
|
999
|
-
color="red"
|
|
1000
|
-
defaultColor="blue"
|
|
1001
|
-
defaultWeight="Bold"
|
|
1002
569
|
dynamicTypeRamp="footnote"
|
|
1003
|
-
font="TitilliumSansPro"
|
|
1004
|
-
fontStyle={
|
|
1005
|
-
{
|
|
1006
|
-
"fontSize": 14,
|
|
1007
|
-
"lineHeight": 21,
|
|
1008
|
-
}
|
|
1009
|
-
}
|
|
1010
570
|
maxFontSizeMultiplier={1.25}
|
|
1011
571
|
style={
|
|
1012
572
|
[
|
|
1013
|
-
{
|
|
1014
|
-
"fontSize": 14,
|
|
1015
|
-
"lineHeight": 21,
|
|
1016
|
-
},
|
|
573
|
+
{},
|
|
1017
574
|
{
|
|
1018
575
|
"color": "#C02927",
|
|
1019
576
|
"fontFamily": "Titillium Sans Pro",
|
|
577
|
+
"fontSize": 14,
|
|
1020
578
|
"fontStyle": "normal",
|
|
1021
579
|
"fontWeight": "700",
|
|
580
|
+
"lineHeight": 21,
|
|
1022
581
|
},
|
|
1023
582
|
]
|
|
1024
583
|
}
|
|
1025
|
-
weight="Bold"
|
|
1026
584
|
>
|
|
1027
585
|
Text
|
|
1028
586
|
</Text>
|
|
@@ -1031,33 +589,21 @@ exports[`Test Typography Components LabelSmall Snapshot 4`] = `
|
|
|
1031
589
|
exports[`Test Typography Components LabelSmall Snapshot 5`] = `
|
|
1032
590
|
<Text
|
|
1033
591
|
allowFontScaling={false}
|
|
1034
|
-
color="white"
|
|
1035
|
-
defaultColor="blue"
|
|
1036
|
-
defaultWeight="Bold"
|
|
1037
592
|
dynamicTypeRamp="footnote"
|
|
1038
|
-
font="TitilliumSansPro"
|
|
1039
|
-
fontStyle={
|
|
1040
|
-
{
|
|
1041
|
-
"fontSize": 14,
|
|
1042
|
-
"lineHeight": 21,
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
593
|
maxFontSizeMultiplier={1.25}
|
|
1046
594
|
style={
|
|
1047
595
|
[
|
|
1048
|
-
{
|
|
1049
|
-
"fontSize": 14,
|
|
1050
|
-
"lineHeight": 21,
|
|
1051
|
-
},
|
|
596
|
+
{},
|
|
1052
597
|
{
|
|
1053
598
|
"color": "#FFFFFF",
|
|
1054
599
|
"fontFamily": "Titillium Sans Pro",
|
|
600
|
+
"fontSize": 14,
|
|
1055
601
|
"fontStyle": "normal",
|
|
1056
602
|
"fontWeight": "700",
|
|
603
|
+
"lineHeight": 21,
|
|
1057
604
|
},
|
|
1058
605
|
]
|
|
1059
606
|
}
|
|
1060
|
-
weight="Bold"
|
|
1061
607
|
>
|
|
1062
608
|
Text
|
|
1063
609
|
</Text>
|
|
@@ -1065,36 +611,25 @@ exports[`Test Typography Components LabelSmall Snapshot 5`] = `
|
|
|
1065
611
|
|
|
1066
612
|
exports[`Test Typography Components Link Snapshot 1`] = `
|
|
1067
613
|
<Text
|
|
614
|
+
accessibilityRole="link"
|
|
1068
615
|
allowFontScaling={false}
|
|
1069
|
-
color="blue"
|
|
1070
|
-
defaultColor="blue"
|
|
1071
|
-
defaultWeight="Semibold"
|
|
1072
|
-
dynamicTypeRamp="footnote"
|
|
1073
|
-
font="TitilliumSansPro"
|
|
1074
|
-
fontStyle={
|
|
1075
|
-
{
|
|
1076
|
-
"fontSize": 16,
|
|
1077
|
-
"lineHeight": 24,
|
|
1078
|
-
"textDecorationLine": "underline",
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
616
|
maxFontSizeMultiplier={1.25}
|
|
617
|
+
onPress={[Function]}
|
|
1082
618
|
style={
|
|
1083
619
|
[
|
|
1084
620
|
{
|
|
1085
|
-
"fontSize": 16,
|
|
1086
|
-
"lineHeight": 24,
|
|
1087
621
|
"textDecorationLine": "underline",
|
|
1088
622
|
},
|
|
1089
623
|
{
|
|
1090
|
-
"color": "#
|
|
624
|
+
"color": "#0B3EE3",
|
|
1091
625
|
"fontFamily": "Titillium Sans Pro",
|
|
626
|
+
"fontSize": 16,
|
|
1092
627
|
"fontStyle": "normal",
|
|
1093
|
-
"fontWeight": "
|
|
628
|
+
"fontWeight": "700",
|
|
629
|
+
"lineHeight": 24,
|
|
1094
630
|
},
|
|
1095
631
|
]
|
|
1096
632
|
}
|
|
1097
|
-
weight="Semibold"
|
|
1098
633
|
>
|
|
1099
634
|
Text
|
|
1100
635
|
</Text>
|