@govuk-react/error-text
Advanced tools
Comparing version 0.5.1 to 0.6.0-alpha.0
@@ -1,2 +0,2 @@ | ||
import styled from 'react-emotion'; | ||
import styled from 'styled-components'; | ||
import React from 'react'; | ||
@@ -8,8 +8,3 @@ import PropTypes from 'prop-types'; | ||
import { typography } from '@govuk-react/lib'; | ||
var StyledError = | ||
/*#__PURE__*/ | ||
styled('span', { | ||
target: "e117lwls0", | ||
label: "StyledError" | ||
})(typography.font({ | ||
var StyledError = styled('span')(typography.font({ | ||
size: 19, | ||
@@ -16,0 +11,0 @@ weight: 'bold' |
@@ -6,3 +6,3 @@ "use strict"; | ||
var _reactEmotion = _interopRequireDefault(require("react-emotion")); | ||
var _styledComponents = _interopRequireDefault(require("styled-components")); | ||
@@ -23,8 +23,3 @@ var _react = _interopRequireDefault(require("react")); | ||
var StyledError = | ||
/*#__PURE__*/ | ||
(0, _reactEmotion.default)('span', { | ||
target: "e117lwls0", | ||
label: "StyledError" | ||
})(_lib.typography.font({ | ||
var StyledError = (0, _styledComponents.default)('span')(_lib.typography.font({ | ||
size: 19, | ||
@@ -31,0 +26,0 @@ weight: 'bold' |
{ | ||
"name": "@govuk-react/error-text", | ||
"version": "0.5.1", | ||
"version": "0.6.0-alpha.0", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.5.1", | ||
"@govuk-react/hoc": "^0.5.1", | ||
"@govuk-react/lib": "^0.5.1", | ||
"@govuk-react/constants": "^0.6.0-alpha.0", | ||
"@govuk-react/hoc": "^0.6.0-alpha.0", | ||
"@govuk-react/lib": "^0.6.0-alpha.0", | ||
"govuk-colours": "^1.0.3" | ||
}, | ||
"peerDependencies": { | ||
"emotion": ">=9", | ||
"react": ">=16.2.0", | ||
"react-emotion": ">=9" | ||
"styled-components": ">=4" | ||
}, | ||
@@ -15,0 +14,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
import styled from 'react-emotion'; | ||
import styled from 'styled-components'; | ||
import React from 'react'; | ||
@@ -3,0 +3,0 @@ import PropTypes from 'prop-types'; |
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
18928
6
193
+ Added@emotion/is-prop-valid@1.2.2(transitive)
+ Added@emotion/memoize@0.8.1(transitive)
+ Added@emotion/unitless@0.8.1(transitive)
+ Added@govuk-react/constants@0.6.0(transitive)
+ Added@govuk-react/hoc@0.6.0(transitive)
+ Added@govuk-react/icons@0.6.0(transitive)
+ Added@govuk-react/lib@0.6.0(transitive)
+ Added@govuk-react/link@0.6.0(transitive)
+ Added@types/stylis@4.2.5(transitive)
+ Addedcamelize@1.0.1(transitive)
+ Addedcss-color-keywords@1.0.0(transitive)
+ Addedcss-to-react-native@3.2.0(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addednanoid@3.3.7(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.4.38(transitive)
+ Addedpostcss-value-parser@4.2.0(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
+ Addedshallowequal@1.1.0(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedstyled-components@6.1.13(transitive)
+ Addedstylis@4.3.2(transitive)
+ Addedtslib@2.6.2(transitive)
- Removed@govuk-react/constants@0.5.1(transitive)
- Removed@govuk-react/hoc@0.5.1(transitive)
- Removed@govuk-react/icons@0.5.1(transitive)
- Removed@govuk-react/lib@0.5.1(transitive)
- Removedemotion@11.0.0(transitive)
- Removedreact-emotion@10.0.0(transitive)