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

@tds/core-checkbox

Package Overview
Dependencies
Maintainers
8
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds/core-checkbox - npm Package Compare versions

Comparing version 2.0.22 to 2.0.23

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.23](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@2.0.22...@tds/core-checkbox@2.0.23) (2019-10-10)
### Bug Fixes
* **core-checkbox:** fix proportions with custom browser font sizes ([29dedd3](https://github.com/telusdigital/tds/commit/29dedd3))
## [2.0.22](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@2.0.21...@tds/core-checkbox@2.0.22) (2019-10-09)

@@ -8,0 +19,0 @@

8

Checkbox.jsx

@@ -29,6 +29,6 @@ import React from 'react'

const FakeCheckbox = styled.span({
height: '20px',
width: '20px',
minHeight: '20px',
minWidth: '20px',
height: '1.25rem',
width: '1.25rem',
minHeight: '1.25rem',
minWidth: '1.25rem',

@@ -35,0 +35,0 @@ outline: 0,

@@ -289,6 +289,6 @@ 'use strict';

})(_extends_1({
height: '20px',
width: '20px',
minHeight: '20px',
minWidth: '20px',
height: '1.25rem',
width: '1.25rem',
minHeight: '1.25rem',
minWidth: '1.25rem',
outline: 0,

@@ -295,0 +295,0 @@ lineHeight: 0,

@@ -285,6 +285,6 @@ import React from 'react';

})(_extends_1({
height: '20px',
width: '20px',
minHeight: '20px',
minWidth: '20px',
height: '1.25rem',
width: '1.25rem',
minHeight: '1.25rem',
minWidth: '1.25rem',
outline: 0,

@@ -291,0 +291,0 @@ lineHeight: 0,

{
"name": "@tds/core-checkbox",
"version": "2.0.22",
"version": "2.0.23",
"main": "index.cjs.js",

@@ -38,3 +38,3 @@ "module": "index.es.js",

},
"gitHead": "e5c16dece2469304d5e6f4fc380c70f1fc071e13"
"gitHead": "345a47409a3679202649ef85b5584b19d1b9d225"
}

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