revdev-components 0.110.0 → 0.111.0

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -4935,7 +4935,7 @@ var SwitchField = function (props) {
4935
4935
 
4936
4936
  var AutoCompleteField = function (props) {
4937
4937
  var _a = useLineProps(props), lineProps = _a[0], _b = _a[1], controlProps = __rest(_b, []);
4938
- return (React.createElement(FormLine, __assign({}, lineProps, { valuePropName: "checked" }),
4938
+ return (React.createElement(FormLine, __assign({}, lineProps),
4939
4939
  React.createElement(antd.AutoComplete, __assign({}, controlProps))));
4940
4940
  };
4941
4941
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.110.0",
3
+ "version": "0.111.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {