@sdkit/typography
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](http://bitbucket.org/mysuperdispatch/sdkit/compare/@sdkit/typography@1.2.0...@sdkit/typography@1.3.0) (2019-08-02) | ||
### Features | ||
* **typography:** Increase Caption size for mobile ([e19372d](http://bitbucket.org/mysuperdispatch/sdkit/commits/e19372d)) | ||
# [1.2.0](http://bitbucket.org/mysuperdispatch/sdkit/compare/@sdkit/typography@1.1.1...@sdkit/typography@1.2.0) (2019-07-19) | ||
@@ -8,0 +19,0 @@ |
@@ -78,4 +78,4 @@ "use strict"; | ||
[TextStyles.Caption]: { | ||
lineHeight: ['16px', '18px'], | ||
fontSize: ['12px', '13px'], | ||
lineHeight: ['16px', '20px'], | ||
fontSize: ['12px', '14px'], | ||
fontWeight: '400', | ||
@@ -82,0 +82,0 @@ fontFamily: 'SF Pro Text' |
{ | ||
"name": "@sdkit/typography", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Typography component", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"gitHead": "17b72b2185dbec5603ace7586b9c22bd3638be04" | ||
"gitHead": "5cf4f35c6a74c0cac39e3061fde85b5b34abc51e" | ||
} |
Sorry, the diff of this file is not supported yet
12738