wideeyes-ui
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -6,2 +6,3 @@ const React = require('react') | ||
const Button = require('../lib').Button | ||
const TextField = require('../lib').TextField | ||
const LoadingSpinner = require('../lib').LoadingSpinner | ||
@@ -11,6 +12,6 @@ | ||
<section style={{ | ||
margin: '2rem', | ||
display: 'flex', | ||
flexDirection: 'column', | ||
justifyContent: 'space-around', | ||
margin: '2rem' | ||
justifyContent: 'space-around' | ||
}} | ||
@@ -130,7 +131,13 @@ > | ||
</section> | ||
<section style={{display: 'flex', marginTop: '2rem'}}> | ||
<section style={{display: 'flex', marginTop: '2rem', alignItems: 'center'}}> | ||
<div style={{marginRight: '.5rem'}}><Tag value='example' active /></div> | ||
<Tag value='example' onClick={() => alert('I was clicked!')} /> | ||
<Tag value='example' onClick={() => window.alert('I was clicked!')} /> | ||
<TextField | ||
placeholder='This is a placeholder' | ||
containerProps={{style: {marginLeft: '1rem', width: 300}}} | ||
/> | ||
</section> | ||
<section style={{display: 'flex', marginTop: '2rem'}}> | ||
</section> | ||
</section> | ||
), document.getElementById('root')) |
export * from './Tag' | ||
export * from './buttons' | ||
export * from './TextField' | ||
export * from './LoadingSpinner' |
{ | ||
"name": "wideeyes-ui", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"repository": "git@bitbucket.org:wideeyes/new-recognize-demo.git", | ||
@@ -5,0 +5,0 @@ "main": "index.jsx", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23288
23
567
0