buoy-burger
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -44,3 +44,4 @@ "use strict"; | ||
version: "1.1", | ||
xmlns: "http://www.w3.org/2000/svg" }, | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}, | ||
_react2.default.createElement( | ||
@@ -53,3 +54,4 @@ "g", | ||
fillRule: "evenodd", | ||
strokeLinecap: "round" }, | ||
strokeLinecap: "round" | ||
}, | ||
_react2.default.createElement( | ||
@@ -60,3 +62,4 @@ "g", | ||
stroke: color, | ||
strokeWidth: "1.5" }, | ||
strokeWidth: "1.5" | ||
}, | ||
_react2.default.createElement( | ||
@@ -63,0 +66,0 @@ "g", |
{ | ||
"name": "buoy-burger", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Buoy burger svg component", | ||
@@ -14,4 +14,3 @@ "main": "dist/index.js", | ||
"styled-components": ">=3.2.6" | ||
}, | ||
"gitHead": "5a8db9e1f6941f23267a7b7ca9a8fcb1b4400708" | ||
} | ||
} |
@@ -17,3 +17,3 @@ import React from "react" | ||
const Burger = ({color, onClick, ariaLabel}) => ( | ||
const Burger = ({ color, onClick, ariaLabel }) => ( | ||
<Container aria-label={ariaLabel} onClick={onClick}> | ||
@@ -25,3 +25,4 @@ <svg | ||
version="1.1" | ||
xmlns="http://www.w3.org/2000/svg"> | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<g | ||
@@ -32,11 +33,13 @@ stroke="none" | ||
fillRule="evenodd" | ||
strokeLinecap="round"> | ||
strokeLinecap="round" | ||
> | ||
<g | ||
transform="translate(-283.000000, -14.000000)" | ||
stroke={color} | ||
strokeWidth="1.5"> | ||
strokeWidth="1.5" | ||
> | ||
<g transform="translate(284.000000, 15.000000)"> | ||
<path d="M0,0.5 L20,0.5"></path> | ||
<path d="M0,7.5 L20,7.5"></path> | ||
<path d="M0,14.5 L20,14.5"></path> | ||
<path d="M0,0.5 L20,0.5" /> | ||
<path d="M0,7.5 L20,7.5" /> | ||
<path d="M0,14.5 L20,14.5" /> | ||
</g> | ||
@@ -55,5 +58,5 @@ </g> | ||
Burger.defaultProps = { | ||
color: "#000" | ||
color: "#000", | ||
} | ||
export default Burger |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
122
4144