Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wideeyes-ui

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wideeyes-ui - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

lib/TextField/index.js

15

build/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc