nuke-components
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "nuke-components", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13
Text.js
@@ -77,4 +77,15 @@ /* @jsx createElement */ | ||
} | ||
const styles = { | ||
initial: { | ||
border: '0 solid black', | ||
position: 'relative', | ||
boxSizing: 'border-box', | ||
display: 'block', | ||
flexDirection: 'column', | ||
alignContent: 'flex-start', | ||
flexShrink: 0, | ||
fontSize: 32 | ||
} | ||
}; | ||
export default Text; |
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
20443
730