Skip to content

Commit f98c6ec

Browse files
committed
🏗️ 0.1.3
1 parent 43ba60b commit f98c6ec

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

docs/css/app.db8051b1.css renamed to docs/css/app.7c93e43f.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>vue-input-ui</title><link href=css/app.db8051b1.css rel=preload as=style><link href=js/app.7b93ef26.js rel=preload as=script><link href=js/chunk-vendors.d168464d.js rel=preload as=script><link href=css/app.db8051b1.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-input-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.d168464d.js></script><script src=js/app.7b93ef26.js></script></body></html>
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>vue-input-ui</title><link href=css/app.7c93e43f.css rel=preload as=style><link href=js/app.1c206eb0.js rel=preload as=script><link href=js/chunk-vendors.d168464d.js rel=preload as=script><link href=css/app.7c93e43f.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-input-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.d168464d.js></script><script src=js/app.1c206eb0.js></script></body></html>

docs/js/app.1c206eb0.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.1c206eb0.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.7b93ef26.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/app.7b93ef26.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-input-ui",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A beautiful input made with Vue JS",
55
"author": "Louis Mazel <mazuel.loic@gmail.com>",
66
"scripts": {

src/VueInputUi/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<div
33
ref="parent"
44
:class="[{
5-
'is-focused': isFocus,
5+
'is-focused': isFocus || valid,
66
'has-value': value,
77
'has-error': error,
88
'is-disabled': disabled,
99
'is-dark': dark,
10-
'is-focused': valid,
1110
'has-hint': hint && !value
1211
}, size]"
1312
class="field"

0 commit comments

Comments
 (0)