@vention/machine-ui 5.19.0 → 5.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +3 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -7229,7 +7229,9 @@ const VentionTextInput = _a => {
|
|
|
7229
7229
|
setUncontrolledLength(event.target.value.length);
|
|
7230
7230
|
(_a = props.onChange) === null || _a === void 0 ? void 0 : _a.call(props, event);
|
|
7231
7231
|
}
|
|
7232
|
-
const inputProps = Object.assign(Object.assign(Object.assign(Object.assign({
|
|
7232
|
+
const inputProps = Object.assign(Object.assign(Object.assign(Object.assign({
|
|
7233
|
+
notched: false
|
|
7234
|
+
}, props.InputProps), {
|
|
7233
7235
|
disabled: state === "disabled"
|
|
7234
7236
|
}), leftItemText ? {
|
|
7235
7237
|
startAdornment: jsx(InputAdornment, {
|