publish 2.0.2

This commit is contained in:
“jonyshi” 2019-02-28 19:10:10 +08:00
parent 1aae33d2cc
commit 96215d85a8
4 changed files with 13 additions and 13 deletions

View File

@ -254,14 +254,14 @@ input.u-button[type="submit"] {
display: inline-block; display: inline-block;
padding: 0 12px; padding: 0 12px;
width: 100%; width: 100%;
height: 30px; height: 32px;
cursor: text; cursor: text;
font-size: 14px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
color: #424242; color: #424242;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #bdbdbd; border: 1px solid rgb(224,224,224);
border-radius: 3px; border-radius: 3px;
transition: all .3s; } transition: all .3s; }
.u-form-control:focus { .u-form-control:focus {
@ -277,12 +277,12 @@ input.u-button[type="submit"] {
cursor: not-allowed; } cursor: not-allowed; }
.u-form-control.lg { .u-form-control.lg {
height: 38px; height: 40px;
font-size: 14px; } font-size: 14px; }
.u-form-control.sm { .u-form-control.sm {
font-size: 12px; font-size: 12px;
height: 24px; } height: 26px; }
.u-form-control-search-wrapper { .u-form-control-search-wrapper {
position: absolute; position: absolute;

12
dist/demo.css vendored
View File

@ -5311,7 +5311,7 @@ input.u-button[type="submit"] {
width: 38px; width: 38px;
padding: 0; padding: 0;
line-height: normal; line-height: normal;
border: 1px solid rgb(red); } border: 1px solid rgb(165, 173, 186); }
.u-button-floating.colored { .u-button-floating.colored {
background: rgb(67,160,71); background: rgb(67,160,71);
color: rgb(255,255,255); color: rgb(255,255,255);
@ -5474,7 +5474,7 @@ input.u-button[type="submit"] {
width: 32px; width: 32px;
padding: 0; padding: 0;
line-height: normal; line-height: normal;
border: 1px solid rgb(red); } border: 1px solid rgb(165, 173, 186); }
.u-button-lg { .u-button-lg {
padding: 8px 15px; padding: 8px 15px;
@ -5512,14 +5512,14 @@ input.u-button[type="submit"] {
display: inline-block; display: inline-block;
padding: 0 12px; padding: 0 12px;
width: 100%; width: 100%;
height: 30px; height: 32px;
cursor: text; cursor: text;
font-size: 14px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
color: #424242; color: #424242;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #bdbdbd; border: 1px solid rgb(224,224,224);
border-radius: 3px; border-radius: 3px;
transition: all .3s; } transition: all .3s; }
.u-form-control:focus { .u-form-control:focus {
@ -5535,12 +5535,12 @@ input.u-button[type="submit"] {
cursor: not-allowed; } cursor: not-allowed; }
.u-form-control.lg { .u-form-control.lg {
height: 38px; height: 40px;
font-size: 14px; } font-size: 14px; }
.u-form-control.sm { .u-form-control.sm {
font-size: 12px; font-size: 12px;
height: 24px; } height: 26px; }
.u-form-control-search-wrapper { .u-form-control-search-wrapper {
position: absolute; position: absolute;

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "bee-transfer", "name": "bee-transfer",
"version": "2.0.1", "version": "2.0.2",
"description": "Transfer ui component for react", "description": "Transfer ui component for react",
"keywords": [ "keywords": [
"react", "react",
@ -40,7 +40,7 @@
"bee-animate": "^1.0.0", "bee-animate": "^1.0.0",
"bee-button": "^1.0.6", "bee-button": "^1.0.6",
"bee-checkbox": "^2.0.0", "bee-checkbox": "^2.0.0",
"bee-form-control": "^1.0.7", "bee-form-control": "^1.1.11",
"bee-icon": "^1.0.4", "bee-icon": "^1.0.4",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"react-lazy-load": "^3.0.12", "react-lazy-load": "^3.0.12",