Comparing version 2.0.0 to 2.0.1
@@ -26,3 +26,3 @@ 'use strict'; | ||
m: 0 | ||
}, 'color', 'textAlign'); | ||
}, 'fontFamily', 'color', 'textAlign'); | ||
@@ -29,0 +29,0 @@ Heading.displayName = 'Heading'; |
@@ -16,3 +16,3 @@ 'use strict'; | ||
m: 0 | ||
}, 'space', 'color', 'fontSize', 'fontWeight', 'textAlign', 'lineHeight'); | ||
}, 'space', 'color', 'fontFamily', 'fontSize', 'fontWeight', 'textAlign', 'lineHeight'); | ||
@@ -19,0 +19,0 @@ Text.displayName = 'Text'; |
@@ -26,3 +26,3 @@ 'use strict'; | ||
m: 0 | ||
}, 'color', 'textAlign'); | ||
}, 'fontFamily', 'color', 'textAlign'); | ||
@@ -29,0 +29,0 @@ Heading.displayName = 'Heading'; |
@@ -16,3 +16,3 @@ 'use strict'; | ||
m: 0 | ||
}, 'space', 'color', 'fontSize', 'fontWeight', 'textAlign', 'lineHeight'); | ||
}, 'space', 'color', 'fontFamily', 'fontSize', 'fontWeight', 'textAlign', 'lineHeight'); | ||
@@ -19,0 +19,0 @@ Text.displayName = 'Text'; |
{ | ||
"name": "rebass", | ||
"version": "2.0.0", | ||
"description": "React UI component library & design system, built with styled-components and styled-system", | ||
"version": "2.0.1", | ||
"description": "Flexible & functional React design system, built with styled-system", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "sideEffects": false, |
@@ -11,2 +11,3 @@ import React from 'react' | ||
}, | ||
'fontFamily', | ||
'color', | ||
@@ -13,0 +14,0 @@ 'textAlign' |
@@ -8,2 +8,3 @@ import sys from 'system-components' | ||
'color', | ||
'fontFamily', | ||
'fontSize', | ||
@@ -10,0 +11,0 @@ 'fontWeight', |
182096
5632