@govuk-react/error-text
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -12,3 +12,3 @@ var _styled; | ||
styled('span', { | ||
target: "e4u1u2g0", | ||
target: "e117lwls0", | ||
label: "StyledError" | ||
@@ -15,0 +15,0 @@ })((_styled = { |
@@ -25,3 +25,3 @@ "use strict"; | ||
(0, _reactEmotion.default)('span', { | ||
target: "e4u1u2g0", | ||
target: "e117lwls0", | ||
label: "StyledError" | ||
@@ -64,3 +64,3 @@ })((_styled = { | ||
exports.default = _default; | ||
module.exports = exports["default"]; | ||
module.exports = exports.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@govuk-react/error-text", | ||
"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/error-text", | ||
"homepage": "https://github.com/govuk-react/govuk-react/tree/master/components/error-text", | ||
"description": "Renders a styled span element containing children provided.", | ||
@@ -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
20914
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