Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@govuk-frederic/result-count-title

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-frederic/result-count-title - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

es/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc