@titelmedia/bricks-section-simple
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.18](https://github.com/outisfun/bricks-lerna/compare/v0.1.17...v0.1.18) (2021-12-21) | ||
**Note:** Version bump only for package @titelmedia/bricks-section-simple | ||
## [0.1.17](https://github.com/outisfun/bricks-lerna/compare/v0.1.16...v0.1.17) (2021-12-21) | ||
@@ -8,0 +16,0 @@ |
@@ -19,3 +19,3 @@ "use strict"; | ||
return props.colorMode === 'dark' ? 'black' : 'white'; | ||
return props.colorMode === 'dark' ? 'black' : 'transparent'; | ||
}}; | ||
@@ -22,0 +22,0 @@ `; |
@@ -9,3 +9,3 @@ import styled from 'styled-components'; | ||
} | ||
return props.colorMode === 'dark' ? 'black' : 'white'; | ||
return props.colorMode === 'dark' ? 'black' : 'transparent'; | ||
}}; | ||
@@ -12,0 +12,0 @@ `; |
{ | ||
"name": "@titelmedia/bricks-section-simple", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "to do", | ||
@@ -28,3 +28,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "9066109fe6578b4225536946df4f56c27ff746dd" | ||
"gitHead": "4f859f66deafaca3c9519979c2d614dd430c0e71" | ||
} |
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
6497