@qlean/york-web
Advanced tools
Comparing version 0.3.6-beta-10 to 0.3.6-beta-11
@@ -29,3 +29,3 @@ "use strict"; | ||
componentId: "sc-8zrswg-0" | ||
})(["transition:all linear .2s;position:relative;cursor:pointer;height:", "px;width:", "px;z-index:1;&:before,&:after{transition:all ease .2s;position:absolute;margin-left:-13px;content:\"\";width:24px;height:3px;border-radius:3px;left:50%;top:50%;background-color:", ";}&:before{margin-top:-7px;}&:after{margin-top:3px;}", ""], (0, _styles.g)(4), (0, _styles.g)(4), function (_ref) { | ||
})(["transition:all linear .2s;position:relative;cursor:pointer;height:", "px;width:", "px;z-index:1;&:before,&:after{transition:all ease .2s;position:absolute;margin-left:-13px;content:\"\";width:24px;height:3px;border-radius:1.5px;left:50%;top:50%;background-color:", ";}&:before{margin-top:-7px;}&:after{margin-top:3px;}", ""], (0, _styles.g)(4), (0, _styles.g)(4), function (_ref) { | ||
var color = _ref.color; | ||
@@ -32,0 +32,0 @@ return _yorkCore.colors[color] || _yorkCore.colors.black; |
@@ -101,3 +101,3 @@ "use strict"; | ||
componentId: "sc-1mqwwss-4" | ||
})(["position:relative;", " &:hover > ", "{clip:initial;width:initial;height:initial;margin:initial;}"], _styles.media.desktop("\n height: 100%;\n display: flex;\n align-items: center;\n "), StyledFloatingMenu); | ||
})(["position:relative;", " &:hover > ", "{clip:auto;width:auto;height:auto;margin:0;}"], _styles.media.desktop("\n height: 100%;\n display: flex;\n align-items: center;\n "), StyledFloatingMenu); | ||
@@ -104,0 +104,0 @@ var StyledHoverButton = (0, _styledComponents.default)(_MenuItem.default).withConfig({ |
{ | ||
"name": "@qlean/york-web", | ||
"version": "0.3.6-beta-10", | ||
"version": "0.3.6-beta-11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -24,3 +24,3 @@ import React from 'react'; | ||
height: 3px; | ||
border-radius: 3px; | ||
border-radius: 1.5px; | ||
left: 50%; | ||
@@ -27,0 +27,0 @@ top: 50%; |
@@ -68,6 +68,6 @@ import React, { Fragment } from 'react'; | ||
&:hover > ${StyledFloatingMenu} { | ||
clip: initial; | ||
width: initial; | ||
height: initial; | ||
margin: initial; | ||
clip: auto; | ||
width: auto; | ||
height: auto; | ||
margin: 0; | ||
} | ||
@@ -74,0 +74,0 @@ `; |
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
203635