@govuk-frederic/result-count-title
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -7,6 +7,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } | ||
import ResultCount from '@govuk-frederic/result-count'; | ||
import { NTA_LIGHT } from '@govuk-react/constants'; | ||
var Wrapper = | ||
/*#__PURE__*/ | ||
styled('div', { | ||
target: "ebw94t0", | ||
target: "e4u1u2g0", | ||
label: "Wrapper" | ||
@@ -21,7 +22,7 @@ })({ | ||
styled('div', { | ||
target: "ebw94t1", | ||
target: "e4u1u2g1", | ||
label: "Title" | ||
})({ | ||
display: 'inline-block', | ||
fontFamily: 'Roboto, Arial, sans-serif', | ||
fontFamily: NTA_LIGHT, | ||
fontSize: '15px', | ||
@@ -28,0 +29,0 @@ lineHeight: '1.25', |
@@ -14,2 +14,4 @@ "use strict"; | ||
var _constants = require("@govuk-react/constants"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -22,3 +24,3 @@ | ||
(0, _reactEmotion.default)('div', { | ||
target: "ebw94t0", | ||
target: "e4u1u2g0", | ||
label: "Wrapper" | ||
@@ -33,7 +35,7 @@ })({ | ||
(0, _reactEmotion.default)('div', { | ||
target: "ebw94t1", | ||
target: "e4u1u2g1", | ||
label: "Title" | ||
})({ | ||
display: 'inline-block', | ||
fontFamily: 'Roboto, Arial, sans-serif', | ||
fontFamily: _constants.NTA_LIGHT, | ||
fontSize: '15px', | ||
@@ -40,0 +42,0 @@ lineHeight: '1.25', |
{ | ||
"name": "@govuk-frederic/result-count-title", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"dependencies": { | ||
"@govuk-frederic/result-count": "^0.0.3", | ||
"@govuk-react/constants": "^0.2.7" | ||
}, | ||
"devDependencies": { | ||
@@ -5,0 +9,0 @@ "@govuk-react/storybook-components": "^0.2.4", |
@@ -6,2 +6,3 @@ import React from 'react'; | ||
import ResultCount from '@govuk-frederic/result-count'; | ||
import { NTA_LIGHT } from '@govuk-react/constants'; | ||
@@ -16,3 +17,3 @@ const Wrapper = styled('div')({ | ||
display: 'inline-block', | ||
fontFamily: 'Roboto, Arial, sans-serif', | ||
fontFamily: NTA_LIGHT, | ||
fontSize: '15px', | ||
@@ -19,0 +20,0 @@ lineHeight: '1.25', |
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
26212
314
6
+ Added@govuk-frederic/result-count@0.0.3(transitive)
+ Added@govuk-react/constants@0.2.7(transitive)
+ Addedgovuk-colours@1.1.0(transitive)