@entur/typography
Advanced tools
Comparing version 0.4.5 to 0.5.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/typography@0.4.5...@entur/typography@0.5.0) (2019-11-22) | ||
### Features | ||
- **types:** exporting all public types for public components ([4a277ab](https://bitbucket.org/enturas/design-system/commits/4a277ab266fdb32a6760821a07b1c6cc716bac85)) | ||
## [0.4.5](https://bitbucket.org/enturas/design-system/compare/@entur/typography@0.4.4...@entur/typography@0.4.5) (2019-11-18) | ||
@@ -8,0 +14,0 @@ |
@@ -172,2 +172,2 @@ import React from "react"; | ||
declare const SubParagraph: React.FC<SubParagraphProps>; | ||
export { CodeText, EmphasizedText, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Label, LeadParagraph, Link, Paragraph, PreformattedText, SmallText, StrongText, SubLabel, SubParagraph }; | ||
export { CodeTextProps, CodeText, EmphasizedTextProps, EmphasizedText, Heading1Props, Heading1, Heading2Props, Heading2, Heading3Props, Heading3, Heading4Props, Heading4, Heading5Props, Heading5, Heading6Props, Heading6, LabelProps, Label, LeadParagraphProps, LeadParagraph, LinkProps, Link, ParagraphProps, Paragraph, PreformattedTextProps, PreformattedText, SmallTextProps, SmallText, StrongTextProps, StrongText, SubLabelProps, SubLabel, SubParagraphProps, SubParagraph }; |
{ | ||
"name": "@entur/typography", | ||
"version": "0.4.5", | ||
"version": "0.5.0", | ||
"license": "EUPL-1.2", | ||
@@ -34,5 +34,5 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@entur/tokens": "^1.0.1" | ||
"@entur/tokens": "^1.0.2" | ||
}, | ||
"gitHead": "636c2b374cdfcd69a5faa02224b85616bc4aca2b" | ||
"gitHead": "1361952e906665487ca35fa5eacae5922a759c28" | ||
} |
@@ -5,3 +5,3 @@ # Typography | ||
> 💡 Looking for the [documentation](https://design.entur.org/komponenter/typografi)? | ||
> 💡 Looking for the [documentation](https://design.entur.org/komponenter/resources/typography)? | ||
@@ -26,2 +26,2 @@ ## Installation | ||
Please refer to the [documentation](https://design.entur.org/komponenter/typografi) for usage information. | ||
Please refer to the [documentation](https://design.entur.org/komponenter/resources/typography) for usage information. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89331
727