linear-react-components-ui 1.1.2-beta.27 → 1.1.2-beta.28

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.
@@ -6,9 +6,6 @@ import '../../@types/PermissionAttr.js';
6
6
  import '../../internals/types.js';
7
7
  import '../../@types/Position.js';
8
8
 
9
- declare const _default: {
10
- (props: IBaseProps): JSX.Element;
11
- displayName: string;
12
- };
9
+ declare const _default: (props: IBaseProps) => JSX.Element;
13
10
 
14
11
  export { _default as default };
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireWildcard(require("react"));
8
8
  var _lodash = _interopRequireDefault(require("lodash"));
9
+ var _inputHOC = _interopRequireDefault(require("../inputHOC"));
9
10
  require("../../assets/styles/input.scss");
10
11
  var helpers = _interopRequireWildcard(require("./helpers"));
11
12
  var _withTooltip = _interopRequireDefault(require("../../internals/withTooltip"));
@@ -225,4 +226,4 @@ const InputTextBase = props => {
225
226
  messages: errorMessages
226
227
  }));
227
228
  };
228
- var _default = exports.default = (0, _withTooltip.default)(InputTextBase);
229
+ var _default = exports.default = (0, _inputHOC.default)((0, _withTooltip.default)(InputTextBase));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.2-beta.27",
3
+ "version": "1.1.2-beta.28",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",