Socket
Socket
Sign inDemoInstall

nuke-input

Package Overview
Dependencies
Maintainers
4
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-input - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

HISTORY.md
# Changelog
## 2.0.5 / 2018-04-10
* [[d77b0c94](http://gitlab.alibaba-inc.com/nuke/input/commit/d77b0c94a47ba599f03cdc7cb82a9bde0da6ee5c)] - `fix` remove parseInt in style
## 2.0.4 / 2018-04-09

@@ -5,0 +9,0 @@

26

lib/styles/index.js

@@ -25,10 +25,12 @@ 'use strict';

},
'single-wrap': _extends({
'single-wrap': {
borderRadius: Variables['single-radius'],
borderColor: Variables['single-line-color'],
borderWidth: parseFloat(Variables['line-width'], 10),
borderWidth: Variables['line-width'],
borderStyle: Variables['border-style'],
backgroundColor: Variables['bg-color'],
height: Variables['single-height']
}, core.padding(0, Variables['single-padding-left-right'])),
height: Variables['single-height'],
paddingLeft: Variables['single-padding-left-right'],
paddingRight: Variables['single-padding-left-right']
},
'single-disabled': {

@@ -89,6 +91,6 @@ borderColor: Variables['disabled-line-color'],

borderColor: 'transparent',
borderBottomWidth: parseFloat(Variables['md-border-top-width'], 10),
borderTopWidth: parseFloat(Variables['md-border-top-width'], 10),
borderLeftWidth: parseFloat(Variables['md-border-left-width'], 10),
borderRightWidth: parseFloat(Variables['md-border-right-width'], 10)
borderBottomWidth: Variables['md-border-top-width'],
borderTopWidth: Variables['md-border-top-width'],
borderLeftWidth: Variables['md-border-left-width'],
borderRightWidth: Variables['md-border-right-width']
},

@@ -332,6 +334,6 @@ 'static-placeholder': {

borderColor: 'transparent',
borderBottomWidth: parseFloat(Variables['md-border-top-width'], 10),
borderTopWidth: parseFloat(Variables['md-border-top-width'], 10),
borderLeftWidth: parseFloat(Variables['md-border-left-width'], 10),
borderRightWidth: parseFloat(Variables['md-border-right-width'], 10),
borderBottomWidth: Variables['md-border-top-width'],
borderTopWidth: Variables['md-border-top-width'],
borderLeftWidth: Variables['md-border-left-width'],
borderRightWidth: Variables['md-border-right-width'],
backgroundColor: Variables['bg-color']

@@ -338,0 +340,0 @@ },

@@ -361,2 +361,4 @@ 'use strict';

}
// console.log(inputWrapperStyle)
return (0, _rax.createElement)(

@@ -363,0 +365,0 @@ _nukeView2.default,

{
"name": "nuke-input",
"version": "2.0.4",
"version": "2.0.5",
"description": "输入框",

@@ -5,0 +5,0 @@ "main": "lib/index",

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