Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@govuk-react/icons

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-react/icons - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

2

es/ArrowLeft/stories.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc