diff --git a/package.json b/package.json index e89f36d3..e35b80cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "0.7.5", + "version": "0.7.6", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu-private/" diff --git a/src/components/Input/SFloatInput.vue b/src/components/Input/SFloatInput.vue new file mode 100644 index 00000000..88b8cc1e --- /dev/null +++ b/src/components/Input/SFloatInput.vue @@ -0,0 +1,111 @@ + + + diff --git a/src/components/Input/SInput.vue b/src/components/Input/SInput.vue index d6f53b46..91d89784 100644 --- a/src/components/Input/SInput.vue +++ b/src/components/Input/SInput.vue @@ -39,7 +39,7 @@