@clayui/form
Advanced tools
Comparing version 3.95.2 to 3.96.0
@@ -54,3 +54,3 @@ "use strict"; | ||
var _useInternalState = (0, _shared.useInternalState)({ | ||
var _useControlledState = (0, _shared.useControlledState)({ | ||
defaultName: 'defaultValue', | ||
@@ -63,5 +63,5 @@ defaultValue: defaultValue, | ||
}), | ||
_useInternalState2 = _slicedToArray(_useInternalState, 2), | ||
internalValue = _useInternalState2[0], | ||
setValue = _useInternalState2[1]; | ||
_useControlledState2 = _slicedToArray(_useControlledState, 2), | ||
internalValue = _useControlledState2[0], | ||
setValue = _useControlledState2[1]; | ||
@@ -68,0 +68,0 @@ return /*#__PURE__*/_react.default.createElement("div", _extends({}, otherProps, { |
{ | ||
"name": "@clayui/form", | ||
"version": "3.95.2", | ||
"version": "3.96.0", | ||
"description": "ClayForm component", | ||
@@ -31,3 +31,3 @@ "license": "BSD-3-Clause", | ||
"@clayui/icon": "^3.56.0", | ||
"@clayui/shared": "^3.95.2", | ||
"@clayui/shared": "^3.96.0", | ||
"classnames": "^2.2.6" | ||
@@ -43,3 +43,3 @@ }, | ||
], | ||
"gitHead": "68ebdcf79dab1ba0af5846b23f64fb8776156df7" | ||
"gitHead": "4b068cc052987f0a95dc6ca3e5f985b5a52236c6" | ||
} |
Sorry, the diff of this file is not supported yet
134166
Updated@clayui/shared@^3.96.0