buoy-text
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -8,3 +8,3 @@ "use strict"; | ||
var _templateObject = _taggedTemplateLiteral(["\n text-decoration: ", ";\n color: ", ";\n\n strong {\n color: ", ";\n } \n"], ["\n text-decoration: ", ";\n color: ", ";\n\n strong {\n color: ", ";\n } \n"]); | ||
var _templateObject = _taggedTemplateLiteral(["\n text-decoration: ", ";\n color: ", ";\n cursor: pointer;\n\n strong {\n color: ", ";\n } \n"], ["\n text-decoration: ", ";\n color: ", ";\n cursor: pointer;\n\n strong {\n color: ", ";\n } \n"]); | ||
@@ -11,0 +11,0 @@ var _styledComponents = require("styled-components"); |
{ | ||
"name": "buoy-text", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "Basic Buoy text styles", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -9,2 +9,3 @@ import styled from "styled-components" | ||
color: ${props => props.theme.colors[props.color]}; | ||
cursor: pointer; | ||
@@ -11,0 +12,0 @@ strong { |
20872
381