@crave/farmblocks-tooltip
Advanced tools
Comparing version 0.3.0-alpha.616b5910 to 0.3.0-alpha.634d85f6
@@ -6,10 +6,13 @@ # Change Log | ||
<a name="0.3.0-alpha.616b5910"></a> | ||
# [0.3.0-alpha.616b5910](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-tooltip@0.2.1...@crave/farmblocks-tooltip@0.3.0-alpha.616b5910) (2017-10-25) | ||
<a name="0.3.0-alpha.634d85f6"></a> | ||
# [0.3.0-alpha.634d85f6](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-tooltip@0.2.1...@crave/farmblocks-tooltip@0.3.0-alpha.634d85f6) (2017-10-27) | ||
### Bug Fixes | ||
* set font-family to lato ([b41ec5c](https://github.com/CraveFood/farmblocks/commit/b41ec5c)) | ||
**Note:** Version bump only for package @crave/farmblocks-tooltip | ||
<a name="0.2.1"></a> | ||
@@ -16,0 +19,0 @@ ## [0.2.1](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-tooltip@0.2.0...@crave/farmblocks-tooltip@0.2.1) (2017-10-25) |
@@ -8,4 +8,4 @@ "use strict"; | ||
var _templateObject = _taggedTemplateLiteral(["\n position: relative;\n"], ["\n position: relative;\n"]), | ||
_templateObject2 = _taggedTemplateLiteral(["\n visibility: ", ";\n position: absolute;\n top: 15px;\n padding: 8px;\n background-color: #ffffff;\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);\n border: solid 1px rgba(0, 0, 0, 0.16);\n border-radius: 4px;\n white-space: pre;\n\n right: 0;\n\n &:after,\n &:before {\n bottom: 100%;\n border: solid 1px rgba(0, 0, 0, 0.16);\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n }\n\n &:before {\n border-color: transparent;\n border-bottom-color: rgba(0, 0, 0, 0.16);\n border-width: 8px;\n right: 7px;\n }\n\n &:after {\n border-color: transparent;\n border-bottom-color: #ffffff;\n border-width: 7px;\n right: 8px;\n }\n"], ["\n visibility: ", ";\n position: absolute;\n top: 15px;\n padding: 8px;\n background-color: #ffffff;\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);\n border: solid 1px rgba(0, 0, 0, 0.16);\n border-radius: 4px;\n white-space: pre;\n\n right: 0;\n\n &:after,\n &:before {\n bottom: 100%;\n border: solid 1px rgba(0, 0, 0, 0.16);\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n }\n\n &:before {\n border-color: transparent;\n border-bottom-color: rgba(0, 0, 0, 0.16);\n border-width: 8px;\n right: 7px;\n }\n\n &:after {\n border-color: transparent;\n border-bottom-color: #ffffff;\n border-width: 7px;\n right: 8px;\n }\n"]); | ||
var _templateObject = _taggedTemplateLiteral(["position: relative;"], ["position: relative;"]), | ||
_templateObject2 = _taggedTemplateLiteral(["\n visibility: ", ";\n position: absolute;\n top: 15px;\n padding: 8px;\n background-color: #ffffff;\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);\n border: solid 1px rgba(0, 0, 0, 0.16);\n border-radius: 4px;\n white-space: pre;\n\n font-family: lato, sans-serif;\n\n right: 0;\n\n &:after,\n &:before {\n bottom: 100%;\n border: solid 1px rgba(0, 0, 0, 0.16);\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n }\n\n &:before {\n border-color: transparent;\n border-bottom-color: rgba(0, 0, 0, 0.16);\n border-width: 8px;\n right: 7px;\n }\n\n &:after {\n border-color: transparent;\n border-bottom-color: #ffffff;\n border-width: 7px;\n right: 8px;\n }\n"], ["\n visibility: ", ";\n position: absolute;\n top: 15px;\n padding: 8px;\n background-color: #ffffff;\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);\n border: solid 1px rgba(0, 0, 0, 0.16);\n border-radius: 4px;\n white-space: pre;\n\n font-family: lato, sans-serif;\n\n right: 0;\n\n &:after,\n &:before {\n bottom: 100%;\n border: solid 1px rgba(0, 0, 0, 0.16);\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n }\n\n &:before {\n border-color: transparent;\n border-bottom-color: rgba(0, 0, 0, 0.16);\n border-width: 8px;\n right: 7px;\n }\n\n &:after {\n border-color: transparent;\n border-bottom-color: #ffffff;\n border-width: 7px;\n right: 8px;\n }\n"]); | ||
@@ -12,0 +12,0 @@ var _styledComponents = require("styled-components"); |
{ | ||
"name": "@crave/farmblocks-tooltip", | ||
"version": "0.3.0-alpha.616b5910", | ||
"version": "0.3.0-alpha.634d85f6", | ||
"description": "Tooltip component", | ||
@@ -5,0 +5,0 @@ "author": "Crave Food Services and AUTHORS", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6719