@s-ui/react-atom-input
Advanced tools
Comparing version 5.14.0 to 5.15.0
# CHANGELOG | ||
# 5.15.0 (2022-02-23) | ||
### Bug Fixes | ||
* **components/atom/input:** default input tabindex -1 removed ([f599999](https://github.com/SUI-Components/sui-components/commit/f599999d139a685ddd0ecc7ac89f92628eb1b01d)) | ||
# 5.14.0 (2022-02-01) | ||
@@ -4,0 +13,0 @@ |
@@ -23,4 +23,3 @@ import { forwardRef } from 'react'; | ||
charsSize = _ref.charsSize, | ||
_ref$tabIndex = _ref.tabIndex, | ||
tabIndex = _ref$tabIndex === void 0 ? -1 : _ref$tabIndex, | ||
tabIndex = _ref.tabIndex, | ||
ariaLabel = _ref.ariaLabel, | ||
@@ -27,0 +26,0 @@ maxLength = _ref.maxLength, |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "5.14.0", | ||
"version": "5.15.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59932
428