@govuk-react/icons
Advanced tools
Comparing version 0.2.1 to 0.2.2
import React from 'react'; | ||
import { storiesOf } from '@storybook/react'; | ||
import { withKnobs, color, text, object } from '@storybook/addon-knobs/react'; | ||
import { withKnobs, color, text } from '@storybook/addon-knobs/react'; | ||
import SVGBase from '.'; | ||
@@ -5,0 +5,0 @@ var stories = storiesOf('Icons', module); |
{ | ||
"name": "@govuk-react/icons", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.2.1", | ||
"@govuk-react/constants": "^0.2.2", | ||
"govuk-colours": "^1.0.3" | ||
@@ -23,3 +23,3 @@ }, | ||
"license": "MIT", | ||
"homepage": "https://github.com/penx/govuk-react#readme", | ||
"homepage": "https://github.com/UKHomeOffice/govuk-react#readme", | ||
"description": "govuk-react: A port of the govuk-frontend components for React using Emotion.", | ||
@@ -26,0 +26,0 @@ "private": false, |
import React from 'react'; | ||
import { storiesOf } from '@storybook/react'; | ||
import { withKnobs, color, text, object } from '@storybook/addon-knobs/react'; | ||
import { withKnobs, color, text } from '@storybook/addon-knobs/react'; | ||
@@ -5,0 +5,0 @@ import SVGBase from '.'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
121448