@pagopa/io-app-design-system 4.4.4 → 5.0.0-1
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 +1 -1
- package/lib/commonjs/components/accordion/index.js +0 -11
- package/lib/commonjs/components/accordion/index.js.map +1 -1
- package/lib/commonjs/components/badge/Badge.js +4 -4
- package/lib/commonjs/components/badge/Badge.js.map +1 -1
- package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +1 -1
- package/lib/commonjs/components/banner/Banner.js +4 -4
- package/lib/commonjs/components/banner/Banner.js.map +1 -1
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +3 -3
- package/lib/commonjs/components/buttons/ButtonLink.js +25 -32
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +18 -86
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +9 -53
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +6 -36
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonContained.js +5 -50
- package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonSolid.js +5 -36
- package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +29 -27
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +5 -15
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js +2 -9
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
- package/lib/commonjs/components/layout/FooterActions.js +1 -5
- package/lib/commonjs/components/layout/FooterActions.js.map +1 -1
- package/lib/commonjs/components/layout/HeaderSecondLevel.js +3 -3
- package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/commonjs/components/layout/ModalBSHeader.js +3 -15
- package/lib/commonjs/components/layout/ModalBSHeader.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +1 -4
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemTransaction.js +1 -4
- package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +27 -27
- package/lib/commonjs/components/modules/ModuleIDP.js +4 -5
- package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -1
- package/lib/commonjs/components/numberpad/NumberButton.js +3 -18
- package/lib/commonjs/components/numberpad/NumberButton.js.map +1 -1
- package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +10 -10
- package/lib/commonjs/components/radio/AnimatedRadio.js +4 -14
- package/lib/commonjs/components/radio/AnimatedRadio.js.map +1 -1
- package/lib/commonjs/components/searchInput/SearchInput.js +6 -10
- package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
- package/lib/commonjs/components/stepper/Stepper.js +1 -10
- package/lib/commonjs/components/stepper/Stepper.js.map +1 -1
- package/lib/commonjs/components/switch/NativeSwitch.js +2 -15
- package/lib/commonjs/components/switch/NativeSwitch.js.map +1 -1
- package/lib/commonjs/components/tabs/TabItem.js +6 -46
- package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
- package/lib/commonjs/components/tag/Tag.js +4 -4
- package/lib/commonjs/components/tag/Tag.js.map +1 -1
- package/lib/commonjs/components/textInput/TextInputBase.js +10 -20
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/components/typography/Body.js +4 -6
- package/lib/commonjs/components/typography/Body.js.map +1 -1
- package/lib/commonjs/components/typography/BodySmall.js +3 -3
- package/lib/commonjs/components/typography/BodySmall.js.map +1 -1
- package/lib/commonjs/components/typography/ButtonText.js +6 -5
- package/lib/commonjs/components/typography/ButtonText.js.map +1 -1
- package/lib/commonjs/components/typography/Caption.js +6 -12
- package/lib/commonjs/components/typography/Caption.js.map +1 -1
- package/lib/commonjs/components/typography/H1.js +6 -13
- package/lib/commonjs/components/typography/H1.js.map +1 -1
- package/lib/commonjs/components/typography/H2.js +8 -17
- package/lib/commonjs/components/typography/H2.js.map +1 -1
- package/lib/commonjs/components/typography/H3.js +4 -8
- package/lib/commonjs/components/typography/H3.js.map +1 -1
- package/lib/commonjs/components/typography/H4.js +7 -14
- package/lib/commonjs/components/typography/H4.js.map +1 -1
- package/lib/commonjs/components/typography/H5.js +5 -10
- package/lib/commonjs/components/typography/H5.js.map +1 -1
- package/lib/commonjs/components/typography/H6.js +7 -10
- package/lib/commonjs/components/typography/H6.js.map +1 -1
- package/lib/commonjs/components/typography/Hero.js +8 -17
- package/lib/commonjs/components/typography/Hero.js.map +1 -1
- package/lib/commonjs/components/typography/LabelMini.js +4 -6
- package/lib/commonjs/components/typography/LabelMini.js.map +1 -1
- package/lib/commonjs/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +42 -42
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +26 -26
- package/lib/commonjs/components/typography/markdown/MdH1.js +3 -3
- package/lib/commonjs/components/typography/markdown/MdH1.js.map +1 -1
- package/lib/commonjs/components/typography/markdown/MdH2.js +3 -3
- package/lib/commonjs/components/typography/markdown/MdH2.js.map +1 -1
- package/lib/commonjs/components/typography/markdown/MdH3.js +3 -3
- package/lib/commonjs/components/typography/markdown/MdH3.js.map +1 -1
- package/lib/commonjs/core/IOColors.js +1 -8
- package/lib/commonjs/core/IOColors.js.map +1 -1
- package/lib/commonjs/core/IODSExperimentalContextProvider.js +4 -3
- package/lib/commonjs/core/IODSExperimentalContextProvider.js.map +1 -1
- package/lib/commonjs/core/IONewTypefaceContextProvider.js +33 -0
- package/lib/commonjs/core/IONewTypefaceContextProvider.js.map +1 -0
- package/lib/commonjs/core/IOStyles.js +1 -49
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/commonjs/core/IOThemeContextProvider.js +4 -15
- package/lib/commonjs/core/IOThemeContextProvider.js.map +1 -1
- package/lib/commonjs/core/index.js +11 -0
- package/lib/commonjs/core/index.js.map +1 -1
- package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +1 -1
- package/lib/module/components/accordion/index.js +0 -1
- package/lib/module/components/accordion/index.js.map +1 -1
- package/lib/module/components/badge/Badge.js +5 -5
- package/lib/module/components/badge/Badge.js.map +1 -1
- package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +1 -1
- package/lib/module/components/banner/Banner.js +5 -5
- package/lib/module/components/banner/Banner.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +3 -3
- package/lib/module/components/buttons/ButtonLink.js +28 -35
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +19 -87
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +10 -54
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +6 -37
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/IconButtonContained.js +6 -51
- package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/module/components/buttons/IconButtonSolid.js +6 -37
- package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +29 -27
- package/lib/module/components/checkbox/AnimatedCheckbox.js +6 -16
- package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js +3 -10
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
- package/lib/module/components/layout/FooterActions.js +2 -6
- package/lib/module/components/layout/FooterActions.js.map +1 -1
- package/lib/module/components/layout/HeaderSecondLevel.js +4 -4
- package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/module/components/layout/ModalBSHeader.js +5 -17
- package/lib/module/components/layout/ModalBSHeader.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +2 -5
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemTransaction.js +2 -5
- package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +27 -27
- package/lib/module/components/modules/ModuleIDP.js +4 -5
- package/lib/module/components/modules/ModuleIDP.js.map +1 -1
- package/lib/module/components/numberpad/NumberButton.js +5 -20
- package/lib/module/components/numberpad/NumberButton.js.map +1 -1
- package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +10 -10
- package/lib/module/components/radio/AnimatedRadio.js +5 -15
- package/lib/module/components/radio/AnimatedRadio.js.map +1 -1
- package/lib/module/components/searchInput/SearchInput.js +7 -11
- package/lib/module/components/searchInput/SearchInput.js.map +1 -1
- package/lib/module/components/stepper/Stepper.js +2 -11
- package/lib/module/components/stepper/Stepper.js.map +1 -1
- package/lib/module/components/switch/NativeSwitch.js +3 -16
- package/lib/module/components/switch/NativeSwitch.js.map +1 -1
- package/lib/module/components/tabs/TabItem.js +7 -47
- package/lib/module/components/tabs/TabItem.js.map +1 -1
- package/lib/module/components/tag/Tag.js +5 -5
- package/lib/module/components/tag/Tag.js.map +1 -1
- package/lib/module/components/textInput/TextInputBase.js +11 -21
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/components/typography/Body.js +5 -7
- package/lib/module/components/typography/Body.js.map +1 -1
- package/lib/module/components/typography/BodySmall.js +4 -4
- package/lib/module/components/typography/BodySmall.js.map +1 -1
- package/lib/module/components/typography/ButtonText.js +7 -6
- package/lib/module/components/typography/ButtonText.js.map +1 -1
- package/lib/module/components/typography/Caption.js +6 -12
- package/lib/module/components/typography/Caption.js.map +1 -1
- package/lib/module/components/typography/H1.js +6 -13
- package/lib/module/components/typography/H1.js.map +1 -1
- package/lib/module/components/typography/H2.js +8 -17
- package/lib/module/components/typography/H2.js.map +1 -1
- package/lib/module/components/typography/H3.js +4 -8
- package/lib/module/components/typography/H3.js.map +1 -1
- package/lib/module/components/typography/H4.js +7 -14
- package/lib/module/components/typography/H4.js.map +1 -1
- package/lib/module/components/typography/H5.js +6 -11
- package/lib/module/components/typography/H5.js.map +1 -1
- package/lib/module/components/typography/H6.js +7 -10
- package/lib/module/components/typography/H6.js.map +1 -1
- package/lib/module/components/typography/Hero.js +8 -17
- package/lib/module/components/typography/Hero.js.map +1 -1
- package/lib/module/components/typography/LabelMini.js +5 -7
- package/lib/module/components/typography/LabelMini.js.map +1 -1
- package/lib/module/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +42 -42
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +26 -26
- package/lib/module/components/typography/markdown/MdH1.js +4 -4
- package/lib/module/components/typography/markdown/MdH1.js.map +1 -1
- package/lib/module/components/typography/markdown/MdH2.js +4 -4
- package/lib/module/components/typography/markdown/MdH2.js.map +1 -1
- package/lib/module/components/typography/markdown/MdH3.js +4 -4
- package/lib/module/components/typography/markdown/MdH3.js.map +1 -1
- package/lib/module/core/IOColors.js +0 -6
- package/lib/module/core/IOColors.js.map +1 -1
- package/lib/module/core/IODSExperimentalContextProvider.js +2 -2
- package/lib/module/core/IODSExperimentalContextProvider.js.map +1 -1
- package/lib/module/core/IONewTypefaceContextProvider.js +22 -0
- package/lib/module/core/IONewTypefaceContextProvider.js.map +1 -0
- package/lib/module/core/IOStyles.js +0 -46
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/module/core/IOThemeContextProvider.js +3 -12
- package/lib/module/core/IOThemeContextProvider.js.map +1 -1
- package/lib/module/core/index.js +1 -0
- package/lib/module/core/index.js.map +1 -1
- package/lib/typescript/components/accordion/index.d.ts +0 -1
- package/lib/typescript/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButtonContained.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedMessageCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/layout/FooterActions.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
- package/lib/typescript/components/layout/ModalBSHeader.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -1
- package/lib/typescript/components/numberpad/NumberButton.d.ts.map +1 -1
- package/lib/typescript/components/radio/AnimatedRadio.d.ts.map +1 -1
- package/lib/typescript/components/searchInput/SearchInput.d.ts.map +1 -1
- package/lib/typescript/components/stepper/Stepper.d.ts.map +1 -1
- package/lib/typescript/components/switch/NativeSwitch.d.ts.map +1 -1
- package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/components/typography/Body.d.ts.map +1 -1
- package/lib/typescript/components/typography/ButtonText.d.ts.map +1 -1
- package/lib/typescript/components/typography/Caption.d.ts.map +1 -1
- package/lib/typescript/components/typography/H1.d.ts.map +1 -1
- package/lib/typescript/components/typography/H2.d.ts +0 -3
- package/lib/typescript/components/typography/H2.d.ts.map +1 -1
- package/lib/typescript/components/typography/H3.d.ts.map +1 -1
- package/lib/typescript/components/typography/H4.d.ts.map +1 -1
- package/lib/typescript/components/typography/H5.d.ts.map +1 -1
- package/lib/typescript/components/typography/H6.d.ts.map +1 -1
- package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelMini.d.ts.map +1 -1
- package/lib/typescript/core/IOColors.d.ts +0 -1
- package/lib/typescript/core/IOColors.d.ts.map +1 -1
- package/lib/typescript/core/IODSExperimentalContextProvider.d.ts.map +1 -1
- package/lib/typescript/core/IONewTypefaceContextProvider.d.ts +16 -0
- package/lib/typescript/core/IONewTypefaceContextProvider.d.ts.map +1 -0
- package/lib/typescript/core/IOStyles.d.ts +2 -32
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/lib/typescript/core/IOThemeContextProvider.d.ts +0 -4
- package/lib/typescript/core/IOThemeContextProvider.d.ts.map +1 -1
- package/lib/typescript/core/index.d.ts +1 -0
- package/lib/typescript/core/index.d.ts.map +1 -1
- package/lib/typescript/utils/fonts.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +1 -1
- package/src/components/accordion/index.tsx +0 -1
- package/src/components/badge/Badge.tsx +3 -3
- package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +1 -1
- package/src/components/banner/Banner.tsx +3 -4
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +3 -3
- package/src/components/buttons/ButtonLink.tsx +38 -41
- package/src/components/buttons/ButtonOutline.tsx +31 -103
- package/src/components/buttons/ButtonSolid.tsx +11 -69
- package/src/components/buttons/IconButton.tsx +5 -49
- package/src/components/buttons/IconButtonContained.tsx +11 -58
- package/src/components/buttons/IconButtonSolid.tsx +9 -47
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +29 -27
- package/src/components/checkbox/AnimatedCheckbox.tsx +6 -34
- package/src/components/checkbox/AnimatedMessageCheckbox.tsx +3 -14
- package/src/components/layout/FooterActions.tsx +1 -4
- package/src/components/layout/HeaderSecondLevel.tsx +4 -3
- package/src/components/layout/ModalBSHeader.tsx +11 -29
- package/src/components/listitems/ListItemNavAlert.tsx +1 -4
- package/src/components/listitems/ListItemTransaction.tsx +1 -5
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +27 -27
- package/src/components/modules/ModuleIDP.tsx +3 -8
- package/src/components/numberpad/NumberButton.tsx +4 -27
- package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +10 -10
- package/src/components/radio/AnimatedRadio.tsx +5 -33
- package/src/components/searchInput/SearchInput.tsx +11 -20
- package/src/components/stepper/Stepper.tsx +2 -20
- package/src/components/switch/NativeSwitch.tsx +3 -21
- package/src/components/tabs/TabItem.tsx +14 -61
- package/src/components/tag/Tag.tsx +3 -3
- package/src/components/textInput/TextInputBase.tsx +19 -34
- package/src/components/typography/Body.tsx +4 -11
- package/src/components/typography/BodySmall.tsx +3 -3
- package/src/components/typography/ButtonText.tsx +6 -6
- package/src/components/typography/Caption.tsx +6 -13
- package/src/components/typography/H1.tsx +6 -14
- package/src/components/typography/H2.tsx +8 -18
- package/src/components/typography/H3.tsx +4 -8
- package/src/components/typography/H4.tsx +7 -15
- package/src/components/typography/H5.tsx +6 -14
- package/src/components/typography/H6.tsx +7 -11
- package/src/components/typography/Hero.tsx +8 -18
- package/src/components/typography/LabelMini.tsx +4 -11
- package/src/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +42 -42
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +26 -26
- package/src/components/typography/markdown/MdH1.tsx +3 -3
- package/src/components/typography/markdown/MdH2.tsx +3 -3
- package/src/components/typography/markdown/MdH3.tsx +3 -3
- package/src/core/IOColors.ts +0 -7
- package/src/core/IODSExperimentalContextProvider.tsx +2 -2
- package/src/core/IONewTypefaceContextProvider.tsx +37 -0
- package/src/core/IOStyles.ts +0 -52
- package/src/core/IOThemeContextProvider.tsx +3 -16
- package/src/core/index.ts +1 -0
- package/lib/commonjs/components/accordion/RawAccordion.js +0 -93
- package/lib/commonjs/components/accordion/RawAccordion.js.map +0 -1
- package/lib/module/components/accordion/RawAccordion.js +0 -86
- package/lib/module/components/accordion/RawAccordion.js.map +0 -1
- package/lib/typescript/components/accordion/RawAccordion.d.ts +0 -17
- package/lib/typescript/components/accordion/RawAccordion.d.ts.map +0 -1
- package/src/components/accordion/RawAccordion.tsx +0 -116
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useIONewTypeface","useIOTheme","IOText","h5FontSize","h5LineHeight","H5","color","customColor","props","ref","theme","newTypefaceEnabled","H5Props","dynamicTypeRamp","font","weight","size","lineHeight","textStyle","textTransform","letterSpacing","createElement","_extends","children"],"sourceRoot":"../../../../src","sources":["components/typography/H5.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAkBC,UAAU,QAAQ,OAAO;AAEvD,SAASC,gBAAgB,EAAEC,UAAU,QAAQ,YAAY;AAEzD,SAASC,MAAM,QAA4C,UAAU;AAErE,OAAO,MAAMC,UAAsB,GAAG,EAAE;AACxC,OAAO,MAAMC,YAAY,GAAG,EAAE;;AAE9B;AACA;AACA;AACA,OAAO,MAAMC,EAAE,gBAAGN,UAAU,CAC1B,CAAC;EAAEO,KAAK,EAAEC,WAAW;EAAE,GAAGC;AAAM,CAAC,EAAEC,GAAwB,KAAK;EAC9D,MAAMC,KAAK,GAAGT,UAAU,CAAC,CAAC;EAC1B,MAAM;IAAEU;EAAmB,CAAC,GAAGX,gBAAgB,CAAC,CAAC;EAEjD,MAAMY,OAAoB,GAAG;IAC3B,GAAGJ,KAAK;IACRK,eAAe,EAAE,aAAa;IAAE;IAChCC,IAAI,EAAEH,kBAAkB,GAAG,UAAU,GAAG,kBAAkB;IAC1DI,MAAM,EAAE,UAAU;IAClBC,IAAI,EAAEb,UAAU;IAChBc,UAAU,EAAEb,YAAY;IACxBE,KAAK,EAAEC,WAAW,IAAIG,KAAK,CAAC,qBAAqB,CAAC;IAClDQ,SAAS,EAAE;MACTC,aAAa,EAAE,WAAW;MAC1BC,aAAa,EAAE;IACjB;EACF,CAAC;EAED,oBACEtB,KAAA,CAAAuB,aAAA,CAACnB,MAAM,EAAAoB,QAAA;IAACb,GAAG,EAAEA;EAAI,GAAKG,OAAO,GAC1BJ,KAAK,CAACe,QACD,CAAC;AAEb,CACF,CAAC"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
import React, { forwardRef } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { useIONewTypeface, useIOTheme } from "../../core";
|
|
4
4
|
import { IOText } from "./IOText";
|
|
5
|
-
const defaultColor = "textHeading-default";
|
|
6
5
|
export const h6FontSize = 16;
|
|
7
6
|
export const h6LineHeight = 24;
|
|
8
|
-
const fontName = "Titillio";
|
|
9
7
|
|
|
10
8
|
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
11
9
|
const legacyFontSize = 17;
|
|
12
|
-
const legacyFontName = "TitilliumSansPro";
|
|
13
10
|
|
|
14
11
|
/**
|
|
15
12
|
* `H6` typographic style
|
|
@@ -20,17 +17,17 @@ export const H6 = /*#__PURE__*/forwardRef(({
|
|
|
20
17
|
}, ref) => {
|
|
21
18
|
const theme = useIOTheme();
|
|
22
19
|
const {
|
|
23
|
-
|
|
24
|
-
} =
|
|
20
|
+
newTypefaceEnabled
|
|
21
|
+
} = useIONewTypeface();
|
|
25
22
|
const H6Props = {
|
|
26
23
|
...props,
|
|
27
24
|
dynamicTypeRamp: "headline",
|
|
28
25
|
// iOS only
|
|
29
|
-
font:
|
|
30
|
-
size: isExperimental ? h6FontSize : legacyFontSize,
|
|
31
|
-
lineHeight: h6LineHeight,
|
|
26
|
+
font: newTypefaceEnabled ? "Titillio" : "TitilliumSansPro",
|
|
32
27
|
weight: "Semibold",
|
|
33
|
-
|
|
28
|
+
size: newTypefaceEnabled ? h6FontSize : legacyFontSize,
|
|
29
|
+
lineHeight: h6LineHeight,
|
|
30
|
+
color: customColor ?? theme["textHeading-default"]
|
|
34
31
|
};
|
|
35
32
|
return /*#__PURE__*/React.createElement(IOText, _extends({
|
|
36
33
|
ref: ref
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useIONewTypeface","useIOTheme","IOText","h6FontSize","h6LineHeight","legacyFontSize","H6","color","customColor","props","ref","theme","newTypefaceEnabled","H6Props","dynamicTypeRamp","font","weight","size","lineHeight","createElement","_extends","children"],"sourceRoot":"../../../../src","sources":["components/typography/H6.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAkBC,UAAU,QAAQ,OAAO;AAEvD,SAASC,gBAAgB,EAAEC,UAAU,QAAQ,YAAY;AAEzD,SAASC,MAAM,QAA4C,UAAU;AAErE,OAAO,MAAMC,UAAsB,GAAG,EAAE;AACxC,OAAO,MAAMC,YAAY,GAAG,EAAE;;AAE9B;AACA,MAAMC,cAA0B,GAAG,EAAE;;AAErC;AACA;AACA;AACA,OAAO,MAAMC,EAAE,gBAAGP,UAAU,CAC1B,CAAC;EAAEQ,KAAK,EAAEC,WAAW;EAAE,GAAGC;AAAM,CAAC,EAAEC,GAAwB,KAAK;EAC9D,MAAMC,KAAK,GAAGV,UAAU,CAAC,CAAC;EAC1B,MAAM;IAAEW;EAAmB,CAAC,GAAGZ,gBAAgB,CAAC,CAAC;EAEjD,MAAMa,OAAoB,GAAG;IAC3B,GAAGJ,KAAK;IACRK,eAAe,EAAE,UAAU;IAAE;IAC7BC,IAAI,EAAEH,kBAAkB,GAAG,UAAU,GAAG,kBAAkB;IAC1DI,MAAM,EAAE,UAAU;IAClBC,IAAI,EAAEL,kBAAkB,GAAGT,UAAU,GAAGE,cAAc;IACtDa,UAAU,EAAEd,YAAY;IACxBG,KAAK,EAAEC,WAAW,IAAIG,KAAK,CAAC,qBAAqB;EACnD,CAAC;EAED,oBACEb,KAAA,CAAAqB,aAAA,CAACjB,MAAM,EAAAkB,QAAA;IAACV,GAAG,EAAEA;EAAI,GAAKG,OAAO,GAC1BJ,KAAK,CAACY,QACD,CAAC;AAEb,CACF,CAAC"}
|
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
import React, { forwardRef } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { useIONewTypeface, useIOTheme } from "../../core";
|
|
4
4
|
import { IOText } from "./IOText";
|
|
5
|
-
const defaultColor = "textHeading-default";
|
|
6
5
|
export const heroFontSize = 32;
|
|
7
6
|
export const heroLineHeight = 48;
|
|
8
|
-
const fontName = "Titillio";
|
|
9
|
-
const fontWeight = "Semibold";
|
|
10
|
-
|
|
11
|
-
// TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
12
|
-
const legacyHeroFontSize = 35;
|
|
13
|
-
const legacyHeroLineHeight = 49;
|
|
14
|
-
const legacyFontName = "TitilliumSansPro";
|
|
15
|
-
const legacyFontWeight = "Semibold";
|
|
16
7
|
|
|
17
8
|
/**
|
|
18
9
|
* `Hero` typographic style
|
|
@@ -23,15 +14,15 @@ export const Hero = /*#__PURE__*/forwardRef(({
|
|
|
23
14
|
}, ref) => {
|
|
24
15
|
const theme = useIOTheme();
|
|
25
16
|
const {
|
|
26
|
-
|
|
27
|
-
} =
|
|
17
|
+
newTypefaceEnabled
|
|
18
|
+
} = useIONewTypeface();
|
|
28
19
|
const HeroProps = {
|
|
29
20
|
...props,
|
|
30
|
-
font:
|
|
31
|
-
weight:
|
|
32
|
-
size:
|
|
33
|
-
lineHeight:
|
|
34
|
-
color: customColor ?? theme[
|
|
21
|
+
font: newTypefaceEnabled ? "Titillio" : "TitilliumSansPro",
|
|
22
|
+
weight: "Semibold",
|
|
23
|
+
size: 32,
|
|
24
|
+
lineHeight: 48,
|
|
25
|
+
color: customColor ?? theme["textHeading-default"]
|
|
35
26
|
};
|
|
36
27
|
return /*#__PURE__*/React.createElement(IOText, _extends({
|
|
37
28
|
ref: ref
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useIONewTypeface","useIOTheme","IOText","heroFontSize","heroLineHeight","Hero","color","customColor","props","ref","theme","newTypefaceEnabled","HeroProps","font","weight","size","lineHeight","createElement","_extends","children"],"sourceRoot":"../../../../src","sources":["components/typography/Hero.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAkBC,UAAU,QAAQ,OAAO;AAEvD,SAASC,gBAAgB,EAAEC,UAAU,QAAQ,YAAY;AAEzD,SAASC,MAAM,QAA4C,UAAU;AAErE,OAAO,MAAMC,YAAwB,GAAG,EAAE;AAC1C,OAAO,MAAMC,cAAc,GAAG,EAAE;;AAEhC;AACA;AACA;AACA,OAAO,MAAMC,IAAI,gBAAGN,UAAU,CAC5B,CAAC;EAAEO,KAAK,EAAEC,WAAW;EAAE,GAAGC;AAAM,CAAC,EAAEC,GAAwB,KAAK;EAC9D,MAAMC,KAAK,GAAGT,UAAU,CAAC,CAAC;EAC1B,MAAM;IAAEU;EAAmB,CAAC,GAAGX,gBAAgB,CAAC,CAAC;EAEjD,MAAMY,SAAsB,GAAG;IAC7B,GAAGJ,KAAK;IACRK,IAAI,EAAEF,kBAAkB,GAAG,UAAU,GAAG,kBAAkB;IAC1DG,MAAM,EAAE,UAAU;IAClBC,IAAI,EAAE,EAAE;IACRC,UAAU,EAAE,EAAE;IACdV,KAAK,EAAEC,WAAW,IAAIG,KAAK,CAAC,qBAAqB;EACnD,CAAC;EAED,oBACEZ,KAAA,CAAAmB,aAAA,CAACf,MAAM,EAAAgB,QAAA;IAACT,GAAG,EAAEA;EAAI,GAAKG,SAAS,GAC5BJ,KAAK,CAACW,QACD,CAAC;AAEb,CACF,CAAC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
import React, { forwardRef } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { useIONewTypeface, useIOTheme } from "../../core";
|
|
4
4
|
import { IOText } from "./IOText";
|
|
5
5
|
const fontName = "Titillio";
|
|
6
|
-
const fontWeight = "Semibold";
|
|
7
6
|
const legacyFontName = "TitilliumSansPro";
|
|
8
|
-
const legacyFontWeight = "Semibold";
|
|
9
7
|
|
|
10
8
|
/**
|
|
11
9
|
* `LabelMini` typographic style
|
|
@@ -18,14 +16,14 @@ export const LabelMini = /*#__PURE__*/forwardRef(({
|
|
|
18
16
|
}, ref) => {
|
|
19
17
|
const theme = useIOTheme();
|
|
20
18
|
const {
|
|
21
|
-
|
|
22
|
-
} =
|
|
19
|
+
newTypefaceEnabled
|
|
20
|
+
} = useIONewTypeface();
|
|
23
21
|
const defaultColor = asLink ? theme["interactiveElem-default"] : theme["textBody-tertiary"];
|
|
24
22
|
const LabelMiniProps = {
|
|
25
23
|
...props,
|
|
26
24
|
dynamicTypeRamp: "footnote" /* iOS only */,
|
|
27
|
-
font:
|
|
28
|
-
weight: customWeight ? customWeight :
|
|
25
|
+
font: newTypefaceEnabled ? fontName : legacyFontName,
|
|
26
|
+
weight: customWeight ? customWeight : "Semibold",
|
|
29
27
|
size: 12,
|
|
30
28
|
lineHeight: 18,
|
|
31
29
|
color: customColor ?? defaultColor,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useIONewTypeface","useIOTheme","IOText","fontName","legacyFontName","LabelMini","weight","customWeight","color","customColor","asLink","props","ref","theme","newTypefaceEnabled","defaultColor","LabelMiniProps","dynamicTypeRamp","font","size","lineHeight","accessibilityRole","textStyle","textDecorationLine","createElement","_extends","children"],"sourceRoot":"../../../../src","sources":["components/typography/LabelMini.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAkBC,UAAU,QAAQ,OAAO;AAEvD,SAASC,gBAAgB,EAAEC,UAAU,QAAQ,YAAY;AAEzD,SACEC,MAAM,QAID,UAAU;AAMjB,MAAMC,QAAsB,GAAG,UAAU;AACzC,MAAMC,cAA4B,GAAG,kBAAkB;;AAEvD;AACA;AACA;AACA,OAAO,MAAMC,SAAS,gBAAGN,UAAU,CACjC,CACE;EAAEO,MAAM,EAAEC,YAAY;EAAEC,KAAK,EAAEC,WAAW;EAAEC,MAAM;EAAE,GAAGC;AAAM,CAAC,EAC9DC,GAAwB,KACrB;EACH,MAAMC,KAAK,GAAGZ,UAAU,CAAC,CAAC;EAC1B,MAAM;IAAEa;EAAmB,CAAC,GAAGd,gBAAgB,CAAC,CAAC;EAEjD,MAAMe,YAAY,GAAGL,MAAM,GACvBG,KAAK,CAAC,yBAAyB,CAAC,GAChCA,KAAK,CAAC,mBAAmB,CAAC;EAE9B,MAAMG,cAA2B,GAAG;IAClC,GAAGL,KAAK;IACRM,eAAe,EAAE,UAAU,CAAC;IAC5BC,IAAI,EAAEJ,kBAAkB,GAAGX,QAAQ,GAAGC,cAAc;IACpDE,MAAM,EAAEC,YAAY,GAAGA,YAAY,GAAG,UAAU;IAChDY,IAAI,EAAE,EAAE;IACRC,UAAU,EAAE,EAAE;IACdZ,KAAK,EAAEC,WAAW,IAAIM,YAAY;IAClC,IAAIL,MAAM,GACN;MACEW,iBAAiB,EAAE,MAAM;MACzBC,SAAS,EAAE;QAAEC,kBAAkB,EAAE;MAAY;IAC/C,CAAC,GACD,CAAC,CAAC;EACR,CAAC;EAED,oBACEzB,KAAA,CAAA0B,aAAA,CAACtB,MAAM,EAAAuB,QAAA;IAACb,GAAG,EAAEA;EAAI,GAAKI,cAAc,GACjCL,KAAK,CAACe,QACD,CAAC;AAEb,CACF,CAAC"}
|
package/lib/module/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap
CHANGED
|
@@ -10,7 +10,7 @@ exports[`ComposedBodyFromArray should match snapshot, empty body, auto text alig
|
|
|
10
10
|
{},
|
|
11
11
|
{
|
|
12
12
|
"color": "#555C70",
|
|
13
|
-
"fontFamily": "
|
|
13
|
+
"fontFamily": "Titillio",
|
|
14
14
|
"fontSize": 16,
|
|
15
15
|
"fontStyle": "normal",
|
|
16
16
|
"fontWeight": "400",
|
|
@@ -34,7 +34,7 @@ exports[`ComposedBodyFromArray should match snapshot, empty body, center text al
|
|
|
34
34
|
{},
|
|
35
35
|
{
|
|
36
36
|
"color": "#555C70",
|
|
37
|
-
"fontFamily": "
|
|
37
|
+
"fontFamily": "Titillio",
|
|
38
38
|
"fontSize": 16,
|
|
39
39
|
"fontStyle": "normal",
|
|
40
40
|
"fontWeight": "400",
|
|
@@ -58,7 +58,7 @@ exports[`ComposedBodyFromArray should match snapshot, empty body, default text a
|
|
|
58
58
|
{},
|
|
59
59
|
{
|
|
60
60
|
"color": "#555C70",
|
|
61
|
-
"fontFamily": "
|
|
61
|
+
"fontFamily": "Titillio",
|
|
62
62
|
"fontSize": 16,
|
|
63
63
|
"fontStyle": "normal",
|
|
64
64
|
"fontWeight": "400",
|
|
@@ -82,7 +82,7 @@ exports[`ComposedBodyFromArray should match snapshot, empty body, justify text a
|
|
|
82
82
|
{},
|
|
83
83
|
{
|
|
84
84
|
"color": "#555C70",
|
|
85
|
-
"fontFamily": "
|
|
85
|
+
"fontFamily": "Titillio",
|
|
86
86
|
"fontSize": 16,
|
|
87
87
|
"fontStyle": "normal",
|
|
88
88
|
"fontWeight": "400",
|
|
@@ -106,7 +106,7 @@ exports[`ComposedBodyFromArray should match snapshot, empty body, left text alig
|
|
|
106
106
|
{},
|
|
107
107
|
{
|
|
108
108
|
"color": "#555C70",
|
|
109
|
-
"fontFamily": "
|
|
109
|
+
"fontFamily": "Titillio",
|
|
110
110
|
"fontSize": 16,
|
|
111
111
|
"fontStyle": "normal",
|
|
112
112
|
"fontWeight": "400",
|
|
@@ -130,7 +130,7 @@ exports[`ComposedBodyFromArray should match snapshot, empty body, right text ali
|
|
|
130
130
|
{},
|
|
131
131
|
{
|
|
132
132
|
"color": "#555C70",
|
|
133
|
-
"fontFamily": "
|
|
133
|
+
"fontFamily": "Titillio",
|
|
134
134
|
"fontSize": 16,
|
|
135
135
|
"fontStyle": "normal",
|
|
136
136
|
"fontWeight": "400",
|
|
@@ -154,7 +154,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, auto
|
|
|
154
154
|
{},
|
|
155
155
|
{
|
|
156
156
|
"color": "#555C70",
|
|
157
|
-
"fontFamily": "
|
|
157
|
+
"fontFamily": "Titillio",
|
|
158
158
|
"fontSize": 16,
|
|
159
159
|
"fontStyle": "normal",
|
|
160
160
|
"fontWeight": "400",
|
|
@@ -175,7 +175,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, auto
|
|
|
175
175
|
{},
|
|
176
176
|
{
|
|
177
177
|
"color": "#555C70",
|
|
178
|
-
"fontFamily": "
|
|
178
|
+
"fontFamily": "Titillio",
|
|
179
179
|
"fontSize": 16,
|
|
180
180
|
"fontStyle": "normal",
|
|
181
181
|
"fontWeight": "400",
|
|
@@ -195,7 +195,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, auto
|
|
|
195
195
|
{},
|
|
196
196
|
{
|
|
197
197
|
"color": "#555C70",
|
|
198
|
-
"fontFamily": "
|
|
198
|
+
"fontFamily": "Titillio",
|
|
199
199
|
"fontSize": 16,
|
|
200
200
|
"fontStyle": "normal",
|
|
201
201
|
"fontWeight": "700",
|
|
@@ -215,7 +215,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, auto
|
|
|
215
215
|
{},
|
|
216
216
|
{
|
|
217
217
|
"color": "#555C70",
|
|
218
|
-
"fontFamily": "
|
|
218
|
+
"fontFamily": "Titillio",
|
|
219
219
|
"fontSize": 16,
|
|
220
220
|
"fontStyle": "normal",
|
|
221
221
|
"fontWeight": "300",
|
|
@@ -235,7 +235,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, auto
|
|
|
235
235
|
{},
|
|
236
236
|
{
|
|
237
237
|
"color": "#555C70",
|
|
238
|
-
"fontFamily": "
|
|
238
|
+
"fontFamily": "Titillio",
|
|
239
239
|
"fontSize": 16,
|
|
240
240
|
"fontStyle": "normal",
|
|
241
241
|
"fontWeight": "500",
|
|
@@ -255,7 +255,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, auto
|
|
|
255
255
|
{},
|
|
256
256
|
{
|
|
257
257
|
"color": "#555C70",
|
|
258
|
-
"fontFamily": "
|
|
258
|
+
"fontFamily": "Titillio",
|
|
259
259
|
"fontSize": 16,
|
|
260
260
|
"fontStyle": "normal",
|
|
261
261
|
"fontWeight": "600",
|
|
@@ -279,7 +279,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, cente
|
|
|
279
279
|
{},
|
|
280
280
|
{
|
|
281
281
|
"color": "#555C70",
|
|
282
|
-
"fontFamily": "
|
|
282
|
+
"fontFamily": "Titillio",
|
|
283
283
|
"fontSize": 16,
|
|
284
284
|
"fontStyle": "normal",
|
|
285
285
|
"fontWeight": "400",
|
|
@@ -300,7 +300,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, cente
|
|
|
300
300
|
{},
|
|
301
301
|
{
|
|
302
302
|
"color": "#555C70",
|
|
303
|
-
"fontFamily": "
|
|
303
|
+
"fontFamily": "Titillio",
|
|
304
304
|
"fontSize": 16,
|
|
305
305
|
"fontStyle": "normal",
|
|
306
306
|
"fontWeight": "400",
|
|
@@ -320,7 +320,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, cente
|
|
|
320
320
|
{},
|
|
321
321
|
{
|
|
322
322
|
"color": "#555C70",
|
|
323
|
-
"fontFamily": "
|
|
323
|
+
"fontFamily": "Titillio",
|
|
324
324
|
"fontSize": 16,
|
|
325
325
|
"fontStyle": "normal",
|
|
326
326
|
"fontWeight": "700",
|
|
@@ -340,7 +340,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, cente
|
|
|
340
340
|
{},
|
|
341
341
|
{
|
|
342
342
|
"color": "#555C70",
|
|
343
|
-
"fontFamily": "
|
|
343
|
+
"fontFamily": "Titillio",
|
|
344
344
|
"fontSize": 16,
|
|
345
345
|
"fontStyle": "normal",
|
|
346
346
|
"fontWeight": "300",
|
|
@@ -360,7 +360,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, cente
|
|
|
360
360
|
{},
|
|
361
361
|
{
|
|
362
362
|
"color": "#555C70",
|
|
363
|
-
"fontFamily": "
|
|
363
|
+
"fontFamily": "Titillio",
|
|
364
364
|
"fontSize": 16,
|
|
365
365
|
"fontStyle": "normal",
|
|
366
366
|
"fontWeight": "500",
|
|
@@ -380,7 +380,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, cente
|
|
|
380
380
|
{},
|
|
381
381
|
{
|
|
382
382
|
"color": "#555C70",
|
|
383
|
-
"fontFamily": "
|
|
383
|
+
"fontFamily": "Titillio",
|
|
384
384
|
"fontSize": 16,
|
|
385
385
|
"fontStyle": "normal",
|
|
386
386
|
"fontWeight": "600",
|
|
@@ -404,7 +404,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, defau
|
|
|
404
404
|
{},
|
|
405
405
|
{
|
|
406
406
|
"color": "#555C70",
|
|
407
|
-
"fontFamily": "
|
|
407
|
+
"fontFamily": "Titillio",
|
|
408
408
|
"fontSize": 16,
|
|
409
409
|
"fontStyle": "normal",
|
|
410
410
|
"fontWeight": "400",
|
|
@@ -425,7 +425,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, defau
|
|
|
425
425
|
{},
|
|
426
426
|
{
|
|
427
427
|
"color": "#555C70",
|
|
428
|
-
"fontFamily": "
|
|
428
|
+
"fontFamily": "Titillio",
|
|
429
429
|
"fontSize": 16,
|
|
430
430
|
"fontStyle": "normal",
|
|
431
431
|
"fontWeight": "400",
|
|
@@ -445,7 +445,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, defau
|
|
|
445
445
|
{},
|
|
446
446
|
{
|
|
447
447
|
"color": "#555C70",
|
|
448
|
-
"fontFamily": "
|
|
448
|
+
"fontFamily": "Titillio",
|
|
449
449
|
"fontSize": 16,
|
|
450
450
|
"fontStyle": "normal",
|
|
451
451
|
"fontWeight": "700",
|
|
@@ -465,7 +465,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, defau
|
|
|
465
465
|
{},
|
|
466
466
|
{
|
|
467
467
|
"color": "#555C70",
|
|
468
|
-
"fontFamily": "
|
|
468
|
+
"fontFamily": "Titillio",
|
|
469
469
|
"fontSize": 16,
|
|
470
470
|
"fontStyle": "normal",
|
|
471
471
|
"fontWeight": "300",
|
|
@@ -485,7 +485,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, defau
|
|
|
485
485
|
{},
|
|
486
486
|
{
|
|
487
487
|
"color": "#555C70",
|
|
488
|
-
"fontFamily": "
|
|
488
|
+
"fontFamily": "Titillio",
|
|
489
489
|
"fontSize": 16,
|
|
490
490
|
"fontStyle": "normal",
|
|
491
491
|
"fontWeight": "500",
|
|
@@ -505,7 +505,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, defau
|
|
|
505
505
|
{},
|
|
506
506
|
{
|
|
507
507
|
"color": "#555C70",
|
|
508
|
-
"fontFamily": "
|
|
508
|
+
"fontFamily": "Titillio",
|
|
509
509
|
"fontSize": 16,
|
|
510
510
|
"fontStyle": "normal",
|
|
511
511
|
"fontWeight": "600",
|
|
@@ -529,7 +529,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, justi
|
|
|
529
529
|
{},
|
|
530
530
|
{
|
|
531
531
|
"color": "#555C70",
|
|
532
|
-
"fontFamily": "
|
|
532
|
+
"fontFamily": "Titillio",
|
|
533
533
|
"fontSize": 16,
|
|
534
534
|
"fontStyle": "normal",
|
|
535
535
|
"fontWeight": "400",
|
|
@@ -550,7 +550,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, justi
|
|
|
550
550
|
{},
|
|
551
551
|
{
|
|
552
552
|
"color": "#555C70",
|
|
553
|
-
"fontFamily": "
|
|
553
|
+
"fontFamily": "Titillio",
|
|
554
554
|
"fontSize": 16,
|
|
555
555
|
"fontStyle": "normal",
|
|
556
556
|
"fontWeight": "400",
|
|
@@ -570,7 +570,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, justi
|
|
|
570
570
|
{},
|
|
571
571
|
{
|
|
572
572
|
"color": "#555C70",
|
|
573
|
-
"fontFamily": "
|
|
573
|
+
"fontFamily": "Titillio",
|
|
574
574
|
"fontSize": 16,
|
|
575
575
|
"fontStyle": "normal",
|
|
576
576
|
"fontWeight": "700",
|
|
@@ -590,7 +590,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, justi
|
|
|
590
590
|
{},
|
|
591
591
|
{
|
|
592
592
|
"color": "#555C70",
|
|
593
|
-
"fontFamily": "
|
|
593
|
+
"fontFamily": "Titillio",
|
|
594
594
|
"fontSize": 16,
|
|
595
595
|
"fontStyle": "normal",
|
|
596
596
|
"fontWeight": "300",
|
|
@@ -610,7 +610,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, justi
|
|
|
610
610
|
{},
|
|
611
611
|
{
|
|
612
612
|
"color": "#555C70",
|
|
613
|
-
"fontFamily": "
|
|
613
|
+
"fontFamily": "Titillio",
|
|
614
614
|
"fontSize": 16,
|
|
615
615
|
"fontStyle": "normal",
|
|
616
616
|
"fontWeight": "500",
|
|
@@ -630,7 +630,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, justi
|
|
|
630
630
|
{},
|
|
631
631
|
{
|
|
632
632
|
"color": "#555C70",
|
|
633
|
-
"fontFamily": "
|
|
633
|
+
"fontFamily": "Titillio",
|
|
634
634
|
"fontSize": 16,
|
|
635
635
|
"fontStyle": "normal",
|
|
636
636
|
"fontWeight": "600",
|
|
@@ -654,7 +654,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, left
|
|
|
654
654
|
{},
|
|
655
655
|
{
|
|
656
656
|
"color": "#555C70",
|
|
657
|
-
"fontFamily": "
|
|
657
|
+
"fontFamily": "Titillio",
|
|
658
658
|
"fontSize": 16,
|
|
659
659
|
"fontStyle": "normal",
|
|
660
660
|
"fontWeight": "400",
|
|
@@ -675,7 +675,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, left
|
|
|
675
675
|
{},
|
|
676
676
|
{
|
|
677
677
|
"color": "#555C70",
|
|
678
|
-
"fontFamily": "
|
|
678
|
+
"fontFamily": "Titillio",
|
|
679
679
|
"fontSize": 16,
|
|
680
680
|
"fontStyle": "normal",
|
|
681
681
|
"fontWeight": "400",
|
|
@@ -695,7 +695,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, left
|
|
|
695
695
|
{},
|
|
696
696
|
{
|
|
697
697
|
"color": "#555C70",
|
|
698
|
-
"fontFamily": "
|
|
698
|
+
"fontFamily": "Titillio",
|
|
699
699
|
"fontSize": 16,
|
|
700
700
|
"fontStyle": "normal",
|
|
701
701
|
"fontWeight": "700",
|
|
@@ -715,7 +715,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, left
|
|
|
715
715
|
{},
|
|
716
716
|
{
|
|
717
717
|
"color": "#555C70",
|
|
718
|
-
"fontFamily": "
|
|
718
|
+
"fontFamily": "Titillio",
|
|
719
719
|
"fontSize": 16,
|
|
720
720
|
"fontStyle": "normal",
|
|
721
721
|
"fontWeight": "300",
|
|
@@ -735,7 +735,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, left
|
|
|
735
735
|
{},
|
|
736
736
|
{
|
|
737
737
|
"color": "#555C70",
|
|
738
|
-
"fontFamily": "
|
|
738
|
+
"fontFamily": "Titillio",
|
|
739
739
|
"fontSize": 16,
|
|
740
740
|
"fontStyle": "normal",
|
|
741
741
|
"fontWeight": "500",
|
|
@@ -755,7 +755,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, left
|
|
|
755
755
|
{},
|
|
756
756
|
{
|
|
757
757
|
"color": "#555C70",
|
|
758
|
-
"fontFamily": "
|
|
758
|
+
"fontFamily": "Titillio",
|
|
759
759
|
"fontSize": 16,
|
|
760
760
|
"fontStyle": "normal",
|
|
761
761
|
"fontWeight": "600",
|
|
@@ -779,7 +779,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, right
|
|
|
779
779
|
{},
|
|
780
780
|
{
|
|
781
781
|
"color": "#555C70",
|
|
782
|
-
"fontFamily": "
|
|
782
|
+
"fontFamily": "Titillio",
|
|
783
783
|
"fontSize": 16,
|
|
784
784
|
"fontStyle": "normal",
|
|
785
785
|
"fontWeight": "400",
|
|
@@ -800,7 +800,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, right
|
|
|
800
800
|
{},
|
|
801
801
|
{
|
|
802
802
|
"color": "#555C70",
|
|
803
|
-
"fontFamily": "
|
|
803
|
+
"fontFamily": "Titillio",
|
|
804
804
|
"fontSize": 16,
|
|
805
805
|
"fontStyle": "normal",
|
|
806
806
|
"fontWeight": "400",
|
|
@@ -820,7 +820,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, right
|
|
|
820
820
|
{},
|
|
821
821
|
{
|
|
822
822
|
"color": "#555C70",
|
|
823
|
-
"fontFamily": "
|
|
823
|
+
"fontFamily": "Titillio",
|
|
824
824
|
"fontSize": 16,
|
|
825
825
|
"fontStyle": "normal",
|
|
826
826
|
"fontWeight": "700",
|
|
@@ -840,7 +840,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, right
|
|
|
840
840
|
{},
|
|
841
841
|
{
|
|
842
842
|
"color": "#555C70",
|
|
843
|
-
"fontFamily": "
|
|
843
|
+
"fontFamily": "Titillio",
|
|
844
844
|
"fontSize": 16,
|
|
845
845
|
"fontStyle": "normal",
|
|
846
846
|
"fontWeight": "300",
|
|
@@ -860,7 +860,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, right
|
|
|
860
860
|
{},
|
|
861
861
|
{
|
|
862
862
|
"color": "#555C70",
|
|
863
|
-
"fontFamily": "
|
|
863
|
+
"fontFamily": "Titillio",
|
|
864
864
|
"fontSize": 16,
|
|
865
865
|
"fontStyle": "normal",
|
|
866
866
|
"fontWeight": "500",
|
|
@@ -880,7 +880,7 @@ exports[`ComposedBodyFromArray should match snapshot, multiple items body, right
|
|
|
880
880
|
{},
|
|
881
881
|
{
|
|
882
882
|
"color": "#555C70",
|
|
883
|
-
"fontFamily": "
|
|
883
|
+
"fontFamily": "Titillio",
|
|
884
884
|
"fontSize": 16,
|
|
885
885
|
"fontStyle": "normal",
|
|
886
886
|
"fontWeight": "600",
|