@s-ui/react-atom-input
Advanced tools
Comparing version 5.16.0 to 5.17.0
# CHANGELOG | ||
# 5.17.0 (2022-06-20) | ||
### Features | ||
* **components/atom/input:** disable pointer events if there is no handler ([40bbcc4](https://github.com/SUI-Components/sui-components/commit/40bbcc4d58b1e093188431f9edf936a740e7dab7)) | ||
# 5.16.0 (2022-05-25) | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "5.16.0", | ||
"version": "5.17.0", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"prepare": "rimraf ./lib && npm run build:js && npm run build:styles", | ||
"prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles", | ||
"build:js": "babel --presets sui ./src --out-dir ./lib", | ||
@@ -9,0 +9,0 @@ "build:styles": "cpx './src/**/*.scss' ./lib" |
Sorry, the diff of this file is not supported yet
61790