@s-ui/react-atom-input
Advanced tools
Comparing version 4.21.0 to 4.22.0
@@ -5,2 +5,11 @@ # Change Log | ||
# 4.22.0 (2020-08-17) | ||
### Features | ||
* export inputTypes dict ([4c836b3](https://github.com/SUI-Components/sui-components/commit/4c836b368d8e96bdb8fbbb14af425109271e4982)) | ||
# 4.21.0 (2020-07-17) | ||
@@ -7,0 +16,0 @@ |
@@ -6,2 +6,12 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
import Mask from './Mask'; | ||
var TYPES = { | ||
DATE: 'date', | ||
MASK: 'mask', | ||
NUMBER: 'number', | ||
PASSWORD: 'password', | ||
SUI_PASSWORD: 'sui-password', | ||
TEXT: 'text', | ||
TEL: 'tel', | ||
EMAIL: 'email' | ||
}; | ||
@@ -28,2 +38,2 @@ var AtomInput = function AtomInput(_ref) { | ||
export default AtomInput; | ||
export { inputSizes, inputStates }; | ||
export { inputSizes, inputStates, TYPES as inputTypes }; |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "4.21.0", | ||
"version": "4.22.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
47397
364