@titelmedia/bricks-section-simple
Advanced tools
Comparing version 0.4.32 to 0.4.43
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.43](https://github.com/outisfun/bricks-lerna/compare/v0.4.42...v0.4.43) (2022-02-10) | ||
**Note:** Version bump only for package @titelmedia/bricks-section-simple | ||
## [0.4.32](https://github.com/outisfun/bricks-lerna/compare/v0.4.31...v0.4.32) (2022-02-09) | ||
@@ -8,0 +16,0 @@ |
@@ -24,7 +24,8 @@ "use strict"; | ||
color: ${props => props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
border-color: ${props => props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
border: 1px solid ${props => props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
&:hover { | ||
color: ${props => props.colorMode === 'dark' ? 'inherit' : 'black'}; | ||
background-color: ${props => props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
border-color: ${props => props.colorMode === 'dark' ? 'inherit' : 'black'}; | ||
} | ||
@@ -31,0 +32,0 @@ } |
@@ -14,5 +14,4 @@ import styled from 'styled-components'; | ||
color: ${props => (props.colorMode === 'dark' ? 'white' : 'inherit')}; | ||
border-color: ${props => | ||
props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
border: 1px solid ${props => (props.colorMode === 'dark' ? 'white' : 'inherit')}; | ||
&:hover { | ||
@@ -22,4 +21,5 @@ color: ${props => (props.colorMode === 'dark' ? 'inherit' : 'black')}; | ||
props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
border-color: ${props => (props.colorMode === 'dark' ? 'inherit' : 'black')}; | ||
} | ||
} | ||
`; |
{ | ||
"name": "@titelmedia/bricks-section-simple", | ||
"version": "0.4.32", | ||
"version": "0.4.43", | ||
"description": "to do", | ||
@@ -30,3 +30,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "4cdd68f740bafd23b6504f09d439d6abdce1a8aa" | ||
"gitHead": "22f24b0afee9a47a0fb6620189387f7888186c94" | ||
} |
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
13591
86