@hixme-ui/checkbox
Advanced tools
Comparing version 1.20.0 to 2.0.0-alpha.0
@@ -26,3 +26,3 @@ 'use strict'; | ||
}, function (props) { | ||
return props.disabled ? _theme2.default.colors.lighter : _theme2.default.colors.default; | ||
return props.disabled ? _theme2.default.colors.light : _theme2.default.colors.grey30; | ||
}); | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "@hixme-ui/checkbox", | ||
"version": "1.20.0", | ||
"version": "2.0.0-alpha.0", | ||
"description": "hixme-ui Checkbox component", | ||
@@ -81,3 +81,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@hixme-ui/theme": "^1.20.0", | ||
"@hixme-ui/theme": "^2.0.0-alpha.0", | ||
"react-animations": "^1.0.0", | ||
@@ -84,0 +84,0 @@ "react-maskedinput": "^4.0.0", |
@@ -7,3 +7,3 @@ import styled from 'styled-components' | ||
display: inline-block; | ||
color: ${props => (props.disabled ? theme.colors.lighter : theme.colors.default)}; | ||
color: ${props => (props.disabled ? theme.colors.light : theme.colors.grey30)}; | ||
margin: 0 0 0 16px; | ||
@@ -10,0 +10,0 @@ vertical-align: top; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27682
2
+ Added@hixme-ui/theme@2.2.0(transitive)
- Removed@hixme-ui/theme@1.20.7(transitive)