@s-ui/react-atom-input
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -55,2 +55,3 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
tabIndex = _ref2$tabIndex === void 0 ? DEFAULT_PROPS.TAB_INDEX : _ref2$tabIndex, | ||
ariaLabel = _ref2.ariaLabel, | ||
maxLength = _ref2.maxLength, | ||
@@ -113,2 +114,3 @@ minLength = _ref2.minLength, | ||
tabIndex: tabIndex, | ||
"aria-label": ariaLabel, | ||
disabled: disabled, | ||
@@ -115,0 +117,0 @@ readOnly: readOnly, |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
49109
396