@tds/core-checkbox
Advanced tools
Comparing version 2.0.22 to 2.0.23
@@ -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 @@ |
@@ -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
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
200333