buoy-text
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -8,3 +8,3 @@ "use strict"; | ||
var _templateObject = _taggedTemplateLiteral(["\n ", ";\n font-weight: ", ";\n letter-spacing: 0;\n ", ";\n ", ";\n"], ["\n ", ";\n font-weight: ", ";\n letter-spacing: 0;\n ", ";\n ", ";\n"]); | ||
var _templateObject = _taggedTemplateLiteral(["\n ", ";\n font-weight: ", ";\n letter-spacing: 0;\n ", ";\n"], ["\n ", ";\n font-weight: ", ";\n letter-spacing: 0;\n ", ";\n"]); | ||
@@ -25,5 +25,3 @@ var _styledComponents = require("styled-components"); | ||
var HeadingOne = _styledComponents2.default.h1(_templateObject, (0, _buoyTheme.fontSize)("h1"), _buoyTheme.fontWeight.light, _Heading2.default, function (props) { | ||
return props.hero && (0, _buoyTheme.responsive)("margin-top", "0", "0", "124px", "112px"); | ||
}); | ||
var HeadingOne = _styledComponents2.default.h1(_templateObject, (0, _buoyTheme.fontSize)("h1"), _buoyTheme.fontWeight.light, _Heading2.default); | ||
@@ -30,0 +28,0 @@ HeadingOne.defaultProps = { |
{ | ||
"name": "buoy-text", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Basic Buoy text styles", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,4 +10,2 @@ import styled from "styled-components" | ||
${Heading}; | ||
${props => | ||
props.hero && responsive("margin-top", "0", "0", "124px", "112px")}; | ||
` | ||
@@ -14,0 +12,0 @@ |
20653
377