@govuk-react/label
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -11,3 +11,3 @@ // https://github.com/alphagov/govuk-frontend/tree/master/src/components/ | ||
styled('label', { | ||
target: "e4u1u2g0", | ||
target: "e8m0ko70", | ||
label: "StyledLabel" | ||
@@ -14,0 +14,0 @@ })({ |
@@ -24,3 +24,3 @@ "use strict"; | ||
(0, _reactEmotion.default)('label', { | ||
target: "e4u1u2g0", | ||
target: "e8m0ko70", | ||
label: "StyledLabel" | ||
@@ -67,3 +67,3 @@ })({ | ||
exports.default = _default; | ||
module.exports = exports["default"]; | ||
module.exports = exports.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@govuk-react/label", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.3.1", | ||
"@govuk-react/hoc": "^0.3.1", | ||
"@govuk-react/constants": "^0.4.0", | ||
"@govuk-react/hoc": "^0.4.0", | ||
"govuk-colours": "^1.0.3" | ||
@@ -11,3 +11,2 @@ }, | ||
"emotion": ">=9", | ||
"prop-types": ">=15", | ||
"react": ">=16.2.0", | ||
@@ -17,5 +16,5 @@ "react-emotion": ">=9" | ||
"scripts": { | ||
"build": "npm run build:lib && npm run build:es", | ||
"build:lib": "rimraf lib && babel src -d lib --source-maps", | ||
"build:es": "rimraf es && cross-env BABEL_ENV=es babel src -d es --source-maps", | ||
"build": "yarn build:lib && yarn build:es", | ||
"build:lib": "rimraf lib && babel src -d lib --source-maps --config-file ../../babel.config.js", | ||
"build:es": "rimraf es && cross-env BABEL_ENV=es babel src -d es --source-maps --config-file ../../babel.config.js", | ||
"docs": "doc-component ./lib/index.js ./README.md" | ||
@@ -27,3 +26,3 @@ }, | ||
"license": "MIT", | ||
"homepage": "https://github.com/UKHomeOffice/govuk-react/tree/master/components/label", | ||
"homepage": "https://github.com/govuk-react/govuk-react/tree/master/components/label", | ||
"description": "Styled label with children displayed as text.", | ||
@@ -30,0 +29,0 @@ "private": false, |
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
21920
6
+ Added@govuk-react/constants@0.4.0(transitive)
+ Added@govuk-react/hoc@0.4.0(transitive)
+ Added@govuk-react/icons@0.4.0(transitive)
- Removed@govuk-react/constants@0.3.1(transitive)
- Removed@govuk-react/hoc@0.3.1(transitive)
- Removed@govuk-react/icons@0.3.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact-is@16.13.1(transitive)
Updated@govuk-react/hoc@^0.4.0