@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
|
@@ -36,6 +36,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
|
|
|
36
36
|
onTouchEnd={[Function]}
|
|
37
37
|
>
|
|
38
38
|
<View
|
|
39
|
+
accessibilityElementsHidden={true}
|
|
39
40
|
importantForAccessibility="no-hide-descendants"
|
|
40
41
|
style={
|
|
41
42
|
[
|
|
@@ -71,23 +72,24 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
|
|
|
71
72
|
<View
|
|
72
73
|
style={
|
|
73
74
|
{
|
|
74
|
-
"
|
|
75
|
+
"flexGrow": 1,
|
|
75
76
|
}
|
|
76
77
|
}
|
|
77
78
|
>
|
|
78
79
|
<Text
|
|
80
|
+
allowFontScaling={true}
|
|
81
|
+
maxFontSizeMultiplier={1.25}
|
|
79
82
|
style={
|
|
80
83
|
[
|
|
84
|
+
{},
|
|
81
85
|
{
|
|
86
|
+
"color": "#0B3EE3",
|
|
82
87
|
"fontFamily": "Readex Pro",
|
|
83
88
|
"fontSize": 16,
|
|
84
89
|
"fontStyle": "normal",
|
|
85
90
|
"fontWeight": "400",
|
|
86
91
|
"lineHeight": 20,
|
|
87
92
|
},
|
|
88
|
-
{
|
|
89
|
-
"color": "#0B3EE3",
|
|
90
|
-
},
|
|
91
93
|
]
|
|
92
94
|
}
|
|
93
95
|
>
|
|
@@ -169,17 +171,16 @@ exports[`Test List Item Components - Experimental Enabled ListItemIDP Snapshot
|
|
|
169
171
|
{
|
|
170
172
|
"alignSelf": "center",
|
|
171
173
|
"flexShrink": 1,
|
|
172
|
-
"
|
|
173
|
-
"lineHeight": 16,
|
|
174
|
+
"letterSpacing": 0.5,
|
|
174
175
|
"textTransform": "uppercase",
|
|
175
176
|
},
|
|
176
177
|
{
|
|
177
178
|
"color": "#555C70",
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
179
|
"fontFamily": "Readex Pro",
|
|
180
|
+
"fontSize": 12,
|
|
181
181
|
"fontStyle": "normal",
|
|
182
182
|
"fontWeight": "400",
|
|
183
|
+
"lineHeight": 16,
|
|
183
184
|
},
|
|
184
185
|
]
|
|
185
186
|
}
|
|
@@ -239,66 +240,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfo Snapshot
|
|
|
239
240
|
>
|
|
240
241
|
<Text
|
|
241
242
|
allowFontScaling={true}
|
|
242
|
-
color="grey-700"
|
|
243
|
-
defaultColor="blue"
|
|
244
|
-
defaultWeight="Bold"
|
|
245
243
|
dynamicTypeRamp="footnote"
|
|
246
|
-
font="TitilliumSansPro"
|
|
247
|
-
fontStyle={
|
|
248
|
-
{
|
|
249
|
-
"fontSize": 14,
|
|
250
|
-
"lineHeight": 21,
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
244
|
maxFontSizeMultiplier={1.25}
|
|
254
245
|
style={
|
|
255
246
|
[
|
|
256
|
-
{
|
|
257
|
-
"fontSize": 14,
|
|
258
|
-
"lineHeight": 21,
|
|
259
|
-
},
|
|
247
|
+
{},
|
|
260
248
|
{
|
|
261
249
|
"color": "#555C70",
|
|
262
250
|
"fontFamily": "Titillium Sans Pro",
|
|
251
|
+
"fontSize": 14,
|
|
263
252
|
"fontStyle": "normal",
|
|
264
253
|
"fontWeight": "400",
|
|
254
|
+
"lineHeight": 21,
|
|
265
255
|
},
|
|
266
256
|
]
|
|
267
257
|
}
|
|
268
|
-
weight="Regular"
|
|
269
258
|
>
|
|
270
259
|
label
|
|
271
260
|
</Text>
|
|
272
261
|
<Text
|
|
273
262
|
allowFontScaling={true}
|
|
274
|
-
color="black"
|
|
275
|
-
defaultColor="black"
|
|
276
|
-
defaultWeight="Regular"
|
|
277
263
|
dynamicTypeRamp="headline"
|
|
278
|
-
font="ReadexPro"
|
|
279
|
-
fontStyle={
|
|
280
|
-
{
|
|
281
|
-
"fontSize": 16,
|
|
282
|
-
"lineHeight": 24,
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
264
|
maxFontSizeMultiplier={1.25}
|
|
286
265
|
numberOfLines={2}
|
|
287
266
|
style={
|
|
288
267
|
[
|
|
289
|
-
{
|
|
290
|
-
"fontSize": 16,
|
|
291
|
-
"lineHeight": 24,
|
|
292
|
-
},
|
|
268
|
+
{},
|
|
293
269
|
{
|
|
294
270
|
"color": "#0E0F13",
|
|
295
271
|
"fontFamily": "Readex Pro",
|
|
272
|
+
"fontSize": 16,
|
|
296
273
|
"fontStyle": "normal",
|
|
297
274
|
"fontWeight": "400",
|
|
275
|
+
"lineHeight": 24,
|
|
298
276
|
},
|
|
299
277
|
]
|
|
300
278
|
}
|
|
301
|
-
weight="Regular"
|
|
302
279
|
>
|
|
303
280
|
testValue
|
|
304
281
|
</Text>
|
|
@@ -343,6 +320,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
|
|
|
343
320
|
onStartShouldSetResponder={[Function]}
|
|
344
321
|
>
|
|
345
322
|
<View
|
|
323
|
+
accessibilityElementsHidden={true}
|
|
346
324
|
importantForAccessibility="no-hide-descendants"
|
|
347
325
|
style={
|
|
348
326
|
[
|
|
@@ -384,66 +362,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
|
|
|
384
362
|
>
|
|
385
363
|
<Text
|
|
386
364
|
allowFontScaling={true}
|
|
387
|
-
color="grey-700"
|
|
388
|
-
defaultColor="blue"
|
|
389
|
-
defaultWeight="Bold"
|
|
390
365
|
dynamicTypeRamp="footnote"
|
|
391
|
-
font="TitilliumSansPro"
|
|
392
|
-
fontStyle={
|
|
393
|
-
{
|
|
394
|
-
"fontSize": 14,
|
|
395
|
-
"lineHeight": 21,
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
366
|
maxFontSizeMultiplier={1.25}
|
|
399
367
|
style={
|
|
400
368
|
[
|
|
401
|
-
{
|
|
402
|
-
"fontSize": 14,
|
|
403
|
-
"lineHeight": 21,
|
|
404
|
-
},
|
|
369
|
+
{},
|
|
405
370
|
{
|
|
406
371
|
"color": "#555C70",
|
|
407
372
|
"fontFamily": "Titillium Sans Pro",
|
|
373
|
+
"fontSize": 14,
|
|
408
374
|
"fontStyle": "normal",
|
|
409
375
|
"fontWeight": "400",
|
|
376
|
+
"lineHeight": 21,
|
|
410
377
|
},
|
|
411
378
|
]
|
|
412
379
|
}
|
|
413
|
-
weight="Regular"
|
|
414
380
|
>
|
|
415
381
|
label
|
|
416
382
|
</Text>
|
|
417
383
|
<Text
|
|
418
384
|
allowFontScaling={true}
|
|
419
|
-
color="blueIO-500"
|
|
420
|
-
defaultColor="black"
|
|
421
|
-
defaultWeight="Regular"
|
|
422
385
|
dynamicTypeRamp="headline"
|
|
423
|
-
font="ReadexPro"
|
|
424
|
-
fontStyle={
|
|
425
|
-
{
|
|
426
|
-
"fontSize": 16,
|
|
427
|
-
"lineHeight": 24,
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
386
|
maxFontSizeMultiplier={1.25}
|
|
431
387
|
numberOfLines={2}
|
|
432
388
|
style={
|
|
433
389
|
[
|
|
434
|
-
{
|
|
435
|
-
"fontSize": 16,
|
|
436
|
-
"lineHeight": 24,
|
|
437
|
-
},
|
|
390
|
+
{},
|
|
438
391
|
{
|
|
439
392
|
"color": "#0B3EE3",
|
|
440
393
|
"fontFamily": "Readex Pro",
|
|
394
|
+
"fontSize": 16,
|
|
441
395
|
"fontStyle": "normal",
|
|
442
396
|
"fontWeight": "400",
|
|
397
|
+
"lineHeight": 24,
|
|
443
398
|
},
|
|
444
399
|
]
|
|
445
400
|
}
|
|
446
|
-
weight="Regular"
|
|
447
401
|
>
|
|
448
402
|
testValue
|
|
449
403
|
</Text>
|
|
@@ -596,33 +550,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
|
|
|
596
550
|
>
|
|
597
551
|
<Text
|
|
598
552
|
allowFontScaling={true}
|
|
599
|
-
color="black"
|
|
600
|
-
defaultColor="black"
|
|
601
|
-
defaultWeight="Regular"
|
|
602
553
|
dynamicTypeRamp="headline"
|
|
603
|
-
font="ReadexPro"
|
|
604
|
-
fontStyle={
|
|
605
|
-
{
|
|
606
|
-
"fontSize": 16,
|
|
607
|
-
"lineHeight": 24,
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
554
|
maxFontSizeMultiplier={1.25}
|
|
611
555
|
style={
|
|
612
556
|
[
|
|
613
|
-
{
|
|
614
|
-
"fontSize": 16,
|
|
615
|
-
"lineHeight": 24,
|
|
616
|
-
},
|
|
557
|
+
{},
|
|
617
558
|
{
|
|
618
559
|
"color": "#0E0F13",
|
|
619
560
|
"fontFamily": "Readex Pro",
|
|
561
|
+
"fontSize": 16,
|
|
620
562
|
"fontStyle": "normal",
|
|
621
563
|
"fontWeight": "400",
|
|
564
|
+
"lineHeight": 24,
|
|
622
565
|
},
|
|
623
566
|
]
|
|
624
567
|
}
|
|
625
|
-
weight="Regular"
|
|
626
568
|
>
|
|
627
569
|
testValue
|
|
628
570
|
</Text>
|
|
@@ -727,6 +669,8 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
|
|
|
727
669
|
onStartShouldSetResponder={[Function]}
|
|
728
670
|
>
|
|
729
671
|
<View
|
|
672
|
+
accessibilityElementsHidden={true}
|
|
673
|
+
importantForAccessibility="no-hide-descendants"
|
|
730
674
|
style={
|
|
731
675
|
[
|
|
732
676
|
{
|
|
@@ -835,33 +779,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
|
|
|
835
779
|
>
|
|
836
780
|
<Text
|
|
837
781
|
allowFontScaling={true}
|
|
838
|
-
color="black"
|
|
839
|
-
defaultColor="black"
|
|
840
|
-
defaultWeight="Regular"
|
|
841
782
|
dynamicTypeRamp="headline"
|
|
842
|
-
font="ReadexPro"
|
|
843
|
-
fontStyle={
|
|
844
|
-
{
|
|
845
|
-
"fontSize": 16,
|
|
846
|
-
"lineHeight": 24,
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
783
|
maxFontSizeMultiplier={1.25}
|
|
850
784
|
style={
|
|
851
785
|
[
|
|
852
|
-
{
|
|
853
|
-
"fontSize": 16,
|
|
854
|
-
"lineHeight": 24,
|
|
855
|
-
},
|
|
786
|
+
{},
|
|
856
787
|
{
|
|
857
788
|
"color": "#0E0F13",
|
|
858
789
|
"fontFamily": "Readex Pro",
|
|
790
|
+
"fontSize": 16,
|
|
859
791
|
"fontStyle": "normal",
|
|
860
792
|
"fontWeight": "400",
|
|
793
|
+
"lineHeight": 24,
|
|
861
794
|
},
|
|
862
795
|
]
|
|
863
796
|
}
|
|
864
|
-
weight="Regular"
|
|
865
797
|
>
|
|
866
798
|
testValue
|
|
867
799
|
</Text>
|
|
@@ -1014,34 +946,22 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
|
|
|
1014
946
|
>
|
|
1015
947
|
<Text
|
|
1016
948
|
allowFontScaling={true}
|
|
1017
|
-
color="black"
|
|
1018
|
-
defaultColor="black"
|
|
1019
|
-
defaultWeight="Regular"
|
|
1020
949
|
dynamicTypeRamp="footnote"
|
|
1021
|
-
font="ReadexPro"
|
|
1022
|
-
fontStyle={
|
|
1023
|
-
{
|
|
1024
|
-
"fontSize": 14,
|
|
1025
|
-
"lineHeight": 21,
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
950
|
maxFontSizeMultiplier={1.25}
|
|
1029
951
|
numberOfLines={1}
|
|
1030
952
|
style={
|
|
1031
953
|
[
|
|
1032
|
-
{
|
|
1033
|
-
"fontSize": 14,
|
|
1034
|
-
"lineHeight": 21,
|
|
1035
|
-
},
|
|
954
|
+
{},
|
|
1036
955
|
{
|
|
1037
956
|
"color": "#0E0F13",
|
|
1038
957
|
"fontFamily": "Readex Pro",
|
|
958
|
+
"fontSize": 14,
|
|
1039
959
|
"fontStyle": "normal",
|
|
1040
960
|
"fontWeight": "400",
|
|
961
|
+
"lineHeight": 21,
|
|
1041
962
|
},
|
|
1042
963
|
]
|
|
1043
964
|
}
|
|
1044
|
-
weight="Regular"
|
|
1045
965
|
>
|
|
1046
966
|
label
|
|
1047
967
|
</Text>
|
|
@@ -1126,33 +1046,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
|
|
|
1126
1046
|
/>
|
|
1127
1047
|
<Text
|
|
1128
1048
|
allowFontScaling={true}
|
|
1129
|
-
color="hanPurple-500"
|
|
1130
|
-
defaultColor="blue"
|
|
1131
|
-
defaultWeight="Bold"
|
|
1132
1049
|
dynamicTypeRamp="footnote"
|
|
1133
|
-
font="TitilliumSansPro"
|
|
1134
|
-
fontStyle={
|
|
1135
|
-
{
|
|
1136
|
-
"fontSize": 14,
|
|
1137
|
-
"lineHeight": 21,
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
1050
|
maxFontSizeMultiplier={1.25}
|
|
1141
1051
|
style={
|
|
1142
1052
|
[
|
|
1143
|
-
{
|
|
1144
|
-
"fontSize": 14,
|
|
1145
|
-
"lineHeight": 21,
|
|
1146
|
-
},
|
|
1053
|
+
{},
|
|
1147
1054
|
{
|
|
1148
1055
|
"color": "#5517E3",
|
|
1149
1056
|
"fontFamily": "Titillium Sans Pro",
|
|
1057
|
+
"fontSize": 14,
|
|
1150
1058
|
"fontStyle": "normal",
|
|
1151
1059
|
"fontWeight": "400",
|
|
1060
|
+
"lineHeight": 21,
|
|
1152
1061
|
},
|
|
1153
1062
|
]
|
|
1154
1063
|
}
|
|
1155
|
-
weight="Regular"
|
|
1156
1064
|
>
|
|
1157
1065
|
suggestReason
|
|
1158
1066
|
</Text>
|
|
@@ -1177,33 +1085,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
|
|
|
1177
1085
|
/>
|
|
1178
1086
|
<Text
|
|
1179
1087
|
allowFontScaling={true}
|
|
1180
|
-
color="blueIO-500"
|
|
1181
|
-
defaultColor="black"
|
|
1182
|
-
defaultWeight="Regular"
|
|
1183
1088
|
dynamicTypeRamp="headline"
|
|
1184
|
-
font="ReadexPro"
|
|
1185
|
-
fontStyle={
|
|
1186
|
-
{
|
|
1187
|
-
"fontSize": 16,
|
|
1188
|
-
"lineHeight": 24,
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
1089
|
maxFontSizeMultiplier={1.25}
|
|
1192
1090
|
style={
|
|
1193
1091
|
[
|
|
1194
|
-
{
|
|
1195
|
-
"fontSize": 16,
|
|
1196
|
-
"lineHeight": 24,
|
|
1197
|
-
},
|
|
1092
|
+
{},
|
|
1198
1093
|
{
|
|
1199
1094
|
"color": "#0B3EE3",
|
|
1200
1095
|
"fontFamily": "Readex Pro",
|
|
1096
|
+
"fontSize": 16,
|
|
1201
1097
|
"fontStyle": "normal",
|
|
1202
1098
|
"fontWeight": "400",
|
|
1099
|
+
"lineHeight": 24,
|
|
1203
1100
|
},
|
|
1204
1101
|
]
|
|
1205
1102
|
}
|
|
1206
|
-
weight="Regular"
|
|
1207
1103
|
>
|
|
1208
1104
|
€ 1.000,00
|
|
1209
1105
|
</Text>
|
|
@@ -1438,34 +1334,22 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
|
|
|
1438
1334
|
>
|
|
1439
1335
|
<Text
|
|
1440
1336
|
allowFontScaling={true}
|
|
1441
|
-
color="black"
|
|
1442
|
-
defaultColor="black"
|
|
1443
|
-
defaultWeight="Regular"
|
|
1444
1337
|
dynamicTypeRamp="footnote"
|
|
1445
|
-
font="ReadexPro"
|
|
1446
|
-
fontStyle={
|
|
1447
|
-
{
|
|
1448
|
-
"fontSize": 14,
|
|
1449
|
-
"lineHeight": 21,
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
1338
|
maxFontSizeMultiplier={1.25}
|
|
1453
1339
|
numberOfLines={1}
|
|
1454
1340
|
style={
|
|
1455
1341
|
[
|
|
1456
|
-
{
|
|
1457
|
-
"fontSize": 14,
|
|
1458
|
-
"lineHeight": 21,
|
|
1459
|
-
},
|
|
1342
|
+
{},
|
|
1460
1343
|
{
|
|
1461
1344
|
"color": "#0E0F13",
|
|
1462
1345
|
"fontFamily": "Readex Pro",
|
|
1346
|
+
"fontSize": 14,
|
|
1463
1347
|
"fontStyle": "normal",
|
|
1464
1348
|
"fontWeight": "400",
|
|
1349
|
+
"lineHeight": 21,
|
|
1465
1350
|
},
|
|
1466
1351
|
]
|
|
1467
1352
|
}
|
|
1468
|
-
weight="Regular"
|
|
1469
1353
|
>
|
|
1470
1354
|
label
|
|
1471
1355
|
</Text>
|
|
@@ -1489,33 +1373,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
|
|
|
1489
1373
|
/>
|
|
1490
1374
|
<Text
|
|
1491
1375
|
allowFontScaling={true}
|
|
1492
|
-
color="blueIO-500"
|
|
1493
|
-
defaultColor="black"
|
|
1494
|
-
defaultWeight="Regular"
|
|
1495
1376
|
dynamicTypeRamp="headline"
|
|
1496
|
-
font="ReadexPro"
|
|
1497
|
-
fontStyle={
|
|
1498
|
-
{
|
|
1499
|
-
"fontSize": 16,
|
|
1500
|
-
"lineHeight": 24,
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
1377
|
maxFontSizeMultiplier={1.25}
|
|
1504
1378
|
style={
|
|
1505
1379
|
[
|
|
1506
|
-
{
|
|
1507
|
-
"fontSize": 16,
|
|
1508
|
-
"lineHeight": 24,
|
|
1509
|
-
},
|
|
1380
|
+
{},
|
|
1510
1381
|
{
|
|
1511
1382
|
"color": "#0B3EE3",
|
|
1512
1383
|
"fontFamily": "Readex Pro",
|
|
1384
|
+
"fontSize": 16,
|
|
1513
1385
|
"fontStyle": "normal",
|
|
1514
1386
|
"fontWeight": "400",
|
|
1387
|
+
"lineHeight": 24,
|
|
1515
1388
|
},
|
|
1516
1389
|
]
|
|
1517
1390
|
}
|
|
1518
|
-
weight="Regular"
|
|
1519
1391
|
>
|
|
1520
1392
|
€ 1.000,00
|
|
1521
1393
|
</Text>
|
|
@@ -1863,6 +1735,7 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
|
|
|
1863
1735
|
onTouchEnd={[Function]}
|
|
1864
1736
|
>
|
|
1865
1737
|
<View
|
|
1738
|
+
accessibilityElementsHidden={true}
|
|
1866
1739
|
importantForAccessibility="no-hide-descendants"
|
|
1867
1740
|
style={
|
|
1868
1741
|
[
|
|
@@ -1898,23 +1771,24 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
|
|
|
1898
1771
|
<View
|
|
1899
1772
|
style={
|
|
1900
1773
|
{
|
|
1901
|
-
"
|
|
1774
|
+
"flexGrow": 1,
|
|
1902
1775
|
}
|
|
1903
1776
|
}
|
|
1904
1777
|
>
|
|
1905
1778
|
<Text
|
|
1779
|
+
allowFontScaling={false}
|
|
1780
|
+
maxFontSizeMultiplier={1.25}
|
|
1906
1781
|
style={
|
|
1907
1782
|
[
|
|
1783
|
+
{},
|
|
1908
1784
|
{
|
|
1785
|
+
"color": "#0B3EE3",
|
|
1909
1786
|
"fontFamily": "Titillium Sans Pro",
|
|
1910
1787
|
"fontSize": 16,
|
|
1911
1788
|
"fontStyle": "normal",
|
|
1912
|
-
"fontWeight": "
|
|
1789
|
+
"fontWeight": "700",
|
|
1913
1790
|
"lineHeight": 20,
|
|
1914
1791
|
},
|
|
1915
|
-
{
|
|
1916
|
-
"color": "#0073E6",
|
|
1917
|
-
},
|
|
1918
1792
|
]
|
|
1919
1793
|
}
|
|
1920
1794
|
>
|
|
@@ -1996,17 +1870,16 @@ exports[`Test List Item Components ListItemIDP Snapshot 1`] = `
|
|
|
1996
1870
|
{
|
|
1997
1871
|
"alignSelf": "center",
|
|
1998
1872
|
"flexShrink": 1,
|
|
1999
|
-
"
|
|
2000
|
-
"lineHeight": 16,
|
|
1873
|
+
"letterSpacing": 0.5,
|
|
2001
1874
|
"textTransform": "uppercase",
|
|
2002
1875
|
},
|
|
2003
1876
|
{
|
|
2004
1877
|
"color": "#555C70",
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
1878
|
"fontFamily": "Titillium Sans Pro",
|
|
1879
|
+
"fontSize": 12,
|
|
2008
1880
|
"fontStyle": "normal",
|
|
2009
1881
|
"fontWeight": "600",
|
|
1882
|
+
"lineHeight": 16,
|
|
2010
1883
|
},
|
|
2011
1884
|
]
|
|
2012
1885
|
}
|
|
@@ -2066,66 +1939,42 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
|
|
|
2066
1939
|
>
|
|
2067
1940
|
<Text
|
|
2068
1941
|
allowFontScaling={false}
|
|
2069
|
-
color="grey-700"
|
|
2070
|
-
defaultColor="blue"
|
|
2071
|
-
defaultWeight="Bold"
|
|
2072
1942
|
dynamicTypeRamp="footnote"
|
|
2073
|
-
font="TitilliumSansPro"
|
|
2074
|
-
fontStyle={
|
|
2075
|
-
{
|
|
2076
|
-
"fontSize": 14,
|
|
2077
|
-
"lineHeight": 21,
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
1943
|
maxFontSizeMultiplier={1.25}
|
|
2081
1944
|
style={
|
|
2082
1945
|
[
|
|
2083
|
-
{
|
|
2084
|
-
"fontSize": 14,
|
|
2085
|
-
"lineHeight": 21,
|
|
2086
|
-
},
|
|
1946
|
+
{},
|
|
2087
1947
|
{
|
|
2088
1948
|
"color": "#555C70",
|
|
2089
1949
|
"fontFamily": "Titillium Sans Pro",
|
|
1950
|
+
"fontSize": 14,
|
|
2090
1951
|
"fontStyle": "normal",
|
|
2091
1952
|
"fontWeight": "400",
|
|
1953
|
+
"lineHeight": 21,
|
|
2092
1954
|
},
|
|
2093
1955
|
]
|
|
2094
1956
|
}
|
|
2095
|
-
weight="Regular"
|
|
2096
1957
|
>
|
|
2097
1958
|
label
|
|
2098
1959
|
</Text>
|
|
2099
1960
|
<Text
|
|
2100
1961
|
allowFontScaling={false}
|
|
2101
|
-
color="black"
|
|
2102
|
-
defaultColor="black"
|
|
2103
|
-
defaultWeight="Semibold"
|
|
2104
1962
|
dynamicTypeRamp="headline"
|
|
2105
|
-
font="TitilliumSansPro"
|
|
2106
|
-
fontStyle={
|
|
2107
|
-
{
|
|
2108
|
-
"fontSize": 18,
|
|
2109
|
-
"lineHeight": 25,
|
|
2110
|
-
}
|
|
2111
|
-
}
|
|
2112
1963
|
maxFontSizeMultiplier={1.25}
|
|
2113
1964
|
numberOfLines={2}
|
|
2114
1965
|
style={
|
|
2115
1966
|
[
|
|
2116
|
-
{
|
|
2117
|
-
"fontSize": 18,
|
|
2118
|
-
"lineHeight": 25,
|
|
2119
|
-
},
|
|
1967
|
+
{},
|
|
2120
1968
|
{
|
|
2121
1969
|
"color": "#0E0F13",
|
|
2122
1970
|
"fontFamily": "Titillium Sans Pro",
|
|
1971
|
+
"fontSize": 18,
|
|
2123
1972
|
"fontStyle": "normal",
|
|
2124
1973
|
"fontWeight": "600",
|
|
1974
|
+
"lineHeight": 25,
|
|
2125
1975
|
},
|
|
2126
1976
|
]
|
|
2127
1977
|
}
|
|
2128
|
-
weight="Semibold"
|
|
2129
1978
|
>
|
|
2130
1979
|
testValue
|
|
2131
1980
|
</Text>
|
|
@@ -2170,6 +2019,7 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
|
|
|
2170
2019
|
onStartShouldSetResponder={[Function]}
|
|
2171
2020
|
>
|
|
2172
2021
|
<View
|
|
2022
|
+
accessibilityElementsHidden={true}
|
|
2173
2023
|
importantForAccessibility="no-hide-descendants"
|
|
2174
2024
|
style={
|
|
2175
2025
|
[
|
|
@@ -2211,66 +2061,42 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
|
|
|
2211
2061
|
>
|
|
2212
2062
|
<Text
|
|
2213
2063
|
allowFontScaling={false}
|
|
2214
|
-
color="grey-700"
|
|
2215
|
-
defaultColor="blue"
|
|
2216
|
-
defaultWeight="Bold"
|
|
2217
2064
|
dynamicTypeRamp="footnote"
|
|
2218
|
-
font="TitilliumSansPro"
|
|
2219
|
-
fontStyle={
|
|
2220
|
-
{
|
|
2221
|
-
"fontSize": 14,
|
|
2222
|
-
"lineHeight": 21,
|
|
2223
|
-
}
|
|
2224
|
-
}
|
|
2225
2065
|
maxFontSizeMultiplier={1.25}
|
|
2226
2066
|
style={
|
|
2227
2067
|
[
|
|
2228
|
-
{
|
|
2229
|
-
"fontSize": 14,
|
|
2230
|
-
"lineHeight": 21,
|
|
2231
|
-
},
|
|
2068
|
+
{},
|
|
2232
2069
|
{
|
|
2233
2070
|
"color": "#555C70",
|
|
2234
2071
|
"fontFamily": "Titillium Sans Pro",
|
|
2072
|
+
"fontSize": 14,
|
|
2235
2073
|
"fontStyle": "normal",
|
|
2236
2074
|
"fontWeight": "400",
|
|
2075
|
+
"lineHeight": 21,
|
|
2237
2076
|
},
|
|
2238
2077
|
]
|
|
2239
2078
|
}
|
|
2240
|
-
weight="Regular"
|
|
2241
2079
|
>
|
|
2242
2080
|
label
|
|
2243
2081
|
</Text>
|
|
2244
2082
|
<Text
|
|
2245
2083
|
allowFontScaling={false}
|
|
2246
|
-
color="blue"
|
|
2247
|
-
defaultColor="black"
|
|
2248
|
-
defaultWeight="Semibold"
|
|
2249
2084
|
dynamicTypeRamp="headline"
|
|
2250
|
-
font="TitilliumSansPro"
|
|
2251
|
-
fontStyle={
|
|
2252
|
-
{
|
|
2253
|
-
"fontSize": 18,
|
|
2254
|
-
"lineHeight": 25,
|
|
2255
|
-
}
|
|
2256
|
-
}
|
|
2257
2085
|
maxFontSizeMultiplier={1.25}
|
|
2258
2086
|
numberOfLines={2}
|
|
2259
2087
|
style={
|
|
2260
2088
|
[
|
|
2261
|
-
{
|
|
2262
|
-
"fontSize": 18,
|
|
2263
|
-
"lineHeight": 25,
|
|
2264
|
-
},
|
|
2089
|
+
{},
|
|
2265
2090
|
{
|
|
2266
2091
|
"color": "#0073E6",
|
|
2267
2092
|
"fontFamily": "Titillium Sans Pro",
|
|
2093
|
+
"fontSize": 18,
|
|
2268
2094
|
"fontStyle": "normal",
|
|
2269
2095
|
"fontWeight": "600",
|
|
2096
|
+
"lineHeight": 25,
|
|
2270
2097
|
},
|
|
2271
2098
|
]
|
|
2272
2099
|
}
|
|
2273
|
-
weight="Semibold"
|
|
2274
2100
|
>
|
|
2275
2101
|
testValue
|
|
2276
2102
|
</Text>
|
|
@@ -2423,33 +2249,21 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
|
|
|
2423
2249
|
>
|
|
2424
2250
|
<Text
|
|
2425
2251
|
allowFontScaling={false}
|
|
2426
|
-
color="black"
|
|
2427
|
-
defaultColor="black"
|
|
2428
|
-
defaultWeight="Semibold"
|
|
2429
2252
|
dynamicTypeRamp="headline"
|
|
2430
|
-
font="TitilliumSansPro"
|
|
2431
|
-
fontStyle={
|
|
2432
|
-
{
|
|
2433
|
-
"fontSize": 18,
|
|
2434
|
-
"lineHeight": 25,
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
2253
|
maxFontSizeMultiplier={1.25}
|
|
2438
2254
|
style={
|
|
2439
2255
|
[
|
|
2440
|
-
{
|
|
2441
|
-
"fontSize": 18,
|
|
2442
|
-
"lineHeight": 25,
|
|
2443
|
-
},
|
|
2256
|
+
{},
|
|
2444
2257
|
{
|
|
2445
2258
|
"color": "#0E0F13",
|
|
2446
2259
|
"fontFamily": "Titillium Sans Pro",
|
|
2260
|
+
"fontSize": 18,
|
|
2447
2261
|
"fontStyle": "normal",
|
|
2448
2262
|
"fontWeight": "600",
|
|
2263
|
+
"lineHeight": 25,
|
|
2449
2264
|
},
|
|
2450
2265
|
]
|
|
2451
2266
|
}
|
|
2452
|
-
weight="Semibold"
|
|
2453
2267
|
>
|
|
2454
2268
|
testValue
|
|
2455
2269
|
</Text>
|
|
@@ -2554,6 +2368,8 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
|
|
|
2554
2368
|
onStartShouldSetResponder={[Function]}
|
|
2555
2369
|
>
|
|
2556
2370
|
<View
|
|
2371
|
+
accessibilityElementsHidden={true}
|
|
2372
|
+
importantForAccessibility="no-hide-descendants"
|
|
2557
2373
|
style={
|
|
2558
2374
|
[
|
|
2559
2375
|
{
|
|
@@ -2662,33 +2478,21 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
|
|
|
2662
2478
|
>
|
|
2663
2479
|
<Text
|
|
2664
2480
|
allowFontScaling={false}
|
|
2665
|
-
color="black"
|
|
2666
|
-
defaultColor="black"
|
|
2667
|
-
defaultWeight="Semibold"
|
|
2668
2481
|
dynamicTypeRamp="headline"
|
|
2669
|
-
font="TitilliumSansPro"
|
|
2670
|
-
fontStyle={
|
|
2671
|
-
{
|
|
2672
|
-
"fontSize": 18,
|
|
2673
|
-
"lineHeight": 25,
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
2482
|
maxFontSizeMultiplier={1.25}
|
|
2677
2483
|
style={
|
|
2678
2484
|
[
|
|
2679
|
-
{
|
|
2680
|
-
"fontSize": 18,
|
|
2681
|
-
"lineHeight": 25,
|
|
2682
|
-
},
|
|
2485
|
+
{},
|
|
2683
2486
|
{
|
|
2684
2487
|
"color": "#0E0F13",
|
|
2685
2488
|
"fontFamily": "Titillium Sans Pro",
|
|
2489
|
+
"fontSize": 18,
|
|
2686
2490
|
"fontStyle": "normal",
|
|
2687
2491
|
"fontWeight": "600",
|
|
2492
|
+
"lineHeight": 25,
|
|
2688
2493
|
},
|
|
2689
2494
|
]
|
|
2690
2495
|
}
|
|
2691
|
-
weight="Semibold"
|
|
2692
2496
|
>
|
|
2693
2497
|
testValue
|
|
2694
2498
|
</Text>
|
|
@@ -2841,34 +2645,22 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
|
|
|
2841
2645
|
>
|
|
2842
2646
|
<Text
|
|
2843
2647
|
allowFontScaling={false}
|
|
2844
|
-
color="black"
|
|
2845
|
-
defaultColor="black"
|
|
2846
|
-
defaultWeight="Semibold"
|
|
2847
2648
|
dynamicTypeRamp="footnote"
|
|
2848
|
-
font="TitilliumSansPro"
|
|
2849
|
-
fontStyle={
|
|
2850
|
-
{
|
|
2851
|
-
"fontSize": 16,
|
|
2852
|
-
"lineHeight": 21,
|
|
2853
|
-
}
|
|
2854
|
-
}
|
|
2855
2649
|
maxFontSizeMultiplier={1.25}
|
|
2856
2650
|
numberOfLines={1}
|
|
2857
2651
|
style={
|
|
2858
2652
|
[
|
|
2859
|
-
{
|
|
2860
|
-
"fontSize": 16,
|
|
2861
|
-
"lineHeight": 21,
|
|
2862
|
-
},
|
|
2653
|
+
{},
|
|
2863
2654
|
{
|
|
2864
2655
|
"color": "#0E0F13",
|
|
2865
2656
|
"fontFamily": "Titillium Sans Pro",
|
|
2657
|
+
"fontSize": 16,
|
|
2866
2658
|
"fontStyle": "normal",
|
|
2867
2659
|
"fontWeight": "600",
|
|
2660
|
+
"lineHeight": 21,
|
|
2868
2661
|
},
|
|
2869
2662
|
]
|
|
2870
2663
|
}
|
|
2871
|
-
weight="Semibold"
|
|
2872
2664
|
>
|
|
2873
2665
|
label
|
|
2874
2666
|
</Text>
|
|
@@ -2953,33 +2745,21 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
|
|
|
2953
2745
|
/>
|
|
2954
2746
|
<Text
|
|
2955
2747
|
allowFontScaling={false}
|
|
2956
|
-
color="hanPurple-500"
|
|
2957
|
-
defaultColor="blue"
|
|
2958
|
-
defaultWeight="Bold"
|
|
2959
2748
|
dynamicTypeRamp="footnote"
|
|
2960
|
-
font="TitilliumSansPro"
|
|
2961
|
-
fontStyle={
|
|
2962
|
-
{
|
|
2963
|
-
"fontSize": 14,
|
|
2964
|
-
"lineHeight": 21,
|
|
2965
|
-
}
|
|
2966
|
-
}
|
|
2967
2749
|
maxFontSizeMultiplier={1.25}
|
|
2968
2750
|
style={
|
|
2969
2751
|
[
|
|
2970
|
-
{
|
|
2971
|
-
"fontSize": 14,
|
|
2972
|
-
"lineHeight": 21,
|
|
2973
|
-
},
|
|
2752
|
+
{},
|
|
2974
2753
|
{
|
|
2975
2754
|
"color": "#5517E3",
|
|
2976
2755
|
"fontFamily": "Titillium Sans Pro",
|
|
2756
|
+
"fontSize": 14,
|
|
2977
2757
|
"fontStyle": "normal",
|
|
2978
2758
|
"fontWeight": "400",
|
|
2759
|
+
"lineHeight": 21,
|
|
2979
2760
|
},
|
|
2980
2761
|
]
|
|
2981
2762
|
}
|
|
2982
|
-
weight="Regular"
|
|
2983
2763
|
>
|
|
2984
2764
|
suggestReason
|
|
2985
2765
|
</Text>
|
|
@@ -3004,33 +2784,21 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
|
|
|
3004
2784
|
/>
|
|
3005
2785
|
<Text
|
|
3006
2786
|
allowFontScaling={false}
|
|
3007
|
-
color="blueIO-500"
|
|
3008
|
-
defaultColor="black"
|
|
3009
|
-
defaultWeight="Semibold"
|
|
3010
2787
|
dynamicTypeRamp="headline"
|
|
3011
|
-
font="TitilliumSansPro"
|
|
3012
|
-
fontStyle={
|
|
3013
|
-
{
|
|
3014
|
-
"fontSize": 18,
|
|
3015
|
-
"lineHeight": 25,
|
|
3016
|
-
}
|
|
3017
|
-
}
|
|
3018
2788
|
maxFontSizeMultiplier={1.25}
|
|
3019
2789
|
style={
|
|
3020
2790
|
[
|
|
3021
|
-
{
|
|
3022
|
-
"fontSize": 18,
|
|
3023
|
-
"lineHeight": 25,
|
|
3024
|
-
},
|
|
2791
|
+
{},
|
|
3025
2792
|
{
|
|
3026
2793
|
"color": "#0B3EE3",
|
|
3027
2794
|
"fontFamily": "Titillium Sans Pro",
|
|
2795
|
+
"fontSize": 18,
|
|
3028
2796
|
"fontStyle": "normal",
|
|
3029
2797
|
"fontWeight": "600",
|
|
2798
|
+
"lineHeight": 25,
|
|
3030
2799
|
},
|
|
3031
2800
|
]
|
|
3032
2801
|
}
|
|
3033
|
-
weight="Semibold"
|
|
3034
2802
|
>
|
|
3035
2803
|
€ 1.000,00
|
|
3036
2804
|
</Text>
|
|
@@ -3265,34 +3033,22 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
|
|
|
3265
3033
|
>
|
|
3266
3034
|
<Text
|
|
3267
3035
|
allowFontScaling={false}
|
|
3268
|
-
color="black"
|
|
3269
|
-
defaultColor="black"
|
|
3270
|
-
defaultWeight="Semibold"
|
|
3271
3036
|
dynamicTypeRamp="footnote"
|
|
3272
|
-
font="TitilliumSansPro"
|
|
3273
|
-
fontStyle={
|
|
3274
|
-
{
|
|
3275
|
-
"fontSize": 16,
|
|
3276
|
-
"lineHeight": 21,
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
3037
|
maxFontSizeMultiplier={1.25}
|
|
3280
3038
|
numberOfLines={1}
|
|
3281
3039
|
style={
|
|
3282
3040
|
[
|
|
3283
|
-
{
|
|
3284
|
-
"fontSize": 16,
|
|
3285
|
-
"lineHeight": 21,
|
|
3286
|
-
},
|
|
3041
|
+
{},
|
|
3287
3042
|
{
|
|
3288
3043
|
"color": "#0E0F13",
|
|
3289
3044
|
"fontFamily": "Titillium Sans Pro",
|
|
3045
|
+
"fontSize": 16,
|
|
3290
3046
|
"fontStyle": "normal",
|
|
3291
3047
|
"fontWeight": "600",
|
|
3048
|
+
"lineHeight": 21,
|
|
3292
3049
|
},
|
|
3293
3050
|
]
|
|
3294
3051
|
}
|
|
3295
|
-
weight="Semibold"
|
|
3296
3052
|
>
|
|
3297
3053
|
label
|
|
3298
3054
|
</Text>
|
|
@@ -3316,33 +3072,21 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
|
|
|
3316
3072
|
/>
|
|
3317
3073
|
<Text
|
|
3318
3074
|
allowFontScaling={false}
|
|
3319
|
-
color="blueIO-500"
|
|
3320
|
-
defaultColor="black"
|
|
3321
|
-
defaultWeight="Semibold"
|
|
3322
3075
|
dynamicTypeRamp="headline"
|
|
3323
|
-
font="TitilliumSansPro"
|
|
3324
|
-
fontStyle={
|
|
3325
|
-
{
|
|
3326
|
-
"fontSize": 18,
|
|
3327
|
-
"lineHeight": 25,
|
|
3328
|
-
}
|
|
3329
|
-
}
|
|
3330
3076
|
maxFontSizeMultiplier={1.25}
|
|
3331
3077
|
style={
|
|
3332
3078
|
[
|
|
3333
|
-
{
|
|
3334
|
-
"fontSize": 18,
|
|
3335
|
-
"lineHeight": 25,
|
|
3336
|
-
},
|
|
3079
|
+
{},
|
|
3337
3080
|
{
|
|
3338
3081
|
"color": "#0B3EE3",
|
|
3339
3082
|
"fontFamily": "Titillium Sans Pro",
|
|
3083
|
+
"fontSize": 18,
|
|
3340
3084
|
"fontStyle": "normal",
|
|
3341
3085
|
"fontWeight": "600",
|
|
3086
|
+
"lineHeight": 25,
|
|
3342
3087
|
},
|
|
3343
3088
|
]
|
|
3344
3089
|
}
|
|
3345
|
-
weight="Semibold"
|
|
3346
3090
|
>
|
|
3347
3091
|
€ 1.000,00
|
|
3348
3092
|
</Text>
|