@_nu/css-input
Advanced tools
+8
-16
@@ -6,35 +6,27 @@ # Change Log | ||
| ## [1.0.4](https://github.com/nu-system/css-input/compare/@_nu/css-input@1.0.3...@_nu/css-input@1.0.4) (2020-08-16) | ||
| ## 1.0.5 (2020-08-18) | ||
| ### Bug Fixes | ||
| * update ([c05b20c](https://github.com/nu-system/css-input/commit/c05b20c3fd94f0884015cc0589f7c44abc218901)) | ||
| - add csstextarea ([4b822a1](https://github.com/nu-system/react/commit/4b822a1b82ec2e2ca6bdfcdd473c978653573acc)) | ||
| - 将 css 注入到 react 中 ([a3e4d6a](https://github.com/nu-system/react/commit/a3e4d6a22d345e02f2580b53212f6c063176d8b1)) | ||
| ## [1.0.4](https://github.com/nu-system/css-input/compare/@_nu/css-input@1.0.3...@_nu/css-input@1.0.4) (2020-08-16) | ||
| ### Bug Fixes | ||
| - update ([c05b20c](https://github.com/nu-system/css-input/commit/c05b20c3fd94f0884015cc0589f7c44abc218901)) | ||
| ## [1.0.3](https://github.com/nu-system/css-input/compare/@_nu/css-input@1.0.2...@_nu/css-input@1.0.3) (2020-08-16) | ||
| ### Bug Fixes | ||
| * 发布 ([22014cc](https://github.com/nu-system/css-input/commit/22014cc0d056833c00f02db9409b19c508ca88f7)) | ||
| - 发布 ([22014cc](https://github.com/nu-system/css-input/commit/22014cc0d056833c00f02db9409b19c508ca88f7)) | ||
| ## [1.0.2](https://github.com/nu-system/css-input/compare/@_nu/css-input@1.0.1...@_nu/css-input@1.0.2) (2020-08-16) | ||
| ### Bug Fixes | ||
| * 修改构建工具 ([3930fa5](https://github.com/nu-system/css-input/commit/3930fa508af689207d8d591aab09054b4023948e)) | ||
| - 修改构建工具 ([3930fa5](https://github.com/nu-system/css-input/commit/3930fa508af689207d8d591aab09054b4023948e)) | ||
| ## 1.0.1 (2020-07-04) | ||
@@ -41,0 +33,0 @@ |
+5
-4
| { | ||
| "name": "@_nu/css-input", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "CSS Input", | ||
| "repository": "git@github.com:nu-system/css-input.git", | ||
| "repository": "git@github.com:nu-system/react.git", | ||
| "bugs": "https://github.com/nu-system/react/issues", | ||
| "homepage": "https://github.com/nu-system/css-input", | ||
@@ -31,5 +32,5 @@ "author": "ziven27", | ||
| "start": "gulp", | ||
| "build": "rm -rf ./lib && rm -rf ./module && gulp build" | ||
| "build": "rm -rf lib && rm -rf ./module && gulp build" | ||
| }, | ||
| "gitHead": "0de582ba869f611b535c735b7ddee068706e886e" | ||
| "gitHead": "c33e272ec146e44bbb49b2a2a3451791b29ee75f" | ||
| } |
+1
-1
@@ -15,3 +15,3 @@ # @\_nu/css-input | ||
| English | [简体中文](./zh/README.md) | ||
| English | [简体中文](zh/README.md) | ||
@@ -18,0 +18,0 @@ ## Install |
| .nu_input input,input.nu_input{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;border-radius:3px;font:inherit;background-color:#fff;-webkit-transition:border-color 200ms,color 200ms,background-color 200ms;transition:border-color 200ms,color 200ms,background-color 200ms;padding:.5em .75em;height:2.5em;font-size:16px;line-height:1.5em;display:inline-block;vertical-align:middle} |
| .nu_input._block input,input.nu_input._block{display:block}.nu_input._block input{width:100%} |
| .nu_input._capsule input,input.nu_input._capsule{border-radius:100px} |
| .nu_input input:disabled,input.nu_input:focus{background-color:#f5f5f5;cursor:not-allowed} |
| .nu_input input:focus,input.nu_input:focus{border-color:#007bff} |
| .nu_input._l input,input.nu_input._l{height:2.66666667em;font-size:18px;padding:.58333333em .75em} |
| .nu_input._line input,input.nu_input._line{border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;border-radius:0;padding-left:0;padding-right:0}.nu_input._line input:focus,input.nu_input._line:focus{outline:0} |
| .nu_input input._s,input.nu_input._s{height:2.66666667em;font-size:12px;padding:.58333333em .75em} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8475
-9.07%12
-40%