@govuk-react/icons
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -7,5 +7,5 @@ import React from 'react'; | ||
title: "ArrowLeft example", | ||
fill: "red" | ||
fill: "black" | ||
}, "ArrowLeft example"); | ||
}); | ||
//# sourceMappingURL=stories.js.map |
@@ -7,5 +7,5 @@ import React from 'react'; | ||
title: "example", | ||
fill: "green" | ||
fill: "black" | ||
}, "ArrowRight example"); | ||
}); | ||
//# sourceMappingURL=stories.js.map |
@@ -7,5 +7,5 @@ import React from 'react'; | ||
viewBox: "0 0 57 57", | ||
fill: "blue" | ||
fill: "black" | ||
}, "Search example"); | ||
}); | ||
//# sourceMappingURL=stories.js.map |
@@ -14,5 +14,5 @@ "use strict"; | ||
title: "ArrowLeft example", | ||
fill: "red" | ||
fill: "black" | ||
}, "ArrowLeft example"); | ||
}); | ||
//# sourceMappingURL=stories.js.map |
@@ -14,5 +14,5 @@ "use strict"; | ||
title: "example", | ||
fill: "green" | ||
fill: "black" | ||
}, "ArrowRight example"); | ||
}); | ||
//# sourceMappingURL=stories.js.map |
@@ -14,5 +14,5 @@ "use strict"; | ||
viewBox: "0 0 57 57", | ||
fill: "blue" | ||
fill: "black" | ||
}, "Search example"); | ||
}); | ||
//# sourceMappingURL=stories.js.map |
{ | ||
"name": "@govuk-react/icons", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.1.21", | ||
"@govuk-react/constants": "^0.1.26", | ||
"glamor": "^2.20.40", | ||
@@ -16,3 +16,3 @@ "govuk-colours": "^1.0.3" | ||
"@babel/cli": "^7.0.0-beta.40", | ||
"@govuk-react/button": "^0.1.25", | ||
"@govuk-react/button": "^0.1.26", | ||
"@storybook/addon-actions": "^3.3.14", | ||
@@ -19,0 +19,0 @@ "@storybook/react": "^3.3.14", |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
storiesOf('Icons', module).add('ArrowLeft', () => ( | ||
<ArrowLeft title="ArrowLeft example" fill="red">ArrowLeft example</ArrowLeft> | ||
<ArrowLeft title="ArrowLeft example" fill="black">ArrowLeft example</ArrowLeft> | ||
)); |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
storiesOf('Icons', module).add('Arrow Right', () => ( | ||
<ArrowRight title="example" fill="green">ArrowRight example</ArrowRight> | ||
<ArrowRight title="example" fill="black">ArrowRight example</ArrowRight> | ||
)); |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
storiesOf('Icons', module).add('Search', () => ( | ||
<Search viewBox="0 0 57 57" fill="blue">Search example</Search> | ||
<Search viewBox="0 0 57 57" fill="black">Search example</Search> | ||
)); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
98517