@s-ui/react-atom-input
Advanced tools
Comparing version 5.8.0 to 5.9.0
# CHANGELOG | ||
# 5.9.0 (2021-10-19) | ||
# 5.8.0 (2021-10-18) | ||
@@ -8,2 +12,3 @@ | ||
* **components/atom/input:** add large to input sizes ([c5f134b](https://github.com/SUI-Components/sui-components/commit/c5f134bd2ef9cfbe8699801bab279ec30efbffd5)), closes [#1737](https://github.com/SUI-Components/sui-components/issues/1737) | ||
* **components/atom/input:** password classname fix ([8575b3e](https://github.com/SUI-Components/sui-components/commit/8575b3efc267c5783e835dd3b4a7763fa61fd12a)) | ||
@@ -10,0 +15,0 @@ |
@@ -19,2 +19,3 @@ import cx from 'classnames'; | ||
export var SIZES = { | ||
LARGE: 'l', | ||
MEDIUM: 'm', | ||
@@ -21,0 +22,0 @@ SMALL: 's', |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
53808
412