@sdkit/typography
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0](http://bitbucket.org/mysuperdispatch/sdkit/compare/@sdkit/typography@1.1.1...@sdkit/typography@1.2.0) (2019-07-19) | ||
### Features | ||
* **highlight:** Add `Highlight` component ([fde3cf2](http://bitbucket.org/mysuperdispatch/sdkit/commits/fde3cf2)) | ||
## [1.1.1](http://bitbucket.org/mysuperdispatch/sdkit/compare/@sdkit/typography@1.1.0...@sdkit/typography@1.1.1) (2019-07-11) | ||
@@ -8,0 +19,0 @@ |
@@ -10,3 +10,4 @@ /// <reference types="react" /> | ||
Body = 6, | ||
Caption = 7 | ||
BodySemibold = 7, | ||
Caption = 8 | ||
} | ||
@@ -13,0 +14,0 @@ export declare type TextProps = { |
@@ -23,3 +23,4 @@ "use strict"; | ||
TextStyles[TextStyles["Body"] = 6] = "Body"; | ||
TextStyles[TextStyles["Caption"] = 7] = "Caption"; | ||
TextStyles[TextStyles["BodySemibold"] = 7] = "BodySemibold"; | ||
TextStyles[TextStyles["Caption"] = 8] = "Caption"; | ||
})(TextStyles || (exports.TextStyles = TextStyles = {})); | ||
@@ -71,2 +72,8 @@ | ||
}, | ||
[TextStyles.BodySemibold]: { | ||
lineHeight: ['20px', '24px'], | ||
fontSize: ['14px', '16px'], | ||
fontWeight: '600', | ||
fontFamily: 'SF Pro Text' | ||
}, | ||
[TextStyles.Caption]: { | ||
@@ -73,0 +80,0 @@ lineHeight: ['16px', '18px'], |
{ | ||
"name": "@sdkit/typography", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Typography component", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"gitHead": "bb2b6486967b8d43361decae008ede25bea1315a" | ||
"gitHead": "17b72b2185dbec5603ace7586b9c22bd3638be04" | ||
} |
Sorry, the diff of this file is not supported yet
12469
147