Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actengage committed Jun 27, 2018
1 parent 36df697 commit 790f8ce
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/vue-credit-card-field.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
top: 0;
width: 3em;
height: 100%;
transition: opacity .333s ease-in-out; }
transition: opacity .15s ease-in-out; }
.credit-card-field-wrapper .form-control.credit-card-field {
box-sizing: border-box;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-credit-card-field.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-credit-card-field.es.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-credit-card-field.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-credit-card-field.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-credit-card-field",
"version": "0.1.6",
"version": "0.1.7",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.44",
"@babel/core": "^7.0.0-beta.44",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/CreditCardField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export default {
top: 0;
width: 3em;
height: 100%;
transition: opacity .333s ease-in-out;
transition: opacity .15s ease-in-out;
}
.form-control.credit-card-field {
Expand Down

0 comments on commit 790f8ce

Please sign in to comment.