grommet-theme-hpe
Advanced tools
Comparing version 0.2.0 to 0.3.0
16
index.js
// (C) Copyright 2017-2018 Hewlett Packard Enterprise Development LP | ||
import { css } from 'styled-components'; | ||
const isObject = item => ( | ||
item && typeof item === 'object' && !Array.isArray(item)); | ||
const deepFreeze = (obj) => { | ||
@@ -85,2 +89,14 @@ Object.keys(obj).forEach( | ||
}, | ||
checkBox: { | ||
icon: { | ||
extend: css` | ||
box-sizing: border-box; | ||
position: absolute; | ||
top: 0px; | ||
left: 0px; | ||
width: ${props => props.theme.checkBox.size}; | ||
height: ${props => props.theme.checkBox.size}; | ||
`, | ||
}, | ||
}, | ||
clock: { | ||
@@ -87,0 +103,0 @@ analog: { |
{ | ||
"name": "grommet-theme-hpe", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "index.js", | ||
@@ -18,3 +18,6 @@ "sideEffects": false, | ||
"url": "https://github.com/grommet/grommet-theme-hpe.git" | ||
}, | ||
"peerDependencies": { | ||
"styled-components": "^4.0.0" | ||
} | ||
} |
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
21525
5
104
1