@carbon/type
Advanced tools
Comparing version 0.0.1-alpha.29 to 0.0.1-alpha.30
@@ -107,2 +107,5 @@ import { baseFontSize, px, rem, breakpoint, breakpoints } from '@carbon/layout'; | ||
'-moz-osx-font-smoothing': 'grayscale' | ||
}, | ||
strong: { | ||
fontWeight: fontWeights.semibold | ||
} | ||
@@ -417,8 +420,8 @@ }; | ||
breakpoints: { | ||
md: { | ||
lineHeight: '129%' | ||
}, | ||
xlg: { | ||
fontSize: rem(scale[7]), | ||
fontSize: rem(scale[6]), | ||
lineHeight: '125%' | ||
}, | ||
max: { | ||
fontSize: rem(scale[7]) | ||
} | ||
@@ -467,3 +470,3 @@ } | ||
fontSize: rem(scale[5]), | ||
fontWeight: fontWeights.regular, | ||
fontWeight: fontWeights.light, | ||
lineHeight: '125%', | ||
@@ -470,0 +473,0 @@ letterSpacing: 0, |
@@ -111,2 +111,5 @@ 'use strict'; | ||
'-moz-osx-font-smoothing': 'grayscale' | ||
}, | ||
strong: { | ||
fontWeight: fontWeights.semibold | ||
} | ||
@@ -421,8 +424,8 @@ }; | ||
breakpoints: { | ||
md: { | ||
lineHeight: '129%' | ||
}, | ||
xlg: { | ||
fontSize: layout.rem(scale[7]), | ||
fontSize: layout.rem(scale[6]), | ||
lineHeight: '125%' | ||
}, | ||
max: { | ||
fontSize: layout.rem(scale[7]) | ||
} | ||
@@ -471,3 +474,3 @@ } | ||
fontSize: layout.rem(scale[5]), | ||
fontWeight: fontWeights.regular, | ||
fontWeight: fontWeights.light, | ||
lineHeight: '125%', | ||
@@ -474,0 +477,0 @@ letterSpacing: 0, |
{ | ||
"name": "@carbon/type", | ||
"description": "Typography for digital and software products using the Carbon Design System", | ||
"version": "0.0.1-alpha.29", | ||
"version": "0.0.1-alpha.30", | ||
"license": "Apache-2.0", | ||
@@ -33,7 +33,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@carbon/import-once": "0.0.1-alpha.29", | ||
"@carbon/layout": "0.0.1-alpha.29" | ||
"@carbon/import-once": "0.0.1-alpha.30", | ||
"@carbon/layout": "0.0.1-alpha.30" | ||
}, | ||
"devDependencies": { | ||
"@carbon/bundler": "0.0.1-alpha.29", | ||
"@carbon/bundler": "0.0.1-alpha.30", | ||
"rimraf": "^2.6.2" | ||
@@ -40,0 +40,0 @@ }, |
@@ -23,2 +23,5 @@ /** | ||
}, | ||
strong: { | ||
fontWeight: fontWeights.semibold, | ||
}, | ||
}; |
@@ -133,9 +133,9 @@ /** | ||
breakpoints: { | ||
md: { | ||
lineHeight: '129%', | ||
}, | ||
xlg: { | ||
fontSize: rem(scale[7]), | ||
fontSize: rem(scale[6]), | ||
lineHeight: '125%', | ||
}, | ||
max: { | ||
fontSize: rem(scale[7]), | ||
}, | ||
}, | ||
@@ -185,3 +185,3 @@ }); | ||
fontSize: rem(scale[5]), | ||
fontWeight: fontWeights.regular, | ||
fontWeight: fontWeights.light, | ||
lineHeight: '125%', | ||
@@ -188,0 +188,0 @@ letterSpacing: 0, |
@@ -111,2 +111,5 @@ (function (global, factory) { | ||
'-moz-osx-font-smoothing': 'grayscale' | ||
}, | ||
strong: { | ||
fontWeight: fontWeights.semibold | ||
} | ||
@@ -421,8 +424,8 @@ }; | ||
breakpoints: { | ||
md: { | ||
lineHeight: '129%' | ||
}, | ||
xlg: { | ||
fontSize: layout.rem(scale[7]), | ||
fontSize: layout.rem(scale[6]), | ||
lineHeight: '125%' | ||
}, | ||
max: { | ||
fontSize: layout.rem(scale[7]) | ||
} | ||
@@ -471,3 +474,3 @@ } | ||
fontSize: layout.rem(scale[5]), | ||
fontWeight: fontWeights.regular, | ||
fontWeight: fontWeights.light, | ||
lineHeight: '125%', | ||
@@ -474,0 +477,0 @@ letterSpacing: 0, |
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
144882
2787
+ Added@carbon/import-once@0.0.1-alpha.30(transitive)
+ Added@carbon/layout@0.0.1-alpha.30(transitive)
- Removed@carbon/import-once@0.0.1-alpha.29(transitive)
- Removed@carbon/layout@0.0.1-alpha.29(transitive)